summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)AuthorFilesLines
2012-04-05Catch attempts to open /assets files read-write. Improve debugging outputTor Lillqvist1-15/+63
2012-03-28stray debugging lineCaolán McNamara1-1/+0
2012-03-28when run under memcheck allow SIGUSR2 to dump current memory allocationsCaolán McNamara1-3/+42
2012-03-26Add an OSL_TRACE when opening Android /assets filesTor Lillqvist1-0/+2
2012-03-22No point searching PATH on Android and iOSTor Lillqvist1-1/+2
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist2-24/+12
2012-03-16sal: fix warningsMichael Stahl1-2/+2
2012-03-16sal: remove unx implementation of osl_sendResourcePipe/osl_receiveResourcePipeJonathan Adams1-197/+3
2012-03-13Use _NSGetExecutablePath also on iOSTor Lillqvist1-5/+1
2012-03-12Fix Android compilation errorTor Lillqvist1-3/+3
2012-03-12module.c -> module.cxx, use sal/log.hxxStephan Bergmann1-35/+27
2012-03-01STAR_ENABLE_FILE_LOCKING was a secretCaolán McNamara1-1/+1
2012-02-24We never call pthread_cancel, so no need to guard against itStephan Bergmann1-67/+3
2012-02-21WaE: unreadVariableThomas Arnhold1-2/+1
2012-02-15Merge branch 'feature/android'Tor Lillqvist7-23/+39
2012-02-13EasyHack: Removed gcc conditionalsAlexander Bergmann3-12/+1
2012-02-06OSL_USE_SYS_V_SEMAPHORE is never definedFrançois Tigeot1-181/+0
2012-02-05Remove unused VolumeDevice functions and related codeFrançois Tigeot1-80/+0
2012-02-05Remove unused floppy-handling codeFrançois Tigeot1-657/+0
2012-02-05Remove useless NETBSD checkFrançois Tigeot1-3/+0
2012-01-31Regroup DragonFly and NetBSD configurationsFrançois Tigeot1-22/+1
2012-01-31Call lo_dlclose() on AndroidTor Lillqvist1-0/+4
2012-01-31No need to wait for debugger here on Android, this code does seem to workTor Lillqvist1-8/+0
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-26android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks6-6/+24
2012-01-25NetBSD also needs the internal gethostbyname_r() implementationFrançois Tigeot1-2/+2
2012-01-25android: cleanup osl security code for empty home / username fieldsMichael Meeks1-9/+11
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-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