summaryrefslogtreecommitdiff
path: root/ace/OS.h
Commit message (Expand)AuthorAgeFilesLines
* (fcntl): changed type of last argument from int to long, to permit safer cast...levine1999-05-201-1/+1
* .schmidt1999-05-171-4/+0
* moved #include of ace/Trace.h to before #include of ace/OS.ilevine1999-05-171-4/+6
* .schmidt1999-05-141-0/+4
* added ACE_THR_PRI_OTHER_DEF for NT, because MT_Cubit uses it.levine1999-05-111-3/+17
* added some QNX supportlevine1999-05-071-10/+28
* Removed all references to ACE_HAS_PTHREAD_SIGMASK. This macroOssama Othman1999-05-071-5/+2
* added ACE_U_ONE_SECOND_IN_*SECSlevine1999-05-051-5/+11
* added ghs back to ACE_NOTREACHED suppressionslevine1999-05-021-5/+5
* put Object_Manager back on the stack of main, instead of using ACE::init and ...levine1999-05-011-6/+2
* Added wrapper for <pthread_sigmask> to get the Proactor code compilealex1999-04-301-0/+4
* Removed ACE_non_function_ptr_to_function_ptr_cast.nanbor1999-04-301-15/+0
* cosmetic changesOssama Othman1999-04-301-10/+11
* moved INET_ADDRSTRLEN INET6_ADDRSTRLEN to a location NT can find them.Ossama Othman1999-04-301-12/+11
* *** empty log message ***irfan1999-04-301-1/+1
* IPv6 updates.Ossama Othman1999-04-301-0/+21
* Started to add minimal IPv6 support.Ossama Othman1999-04-291-0/+1
* Added ACE_non_function_ptr_to_function_ptr_cast.nanbor1999-04-281-0/+15
* *** empty log message ***irfan1999-04-271-16/+68
* On non-psos replacement of main() function, use ACE::init, ACE::fini rather thanSteve Huston1999-04-261-2/+6
* (init,fini): moved init_fini_count_ from ACE Object_Managers to ACE, so that ...levine1999-04-261-5/+0
* ACE_NOTREACHED should expand to nothing on KAI compiler.nanbor1999-04-251-1/+1
* Added support for the memchr library function.jxh1999-04-231-0/+3
* Fixed specification of what gets thrown at failed 'new' for HP aC++.Steve Huston1999-04-231-1/+5
* .schmidt1999-04-201-0/+4
* (ACE_OS_Object_Manager,ACE_Object_Manager: added static counter to match init...levine1999-04-191-2/+11
* (read_n,send_n,write_n): moved from ACE to ACE_OS, so that the uses in OS.cpp...levine1999-04-161-0/+18
* reorganized a couple of the pSOS PPC conditional compilation branches in ACE_...cdgill1999-04-151-8/+13
* pSOS PPC port changes from Sam Reddycdgill1999-04-151-5/+14
* Added additional parameter <int signal_number> to all the Asynchronosalex1999-04-141-4/+9
* Use non-static object manager on CE.nanbor1999-04-061-3/+1
* .joeh1999-04-061-2/+8
* removed second #include of netdb.hlevine1999-04-051-1/+0
* moved flags members from ACE_Thread_Descriptor to a new ACE_OS_Thread_Descrip...levine1999-04-051-1/+24
* Reverted some of the -Weffc++ changes I made.Ossama Othman1999-04-021-26/+1
* See my ChangeLog entry from 1 April 1999.Ossama Othman1999-04-011-0/+24
* Fixed rogue characters in Nanbor's change.brunsch1999-03-311-1/+1
* Cosmetic change.nanbor1999-03-311-2/+2
* Moved ACE_NEW_THROW* and ACE_GUARD_THROW* to CORBA_macros.hnanbor1999-03-281-41/+1
* Replaced ACE_LACKS_SCHED_H with ACE_NEEDS_SCHED_Hnanbor1999-03-271-1/+1
* Only include <sched.h> when !defined (ACE_LACKS_SCHED_H)nanbor1999-03-271-4/+4
* * ace/OS.h: Added __USLC__ to list of macros in the conditional thatOssama Othman1999-03-261-1/+1
* ChangeLogTag:Thu Mar 25 16:31:27 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-03-251-0/+4
* * ace/OS.h:Ossama Othman1999-03-251-2/+3
* Added ACE_DEFAULT_TEMP_DIR_ENV to be "TEMP" for WIN32 and "TMP" foralex1999-03-251-1/+13
* * ace/OS.h:Ossama Othman1999-03-231-4/+0
* Supress warning 4290 on MSVC.nanbor1999-03-231-0/+5
* (cleanup_tss): added tss_close (), to enable deleting the native key on progr...levine1999-03-221-0/+3
* Removing MFC dependencynanbor1999-03-191-5/+14
* pSOS MIPS patches from Jaepil Kimcdgill1999-03-161-10/+58