summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2014-11-11improve SOLARIS guardRichard PALO1-1/+1
2014-11-11SOLARIS can use/should use posix_madvise under certain conditions.Richard PALO1-1/+1
2014-11-10fix spelling implemenation -> implementationNoel Grandin1-1/+1
2014-10-31cid#982172 Silently ignore F_SETFD FD_CLOEXEC failuresStephan Bergmann1-2/+2
2014-10-31cid#982171 Warn about rename failure in error clean-up codeStephan Bergmann1-1/+8
2014-10-31Simplify by using OStringStephan Bergmann1-21/+7
2014-10-31cid#1242936 handle rename failureStephan Bergmann1-3/+18
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-30osl/unx: Remove ifdefery for ancient NetBSD < 3.0Riccardo Magliocchetti1-11/+0
2014-10-29fix spellingNoel Grandin1-1/+1
2014-10-16MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 nowTor Lillqvist1-2/+2
2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist2-62/+0
2014-10-10coverity#1240258 Operands don't affect resultCaolán McNamara1-12/+17
2014-10-10coverity#1240260 Operands don't affect resultCaolán McNamara1-4/+2
2014-10-03fix buildCaolán McNamara1-2/+2
2014-10-03fix clang 3.5 buildNoel Grandin1-2/+2
2014-10-03Fix unbalanced new/free() -> new/deleteMatthew J. Francis1-1/+1
2014-10-02remove checks of __GCC_MINOR__ that are always true in GCC 4.6 or laterMichael Stahl1-2/+2
2014-10-01Blind fix for AndroidStephan Bergmann1-2/+2
2014-10-01sal: work around spurious Apple clang warning about pointer cast to intMichael Stahl1-1/+1
2014-10-01Use sal/log.hxxStephan Bergmann1-41/+75
2014-10-01sal/osl/unx/thread.c -> .cxxStephan Bergmann1-13/+12
2014-09-29Pretend the app-specific "Documents" directory is the home directory on iOSTor Lillqvist1-0/+19
2014-09-11sal: create threads on Linux with a larger stack for ASANMichael Stahl1-4/+6
2014-09-03Missing include guardStephan Bergmann1-0/+5
2014-08-25fix this C file for Microsoft Pascal compilerMichael Stahl1-2/+3
2014-08-25set names on some UNIX-only threadsMichael Stahl1-0/+2
2014-08-25set names on the Win32-only threadsMichael Stahl1-0/+3
2014-08-15Don't do the security scope bookmark dance if not in a sandboxed processTor Lillqvist1-4/+35
2014-08-08drop extra (David Tardon1-1/+1
2014-08-08osl: kill check for ancient freebsd < 7 versionsRiccardo Magliocchetti2-12/+3
2014-08-07move null termination outside ifdefs for both branchesCaolán McNamara1-3/+1
2014-08-07coverity#706155 Copy into fixed size bufferCaolán McNamara1-1/+2
2014-07-31osl_areCommandArgsSet: ensure mutexes locked when accessing data.Andrzej Hunt2-2/+8
2014-07-24sal: avoid STL asserts in create_merged_environmentMichael Stahl1-0/+5
2014-07-19coverity#704665 Explicit null dereferencedCaolán McNamara1-1/+1
2014-07-15sal: unx/mutex.c: try to avoid system declarations with _GNU_SOURCEMichael Stahl1-10/+6
2014-07-14workaround hack that trips up externandnotdefined clang pluginNoel Grandin1-1/+6
2014-07-12sal: restore pthread to its original non-ideal state.Michael Meeks1-1/+1
2014-07-11complete shot-in-the-dark to fix tinderbox buildNoel Grandin1-1/+1
2014-07-11attempt to fix linux buildNoel Grandin1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin6-9/+6
2014-07-11Introduce osl_areCommandArgsSet.Andrzej Hunt2-0/+11
2014-07-10coverity#982762 Dereference NULLNorbert Thiebaud1-4/+12
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-3/+2
2014-07-05coverity#983493 String OverflowNorbert Thiebaud1-11/+14
2014-07-01clang scan-build: various warningsCaolán McNamara2-4/+4
2014-07-01Actually not necessary to log this, it is already logged a bit later.Jan Holesovsky1-2/+0
2014-06-30android: Enable debugging messages as the first thing we do.Jan Holesovsky1-0/+2
2014-06-26Mac OS X does provide localtime_r and gmtime_rStephan Bergmann1-0/+2