summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***irfan1997-03-132-22/+149
* *** empty log message ***irfan1997-03-131-11/+15
* Added multicast flag since Linux now has this.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.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
* removed Thread_Priority and renamed Scheduling_Params to Sched_Paramslevine1997-03-061-45/+10
* more rearrangement: moved ACE_OS::clock_gettime ()levine1997-03-061-13/+13
* more fixes for WTHREADSlevine1997-03-061-3/+7
* *** empty log message ***irfan1997-03-062-58/+58
* fooschmidt1997-03-051-19/+14
* revised thread/process priority interface (merged in posix_thread_priority br...levine1997-03-052-42/+132
* fooschmidt1997-03-051-1/+1
* *** empty log message ***irfan1997-03-051-12/+26
* revised thread/process priority interface (merged in posix_thread_priority br...levine1997-03-056-685/+407
* added or protected #define of __ACE_INLINE__, and removed #define of ACE_HAS_...levine1997-03-0318-38/+69
* fooschmidt1997-03-039-0/+42
* added fourth arg in call to ACE_SOCK::open ()levine1997-03-011-1/+2
* fooschmidt1997-02-282-6/+12
* fooschmidt1997-02-281-1/+1
* fooschmidt1997-02-2810-39/+68
* fixed ACE_TIMER_SKEW definelevine1997-02-281-9/+5
* fooschmidt1997-02-286-2/+14
* added ACE_HAS_CLOCK_GETTIMElevine1997-02-282-4/+11
* fooschmidt1997-02-282-16/+22
* support gethrtime () on all platforms by calling gettimeofday ()levine1997-02-282-61/+62
* Fixed scale factor calculations.harrison1997-02-283-11/+36
* Added global_scale_factor to High_Res_Timer. Changed Profile_Timer toharrison1997-02-275-3/+62
* rearrange Timer_Queue ctor initializers to match declaration orderlevine1997-02-261-2/+2
* added ACE_UNUSED_ARG (error);levine1997-02-261-0/+1
* #undef ACE_HAS_TERM_IOCTLS to avoid conflict with /usr/include/sys/termios.h ...levine1997-02-262-621/+2989
* default ACE_TIMER_QUEUE to 0, and override to 10 ms in all Solaris config fileslevine1997-02-2619-9/+81
* defined ACE_TIMER_SKEW to 0harrison1997-02-262-0/+6
* defined ACE_TIMER_SKEW 0harrison1997-02-261-0/+3
* Reactors now call Timer_Queue::gettimeofday. Timer_Queue takes aharrison1997-02-264-27/+21
* *** empty log message ***irfan1997-02-262-4/+3