| Commit message (Expand) | Author | Age | Files | Lines |
* | (mmap): use ACE_DEFAULT_FILE_PERMS on LynxOS for the shared memory object | levine | 1998-02-21 | 1 | -1/+3 |
* | (cond_timedwait): fixed on LynxOS (DCE_DRAFT4_THREADS), where pthread_cond_ti... | levine | 1998-02-21 | 1 | -58/+27 |
* | (mmap): oops, return mapped address instead of 0 on success | levine | 1998-02-19 | 1 | -1/+1 |
* | added ACE_OS::shm_{open,unlink}, and mmap support on LynxOS | levine | 1998-02-19 | 1 | -19/+131 |
* | (gethostbyname_r): added some ACE_UNUSED_ARGs for Digital Unix | levine | 1998-02-16 | 1 | -2/+6 |
* | (mktemp): I missed this one in Win32 section. | nanbor | 1998-02-12 | 1 | -1/+9 |
* | (getprotoby{name,number}{,_r}): not supported on Chorus | levine | 1998-02-10 | 1 | -4/+4 |
* | Windows CE madness. | nanbor | 1998-02-08 | 1 | -37/+42 |
* | (gets): wrapped with !ACE_LACKS_GETS | levine | 1998-02-06 | 1 | -12/+12 |
* | Added WinCE codes. | nanbor | 1998-02-02 | 1 | -50/+196 |
* | Added gettimeofday implementation for WinCE. | nanbor | 1998-01-30 | 1 | -6/+12 |
* | isatty (for Win32) added conversion from HANDLE to fd. | nanbor | 1998-01-28 | 1 | -1/+2 |
* | *** empty log message *** | schmidt | 1998-01-27 | 1 | -2/+2 |
* | More WinCE insanities. | nanbor | 1998-01-27 | 1 | -6/+102 |
* | Windows CE madness. | nanbor | 1998-01-26 | 1 | -23/+237 |
* | (thr_kill): removed ACE_ADAPT_RETVAL because ::taskNameToID returns the task ... | levine | 1998-01-24 | 1 | -2/+1 |
* | *** empty log message *** | schmidt | 1998-01-23 | 1 | -1/+1 |
* | added ACE_HAS_SOCKLEN_T support for Linux/glibc2 | levine | 1998-01-15 | 1 | -1/+3 |
* | Fixed typo in ACE_Time_Value::operator const timeval * | levine | 1998-01-14 | 1 | -7/+4 |
* | *** empty log message *** | schmidt | 1998-01-13 | 1 | -2/+2 |
* | *** empty log message *** | schmidt | 1998-01-13 | 1 | -4/+12 |
* | *** empty log message *** | schmidt | 1998-01-08 | 1 | -2/+6 |
* | (nanosleep): convert nanoseconds to microseconds by dividing by 1000, | levine | 1998-01-06 | 1 | -4/+4 |
* | (rw_trywrlock_upgrade): moved the #if 0 up a bit so that it builds on Linux/n... | levine | 1998-01-06 | 1 | -1/+1 |
* | (strtoul) use ::strol on Linux/__GLIBC__ instead of Linux/__alpha | levine | 1998-01-06 | 1 | -4/+4 |
* | (strtoul): moved the Linux/Alpha hack from Env_Value_T.i to OS.i | levine | 1998-01-06 | 1 | -0/+6 |
* | cast putenv arg to (char *) to avoid compiler warning on g++/VxWorks | levine | 1998-01-06 | 1 | -1/+2 |
* | added ACE_OS::putenv | levine | 1998-01-05 | 1 | -0/+7 |
* | (rw_trywrlock_upgrade): moved return 0 inside the #if 0 block to avoid | levine | 1998-01-05 | 1 | -5/+5 |
* | *** empty log message *** | levine | 1998-01-05 | 1 | -1/+2 |
* | *** empty log message *** | schmidt | 1998-01-04 | 1 | -2/+8 |
* | *** empty log message *** | schmidt | 1998-01-04 | 1 | -10/+10 |
* | ChangeLogTag:Fri Jan 2 12:39:45 1998 Carlos O'Ryan <coryan@swarm.cs.wustl.... | coryan | 1998-01-02 | 1 | -1/+2 |
* | ChangeLogTag:Fri Jan 2 10:56:38 1998 Carlos O'Ryan <coryan@macarena.cs.wus... | coryan | 1998-01-02 | 1 | -1/+1 |
* | (rw_trywrlock_upgrade): added ACE_UNUSED_ARG (rw) with STHREADS | levine | 1998-01-02 | 1 | -1/+2 |
* | *** empty log message *** | schmidt | 1998-01-02 | 1 | -59/+103 |
* | *** empty log message *** | schmidt | 1998-01-01 | 1 | -2/+7 |
* | * ace/Env_Value_T.*: Added a new template (ACE_Env_Value) which is | Chris Cleeland | 1997-12-31 | 1 | -1/+8 |
* | replaced NSIG with ACE_NSIG | levine | 1997-12-31 | 1 | -3/+3 |
* | (gethrtime): commented out high-res tick counter on Linux because it doesn't ... | levine | 1997-12-31 | 1 | -26/+28 |
* | Added some WinCE codes. | nw1 | 1997-12-30 | 1 | -1/+22 |
* | Added code to Win32 implementation of ACE_OS::event_timedwait to guard | nw1 | 1997-12-29 | 1 | -1/+10 |
* | (getrusage,{get,set}rlimit): added ACE_HAS_RUSAGE_WHO_ENUM and ACE_HAS_RLIMIT... | levine | 1997-12-27 | 1 | -0/+12 |
* | (thr_setprio): don't check ACE_LACKS_SETSCHED if ACE_HAS_DCETHREADS | levine | 1997-12-27 | 1 | -1/+1 |
* | (thr_getprio): don't apply the !defined(ACE_LACKS_SETSCHED) check if ACE_HAS_... | levine | 1997-12-26 | 1 | -24/+24 |
* | (cond_timedwait): wrapped first arg to ACE_OSCALL in parens because it confus... | levine | 1997-12-26 | 1 | -4/+5 |
* | Modified ace_flock_t, ACE_OS::flock_init, and ACE_OS::flock_destroy to | nw1 | 1997-12-26 | 1 | -0/+8 |
* | Added checking for initial count of semaphores. Changed to use thread_mutex ... | nw1 | 1997-12-24 | 1 | -14/+20 |
* | Added comments for semaphore simulation. | nw1 | 1997-12-24 | 1 | -3/+66 |
* | Changed to use ACE_OS::sema_wait in cond_wait when we are using | nw1 | 1997-12-23 | 1 | -4/+6 |