summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
2014-11-17Build fix.Kohei Yoshida
2014-11-17Missing includeStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-11improve SOLARIS guardRichard PALO
2014-11-11SOLARIS can use/should use posix_madvise under certain conditions.Richard PALO
2014-11-10fix spelling implemenation -> implementationNoel Grandin
2014-10-31cid#982172 Silently ignore F_SETFD FD_CLOEXEC failuresStephan Bergmann
2014-10-31cid#982171 Warn about rename failure in error clean-up codeStephan Bergmann
2014-10-31Simplify by using OStringStephan Bergmann
2014-10-31cid#1242936 handle rename failureStephan Bergmann
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-30osl/unx: Remove ifdefery for ancient NetBSD < 3.0Riccardo Magliocchetti
2014-10-29fix spellingNoel Grandin
2014-10-16MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 nowTor Lillqvist
2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist
2014-10-10coverity#1240258 Operands don't affect resultCaolán McNamara
2014-10-10coverity#1240260 Operands don't affect resultCaolán McNamara
2014-10-03fix buildCaolán McNamara
2014-10-03fix clang 3.5 buildNoel Grandin
2014-10-03Fix unbalanced new/free() -> new/deleteMatthew J. Francis
2014-10-02remove checks of __GCC_MINOR__ that are always true in GCC 4.6 or laterMichael Stahl
2014-10-01Blind fix for AndroidStephan Bergmann
2014-10-01sal: work around spurious Apple clang warning about pointer cast to intMichael Stahl
2014-10-01Use sal/log.hxxStephan Bergmann
2014-10-01sal/osl/unx/thread.c -> .cxxStephan Bergmann
2014-09-29Pretend the app-specific "Documents" directory is the home directory on iOSTor Lillqvist
2014-09-11sal: create threads on Linux with a larger stack for ASANMichael Stahl
2014-09-03Missing include guardStephan Bergmann
2014-08-25fix this C file for Microsoft Pascal compilerMichael Stahl
2014-08-25set names on some UNIX-only threadsMichael Stahl
2014-08-25set names on the Win32-only threadsMichael Stahl
2014-08-15Don't do the security scope bookmark dance if not in a sandboxed processTor Lillqvist
2014-08-08drop extra (David Tardon
2014-08-08osl: kill check for ancient freebsd < 7 versionsRiccardo Magliocchetti
2014-08-07move null termination outside ifdefs for both branchesCaolán McNamara
2014-08-07coverity#706155 Copy into fixed size bufferCaolán McNamara
2014-07-31osl_areCommandArgsSet: ensure mutexes locked when accessing data.Andrzej Hunt
2014-07-24sal: avoid STL asserts in create_merged_environmentMichael Stahl
2014-07-19coverity#704665 Explicit null dereferencedCaolán McNamara
2014-07-15sal: unx/mutex.c: try to avoid system declarations with _GNU_SOURCEMichael Stahl
2014-07-14workaround hack that trips up externandnotdefined clang pluginNoel Grandin
2014-07-12sal: restore pthread to its original non-ideal state.Michael Meeks
2014-07-11complete shot-in-the-dark to fix tinderbox buildNoel Grandin
2014-07-11attempt to fix linux buildNoel Grandin
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-07-11Introduce osl_areCommandArgsSet.Andrzej Hunt
2014-07-10coverity#982762 Dereference NULLNorbert Thiebaud
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-07-05coverity#983493 String OverflowNorbert Thiebaud