Commit Graph

4728 Commits

Author SHA1 Message Date
Michael Kerrisk 9f61bba169 CONFORMING TO: Add POSIX.1-2008; other minor changes. 2008-08-21 06:08:45 +00:00
Michael Kerrisk 5db9708db3 CONFORMING TO: POSIX.1-2008 specifies utimensat() and futimens(). 2008-08-21 06:05:08 +00:00
Michael Kerrisk f428c08ac0 CONFORMING TO: POSIX.1-2008 marks gettimeofday() as obsolete. 2008-08-21 06:01:46 +00:00
Michael Kerrisk 2a4c23e2fa Fix alpha order of an entry in changelog 2008-08-21 06:01:12 +00:00
Michael Kerrisk 1cc22815b9 CONFORMING TO: this function is specified in POSIX.1-2008. 2008-08-21 05:16:55 +00:00
Michael Kerrisk e1146d332c F_DUPFD_CLOEXEC is specified in POSIX.1-2008. 2008-08-21 05:15:16 +00:00
Michael Kerrisk aaec1423d7 Add FIXME 2008-08-21 05:11:22 +00:00
Michael Kerrisk 115e8dca06 Add a reference to linkat(2) for an interface that allows
precise control of the treatment of symbolic links.
2008-08-21 04:54:14 +00:00
Michael Kerrisk 08a3addfa4 O_CLOEXEC is specified in POSIX.1-2008. 2008-08-21 04:51:54 +00:00
Michael Kerrisk 1f8f8acb44 grfix 2008-08-21 04:44:02 +00:00
Michael Kerrisk 79a30bf8fd spfix 2008-08-21 04:42:23 +00:00
Michael Kerrisk 15276f2baa sync 2008-08-21 04:39:13 +00:00
Michael Kerrisk e2067e32d7 Note kernel version where Linux stopped following symbolic
links in 'oldpath'; see also http://lwn.net/Articles/294667.
POSIX.1-2008 makes it implementation-dependent whether or not
'oldpath' is dereferenced if it is a symbolic link.
2008-08-21 04:38:03 +00:00
Michael Kerrisk c368e7ca76 Add kernel version numbers for MAP_32BIT.
Add some details on MAP_32BIT (see http://lwn.net/Articles/294642).
2008-08-21 04:14:14 +00:00
Michael Kerrisk 1d0ab60002 grfix 2008-08-20 19:45:18 +00:00
Michael Kerrisk e66de7c02e sync 2008-08-19 21:07:27 +00:00
Michael Kerrisk cc40d64d21 ffix 2008-08-19 18:07:03 +00:00
Michael Kerrisk 84af7ae79b Small rewording: "s/returned/failed with/ [an error]". 2008-08-19 15:26:42 +00:00
Michael Kerrisk 2269e87064 s/d/domain/ for name of argument.
Add reference to socket(2) for further information on
domain, type, and protocol arguments.
2008-08-19 14:34:48 +00:00
Michael Kerrisk b184d4184f sync 2008-08-18 14:12:48 +00:00
Michael Kerrisk 05230f064f remove old FIXME 2008-08-18 13:41:08 +00:00
Michael Kerrisk c973f7696e tstamp 2008-08-18 13:40:35 +00:00
Michael Kerrisk 065f4a0f72 RETURN VALUE: emphasize that returned pointer points to a
statically allocated structure.
SEE ALSO: add getrpcent_r.3.
2008-08-18 13:39:50 +00:00
Michael Kerrisk 23b211585a RETURN VALUE: emphasize that returned pointer points to a
statically allocated structure.
SEE ALSO: add getservent_r.3.
2008-08-18 13:39:34 +00:00
Michael Kerrisk b5991a6e70 RETURN VALUE: emphasize that returned pointer points to a
statically allocated structure.
SEE ALSO: add getprotoent_r.3.
2008-08-18 13:37:40 +00:00
Michael Kerrisk d285b8b352 RETURN VALUE: emphasize that returned pointer points to a
statically allocated structure.
SEE ALSO: add getnetent_r.3.
2008-08-18 13:37:08 +00:00
Michael Kerrisk f7ef9c2e94 New links to new getservent_r.3. 2008-08-18 13:29:14 +00:00
Michael Kerrisk e2522543a8 New links to new getrpcent_r.3. 2008-08-18 13:28:29 +00:00
Michael Kerrisk 5486a50afd New links to new getprotoent_r.3. 2008-08-18 13:27:25 +00:00
Michael Kerrisk 600367aa09 New links to new getnetent_r.3. 2008-08-18 13:26:33 +00:00
Michael Kerrisk e6870c413f sync 2008-08-18 13:05:16 +00:00
Michael Kerrisk 1280fbc656 Documents getservent_r(), getservbyname_r(), and
getservbyport_r(), the reentrant equivalents of
getservent(), getservbyname(), and getservbyport().
2008-08-18 13:00:24 +00:00
Michael Kerrisk 6538263954 Documents getrpcent_r(), getrpcbyname_r(), and
getrpcbynumber_r(), the reentrant equivalents of
getrpcent(), getrpcbyname(), and getrpcbynumber().
2008-08-18 12:59:48 +00:00
Michael Kerrisk ca1a4bba44 Documents getprotoent_r(), getprotobyname_r(), and
getprotobynumber_r(), the reentrant equivalents of
getprotoent(), getprotobyname(), and getprotobynumber().
2008-08-18 12:59:21 +00:00
Michael Kerrisk 77f18fb6e2 Documents getnetent_r(), getnetbyname_r(),
and getnetbyaddr_r(), the reentrant equivalents of
getnetent(), getnetbyname(), and getnetbyaddr().
2008-08-18 12:58:37 +00:00
Michael Kerrisk 50fda6b390 Note that the gethostbyaddr() 'net' argument is in host byte order. 2008-08-18 12:10:47 +00:00
Michael Kerrisk e66cd0f2d9 n_net nowadays has type uint32_t 2008-08-18 11:54:04 +00:00
Michael Kerrisk 15c15ebd86 In glibc 2.2, the type of the 'net' argument for getnetbyaddr()
changed from 'long' to 'uint32_t'.
2008-08-18 11:31:40 +00:00
Michael Kerrisk 20e5fb78ea When an eventfd overflows, select() indicates the file as both
readable and writable (not as having an exceptional condition).
2008-08-18 11:09:15 +00:00
Michael Kerrisk aa966d080f Clarify exactly which functions are obsoleted by getnameinfo()
and getaddrinfo().
2008-08-18 09:14:44 +00:00
Michael Kerrisk 7c47550e76 spfix 2008-08-18 08:20:12 +00:00
Michael Kerrisk 43be23955e SEE ALSO: remove duplicate entry. 2008-08-18 06:19:19 +00:00
Michael Kerrisk 64e082ef40 spfix 2008-08-18 05:56:44 +00:00
Michael Kerrisk 6b042551e7 Fix C Lameter's email address 2008-08-13 13:25:08 +00:00
Michael Kerrisk 1dc5933fac spfix 2008-08-13 13:23:07 +00:00
Michael Kerrisk b2273bd8f5 s/sigev_notify_function/sigev_thread_function/
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494956.
2008-08-13 13:07:14 +00:00
Michael Kerrisk dae645c6c8 Remove old FIXME 2008-08-13 11:14:29 +00:00
Michael Kerrisk a28274fd68 spfix 2008-08-13 08:41:29 +00:00
Michael Kerrisk f653aebf10 sync 2008-08-13 08:24:16 +00:00
Michael Kerrisk adfbcbebf0 Add reference to numa(7) for information on library support.
Added  a VERSIONS section.
SEE ALSO: Add numa(7).
2008-08-13 08:20:30 +00:00