summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
* otschmidt1997-03-2030-191/+453
* added ACE_LACKS_SETSCHED, removed ACE_HAS_THREAD_SELF and ACE_HAS_SVR$_DYNAMI...levine1997-03-192-8/+4
* added ACE_HAS_AIX_BROKEN_SOCKET_HEADER to wrap #include of sys/socket.h with ...levine1997-03-192-1/+10
* added ACE_HAS_AIX_BROKEN_SOCKET_HEADER, ACE_HAS_PTHREAD_T, and ACE_LACKS_TCP_Hlevine1997-03-192-2/+9
* *** empty log message ***schmidt1997-03-1912-14/+38
* oops, added one more ACE_UNUSED_ARG (type)levine1997-03-191-1/+5
* added more ACE_UNUSED_ARG'slevine1997-03-191-4/+28
* removed SVR4_DYNAMIC_LINKING protection around #define of RTLD_LAZY because i...levine1997-03-191-2/+0
* *** empty log message ***irfan1997-03-192-6872/+6604
* fooschmidt1997-03-192-34/+57
* added some ACE_UNUSED_ARG callslevine1997-03-181-228/+258
* moved #include of Local_Name_Space.h up because this file needs declaration o...levine1997-03-181-3/+1
* removed #include of ace/Service_Config.hlevine1997-03-181-1/+0
* removed ACE_HAS_RTLD_LAZY_Vlevine1997-03-1823-90/+4
* (close): replaced call to ACE_SOCK_Stream::close () with one to generic STREA...levine1997-03-181-1/+1
* replaced "y.tab.c" string with "Svc_Conf_y.cpp"levine1997-03-181-3/+3
* *** empty log message ***irfan1997-03-184-12/+1144
* oops, fixed comment in ACE_OS::nanosleep () #endiflevine1997-03-181-1/+1
* default "remaining" arg of nanosleep to 0levine1997-03-171-1/+1
* added nanosleep (), currently supported only on POSIX platformslevine1997-03-172-0/+20
* fooschmidt1997-03-178-12/+33
* (priority_min, priority_max, next_priority, previous_priority): not supported...levine1997-03-171-4/+4
* (sched_params): return -1 if NOTSUP; (fork): added ACE_UNUSED_ARG (program_na...levine1997-03-171-1/+2
* Commented out the calls to ACE_OS:: for Win32.harrison1997-03-141-0/+2
* *** empty log message ***schmidt1997-03-1410-35/+41
* Commented out ACE_DEBUG statements.harrison1997-03-141-2/+2
* Gave default values to many old_cstate local variables.harrison1997-03-141-5/+5
* *** empty log message ***irfan1997-03-141-23/+23
* (thr_getprio): added missing ACE_NOTSUP_RETURN for case of ptheadcs and ! def...levine1997-03-131-0/+2
* *** empty log message ***irfan1997-03-132-1/+4
* *** empty log message ***irfan1997-03-132-22/+149
* *** empty log message ***irfan1997-03-131-11/+15
* Added multicast flag since Linux now has this.Chris Cleeland1997-03-121-0/+3
* added VXWORKS support to gethrtime ()levine1997-03-121-1/+8
* *** empty log message ***irfan1997-03-121-4/+36
* added CVS header (// $Id$)levine1997-03-1114-0/+33
* (ctor, grow_heap): fixed the fix by reverting the types to size_t and casting...levine1997-03-111-4/+6
* (uname, hostname): added VxWorks support, and uninlined uname on WIN32 and Vx...levine1997-03-112-13/+37
* (ctor, grow_heap): changed type of loop index from size_t to int to avoid sig...levine1997-03-111-2/+2
* (bind): changed type of "current_size" to size_t to avoid signed/unsigned com...levine1997-03-111-3/+3
* (unbind) cast "index" to int to avoid signed/unsigned comparisonlevine1997-03-111-1/+1
* fixed interpretation of ACE_hrtime_t (nanoseconds) and casts for WIN32levine1997-03-112-23/+23
* added ACE_LACKS_SYS_NERRlevine1997-03-111-0/+1
* Fixed broken #elif constructs in a few places.Chris Cleeland1997-03-101-4/+4
* fooschmidt1997-03-082-40/+50
* fooschmidt1997-03-086-9/+389
* (sched_param): with STHREADS, map ACE_SCOPE_THREAD to ACE_SCOPE_PROCESSlevine1997-03-071-1/+3
* commented out YY_BREAK after ace_yyterminate (); to avoid GHS compiler warnin...levine1997-03-071-1/+1
* two fixes to avoid warnings on VxWorks, and added missing #else to thr_getpri...levine1997-03-071-1/+7
* fooschmidt1997-03-061-1/+0