summaryrefslogtreecommitdiffstats
path: root/sal/osl
Commit message (Expand)AuthorAgeFilesLines
* 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
* -Werror=shadow and -Werror=sign-promo fixesStephan Bergmann2011-12-192-3/+29
* sal: add visibility symbolsMatúš Kukan2011-12-193-6/+6
* sal: convert to gbuildMatúš Kukan2011-12-193-349/+0
* Bin a few lines of weird crackTor Lillqvist2011-12-131-4/+0
* || -> &&Caolán McNamara2011-12-071-2/+2
* Don't replace getpid on Linux when the system version is correctArnaud Versini2011-12-071-6/+8
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-064-8/+8
* lp#726529: inline arm assembler is obsolete by nowBjoern Michaelsen2011-12-051-45/+0
* ChildStatusProc needs to be extern "C".Stephan Bergmann2011-12-051-0/+4
* Improve ChildStatusProc diagnostics.Stephan Bergmann2011-12-023-29/+79