Commit Graph

4586 Commits

Author SHA1 Message Date
Michael Kerrisk 89b3c6b808 ffix 2008-08-06 20:33:17 +00:00
Michael Kerrisk b546318a5f In the ipc_perm structure definition, some fields were
incorrectly named: s/key/__key/ and s/seq/__seq/.
2008-08-06 20:22:46 +00:00
Michael Kerrisk 58413227bf ffix 2008-08-06 20:20:52 +00:00
Michael Kerrisk 765eec1080 Last change was really:
In the ipc_perm structure definition, some fields were
incorrectly named: s/key/__key/ and s/seq/__seq/.
2008-08-06 20:19:17 +00:00
Michael Kerrisk 2d2892fc42 ffix 2008-08-06 20:18:38 +00:00
Michael Kerrisk 6edbac015c ffix 2008-08-06 20:17:27 +00:00
Michael Kerrisk 116e7cd9df tfix 2008-08-06 20:09:41 +00:00
Michael Kerrisk b101827706 In ipc_perm structure definition, some fields were incorrectly
named: s/key/__key/ and s/seq/__seq/.
2008-08-06 20:09:12 +00:00
Michael Kerrisk a2a11a45ec ffix 2008-08-06 20:08:09 +00:00
Michael Kerrisk c153f4a6fb ffix 2008-08-06 19:58:00 +00:00
Michael Kerrisk 22b2283175 Remove EFAULT from errors. Under ENOMEM error, note that EFAULT
was the error produced in some cases for kernels before 2.4.19.
2008-08-06 19:41:51 +00:00
Michael Kerrisk 4bc2109828 sync 2008-08-06 12:47:32 +00:00
Michael Kerrisk f8eabcf929 POSIX.1-2008 removes the specification of usleep(). 2008-08-06 12:46:57 +00:00
Michael Kerrisk 4725e646c0 tstamp 2008-08-06 12:45:41 +00:00
Michael Kerrisk b640cde884 wfix 2008-08-06 12:44:46 +00:00
Michael Kerrisk daed69bca0 POSIX.1-2008 marks ulimit() as obsolete. 2008-08-06 12:44:31 +00:00
Michael Kerrisk 0a2ab09ebe POSIX.1-2008 removes the specification of ualarm(). 2008-08-06 12:42:51 +00:00
Michael Kerrisk 2045a15fc4 POSIX.1-2008 marks toascii() as obsolete. 2008-08-06 12:41:33 +00:00
Michael Kerrisk 23fc8f53aa POSIX.1-2008 marks tmpnam() as obsolete. 2008-08-06 12:37:22 +00:00
Michael Kerrisk 78140c8158 POSIX.1-2008 marks tempnam() as obsolete. 2008-08-06 12:36:44 +00:00
Michael Kerrisk d458f96548 POSIX.1-2008 marks tempnam() as obsolete. 2008-08-06 12:35:50 +00:00
Michael Kerrisk ec27c7cde9 POSIX.1-2008 marks sighold(), sigignore(), sigpause(), sigrelse(),
and sigset() as obsolete.
2008-08-06 12:34:50 +00:00
Michael Kerrisk 4b8234be75 POSIX.1-2008 marks siginterrupt() as obsolete. 2008-08-06 12:32:40 +00:00
Michael Kerrisk 5207357254 POSIX.1-2008 removes the specification of scalb(). 2008-08-06 12:31:15 +00:00
Michael Kerrisk a5eda9467f POSIX.1-2008 marks rand_r() as obsolete. 2008-08-06 12:29:55 +00:00
Michael Kerrisk 4a19ca57dd POSIX.1-2008 specifes fdopendir(). 2008-08-06 12:28:37 +00:00
Michael Kerrisk a2fa863ac4 POSIX.1-2008 removes the specification of mktemp(). 2008-08-06 12:26:00 +00:00
Michael Kerrisk 6a8e41e9a8 POSIX.1-2008 removes the specifications of makecontext() and swapcontext(). 2008-08-06 12:24:39 +00:00
Michael Kerrisk 712ad842d8 POSIX.1-2008 marks isalpha() as obsolete. 2008-08-06 12:22:58 +00:00
Michael Kerrisk 97c8e181d7 POSIX.1-2008 remoevs the specifications of index() and rindex(). 2008-08-06 12:21:53 +00:00
Michael Kerrisk a0a7726415 POSIX.1-2008 removes the specification of gets(). 2008-08-06 12:20:20 +00:00
Michael Kerrisk 381c50fd4c POSIX.1-2008 removes the specifications of gethostbyname(),
gethostbyaddr(), and h_errno.
2008-08-06 12:18:31 +00:00
Michael Kerrisk 676ed7e83d POSIX.1-2008 removes the specification of getwd(). 2008-08-06 12:16:14 +00:00
Michael Kerrisk 0b458448dc POSIX.1-2008 removes the specification of gcvt(). 2008-08-06 12:11:39 +00:00
Michael Kerrisk 2f0526ae0c POSIX.1-2008 marks ftime() as obsolete. 2008-08-06 12:09:19 +00:00
Michael Kerrisk b7be83b76a POSIX.1-2008 marks ftw() as obsolete. 2008-08-06 12:09:11 +00:00
Michael Kerrisk 2ce9417332 POSIX.1-2008 removes the specifications of ecvt() and fcvt(). 2008-08-06 12:06:23 +00:00
Michael Kerrisk db546f6cf6 These functions are nowadays in POSIX.1-2008. 2008-08-06 12:04:37 +00:00
Michael Kerrisk ca5711a5ed POSIX.1-2008 marks asctime(), asctime_r(), ctime(), and ctime_r() as obsolete. 2008-08-06 10:58:05 +00:00
Michael Kerrisk 44a31ea53f POSIX.1-2008 removes the specification of bsd_signal(). 2008-08-06 10:54:36 +00:00
Michael Kerrisk 32982a3ee3 POSIX.1-2008 removes the specification of bzero(). 2008-08-06 10:54:14 +00:00
Michael Kerrisk fed8765228 POSIX.1-2008 removes the specification of bcmp(). 2008-08-06 10:54:00 +00:00
Michael Kerrisk 05c1f95677 Remove FIXME 2008-08-06 10:46:47 +00:00
Michael Kerrisk 5a54a60bf9 POSIX.1-2008 removes the specification of vfork(). 2008-08-06 10:46:26 +00:00
Michael Kerrisk 0524a4fccf POSIX.1-2008 marks utime() obsolete.
POSIX.1-2008 removes the POSIX.1-2001 LEGACY marking of utimes(),
so mention of this point has been removed from the page.
2008-08-06 10:45:14 +00:00
Michael Kerrisk 22ae7fd850 Added FIXME 2008-08-06 10:41:06 +00:00
Michael Kerrisk 55cfc5749f POSIX.1-2008 marks setpgrp() obsolete. 2008-08-06 10:36:11 +00:00
Michael Kerrisk 7a6f621e22 POSIX.1-2008 marks getitimer() and setitimer() obsolete. 2008-08-06 10:30:51 +00:00
Michael Kerrisk da3a4661d3 Remove FIXME 2008-08-06 10:27:57 +00:00
Michael Kerrisk 1d9245040c tfix 2008-08-06 10:26:54 +00:00