summaryrefslogtreecommitdiff
path: root/ace/OS.i
Commit message (Collapse)AuthorAgeFilesLines
* * ace/OS.i (getpwnam_r): Added patch contributed by Roland GiglerOssama Othman1999-03-301-1/+3
| | | | <roland@mch.pn.siemens.de> for getpwnam_r on SCO UnixWare 7.
* Changed the implementation of the High Resolution Timer to usebrunsch1999-03-241-22/+5
| | | | | QueryPerformanceCounter instead of assembly code. The docs also say that this is MP-safe.
* *** empty log message ***nanbor1999-03-181-1/+1
|
* *** empty log message ***vishal1999-03-181-1/+2
|
* *** empty log message ***vishal1999-03-181-2/+1
|
* *** empty log message ***vishal1999-03-181-1/+2
|
* *** empty log message ***vishal1999-03-171-3/+3
|
* .schmidt1999-03-171-4/+4
|
* (strenvdup): initialized temp to 0 to avoid warnings from VxWorks g++levine1999-03-171-7/+7
|
* pSOS MIPS patches from Jaepil Kimcdgill1999-03-161-24/+66
|
* FreeBSD does not support timezone().jxh1999-03-161-1/+1
|
* Fix ACE_HAS_UNION_WAIT case - not dependent on AIX anymore.Steve Huston1999-03-161-7/+3
|
* pSOS fixes, ACE_PSOS_TM and ACE_Time_Value::max_time commentscdgill1999-03-141-4/+7
|
* *** empty log message ***nanbor1999-03-141-11/+15
|
* (timezone,tzset): not supported on VxWorkslevine1999-03-131-0/+4
|
* ChangeLogTag:Fri Mar 12 19:13:11 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-03-131-1/+7
|
* *** empty log message ***vishal1999-03-121-0/+20
|
* (thr_getspecific): added #else clause w/ACE_NOTSUP return to support ↵levine1999-03-031-0/+4
| | | | ACE_HAS_MINIMAL_ACE_OS
* added ACE_OS_Object_Managerlevine1999-03-011-0/+26
|
* .schmidt1999-02-271-3/+3
|
* * ace/OS.i (sema_destroy): ACE_OSCALL and ACE_OSCALL_RETURN macroOssama Othman1999-02-261-5/+5
| | | | | calls for sem_destroy, sem_unlink and sem_close had too few arguments. Added the missing arguments for the macros.
* .schmidt1999-02-251-13/+10
|
* .schmidt1999-02-241-0/+27
|
* *** empty log message ***irfan1999-02-231-30/+0
|
* (recursive_mutex_{init,lock,trylock}: added some ACE_UNUSED_ARGS. And, ↵levine1999-02-211-557/+9
| | | | uninlined the ACE_OS:cond_* functions with ACE_LACKS_COND_T
* (thr_self): moved definitions to before first uselevine1999-02-201-49/+48
|
* Moved thr_equal before recursive_mutex methods.nanbor1999-02-201-28/+28
|
* Two many args to thread_mutex_lock and _trylockbrunsch1999-02-201-2/+2
|
* .schmidt1999-02-201-0/+28
|
* Added ACE_OS_?String classesnanbor1999-02-201-0/+24
|
* .schmidt1999-02-191-1/+163
|
* ChangeLogTag:Fri Feb 19 01:32:45 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-02-191-1/+1
|
* .schmidt1999-02-191-0/+22
|
* CE fixes.nanbor1999-02-161-0/+2
|
* CE changes: Sat Feb 13 22:06:17 1999 Nanbor Wangnanbor1999-02-141-0/+5
|
* ChangeLogTag:Fri Jan 29 14:49:37 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-01-291-3/+7
|
* Removed LOG_MSG refs from expanded macros in recv and accept. No platformsSteve Huston1999-01-261-8/+3
| | | | actually need the check.
* Typobrunsch1999-01-251-1/+2
|
* ACE_OS::accept, ACE_OS::recv - set EAGAIN to EWOULDBLOCK.Steve Huston1999-01-251-1/+47
|
* ACE_OS::sema_init - always init s->name_ to 0.Steve Huston1999-01-231-1/+2
|
* (getuid): added static cast of -1 to uid_t on Chorus, to avoidlevine1999-01-211-1/+1
| | | | compiler warning about change in sign.
* Fixed unlinking temp file problem on Win32nanbor1999-01-211-38/+53
|
* (readdir_r): added ACE_UNUSED_ARG (entry) without ACE_HAS_REENTRANT_FUNCTIONS.levine1999-01-201-0/+1
|
* removed include of rpc/rpc.h, and ACE_LACKS_RPC_Hlevine1999-01-191-5/+1
|
* .schmidt1999-01-161-12/+18
|
* Fixed variable names in isatty () on NTcdgill1999-01-151-3/+3
|
* .schmidt1999-01-151-44/+50
|
* *** empty log message ***irfan1999-01-101-0/+6
|
* (thr_getspecific): moved return 0 statement inside the Draft 7/STD #else ↵levine1999-01-051-5/+5
| | | | block, to avoid warning about unreachable statement with Draft 4/6
* .schmidt1998-12-291-1/+1
|