summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_unistd.inl
Commit message (Collapse)AuthorAgeFilesLines
* Removed lot of ACE_OSCALL_RETURN calls, the macro expanded to only the ↵Johnny Willemsen2021-06-281-62/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method invocation itself * ACE/ace/OS_NS_Thread.inl: * ACE/ace/OS_NS_arpa_inet.cpp: * ACE/ace/OS_NS_arpa_inet.inl: * ACE/ace/OS_NS_devctl.inl: * ACE/ace/OS_NS_dlfcn.inl: * ACE/ace/OS_NS_fcntl.cpp: * ACE/ace/OS_NS_fcntl.inl: * ACE/ace/OS_NS_poll.inl: * ACE/ace/OS_NS_regex.inl: * ACE/ace/OS_NS_signal.inl: * ACE/ace/OS_NS_stdio.inl: * ACE/ace/OS_NS_stdlib.inl: * ACE/ace/OS_NS_stropts.inl: * ACE/ace/OS_NS_sys_mman.inl: * ACE/ace/OS_NS_sys_msg.inl: * ACE/ace/OS_NS_sys_resource.inl: * ACE/ace/OS_NS_sys_shm.inl: * ACE/ace/OS_NS_sys_socket.inl: * ACE/ace/OS_NS_sys_stat.inl: * ACE/ace/OS_NS_sys_uio.inl: * ACE/ace/OS_NS_sys_utsname.cpp: * ACE/ace/OS_NS_sys_wait.inl: * ACE/ace/OS_NS_time.cpp: * ACE/ace/OS_NS_time.inl: * ACE/ace/OS_NS_unistd.cpp: * ACE/ace/OS_NS_unistd.inl: * ACE/ace/OS_NS_wchar.inl: * ACE/ace/OS_TLI.inl:
* Removed FAIL value from ACE_OSCALL an ACE_OSCALL_RETURN, not used at allJohnny Willemsen2021-06-281-66/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Mem_Map.cpp: * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/OS_NS_Thread.inl: * ACE/ace/OS_NS_arpa_inet.cpp: * ACE/ace/OS_NS_arpa_inet.inl: * ACE/ace/OS_NS_devctl.inl: * ACE/ace/OS_NS_dlfcn.inl: * ACE/ace/OS_NS_fcntl.cpp: * ACE/ace/OS_NS_fcntl.inl: * ACE/ace/OS_NS_macros.h: * ACE/ace/OS_NS_netdb.inl: * ACE/ace/OS_NS_poll.inl: * ACE/ace/OS_NS_regex.inl: * ACE/ace/OS_NS_signal.inl: * ACE/ace/OS_NS_stdio.inl: * ACE/ace/OS_NS_stdlib.inl: * ACE/ace/OS_NS_stropts.inl: * ACE/ace/OS_NS_sys_mman.inl: * ACE/ace/OS_NS_sys_msg.inl: * ACE/ace/OS_NS_sys_resource.inl: * ACE/ace/OS_NS_sys_shm.inl: * ACE/ace/OS_NS_sys_socket.inl: * ACE/ace/OS_NS_sys_stat.inl: * ACE/ace/OS_NS_sys_time.inl: * ACE/ace/OS_NS_sys_uio.inl: * ACE/ace/OS_NS_sys_utsname.cpp: * ACE/ace/OS_NS_sys_wait.inl: * ACE/ace/OS_NS_time.cpp: * ACE/ace/OS_NS_time.h: * ACE/ace/OS_NS_time.inl: * ACE/ace/OS_NS_unistd.cpp: * ACE/ace/OS_NS_unistd.inl: * ACE/ace/OS_NS_wchar.inl: * ACE/ace/OS_TLI.inl: * ACE/ace/config-macros.h: * TAO/TAO_IDL/be/be_helper.cpp:
* Removed redundant voidJohnny Willemsen2020-12-091-10/+10
|
* - Use ACE_OS::send and ACE_OS::recv on MQX, instead of write and read.Chad Elliott2019-06-061-4/+50
| | | | | | | | | | | | | | | | | | | | | | - Added static casts where pid_t is assumed to be an int. - Use configurable macro for the "use_select" parameter. - MQX does not follow conventional standards when it comes to HTONS and NTOHS and must be configured accordingly. - Modified ACE_Handle_Set so that the use of fd_array is not conditional upon ACE_WIN32. It is now enabled through ACE_HANDLE_SET_USES_FD_ARRAY. - Implement UNIX File IO Functions for MQX in MQX_Filesystem.* - Use the existing implementation to simulate condition variables. - Use emulation for diropen on MQX as is done for Windows. - Convert from MQX error to standard error number. - Use _mqx_exit in ACE_OS::_exit for MQX. - Added a nop in ACE_OS::ioctl for MQX. - Added a definition of ACE_TMAIN for MQX so that MQX is initialized and RTCS and the MQX Filesystem code is initialized before calling ace_main_i(). - Fixed a compile error in SOCK_Dgram.cpp introduced months ago. - Use struct initialization to avoid using the l_linger member directly. - Modified ACE_Select_Reactor_Base to use a hash map for handle storage based on ACE_SELECT_REACTOR_BASE_USES_HASH_MAP instead of ACE_WIN32. - Added the IAR compiler to define ACE_NOTREACHED(a) as empty. - Made ACE_IPPROTO_TCP conditionally defined. - Added error values required for ACE. - Skip the wide-character strtok test if ACE_LACKS_WCSTOK is defined in ACE/tests/OS_Test.cpp. - Added the ability to compile tests so that they output to stderr instead of a file.
* Merged branch ace-face-safety (FACE Safety Profile import from OCITAO).Adam Mitz2015-11-061-5/+8
|
* Fixed typoJohnny Willemsen2015-10-231-1/+1
| | | | * ACE/ace/OS_NS_unistd.inl:
* Adapt for msvc deprecated API and use their ISO alternativeJohnny Willemsen2015-10-231-1/+19
| | | | | | | | * ACE/ace/OS_NS_stdio.inl: * ACE/ace/OS_NS_stdlib.inl: * ACE/ace/OS_NS_sys_stat.inl: * ACE/ace/OS_NS_unistd.inl: * ACE/ace/config-win32-msvc-14.h:
* Support for VxWorks 7.0 kernel mode.Adam Mitz2015-06-151-2/+2
|
* Zapped two line id tagsJohnny Willemsen2015-01-071-3/+0
|
* ChangeLogTag:Thu Aug 29 22:06:55 UTC 2013 Steve Huston <shuston@riverace.com>Steve Huston2013-08-291-0/+5
|
* ChangeLogTag: Thu May 16 17:52:36 UTC 2013 Adam Mitz <mitza@ociweb.com>mitza2013-05-161-1/+1
|
* ChangeLogTag: Wed Aug 8 22:13:55 UTC 2012 Adam Mitz <mitza@ociweb.com>mitza2012-08-081-0/+8
|
* Tue May 15 18:16:09 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-05-151-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/ACE.inl: * ace/Atomic_Op_T.h: * ace/Basic_Types.h: * ace/Basic_Types.inl: * ace/Basic_Types.cpp: * ace/CDR_Base.h: * ace/Functor.h: * ace/Functor.inl: * ace/Handle_Set.cpp: * ace/High_Res_Timer.cpp: * ace/Log_Msg.cpp: * ace/Numeric_Limits.h: * ace/OS_NS_Thread.inl: * ace/OS_NS_Thread.cpp: * ace/OS_NS_stdlib.inl: * ace/OS_NS_sys_select.inl: * ace/OS_NS_sys_wait.inl: * ace/OS_NS_time.h: * ace/OS_NS_time.inl: * ace/OS_NS_unistd.inl: * ace/Profile_Timer.cpp: * ace/Sched_Params.cpp: * ace/Stats.cpp: * ace/Task.cpp: * ace/Throughput_Stats.cpp: * ace/Time_Value.h: * ace/Time_Value.inl: * ace/Truncate.h: * ace/UUID.cpp: * ace/os_include/os_pthread.h: * performance-tests/Server_Concurrency/Latency_Stats.h: * performance-tests/Server_Concurrency/Leader_Follower/leader_follower.cpp: * performance-tests/Server_Concurrency/Queue_Based_Workers/workers.cpp: * performance-tests/UDP/udp_test.cpp: * tests/Atomic_Op_Test.cpp: * tests/Basic_Types_Test.cpp: * tests/CDR_Array_Test.cpp: Removed support for Tandem NSK. That was the last platform that needed the emulated versions of ACE_INT64 and ACE_UINT64, that emulation has now been removed * ace/config-tandem-nsk-mips-v2.h: * ace/config-tandem-nsk-mips-v3.h: Removed these files.
* ChangeLogTag: Fri Feb 17 23:10:37 UTC 2012 Adam Mitz <mitza@ociweb.com>mitza2012-02-171-1/+1
|
* Tue Feb 14 22:57:00 UTC 2012 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2012-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/ACE.cpp: * ace/Dev_Poll_Reactor.cpp: * ace/Handle_Set.cpp: * ace/High_Res_Timer.h: * ace/High_Res_Timer.cpp: * ace/INET_Addr.h: * ace/INET_Addr.cpp: * ace/Monitor_Control/Bytes_Received_Monitor.h: * ace/Monitor_Control/Bytes_Received_Monitor.cpp: * ace/Monitor_Control/Bytes_Sent_Monitor.h: * ace/Monitor_Control/Bytes_Sent_Monitor.cpp: * ace/Monitor_Control/CPU_Load_Monitor.h: * ace/Monitor_Control/CPU_Load_Monitor.cpp: * ace/Monitor_Control/Linux_Network_Interface_Monitor.h: * ace/Monitor_Control/Linux_Network_Interface_Monitor.cpp: * ace/Monitor_Control/Num_Threads_Monitor.h: * ace/Monitor_Control/Num_Threads_Monitor.cpp: * ace/Monitor_Control/Packets_Received_Monitor.h: * ace/Monitor_Control/Packets_Received_Monitor.cpp: * ace/Monitor_Control/Packets_Sent_Monitor.h: * ace/Monitor_Control/Packets_Sent_Monitor.cpp: * ace/OS_NS_netdb.cpp: * ace/OS_NS_sys_socket.h: * ace/OS_NS_sys_socket.inl: * ace/OS_NS_time.inl: * ace/OS_NS_unistd.inl: * ace/SOCK_Dgram.cpp: * ace/SOCK_Dgram_Mcast.cpp: * ace/Select_Reactor_T.cpp: * ace/config-linux.h: * ace/os_include/os_pthread.h: * apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/systems.h: * examples/APG/Signals/SigInfo.cpp: * tests/INET_Addr_Test_IPV6.cpp: * tests/MT_Reference_Counted_Event_Handler_Test.cpp: * tests/Malloc_Test.cpp: * tests/Multicast_Test.cpp: * tests/Naming_Test.cpp: * tests/Proactor_Test.cpp: * tests/Proactor_Test_IPV6.cpp: * tests/Proactor_UDP_Test.cpp: * tests/Process_Test.cpp: * tests/SSL/Bug_2912_Regression_Test.cpp: Created a new macro, ACE_LINUX, which replaces all non-standard tests for linux, __linux, and __linux__.
* Fri Feb 11 11:16:00 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-02-111-4/+4
| | | | | Merged changes from Remedy work branch.
* Wed Jan 12 21:05:19 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2011-01-121-2/+2
| | | | | | | * ace/OS_NS_unistd.inl: * ace/SPIPE_Stream.inl: Use ACE_UNUSED_ARG instead of self assignment to suppress unused variable warning.
* Wed Jan 13 06:45:19 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-01-131-1/+1
| | | | | | | | | | * ace/os_include/sys/os_types.h: * ace/OS_NS_arpa_inet.cpp: * ace/OS_NS_unistd.inl: VxWorks 6.8 fixes * ace/UUID.cpp: Only one exit point for operator=, const change, initialise pointer with 0
* Thu Jun 4 08:56:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-041-2/+6
| | | | | | | * ace/OS_NS_unistd.inl (isatty): Check the return value of _open_osfhandle, if it returns -1, it failed and then calling _isatty with -1 will cause an assert of the msvc9 runtime
* Wed Apr 22 10:14:06 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-04-221-2/+2
| | | | | | | | | | | | * ace/OS_NS_unistd.cpp: Implemented num_processors and num_processors_online using the VxWorks cpu lib * ace/config-vxworks6.6.h: VxWorks 6.6 and newer have cpuLib * ace/OS_NS_unistd.inl: Const change
* Fri Mar 20 08:07:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-201-3/+3
| | | | | * ace/OS_NS_unistd.{h,inl}: Use correct type for pid and WinCE change
* Thu Mar 19 12:42:07 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-03-191-8/+7
| | | | | | | | * ace/OS_NS_unistd.inl: Further clean up to maintain style consistency in new dup() impl.
* Thu Mar 19 11:57:46 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2009-03-191-3/+3
| | | | | | | * ace/OS_NS_unistd.inl: Clean up compile errors.
* ChangeLogTag:Wedschmidt2009-03-191-0/+34
|
* Tue Feb 10 18:20:28 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-02-101-1/+1
| | | | | | | | | | | | | | | | * ace/config-pharlap.h: Define ACE_HAS_WINSOCK1 to 1 * ace/config-vxworks.h: Added support for VxWorks 6.7 * ace/config-win32-borland.h: Removed support for C++Builder 2007 * ace/os_include/sys/os_types.h: * ace/OS_NS_arpa_inet.cpp: * ace/OS_NS_unistd.inl: Fixes for VxWorks 6.7
* Thu Jan 29 10:33:52 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-01-291-1/+1
| | | | | | | | | | | * ace/ATM_Acceptor.cpp: * ace/ATM_QoS.cpp: * ace/ATM_Stream.cpp: * ace/ATM_Stream.inl: * ace/OS_NS_Thread.inl: * ace/OS_NS_unistd.inl: * ace/OS_NS_wchar.cpp: Don't use () when returning 0 or -1
* Fri Nov 28 10:59:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-11-281-2/+1
|
* Thu Nov 13 09:41:30 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-11-141-1/+1
|
* Thu Nov 13 12:13:30 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-11-131-1/+1
|
* Wed Nov 12 19:25:30 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-11-121-7/+4
|
* Mon Sep 22 23:18:36 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-09-221-1/+1
|
* ChangeLogTag: Sat Sep 20 12:23:10 UTC 2008 J.T. Conklin ↵jtc2008-09-201-2/+2
| | | | <jtc@acorntoolworks.com>
* Tue Sep 16 12:47:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-09-161-9/+4
|
* (no commit message)Johnny Willemsen2008-09-161-28/+33
|
* Wed May 14 18:14:15 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-05-141-1/+1
|
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+1193
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-1193/+0
|
* Wed Nov 28 13:27:54 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-11-281-1/+1
|
* ChangeLogTag:Mon Sep 24 18:44:08 UTC 2007 Ossama Othman <ossama_othman at ↵Ossama Othman2007-09-241-0/+20
| | | | symantec dot com>
* Fri Sep 21 16:34:47 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2007-09-211-0/+8
|
* Tue Jul 31 18:14:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-07-311-1/+1
|
* Wed Jun 27 06:09:39 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-06-271-1/+1
|
* Thu Mar 22 19:38:02 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-03-221-9/+1
|
* ChangelogTag:Wed Feb 21 21:46:18 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-02-271-7/+7
|
* ChangeLogTag:Wed Feb 21 19:27:14 UTC 2007 Ossama Othman <ossama_othman at ↵Ossama Othman2007-02-211-2/+2
| | | | symantec dot com>
* ChangeLogTag:Mon Feb 19 21:02:55 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-02-191-12/+14
|
* (no commit message)Johnny Willemsen2007-01-311-1/+1
|
* Tue Jan 30 10:14:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-01-301-1/+1
|
* Tue Jan 30 10:14:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-01-301-1/+1
|
* Fri Dec 15 13:43:43 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-12-151-1/+1
|