summaryrefslogtreecommitdiffstats
path: root/sal/osl
Commit message (Expand)AuthorAgeFilesLines
...
* WaE: unused variable EventThomas Arnhold2012-02-181-4/+1
* WaE: /* inside commentThomas Arnhold2012-02-181-9/+9
* WaE: unused variable nLenThomas Arnhold2012-02-181-1/+0
* Fix typos in commentsElton Chung2012-02-181-1/+1
* Merge branch 'feature/android'Tor Lillqvist2012-02-157-23/+39
|\
| * Call lo_dlclose() on AndroidTor Lillqvist2012-01-311-0/+4
| * No need to wait for debugger here on Android, this code does seem to workTor Lillqvist2012-01-311-8/+0
| * android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks2012-01-266-6/+24
| * android: cleanup osl security code for empty home / username fieldsMichael Meeks2012-01-251-9/+11
* | EasyHack: Removed gcc conditionalsAlexander Bergmann2012-02-133-12/+1
* | OSL_USE_SYS_V_SEMAPHORE is never definedFrançois Tigeot2012-02-061-181/+0
* | Remove unused VolumeDevice functions and related codeFrançois Tigeot2012-02-052-98/+0
* | Remove unused floppy-handling codeFrançois Tigeot2012-02-051-657/+0
* | Remove useless NETBSD checkFrançois Tigeot2012-02-051-3/+0
* | Regroup DragonFly and NetBSD configurationsFrançois Tigeot2012-01-311-22/+1
* | Remove unused endianess definesFrançois Tigeot2012-01-311-23/+0
* | _POSIX_THREAD_SYSCALL_SOFT serves no purposeFrançois Tigeot2012-01-291-2/+0
* | WaE: Unused parameterTor Lillqvist2012-01-271-0/+1
* | NetBSD also needs the internal gethostbyname_r() implementationFrançois Tigeot2012-01-251-2/+2
|/
* Use own own <osl/file.h> API to read the source in osl_copyFile()Tor Lillqvist2012-01-242-11/+27
* Bin incorrect claim in commentTor Lillqvist2012-01-241-1/+0
* android: initialize security data, and use HOME / bootstrap keyMichael Meeks2012-01-241-1/+33
* android: get osl_Pipe creation sorted out, before we kill it.Michael Meeks2012-01-231-3/+39
* Don't crash when attempting to open non-existent files under /assetsTor Lillqvist2012-01-231-0/+2
* android: remove nonsensical write to file buffer during readLineMichael Meeks2012-01-211-4/+4
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-214-8/+7
* Implement osl_identicalDirectoryItem for win32Michael Meeks2012-01-201-0/+20
* implement inode compare for identical directory item checkingMichael Meeks2012-01-191-10/+10
* fix SvStream to not require a custom open or lstat method.Michael Meeks2012-01-192-13/+1
* fix SvStream to not disagree with sal on sizeof struct statMichael Meeks2012-01-191-2/+18
* Add some non-public API to be used by SvFileStreamTor Lillqvist2012-01-185-28/+128
* fix prefix of command line switches (-- instead of -)Andras Timar2012-01-112-4/+4
* valgrind: error on startup in osl_unmapMappedFileCaolán McNamara2012-01-061-1/+7
* sal: try to fix MinGW min/max breakage by inliningMichael Stahl2012-01-051-2/+7
* reduce ifdef forestCaolán McNamara2012-01-051-8/+7
* Remove bogus one column indentationTor Lillqvist2012-01-041-53/+51
* Handle /assets paths also in realpath_u()Tor Lillqvist2012-01-041-0/+14
* Probably using a local rtl::OString is betterTor Lillqvist2012-01-041-12/+12
* Use the lo_apk_* functions for files under /assetsTor Lillqvist2012-01-042-24/+112
* Use sizeof(s)-1 instead of strlen(s) on string literalsTor Lillqvist2012-01-041-1/+1
* WaE: deprecated conversion from string constant to 'char*'Tor Lillqvist2012-01-031-1/+1
* Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot2012-01-023-5/+5
* use the internal gethostbyname_r() implementation on OpenBSD tooRobert Nagy2011-12-211-2/+2
* osl_unmapFile can't work for files bundled inside the .apk on AndroidTor Lillqvist2011-12-212-12/+51
* Bin leftover unused filesTor Lillqvist2011-12-212-25/+0
* Fix compiler warnings for AndroidTor Lillqvist2011-12-203-13/+12
* Clean up previous commit.Stephan Bergmann2011-12-191-72/+8
* fdo#43095: allow the use of real access() callsMoritz Bechler2011-12-191-0/+21
* Warning clean-up (Mac OS X).Stephan Bergmann2011-12-192-2/+2
* At least GCC 4.5.1 does not allow #pragma GCC diagnostic inside functions.Stephan Bergmann2011-12-191-26/+13