summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_dirent.inl
Commit message (Collapse)AuthorAgeFilesLines
* Remove ACE_OS::readdir_rFred Hornsey2020-12-051-30/+0
| | | | | | | | | glibc (https://man7.org/linux/man-pages/man3/readdir_r.3.html) and FreeBSD libc (https://www.freebsd.org/cgi/man.cgi?query=readdir&sektion=3) have both marked `readdir_r` deprecated, mainly because it can't deal with arbitrarily long path names, so we should probably remove it. Also removed `ACE_Dirent::(ACE_DIRENT *, ACE_DIRENT **)` which used it. `ACE_LACKS_READDIR_R` will now always be defined.
* - Use ACE_OS::send and ACE_OS::recv on MQX, instead of write and read.Chad Elliott2019-06-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | - 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.
* Zapped two line id tagsJohnny Willemsen2015-01-071-3/+0
|
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+184
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-184/+0
|
* Mon Aug 13 20:27:43 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2007-08-131-3/+3
|
* ChangeLogTag: Wed Aug 1 06:51:11 UTC 2007 Olli Savia <ops@iki.fi>olli2007-08-011-14/+6
|
* ChangeLogTag: Tue Jul 31 13:02:30 UTC 2007 Olli Savia <ops@iki.fi>olli2007-07-311-1/+1
|
* ChangeLogTag:Fri Feb 23 15:37:03 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-02-231-2/+2
|
* ChangeLogTag: Fri Feb 23 10:50:41 UTC 2007 Olli Savia <ops@iki.fi>olli2007-02-231-4/+4
|
* ChangeLogTag: Fri Feb 23 08:56:15 UTC 2007 Olli Savia <ops@iki.fi>olli2007-02-231-0/+8
|
* Thu Feb 22 13:56:42 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-02-221-0/+4
|
* ChangeLogTag: Thu Feb 22 11:19:59 UTC 2007 Olli Savia <ops@iki.fi>olli2007-02-221-0/+11
|
* Wed Dec 27 09:32:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-12-271-4/+3
|
* Wed Dec 27 09:24:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-12-271-20/+10
|
* ChangeLogTag: Fri Dec 22 17:35:53 UTC 2006 J.T. Conklin ↵jtc2006-12-221-0/+1
| | | | <jtc@acorntoolworks.com>
* Tue Dec 19 09:11:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-12-191-1/+1
|
* Tue Dec 19 09:11:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-12-191-15/+9
|
* Repo restructuringWilliam R. Otte2006-07-241-0/+185