summaryrefslogtreecommitdiff
path: root/ace/OS.i
Commit message (Expand)AuthorAgeFilesLines
* Changed an erroneous ACE_HAS_PTHREAD_DRAFT6 to ACE_HAS_PTHREADS_DRAFT6Steve Huston1998-08-281-3/+3
* (rwlock_init): use native ::rwlock_init on Solaris, even if ACE_HAS_STHREADS ...levine1998-08-261-8/+8
* Fixed strdup implementation for Borland with Unicode support.nanbor1998-08-251-1/+1
* *** empty log message ***schmidt1998-08-251-1/+4
* *** empty log message ***schmidt1998-08-241-2/+2
* (thr_testcancel): with ACE_HAS_PTHREAD_DRAFT6, use ::pthread_testintrlevine1998-08-241-0/+4
* (thr_setcancelstate, thr_testcancel): added ACE_LACKS_PTHREAD_CANCELlevine1998-08-221-4/+9
* Use GetSystemTimeAsFileTime in ACE_OS::gettimeofday, rather than _ftimeSteve Huston1998-08-221-0/+5
* (thr_cancel, thr_setcanceltype): added #elselevine1998-08-221-3/+10
* ChangeLogTag:Fri Aug 21 16:40:39 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-08-211-1/+6
* Changed ::pthread_getspecific to pthread_getspecific as it is a macronaga1998-08-211-1/+1
* (thr_sigsetmask): with ACE_HAS_PTHREADS_DRAFT4 orlevine1998-08-171-10/+10
* Changed to not use ACE_HAS_DCETHREADS (or DCE_DRAFT4_THREADS) - unify around theSteve Huston1998-08-171-188/+231
* Fixed a type AC1E.nanbor1998-08-171-1/+1
* On dlclose, don't actually call shl_unload on HP-UX 10.x and 32-bit 11.00Steve Huston1998-08-141-0/+14
* Made fopen returns the correct error on CE.nanbor1998-08-111-1/+4
* No need to mess with security attribute in shm_open.nanbor1998-08-101-28/+28
* Allow setting a default Win32 security attributes object.nanbor1998-08-101-7/+33
* *** empty log message ***irfan1998-08-051-2/+2
* *** empty log message ***irfan1998-08-011-25/+83
* Moved a few methods from ACE to ACE_Event_Handlergonzo1998-07-301-1/+23
* Added const wchar_t version of strpbrknanbor1998-07-281-0/+7
* *** empty log message ***schmidt1998-07-251-0/+7
* applied Arturo's patches to support TSS emulation with Pthreadslevine1998-07-201-0/+60
* (sema_wait w/time): on VxWorks and pSoS, subtract the current time fromlevine1998-07-171-14/+33
* Correct WinCE simulation of ACE_OS::sema_wait(ACE_sema_t *, ACE_Time_Value&)Steve Huston1998-07-161-7/+10
* CE doesn't have structural exception handlingnanbor1998-07-071-4/+8
* *** empty log message ***nanbor1998-07-021-0/+25
* *** empty log message ***alex1998-07-021-0/+26
* (gethrtime): with Pentium and g++ or ghs, only; fixed load of 64-bit tick cou...levine1998-06-241-8/+9
* *** empty log message ***irfan1998-06-221-12/+8
* Have to treat UNICODE differently because FormatMessage take wchar_t when UNI...nanbor1998-06-211-1/+10
* Reflow macro indentationnanbor1998-06-201-927/+927
* Fixed a typo.nanbor1998-06-191-1/+1
* Make g++ quiet on FreeBSD by adding ACE_UNUSED_ARG to sigwait and treats the ...nanbor1998-06-191-2/+5
* (dlopen): added support for ACE_HAS_SGIDLADD. (dlerror): on WIN32, return a ...levine1998-06-191-0/+9
* (rw_trywrlock_upgrade): moved declaration of local "result" before thelevine1998-06-181-18/+19
* Removed some not neccessary code.mk11998-06-181-8/+2
* ChangeLog entry: Wed Jun 17 17:30:11 1998 Michael Kircher <mk1@cs.wustl.edu>mk11998-06-171-21/+54
* *** empty log message ***schmidt1998-06-121-2/+2
* *** empty log message ***schmidt1998-06-121-8/+25
* Added initial support for Borland C++ Buildergonzo1998-06-081-9/+18
* Changes needed to accomodate SunOS4 which ACE_LACKS_DIFFTIMEjxh1998-05-291-0/+2
* (writev): changed return type from int to ssize_t to match declaration in OS.h.levine1998-05-221-1/+1
* (ACE_IO_Vector::buffer): added static cast of new_buffer to char *levine1998-05-221-14/+14
* *** empty log message ***irfan1998-05-221-6/+94
* *** empty log message ***nanbor1998-05-221-1/+1
* Added strrchr and strchr implementations for CE.nanbor1998-05-211-3/+27
* *** empty log message ***irfan1998-05-181-5/+92
* *** empty log message ***schmidt1998-05-181-5/+7