summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)AuthorFilesLines
2011-07-16Simplify osl_getTempDirURL()feature/layoutFrancois Tigeot1-33/+9
2011-07-11Make iOS sal unit testing actually workTor Lillqvist2-1/+3
2011-07-10Do build sal unit tests for iOS, tooTor Lillqvist1-1/+5
2011-07-10iOS is much like MacOSXTor Lillqvist2-3/+5
2011-07-09iOS hacking for cppunittesterTor Lillqvist1-1/+0
2011-07-04fix indentCaolán McNamara1-1/+1
2011-06-22remove duplicate codeDavid Tardon1-11/+0
2011-06-20make pthreads osl_setThreadKeyData backend work the same on all OSesCaolán McNamara1-7/+42
2011-06-09INCLUDE_BACKTRACE is on for Intel MacOSXTor Lillqvist1-1/+1
2011-06-09First attempt at Android supportTor Lillqvist5-10/+34
2011-06-05Simplified #define OSL_FILE_TRACEChristina Rossmanith1-2/+4
2011-06-05Simplified if ((FileBase::E_None != rc) && (FileBase::E_INVAL == rc))Christina Rossmanith1-1/+1
2011-05-31fdo#32263Takeshi Abe1-2/+21
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky1-1/+1
2011-05-27Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/ureJan Holesovsky5-9/+22
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky7-49/+43
2011-05-25Don't fork() on iOS, use a new NO_CHILD_PROCESSES flag for thatTor Lillqvist2-2/+5
2011-05-25Define NO_DL_FUNCTIONS on iOSTor Lillqvist1-0/+4
2011-05-25Compilation fix for iOSTor Lillqvist1-5/+5
2011-05-25Fix compilation errors when NO_DL_FUNCTIONS is definedTor Lillqvist1-0/+6
2011-05-25Use the dummy floppy API implementations on iOS, tooTor Lillqvist1-6/+6
2011-05-24Add iOSTor Lillqvist1-1/+32
2011-05-20fix this to be the same as original implementationCaolán McNamara1-0/+4
2011-05-20#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leakssb2-134/+78
2011-05-18Do not include quota.hFrancois Tigeot1-6/+0
2011-05-18Do not include #include <ufs/ufs/quota.h> on NetBSD.Thomas Klausner1-0/+2
2011-05-16make this more robustDavid Tardon1-10/+27
2011-05-15fix typoTakeshi Abe1-1/+1
2011-05-11Remove an implementation of getpwnam_r for old versions of NetBSD.Francois Tigeot1-154/+0
2011-05-03Properly advance the data / buffer pointer.Julien Chaffraix1-2/+8
2011-05-03Handled EINTR in safeWrite.Julien Chaffraix1-1/+6
2011-04-30Simple warnings correctedJulien Nabet2-1/+1
2011-04-27sal-disable-backtrace.diff: disable backtrace with DISABLE_SAL_BACKTRACEThorsten Behrens1-2/+3
2011-04-26Migrated oslDoCopyFile to using the read/write helpers.Julien Chaffraix2-10/+19
2011-04-26Introduced safeRead.Julien Chaffraix3-5/+36
2011-04-26Switched a write to safeWrite in profile.c.Julien Chaffraix1-9/+1
2011-04-26Refactored the safeWrite method in a new file.Julien Chaffraix4-19/+87
2011-04-22It seems there was an extra semi colon hereJulien Nabet1-1/+1
2011-04-22make backtrace from OSL_ASSERT disabled by defaultLuboš Luňák1-1/+3
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4integration/dev300_m106Jan Holesovsky1-2/+2
2011-04-19Fixed write(2) usage in process.cJulien Chaffraix1-5/+22
2011-04-18Remove OS/2 support.Francois Tigeot1-1/+1
2011-04-15fix MacOSX breakage due to e75d09e4e89d3eda7ddaa2c085678edf9a21293fNorbert Thiebaud1-5/+1
2011-04-15Fixed LANG setting in the _imp_setProcessLocale() function.Christian Dywan1-24/+16
2011-04-14No need to check out execv return value.Julien Chaffraix1-2/+3
2011-04-14Fixed some false positives 'dead assignments' seen in CLang++Julien Chaffraix2-12/+4
2011-04-14Fixed a potential null-dereferencing error in osl_closeProfileJulien Chaffraix1-5/+8
2011-04-14Added handling for the write errors in receiveFdPipe.Julien Chaffraix1-0/+10
2011-04-14Added error handling for pthread_mutexattr_settype.Julien Chaffraix1-3/+3
2011-04-11define for older systemsFridrich Štrba1-0/+3