summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2001-04-11new module nlsupport addedOliver Braun2-2/+667
2001-04-11moved text encoding tables to nlsupport.cOliver Braun1-636/+41
2001-04-11moved textencoding table to nlsupport.cOliver Braun1-54/+6
2001-04-11new module nlsupportOliver Braun2-2/+286
2001-04-09fixed stupid typoOliver Braun1-3/+3
2001-04-09fixed compile errorOliver Braun1-3/+3
2001-04-09moved implementation of osl_getGlobalMutex to the correct blockOliver Braun1-22/+23
2001-04-09removed omutex from static object listOliver Braun1-3/+2
2001-04-08Add FreeBSD support.Sander Vesik1-8/+15
2001-04-08Merge NetBSD changes to the HEADSander Vesik1-11/+20
2001-04-06omoutex.cxx removedOliver Braun1-3/+2
2001-04-06made osl_getGlobalMutex thread safeOliver Braun1-2/+21
2001-04-06made osl_getGlobalMutex MT safeOliver Braun2-13/+29
2001-04-04#85289# Reimplemented 'osl_is<Receive|Send>Ready()' in terms of 'poll()'Matthias Huetsch1-107/+124
2001-03-30socket.cxx -> socket.cOliver Braun1-0/+3112
2001-03-30#85528# Fixed 'osl_acceptPipe()' to set FD_CLOEXEC flag on accepted pipe.Matthias Huetsch1-15/+23
2001-03-30#85522# Forward SIGPROF to system handlerHennes Rohling1-7/+15
2001-03-27types.c has been removedJoachim Lingner1-4/+2
2001-03-22#82474# : protect setconditionmfe1-3/+19
2001-03-22#85177# If searchNormalizedPath returns true everything is O.K.Hennes Rohling1-3/+3
2001-03-20Avoid compiler warningsHennes Rohling1-3/+3
2001-03-20fixed expression to terminate loop in osl_SleepThread and osl_ScheduleThreadGregor Hartmann1-4/+4
2001-03-19chg. True -> sal_True & False -> sal_FalseKurt Zenker1-9/+9
2001-03-19chg. pParamPipeImp -> pPipeKurt Zenker1-4/+4
2001-03-16fix cut/copy/paste errorJens-Heiner Rechtien1-9/+5
2001-03-16#include <osl/types.h> removed and #include <sal/types.h insertedJoachim Lingner2-9/+11
2001-03-16#include <osl/types.h> removedJoachim Lingner2-6/+4
2001-03-16dlclose hack for gcc in once againmfe1-6/+20
2001-03-16removed unnecessary socket.hxx inclusionJörg Budischewski1-3/+3
2001-03-15POWERPC: use fixed registerJens-Heiner Rechtien1-8/+10
2001-03-14pipe+socket now refcounted, add blocking read/write access, removed osl_getIO...Jörg Budischewski3-717/+211
2001-03-14socket.c moved to socket.cxxJörg Budischewski1-3151/+0
2001-03-14made socket and pipe refcounted, added blocking read write methods, added dir...Jörg Budischewski4-647/+2746
2001-03-14#include <osl/time.h> addedJoachim Lingner7-14/+41
2001-03-13reworked atomic updates for reference counters (PowerPC version)Jens-Heiner Rechtien1-22/+18
2001-03-13osl_[increment|decrement]InterlockedCount() for PowerPC (GCC inline assembler)Jens-Heiner Rechtien1-2/+43
2001-03-13Change strcat to strcpy to fix Mac OS X bugPatrick Luby1-3/+3
2001-03-12Corrected for UNIX-file formatVladimir Glazounov1-10/+37
2001-03-11Eliminated unnecessary use of timezone struct in gettimeofday callsPatrick Luby1-5/+4
2001-03-10Don't process modules with no name for Mac OS XPatrick Luby1-3/+6
2001-03-09#84782# fix race between `osl_createPipe' and `osl_acceptPipe'.dic1-2/+5
2001-03-09gcc dlclose workaround removedmfe1-12/+2
2001-03-09wake up protectionmfe1-27/+50
2001-03-09wake up protection, clean upmfe1-28/+27
2001-03-09Added searching for libraries in standard system path for Mac OS XPatrick Luby1-2/+10
2001-03-08Replace ftime calls with gettimeofday calls as ftime is obsolete in Linux and...Patrick Luby1-9/+9
2001-03-02no exit() but _exit()mfe1-41/+20
2001-03-01removed osl_getSymbolAmfe1-14/+2
2001-03-01moved struct for NetBSD to semaphor.cmfe1-2/+11
2001-02-28moved _pthread_none_ to mutex.cmfe1-9/+6