summaryrefslogtreecommitdiff
path: root/ace/OS.i
Commit message (Expand)AuthorAgeFilesLines
* (mmap): use ACE_DEFAULT_FILE_PERMS on LynxOS for the shared memory objectlevine1998-02-211-1/+3
* (cond_timedwait): fixed on LynxOS (DCE_DRAFT4_THREADS), where pthread_cond_ti...levine1998-02-211-58/+27
* (mmap): oops, return mapped address instead of 0 on successlevine1998-02-191-1/+1
* added ACE_OS::shm_{open,unlink}, and mmap support on LynxOSlevine1998-02-191-19/+131
* (gethostbyname_r): added some ACE_UNUSED_ARGs for Digital Unixlevine1998-02-161-2/+6
* (mktemp): I missed this one in Win32 section.nanbor1998-02-121-1/+9
* (getprotoby{name,number}{,_r}): not supported on Choruslevine1998-02-101-4/+4
* Windows CE madness.nanbor1998-02-081-37/+42
* (gets): wrapped with !ACE_LACKS_GETSlevine1998-02-061-12/+12
* Added WinCE codes.nanbor1998-02-021-50/+196
* Added gettimeofday implementation for WinCE.nanbor1998-01-301-6/+12
* isatty (for Win32) added conversion from HANDLE to fd.nanbor1998-01-281-1/+2
* *** empty log message ***schmidt1998-01-271-2/+2
* More WinCE insanities.nanbor1998-01-271-6/+102
* Windows CE madness.nanbor1998-01-261-23/+237
* (thr_kill): removed ACE_ADAPT_RETVAL because ::taskNameToID returns the task ...levine1998-01-241-2/+1
* *** empty log message ***schmidt1998-01-231-1/+1
* added ACE_HAS_SOCKLEN_T support for Linux/glibc2levine1998-01-151-1/+3
* Fixed typo in ACE_Time_Value::operator const timeval *levine1998-01-141-7/+4
* *** empty log message ***schmidt1998-01-131-2/+2
* *** empty log message ***schmidt1998-01-131-4/+12
* *** empty log message ***schmidt1998-01-081-2/+6
* (nanosleep): convert nanoseconds to microseconds by dividing by 1000,levine1998-01-061-4/+4
* (rw_trywrlock_upgrade): moved the #if 0 up a bit so that it builds on Linux/n...levine1998-01-061-1/+1
* (strtoul) use ::strol on Linux/__GLIBC__ instead of Linux/__alphalevine1998-01-061-4/+4
* (strtoul): moved the Linux/Alpha hack from Env_Value_T.i to OS.ilevine1998-01-061-0/+6
* cast putenv arg to (char *) to avoid compiler warning on g++/VxWorkslevine1998-01-061-1/+2
* added ACE_OS::putenvlevine1998-01-051-0/+7
* (rw_trywrlock_upgrade): moved return 0 inside the #if 0 block to avoidlevine1998-01-051-5/+5
* *** empty log message ***levine1998-01-051-1/+2
* *** empty log message ***schmidt1998-01-041-2/+8
* *** empty log message ***schmidt1998-01-041-10/+10
* ChangeLogTag:Fri Jan 2 12:39:45 1998 Carlos O'Ryan <coryan@swarm.cs.wustl....coryan1998-01-021-1/+2
* ChangeLogTag:Fri Jan 2 10:56:38 1998 Carlos O'Ryan <coryan@macarena.cs.wus...coryan1998-01-021-1/+1
* (rw_trywrlock_upgrade): added ACE_UNUSED_ARG (rw) with STHREADSlevine1998-01-021-1/+2
* *** empty log message ***schmidt1998-01-021-59/+103
* *** empty log message ***schmidt1998-01-011-2/+7
* * ace/Env_Value_T.*: Added a new template (ACE_Env_Value) which isChris Cleeland1997-12-311-1/+8
* replaced NSIG with ACE_NSIGlevine1997-12-311-3/+3
* (gethrtime): commented out high-res tick counter on Linux because it doesn't ...levine1997-12-311-26/+28
* Added some WinCE codes.nw11997-12-301-1/+22
* Added code to Win32 implementation of ACE_OS::event_timedwait to guardnw11997-12-291-1/+10
* (getrusage,{get,set}rlimit): added ACE_HAS_RUSAGE_WHO_ENUM and ACE_HAS_RLIMIT...levine1997-12-271-0/+12
* (thr_setprio): don't check ACE_LACKS_SETSCHED if ACE_HAS_DCETHREADSlevine1997-12-271-1/+1
* (thr_getprio): don't apply the !defined(ACE_LACKS_SETSCHED) check if ACE_HAS_...levine1997-12-261-24/+24
* (cond_timedwait): wrapped first arg to ACE_OSCALL in parens because it confus...levine1997-12-261-4/+5
* Modified ace_flock_t, ACE_OS::flock_init, and ACE_OS::flock_destroy tonw11997-12-261-0/+8
* Added checking for initial count of semaphores. Changed to use thread_mutex ...nw11997-12-241-14/+20
* Added comments for semaphore simulation.nw11997-12-241-3/+66
* Changed to use ACE_OS::sema_wait in cond_wait when we are usingnw11997-12-231-4/+6