summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2012-01-31Regroup DragonFly and NetBSD configurationsFrançois Tigeot1-22/+1
2012-01-31Remove unused endianess definesFrançois Tigeot1-23/+0
2012-01-29_POSIX_THREAD_SYSCALL_SOFT serves no purposeFrançois Tigeot1-2/+0
2012-01-27WaE: Unused parameterTor Lillqvist1-0/+1
2012-01-25NetBSD also needs the internal gethostbyname_r() implementationFrançois Tigeot1-2/+2
2012-01-24Use own own <osl/file.h> API to read the source in osl_copyFile()Tor Lillqvist2-11/+27
2012-01-24Bin incorrect claim in commentTor Lillqvist1-1/+0
2012-01-24android: initialize security data, and use HOME / bootstrap keyMichael Meeks1-1/+33
2012-01-23android: get osl_Pipe creation sorted out, before we kill it.Michael Meeks1-3/+39
2012-01-23Don't crash when attempting to open non-existent files under /assetsTor Lillqvist1-0/+2
2012-01-21android: remove nonsensical write to file buffer during readLineMichael Meeks1-4/+4
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann4-8/+7
2012-01-20Implement osl_identicalDirectoryItem for win32Michael Meeks1-0/+20
2012-01-19implement inode compare for identical directory item checkingMichael Meeks1-10/+10
2012-01-19fix SvStream to not require a custom open or lstat method.Michael Meeks2-13/+1
2012-01-19fix SvStream to not disagree with sal on sizeof struct statMichael Meeks1-2/+18
2012-01-18Add some non-public API to be used by SvFileStreamTor Lillqvist5-28/+128
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar2-4/+4
2012-01-06valgrind: error on startup in osl_unmapMappedFileCaolán McNamara1-1/+7
2012-01-05sal: try to fix MinGW min/max breakage by inliningMichael Stahl1-2/+7
2012-01-05reduce ifdef forestCaolán McNamara1-8/+7
2012-01-04Remove bogus one column indentationTor Lillqvist1-53/+51
2012-01-04Handle /assets paths also in realpath_u()Tor Lillqvist1-0/+14
2012-01-04Probably using a local rtl::OString is betterTor Lillqvist1-12/+12
2012-01-04Use the lo_apk_* functions for files under /assetsTor Lillqvist2-24/+112
2012-01-04Use sizeof(s)-1 instead of strlen(s) on string literalsTor Lillqvist1-1/+1
2012-01-03WaE: deprecated conversion from string constant to 'char*'Tor Lillqvist1-1/+1
2012-01-02Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot3-5/+5
2011-12-21use the internal gethostbyname_r() implementation on OpenBSD tooRobert Nagy1-2/+2
2011-12-21osl_unmapFile can't work for files bundled inside the .apk on AndroidTor Lillqvist2-12/+51
2011-12-21Bin leftover unused filesTor Lillqvist2-25/+0
2011-12-20Fix compiler warnings for AndroidTor Lillqvist3-13/+12
2011-12-19Clean up previous commit.Stephan Bergmann1-72/+8
2011-12-19fdo#43095: allow the use of real access() callsMoritz Bechler1-0/+21
2011-12-19Warning clean-up (Mac OS X).Stephan Bergmann2-2/+2
2011-12-19At least GCC 4.5.1 does not allow #pragma GCC diagnostic inside functions.Stephan Bergmann1-26/+13
2011-12-19-Werror=shadow and -Werror=sign-promo fixesStephan Bergmann2-3/+29
2011-12-19sal: add visibility symbolsMatúš Kukan3-6/+6
2011-12-19sal: convert to gbuildMatúš Kukan3-349/+0
2011-12-13Bin a few lines of weird crackTor Lillqvist1-4/+0
2011-12-07|| -> &&Caolán McNamara1-2/+2
2011-12-07Don't replace getpid on Linux when the system version is correctArnaud Versini1-6/+8
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara4-8/+8
2011-12-05lp#726529: inline arm assembler is obsolete by nowBjoern Michaelsen1-45/+0
2011-12-05ChildStatusProc needs to be extern "C".Stephan Bergmann1-0/+4
2011-12-02Improve ChildStatusProc diagnostics.Stephan Bergmann3-29/+79
2011-11-30Android code refactorig and hackingTor Lillqvist17-2556/+32
2011-11-29Refactor, make lo-bootstrap API usable from non-NativeActivity apps tooTor Lillqvist2-38/+55
2011-11-29Construct a .jar for use by future other Android-specific Java code, tooTor Lillqvist1-8/+17
2011-11-27remove include of pch header from salNorbert Thiebaud19-35/+0