summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)Author
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-20Clarify SIGHUP behaviorStephan Bergmann
2012-06-18fdo#50603: Close fds across a restart of soffice on Mac OS XStephan Bergmann
2012-06-07The correct comment for the assembly file is "#", not "*".Lionel Dricot
2012-05-30Some cppcheck cleaningJulien Nabet
2012-05-29Some cppcheck cleaningJulien Nabet
2012-04-19Revert "Remove unnecessary hack on Linux by using pthread_mutexattr_settype"Arnaud Versini
2012-04-19Remove unnecessary hack on Linux by using pthread_mutexattr_settypeArnaud Versini
2012-04-19Removed obsolete commentStephan Bergmann
2012-04-17More informative warning messageTor Lillqvist
2012-04-05Catch attempts to open /assets files read-write. Improve debugging outputTor Lillqvist
2012-03-28stray debugging lineCaolán McNamara
2012-03-28when run under memcheck allow SIGUSR2 to dump current memory allocationsCaolán McNamara
2012-03-26Add an OSL_TRACE when opening Android /assets filesTor Lillqvist
2012-03-22No point searching PATH on Android and iOSTor Lillqvist
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist
2012-03-16sal: fix warningsMichael Stahl
2012-03-16sal: remove unx implementation of osl_sendResourcePipe/osl_receiveResourcePipeJonathan Adams
2012-03-13Use _NSGetExecutablePath also on iOSTor Lillqvist
2012-03-12Fix Android compilation errorTor Lillqvist
2012-03-12module.c -> module.cxx, use sal/log.hxxStephan Bergmann
2012-03-01STAR_ENABLE_FILE_LOCKING was a secretCaolán McNamara
2012-02-24We never call pthread_cancel, so no need to guard against itStephan Bergmann
2012-02-21WaE: unreadVariableThomas Arnhold
2012-02-15Merge branch 'feature/android'Tor Lillqvist
2012-02-13EasyHack: Removed gcc conditionalsAlexander Bergmann
2012-02-06OSL_USE_SYS_V_SEMAPHORE is never definedFrançois Tigeot
2012-02-05Remove unused VolumeDevice functions and related codeFrançois Tigeot
2012-02-05Remove unused floppy-handling codeFrançois Tigeot
2012-02-05Remove useless NETBSD checkFrançois Tigeot
2012-01-31Regroup DragonFly and NetBSD configurationsFrançois Tigeot
2012-01-31Call lo_dlclose() on AndroidTor Lillqvist
2012-01-31No need to wait for debugger here on Android, this code does seem to workTor Lillqvist
2012-01-31Remove unused endianess definesFrançois Tigeot
2012-01-29_POSIX_THREAD_SYSCALL_SOFT serves no purposeFrançois Tigeot
2012-01-27WaE: Unused parameterTor Lillqvist
2012-01-26android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks
2012-01-25NetBSD also needs the internal gethostbyname_r() implementationFrançois Tigeot
2012-01-25android: cleanup osl security code for empty home / username fieldsMichael Meeks
2012-01-24Use own own <osl/file.h> API to read the source in osl_copyFile()Tor Lillqvist
2012-01-24Bin incorrect claim in commentTor Lillqvist
2012-01-24android: initialize security data, and use HOME / bootstrap keyMichael Meeks
2012-01-23android: get osl_Pipe creation sorted out, before we kill it.Michael Meeks
2012-01-23Don't crash when attempting to open non-existent files under /assetsTor Lillqvist
2012-01-21android: remove nonsensical write to file buffer during readLineMichael Meeks
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-19implement inode compare for identical directory item checkingMichael Meeks
2012-01-19fix SvStream to not require a custom open or lstat method.Michael Meeks