summaryrefslogtreecommitdiff
path: root/ace/OS.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* *** empty log message ***irfan1999-01-131-2/+2
* (thr_create): moved #endif /* ACE_LACKS_SETDETACH */ outside of }, to allow c...levine1999-01-071-1/+1
* (ACE_TSS_Info::operator{==,!=}): added constnesslevine1999-01-021-2/+2
* ChangeLogTag:Fri Jan 1 12:22:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-01-011-0/+2
* Changes for pSOS using Diab 4.2a releasecdgill1998-12-061-0/+17
* uninlined ACE_OS::exit (), so that ACE_Object_Manager_fini () is no longer ne...levine1998-11-301-0/+47
* (sched_params,lwp_getparams,lwpsetparams): set LWP priority on Suns, even if ...levine1998-11-251-10/+18
* removed the ERRMAX #definelevine1998-11-241-3/+0
* With ACE_LACKS_SYS_NERR, added ERRMAX definition if it's not defined.levine1998-11-231-0/+3
* (thr_create): added static cast of PTHREAD_STACK_MINlevine1998-11-201-1/+1
* Added checks for ACE_HAS_WINNT4 != 0 when checking for ACE_HAS_WINNT4 likebrunsch1998-11-111-6/+6
* Replaced __TEXT with ACE_TEXTnanbor1998-10-241-56/+56
* Applied Detlef's changes for SEH handling improvementnanbor1998-10-241-55/+67
* (ACE_TSS_Emulation::tss_base): if storage for the TSS data must belevine1998-10-221-8/+19
* (readPPCTimeBase): wrapped each line in "". Otherwise, the C++ compilerlevine1998-10-191-8/+8
* Fixed typos.nanbor1998-10-161-2/+2
* Make sure THR_JOINABLE is set if THR_DETACHED or THR_JOINABLE is not set.nanbor1998-10-161-0/+4
* *** empty log message ***naga1998-10-141-0/+6
* .schmidt1998-10-111-7/+1
* Reverted FSU thread changes, for now.nanbor1998-10-081-18/+3
* Arturo: FSU pthread on SCO fixes.nanbor1998-10-071-3/+18
* Changed to use fork1 on Solaris (when using solaris threads)nanbor1998-10-061-11/+16
* *** empty log message ***irfan1998-09-301-0/+181
* removed ACE_USE_NATIVE_KEYS support by ACE_HAS_TSS_EMULATIONlevine1998-09-281-25/+19
* Not to consider ACE_HAS_PTHREAD_SIGMASK when determining where to allocate AC...nanbor1998-09-271-2/+2
* *** empty log message ***schmidt1998-09-221-41/+31
* (ACE_TSS_Emulation_cleanup): added ACE_UNUSED_ARG (ptr)levine1998-09-191-0/+1
* (tss_base,some ACE_PSOS_Time_t functions): removed ACE_INLINElevine1998-09-181-4/+3
* .schmidt1998-09-171-2/+4
* uninlined readPPCTimerlevine1998-09-161-2/+24
* changed ACE_HAS_POWERPC to ACE_HAS_POWERPC_TIMERlevine1998-09-161-10/+10
* Deprecated ACE_LACKS_GETS and ACE_OS::gets (void).nanbor1998-09-151-3/+0
* *** empty log message ***schmidt1998-09-121-4/+4
* *** empty log message ***schmidt1998-09-071-5/+2
* (thr_create): play the zero thread priority game on Solaris if defined (sun),...levine1998-09-031-59/+61
* pSOS Diab and Trimedia compiler port checkincdgill1998-09-011-454/+448
* *** empty log message ***irfan1998-08-271-1/+1
* Fixed another draft 6 call to pthread_key_create.Steve Huston1998-08-261-1/+3
* In ACE_OS::thr_keycreate, correct call for pthreads draft 6 to beSteve Huston1998-08-261-1/+3
* (rwlock_init): use native ::rwlock_init on Solaris, even if ACE_HAS_STHREADS ...levine1998-08-261-3/+2
* Forgot to register thr_mgr to exit_hook.nanbor1998-08-201-0/+1
* Don't create the TSS ACE_Thread_Exit object if the thread is not spwaned by T...nanbor1998-08-201-18/+22
* (ACE_TSS_Cleanup::detach): only declare locallevine1998-08-191-64/+66
* Fixed some bugs in TSS_Cleanup, see ChangeLog for detailsnanbor1998-08-191-11/+26
* Changed to not use ACE_HAS_DCETHREADS (or DCE_DRAFT4_THREADS) - unify around theSteve Huston1998-08-171-124/+143
* *** empty log message ***irfan1998-08-011-1/+1
* *** empty log message ***irfan1998-08-011-30/+208
* renamed ACE_Time_Value::max to ACE_Time_Value::max_time, because VxWorks #def...levine1998-07-251-2/+2
* fixed enqueue_tail bug in dynamic message queuecdgill1998-07-241-0/+4
* with ACE_HAS_DCE_DRAFT4_THREADS and ACE_LACKS_SETDETACH, added ::pthread_deta...levine1998-07-241-0/+11