summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
2012-02-19WaE: unused variable bOkThomas Arnhold
2012-02-19WaE: do this right...Thomas Arnhold
2012-02-18sal: remove dead code and empty linesThomas Arnhold
2012-02-18WaE: unused variable bOkThomas Arnhold
2012-02-18WaE: unused variable nErrorThomas Arnhold
2012-02-18WaE: unused variable nPipesThomas Arnhold
2012-02-18WaE: unused variable EventThomas Arnhold
2012-02-18WaE: /* inside commentThomas Arnhold
2012-02-18WaE: unused variable nLenThomas Arnhold
2012-02-18Fix typos in commentsElton Chung
2012-02-15Merge branch 'feature/android'Tor Lillqvist
2012-02-13EasyHack: Removed gcc conditionalsAlexander Bergmann
2012-02-06OSL_USE_SYS_V_SEMAPHORE is never definedFrançois Tigeot
2012-02-05Remove unused VolumeDevice functions and related codeFrançois Tigeot
2012-02-05Remove unused floppy-handling codeFrançois Tigeot
2012-02-05Remove useless NETBSD checkFrançois Tigeot
2012-01-31Regroup DragonFly and NetBSD configurationsFrançois Tigeot
2012-01-31Call lo_dlclose() on AndroidTor Lillqvist
2012-01-31No need to wait for debugger here on Android, this code does seem to workTor Lillqvist
2012-01-31Remove unused endianess definesFrançois Tigeot
2012-01-29_POSIX_THREAD_SYSCALL_SOFT serves no purposeFrançois Tigeot
2012-01-27WaE: Unused parameterTor Lillqvist
2012-01-26android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks
2012-01-25NetBSD also needs the internal gethostbyname_r() implementationFrançois Tigeot
2012-01-25android: cleanup osl security code for empty home / username fieldsMichael Meeks
2012-01-24Use own own <osl/file.h> API to read the source in osl_copyFile()Tor Lillqvist
2012-01-24Bin incorrect claim in commentTor Lillqvist
2012-01-24android: initialize security data, and use HOME / bootstrap keyMichael Meeks
2012-01-23android: get osl_Pipe creation sorted out, before we kill it.Michael Meeks
2012-01-23Don't crash when attempting to open non-existent files under /assetsTor Lillqvist
2012-01-21android: remove nonsensical write to file buffer during readLineMichael Meeks
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-20Implement osl_identicalDirectoryItem for win32Michael Meeks
2012-01-19implement inode compare for identical directory item checkingMichael Meeks
2012-01-19fix SvStream to not require a custom open or lstat method.Michael Meeks
2012-01-19fix SvStream to not disagree with sal on sizeof struct statMichael Meeks
2012-01-18Add some non-public API to be used by SvFileStreamTor Lillqvist
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar
2012-01-06valgrind: error on startup in osl_unmapMappedFileCaolán McNamara
2012-01-05sal: try to fix MinGW min/max breakage by inliningMichael Stahl
2012-01-05reduce ifdef forestCaolán McNamara
2012-01-04Remove bogus one column indentationTor Lillqvist
2012-01-04Handle /assets paths also in realpath_u()Tor Lillqvist
2012-01-04Probably using a local rtl::OString is betterTor Lillqvist
2012-01-04Use the lo_apk_* functions for files under /assetsTor Lillqvist
2012-01-04Use sizeof(s)-1 instead of strlen(s) on string literalsTor Lillqvist
2012-01-03WaE: deprecated conversion from string constant to 'char*'Tor Lillqvist
2012-01-02Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot
2011-12-21use the internal gethostbyname_r() implementation on OpenBSD tooRobert Nagy
2011-12-21osl_unmapFile can't work for files bundled inside the .apk on AndroidTor Lillqvist