summaryrefslogtreecommitdiff
path: root/ace/OS.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***schmidt1997-04-161-1/+1
* *** empty log message ***schmidt1997-04-071-35/+29
* *** empty log message ***schmidt1997-04-061-1/+0
* added Matthias' updates to Log_Msg, w/ACE_NO_HEAP_CHECK; see ChangeLog for de...levine1997-04-051-10/+15
* fooschmidt1997-04-031-0/+18
* added casts of iov_len and copyn because iov_len is int on some platforms and...levine1997-04-031-1/+4
* (writev, readv): changed type of local variable "i" from size_t to int to avo...levine1997-04-031-4/+4
* * Added -fno-implicit-templates for Linux platformsChris Cleeland1997-04-021-6/+6
* Moved the setting of policy BEFORE the setting of priority inChris Cleeland1997-04-011-368/+386
* (gethrtime): added support for PowerPC with Green Hills compilerlevine1997-04-011-0/+22
* fooschmidt1997-03-291-3/+19
* added ACE_HAS_ONLY_SCHED_OTHER to indicate that platform only supports POSIX ...levine1997-03-291-1/+1
* (thr_create): only support THR_SCHED_OTHER on Solarislevine1997-03-281-0/+5
* fixed PTHREADS_1003_DOT_1C thread priority logiclevine1997-03-281-3/+3
* Integrated changes from Thilo.Chris Cleeland1997-03-281-44/+93
* *** empty log message ***schmidt1997-03-281-153/+17
* Changed ::sprintf calls to ACE_OS::sprintf.levine1997-03-261-7/+7
* (thr_create): on VxWorks, always pass 0 as first arg to ::taskSpawn () so tha...levine1997-03-251-4/+4
* graschmidt1997-03-241-11/+24
* thr_create (): fixed call to taskSpawn (), and set flags to VX_FP_TASK if no...levine1997-03-241-10/+11
* fooschmidt1997-03-221-2/+3
* esschmidt1997-03-221-15/+60
* otschmidt1997-03-201-2/+16
* *** empty log message ***schmidt1997-03-191-5/+5
* (sched_params): return -1 if NOTSUP; (fork): added ACE_UNUSED_ARG (program_na...levine1997-03-171-1/+2
* *** empty log message ***schmidt1997-03-141-0/+16
* (uname, hostname): added VxWorks support, and uninlined uname on WIN32 and Vx...levine1997-03-111-0/+30
* (sched_param): with STHREADS, map ACE_SCOPE_THREAD to ACE_SCOPE_PROCESSlevine1997-03-071-1/+3
* revised thread/process priority interface (merged in posix_thread_priority br...levine1997-03-051-62/+137
* support gethrtime () on all platforms by calling gettimeofday ()levine1997-02-281-2/+2
* uninlined ACE_OS::gethrtime () on linux because it depends on location of loc...levine1997-02-231-0/+20
* use local variables in ACE_OS::gethrtime () on linuxlevine1997-02-231-6/+0
* added ACE_OS::gethrtime () support for Linux on Pentiumslevine1997-02-231-0/+6
* *** empty log message ***irfan1997-02-181-1/+1
* POSIX 1003.1c instead of 1003.1Clevine1997-02-101-2/+2
* added comment about thread priorities only being tested for 1003.1C version o...levine1997-02-101-1/+3
* Fixed my OS.cpp OOPS.Chris Cleeland1997-02-081-2122/+5
* Updated set_sched_params for Digital and Linux.Chris Cleeland1997-02-071-0/+2114
* added ACE_Thread_Priority support for Digital Unix. Thanks to Thilo Kielmann...levine1997-02-071-0/+26
* fooschmidt1997-02-051-0/+2
* fooschmidt1997-02-051-4/+6
* fooschmidt1997-02-051-2/+12
* uninlined ACE_OS::gethostbyname (), and ACE_OS::inet_ntoa () on VxWorks, beca...levine1997-01-301-0/+46
* Fixed a wee lil bugharrison1997-01-301-8/+4
* Fixed a tiny little bug.harrison1997-01-301-1/+1
* fixed ACE_OS::set_sched_params on Win32 and VxWorkslevine1997-01-291-16/+21
* *** empty log message ***irfan1997-01-291-3/+6
* fooschmidt1997-01-291-26/+21
* added ACE_OS::set_sched_params (), and ACE_Scheduling_Parameters and ACE_Thre...levine1997-01-291-0/+93
* fooschmidt1997-01-291-2/+3