summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
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
2011-12-21Bin leftover unused filesTor Lillqvist
2011-12-20Fix compiler warnings for AndroidTor Lillqvist
2011-12-19Clean up previous commit.Stephan Bergmann
2011-12-19fdo#43095: allow the use of real access() callsMoritz Bechler
2011-12-19Warning clean-up (Mac OS X).Stephan Bergmann
2011-12-19At least GCC 4.5.1 does not allow #pragma GCC diagnostic inside functions.Stephan Bergmann
2011-12-19-Werror=shadow and -Werror=sign-promo fixesStephan Bergmann
2011-12-19sal: add visibility symbolsMatúš Kukan
2011-12-19sal: convert to gbuildMatúš Kukan
2011-12-13Bin a few lines of weird crackTor Lillqvist