summaryrefslogtreecommitdiff
path: root/ace/OS.i
Commit message (Expand)AuthorAgeFilesLines
...
* (thr_getspecific): moved return 0 statement inside the Draft 7/STD #else bloc...levine1999-01-051-5/+5
* .schmidt1998-12-291-1/+1
* *** empty log message ***irfan1998-12-251-7/+64
* Added ACE_OS::lstat() and readlink() methods, in addition toOssama Othman1998-12-151-0/+35
* *** empty log message ***irfan1998-12-091-0/+1
* Added fsync() method to ACE_OS.Ossama Othman1998-12-081-0/+11
* Changes for pSOS using Diab 4.2a releasecdgill1998-12-061-8/+88
* fstat needs to close down the fd opened by open_osfhandle.nanbor1998-12-021-1/+7
* Support sigwait for FreeBSD 3.0 or over.nanbor1998-12-011-1/+1
* uninlined ACE_OS::exit (), so that ACE_Object_Manager_fini () is no longer ne...levine1998-11-301-40/+0
* added ACE_Object_Manager_fini to avoid circular include problemslevine1998-11-301-6/+6
* (exit): with ACE_HAS_NON_STATIC_OBJECT_MANAGER, calllevine1998-11-301-7/+22
* *** empty log message ***irfan1998-11-201-1/+19
* *** empty log message ***irfan1998-11-191-7/+7
* *** empty log message ***irfan1998-11-191-12/+33
* Added checks for ACE_HAS_WINNT4 != 0 when checking for ACE_HAS_WINNT4 likebrunsch1998-11-111-12/+12
* Made sure the broadcast always gets signaled.nanbor1998-10-271-21/+17
* Applied Detlef's fixed for cond_timedwait/cond_broadcast deadlock problem.nanbor1998-10-271-15/+20
* Changed ACE_OS::sigaction to work with a null value for <nsa> on Windows.brunsch1998-10-251-1/+7
* .schmidt1998-10-251-1/+1
* FSU sigwait is different.nanbor1998-10-241-1/+3
* .schmidt1998-10-241-6/+13
* (gethrtime): updated comments on Alpha rpcc instruction.levine1998-10-181-5/+8
* .schmidt1998-10-141-2/+7
* *** empty log message ***naga1998-10-131-4/+4
* (thr_cmp): use pthread_equal with PTHREADS, same as in thr_equal ()levine1998-10-131-20/+20
* .schmidt1998-10-131-58/+52
* *** empty log message ***schmidt1998-10-131-16/+12
* *** empty log message ***schmidt1998-10-131-3/+3
* *** empty log message ***schmidt1998-10-111-1/+5
* .schmidt1998-10-111-14/+77
* .schmidt1998-10-111-5/+157
* *** empty log message ***irfan1998-10-091-1/+13
* added ACE_HAS_ALPHA_TIMER supportlevine1998-10-091-12/+13
* Reverted FSU thread changes, for now.nanbor1998-10-081-84/+4
* Arturo: FSU pthread on SCO fixes.nanbor1998-10-071-4/+84
* Fixed a typo.nanbor1998-09-301-1/+2
* .schmidt1998-09-301-28/+37
* *** empty log message ***irfan1998-09-301-146/+0
* *** empty log message ***nanbor1998-09-301-1/+8
* removed ACE_USE_NATIVE_KEYS support by ACE_HAS_TSS_EMULATIONlevine1998-09-281-8/+8
* (readdir_r): added __USE_POSIX test for three-arg ::readdir_rlevine1998-09-271-2/+3
* removed carriage returnslevine1998-09-251-1/+1
* ACE_OS::cond_timedwait - add EINTR to the set of errno values that get adjustedSteve Huston1998-09-251-3/+4
* OS.i - HP-UX 10 doesn't follow pthreads std for readdir_r.Steve Huston1998-09-241-6/+6
* Corrected comments referring to DCE threads.Steve Huston1998-09-241-18/+18
* Fixed up ifdefs for varying pthreads drafts and readdir_rSteve Huston1998-09-231-1/+9
* (fstat): put a :: in front of fstat if it's not defined as a macrolevine1998-09-221-3/+7
* (ACE_cond_t::waiters): only define this function if ACE_HAS_THREADSlevine1998-09-221-17/+17
* *** empty log message ***schmidt1998-09-201-1/+3