summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)AuthorFilesLines
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-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 Lillqvist4-28/+112
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar1-2/+2
2012-01-06valgrind: error on startup in osl_unmapMappedFileCaolán McNamara1-1/+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 Lillqvist1-12/+44
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úš Kukan1-2/+2
2011-12-19sal: convert to gbuildMatúš Kukan1-175/+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 McNamara1-2/+2
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 Lillqvist3-8/+32
2011-11-27remove include of pch header from salNorbert Thiebaud9-17/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-4/+0
2011-11-25PDP_ENDIAN and variants are unused.François Tigeot1-16/+0
2011-11-23version information from Arnaud on deprecating the getpid workaround.Michael Meeks1-0/+4
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann1-37/+50
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann2-84/+66
2011-11-21remove extraneous endif.Michael Meeks1-2/+0
2011-11-21only build custom gethostbyname for OSX & IOSMichael Meeks1-2/+2
2011-11-21Revert "Remove internal gethostbyname_r implementation." - OSX needs itMichael Meeks2-0/+98
2011-11-21Remove internal backtrace and backtrace_symbols_fdArnaud Versini2-102/+2
2011-11-21Remove internal gethostbyname_r implementation.Arnaud Versini2-98/+0
2011-11-21Replace gethostbyname by _osl_gethostbyname_r in socket.c .Arnaud Versini1-14/+9
2011-11-21Do not catch signals in dbgutil buildLionel Elie Mamane1-0/+4
2011-11-21Fix crash in the "memory" FileHandle_ImplTor Lillqvist1-9/+12
2011-11-19osl_syncFile() should work also for NULL handlesTor Lillqvist1-3/+3