summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2017-02-07Add initial support for building AOO with Clang on Linux.Damjan Jovanovic
2017-01-31The clear_001 QA test fails sporadically with a 7 nSec mutex hold timeDon Lewis
2017-01-16osl_diagnose_backtrace_Impl(): leave a default value for FreeBSD.Pedro Giffuni
2017-01-13FreeBSD PPC: Missing patchPedro Giffuni
2016-12-24Add some "Revision" svn keywords.Pedro Giffuni
2016-12-22Re-enable some Id svn:keywords.Pedro Giffuni
2016-12-08Update endianness detection on FreeBSD.Pedro Giffuni
2016-09-03In the SAL_UNUSED macro, __attribute((__unused__)) should beDon Lewis
2016-09-02Fix improper usage of strncat() and snprintf(). Flagged by -Wstrncat-sizeDon Lewis
2016-09-01Fix -Wunused-private-field errors in sc/inc/compiler.hxx. The structureDon Lewis
2016-05-22Spelling, spelling ...Pedro Giffuni
2016-04-10Replace 0 with NULL for pointers.Pedro Giffuni
2016-04-10Drop redundant parenthesis.Pedro Giffuni
2016-03-25#i126890# code: compiling with recent clang generates thousands of infinite-recuDon Lewis
2016-02-06Platforms that need CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT for sockets usuallyDamjan Jovanovic
2016-01-29Remove an unused empty file that is causing the RAT scan to fail.Damjan Jovanovic
2016-01-28#i126787# fix unit tests on WindowsDamjan Jovanovic
2015-12-19Remember to NULL terminate when using strncpy.Pedro Giffuni
2015-12-13Use %tx to print ptrdiff_t.Damjan Jovanovic
2015-12-13Use %p to print pointers in sal backtraces instead of 0x%x + conversion to in...Damjan Jovanovic
2015-12-11Drop useless malloc casts in C codePedro Giffuni
2015-12-03Missing UnlockPedro Giffuni
2015-12-02Off by one using readlink(2)Pedro Giffuni
2015-11-30Destination buffer too smallPedro Giffuni
2015-11-27Use the ptrdiff_t printf format code for backtracing on FreeBSD.Damjan Jovanovic
2015-11-26Implement osl_diagnose_backtrace_Impl() on FreeBSD. Also fix the value of FRA...Damjan Jovanovic
2015-11-26Fix the stack frame layout for backtraces on FreeBSD.Damjan Jovanovic
2015-11-25i66807 - Fix GCC warning in backtrace.cPedro Giffuni
2015-11-24Resource leakPedro Giffuni
2015-11-15Fix a main/sal/qa/osl/mutex build error on MacOS.Damjan Jovanovic
2015-10-27Don't build/run the main/sal/qa/rtl/process test which doesn't always link andDamjan Jovanovic
2015-10-27Fix some main/sal unit tests on Windows, remove unneeded OOO_SUBSEQUENT_TESTS,Damjan Jovanovic
2015-10-27Remove unnecessary OOO_SUBSEQUENT_TESTS from main/sal/qa/ByteSequenceDamjan Jovanovic
2015-10-20#i125194# Fix RC2 issue by changing approach.Andrea Pescetti
2015-10-17#i126582# Prevent errors with read/only shares on Sharepoint.Andrea Pescetti
2015-10-13#i126586# don't break on non-Linux non-FreeBSD non-NetBSD *nix systems ...Damjan Jovanovic
2015-10-13#i126586# FreeBSD automation deadlock: osl_closeSocket() doesn't wake up thre...Damjan Jovanovic
2015-10-12Make all unit tests depend on sa_cpprt.u in case they also break the build.Damjan Jovanovic
2015-10-12salcpprt doesn't always build before the qa_osl_thread unit test, causing the...Damjan Jovanovic
2015-10-07Bring back the casts for Win32.Pedro Giffuni
2015-10-07FreeBSD: Small cleanup and enhancement.Pedro Giffuni
2015-10-07Enable some code from SUN Studio that works for other compilers (GCC).Pedro Giffuni
2015-10-06#i125194# #i126305# Move new enum to last position.Andrea Pescetti
2015-10-06#i125003# fix a cppunit commentDamjan Jovanovic
2015-10-06#i125003# eliminate cppunittester, include files, and all cppunit usage in po...Damjan Jovanovic
2015-10-06#i125003# migrate main/sal/workben from cppunit to Google Test.Damjan Jovanovic
2015-10-06#i125003# Commit leftover changes from some unit test.Damjan Jovanovic
2015-10-06#i125003# Remove some superfluous version.map files from tests. Google Test u...Damjan Jovanovic
2015-10-05Fix an incompletely ported Google Test.Damjan Jovanovic
2015-10-04malloc + memset (0) --> callocPedro Giffuni