summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)Author
2011-06-09INCLUDE_BACKTRACE is on for Intel MacOSXTor Lillqvist
2011-06-09First attempt at Android supportTor Lillqvist
2011-06-05Simplified #define OSL_FILE_TRACEChristina Rossmanith
2011-06-05Simplified if ((FileBase::E_None != rc) && (FileBase::E_INVAL == rc))Christina Rossmanith
2011-05-31fdo#32263Takeshi Abe
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
2011-05-27Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/ureJan Holesovsky
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
2011-05-25Don't fork() on iOS, use a new NO_CHILD_PROCESSES flag for thatTor Lillqvist
2011-05-25Define NO_DL_FUNCTIONS on iOSTor Lillqvist
2011-05-25Compilation fix for iOSTor Lillqvist
2011-05-25Fix compilation errors when NO_DL_FUNCTIONS is definedTor Lillqvist
2011-05-25Use the dummy floppy API implementations on iOS, tooTor Lillqvist
2011-05-24Add iOSTor Lillqvist
2011-05-20fix this to be the same as original implementationCaolán McNamara
2011-05-20#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leakssb
2011-05-18Do not include quota.hFrancois Tigeot
2011-05-18Do not include #include <ufs/ufs/quota.h> on NetBSD.Thomas Klausner
2011-05-16make this more robustDavid Tardon
2011-05-15fix typoTakeshi Abe
2011-05-11Remove an implementation of getpwnam_r for old versions of NetBSD.Francois Tigeot
2011-05-03Properly advance the data / buffer pointer.Julien Chaffraix
2011-05-03Handled EINTR in safeWrite.Julien Chaffraix
2011-04-30Simple warnings correctedJulien Nabet
2011-04-27sal-disable-backtrace.diff: disable backtrace with DISABLE_SAL_BACKTRACEThorsten Behrens
2011-04-26Migrated oslDoCopyFile to using the read/write helpers.Julien Chaffraix
2011-04-26Introduced safeRead.Julien Chaffraix
2011-04-26Switched a write to safeWrite in profile.c.Julien Chaffraix
2011-04-26Refactored the safeWrite method in a new file.Julien Chaffraix
2011-04-22It seems there was an extra semi colon hereJulien Nabet
2011-04-22make backtrace from OSL_ASSERT disabled by defaultLuboš Luňák
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky
2011-04-19Fixed write(2) usage in process.cJulien Chaffraix
2011-04-18Remove OS/2 support.Francois Tigeot
2011-04-15fix MacOSX breakage due to e75d09e4e89d3eda7ddaa2c085678edf9a21293fNorbert Thiebaud
2011-04-15Fixed LANG setting in the _imp_setProcessLocale() function.Christian Dywan
2011-04-14No need to check out execv return value.Julien Chaffraix
2011-04-14Fixed some false positives 'dead assignments' seen in CLang++Julien Chaffraix
2011-04-14Fixed a potential null-dereferencing error in osl_closeProfileJulien Chaffraix
2011-04-14Added handling for the write errors in receiveFdPipe.Julien Chaffraix
2011-04-14Added error handling for pthread_mutexattr_settype.Julien Chaffraix
2011-04-11define for older systemsFridrich Štrba
2011-04-11define for older systemsFridrich Štrba
2011-04-05Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4Petr Mladek
2011-04-05prefer gcc __sync functions over pthreadJani Monoses
2011-03-28solaris11: sal: SIOCGIFHWADDR is defined on Solaris 11, but no ifr_hwaddr:Michael Stahl
2011-03-24Kill the remnants of the PAM removal (PAM_LINK and CRYPT_LINK).Jan Holesovsky
2011-03-24merge size-sal-textenc i#70166Michael Meeks
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
2011-03-21Tests in ure/sal/osl/socket unveiled SocketAddr comparison bugWilhelm Pflueger