summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)AuthorFilesLines
2011-11-30Android code refactorig and hackingTor Lillqvist3-8/+32
2011-11-27remove include of pch header from salNorbert Thiebaud9-17/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-4/+0
2011-11-25PDP_ENDIAN and variants are unused.François Tigeot1-16/+0
2011-11-23version information from Arnaud on deprecating the getpid workaround.Michael Meeks1-0/+4
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann1-37/+50
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann2-84/+66
2011-11-21remove extraneous endif.Michael Meeks1-2/+0
2011-11-21only build custom gethostbyname for OSX & IOSMichael Meeks1-2/+2
2011-11-21Revert "Remove internal gethostbyname_r implementation." - OSX needs itMichael Meeks2-0/+98
2011-11-21Remove internal backtrace and backtrace_symbols_fdArnaud Versini2-102/+2
2011-11-21Remove internal gethostbyname_r implementation.Arnaud Versini2-98/+0
2011-11-21Replace gethostbyname by _osl_gethostbyname_r in socket.c .Arnaud Versini1-14/+9
2011-11-21Do not catch signals in dbgutil buildLionel Elie Mamane1-0/+4
2011-11-21Fix crash in the "memory" FileHandle_ImplTor Lillqvist1-9/+12
2011-11-19osl_syncFile() should work also for NULL handlesTor Lillqvist1-3/+3
2011-11-19Add read-only pseudo-files representing a memory blockTor Lillqvist1-8/+91
2011-11-17Missing semicolonTor Lillqvist1-1/+1
2011-11-17Look for lo_main() and not main() on AndroidTor Lillqvist1-0/+8
2011-11-17Use lo_dladdr() on AndroidTor Lillqvist1-1/+11
2011-11-16WaE: Unused parameterTor Lillqvist1-0/+1
2011-11-16Further Android work, now most sal cppunit tests seem to runTor Lillqvist2-1/+11
2011-11-13Remove _osl_getDomainName and simplify _osl_getFullQualifiedDomainNameArnaud Versini1-129/+11
2011-11-13Replace domainname command by getdomainname syscall or functionArnaud Versini1-46/+5
2011-11-11WaE: defined but not usedTor Lillqvist1-3/+3
2011-10-20osl_getCommandArgCount can be called w/o prior osl_setCommandArgs.Stephan Bergmann1-1/+5
2011-10-19WaE: two functions defined but not usedTor Lillqvist1-1/+1
2011-10-19WaE: passing argument discards qualifiers from pointer target typeTor Lillqvist1-1/+3
2011-10-19WaE: unused parameter 'f'Tor Lillqvist1-0/+1
2011-10-11WaE: ISO C90 forbids mixed declarations and codeDavid Tardon5-8/+11
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2-0/+6
2011-09-27FullTextEncodingDataSingleton must not call itself recursively.Stephan Bergmann1-71/+97
2011-09-21In ChildStatusProc, calculate a meaningful status for processes killed by a s...Stephan Bergmann1-0/+2
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold9-132/+132
2011-09-16Fallback to osl_getExecutableFile when dlsym("main") failsCaolán McNamara1-0/+4
2011-09-15Removed bogus assert.Stephan Bergmann1-2/+0
2011-08-29We do not need to use GLIBC hereMatúš Kukan2-33/+2
2011-08-24<sys/prctl.h> is not available on kFreeBSDRene Engelhard1-2/+2
2011-08-08osl_getAbsoluteFileURL symlinks allowed: ".", ".." still treatedLionel Elie Mamane1-1/+3
2011-08-05Print debugging output only if OSL_DEBUG_LEVEL > 1Tor Lillqvist1-2/+2
2011-08-01We do want to use RTLD_DEFAULT and dlsym() also on iOSTor Lillqvist1-2/+3
2011-07-16Simplify osl_getTempDirURL()Francois 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