Commit Graph

56 Commits

Author SHA1 Message Date
Michael Kerrisk 8ce20bf7ba These are now just links; their content has been consoldiated intomlock.2 2004-11-25 14:40:17 +00:00
Michael Kerrisk 8176b81ab6 Consolidated mlock.2, munlock.2, mlockall.2, and munlockall.2 material into single page to eliminate duplicated material; updated notes for 2.6.9 changes in permissions and limist on memory locking 2004-11-25 14:39:43 +00:00
Michael Kerrisk 583d5fd39a Notes on 2.6.9 RLIMIT_MEMLOCK changes 2004-11-25 13:38:17 +00:00
Michael Kerrisk 83cd3686ed Added cross-ref to setrlimit(2) concerning memory locking limits 2004-11-25 13:36:04 +00:00
Michael Kerrisk 102f39b88e 2.4 limits locks to half of physical mem; MCL_FUTURE bug note 2004-11-25 13:34:08 +00:00
Michael Kerrisk c1832fd1eb 2.4 limits locks to half of physical me 2004-11-25 13:33:38 +00:00
Michael Kerrisk bab7e1c781 formatting and a few wording fixes 2004-11-25 08:11:36 +00:00
Michael Kerrisk 3b85198195 removed stray #endif; formatting fix 2004-11-25 07:50:05 +00:00
Michael Kerrisk 3d3886497f CAP_IPC_LOCK is not required for SHM_UNLOCK since kernel 2.6.9 2004-11-23 10:06:02 +00:00
Michael Kerrisk 01f3816758 added \n at EOF 2004-11-22 16:48:40 +00:00
Michael Kerrisk f8c31d602c CLD_CONTINUED is supported since Linux 2.6.9 2004-11-19 17:35:57 +00:00
Michael Kerrisk 197362df19 Removed text on ignoring SIGCHL; replaced with pointer to sigaction.2 2004-11-19 17:34:32 +00:00
Michael Kerrisk b7769f32c5 Updated discussion for POSIX.1-2001 and SIGCHLD and sa_flags; formatting fixes 2004-11-18 13:37:14 +00:00
Michael Kerrisk 6b05dc381d Updated info on /proc/loadavg 2004-11-17 10:43:17 +00:00
Michael Kerrisk 5775745fa4 Added FIXME -- the return value of times() has changed in Linux 2.6 -- what is it? 2004-11-16 19:38:07 +00:00
Michael Kerrisk 4c926acf03 Minor formatting changes 2004-11-16 17:08:25 +00:00
Michael Kerrisk 81841f39af SIGCHLD non-conformance was fixed in 2.6.9 2004-11-16 16:59:09 +00:00
Michael Kerrisk e3a887db90 split out from getrlimit.2; noted that SIGCHLD non-conformance was fixed in 2.6.9 2004-11-16 16:58:54 +00:00
Michael Kerrisk 0fc46b5a65 split getrusage(2) into own page; other minor changes 2004-11-16 16:57:47 +00:00
Michael Kerrisk 3e53c142b7 Noted that 0 tm_day == last day of preceding month 2004-11-16 13:35:20 +00:00
Michael Kerrisk 462a7bad96 Added "Compile with -std=c99" as suggested by Fabian Kreutz 2004-11-16 11:01:14 +00:00
Michael Kerrisk 4e050476e1 Change suggested by Fabian Kreutz 2004-11-15 13:11:26 +00:00
Michael Kerrisk 7440ec4c09 Fix typo 2004-11-15 12:35:29 +00:00
Michael Kerrisk 3626880689 Added SEE ALSO entries suggested by Fabian Kreutz 2004-11-15 11:59:59 +00:00
Michael Kerrisk d77a26b737 Added SEE ALSO fenv(3) 2004-11-15 11:41:22 +00:00
Michael Kerrisk 4022b76eb8 Added FLT_ROUNDS text as proposed by AEB/Fabian Kreutz 2004-11-15 10:55:23 +00:00
Michael Kerrisk fe71be4b36 fixed error noted by Fabian Kreutz 2004-11-15 08:24:41 +00:00
Michael Kerrisk b45280206e Updates as per suggestions from Fabian Kreutz and AEB 2004-11-12 18:01:15 +00:00
Michael Kerrisk 94426bbfe6 this function is not available in glibc2 (Fabian Kreutz/AEB) 2004-11-12 17:39:18 +00:00
Michael Kerrisk 9dc0b7df22 Added note emphasizing difference in type or return value and funtion argument, as suggested by Fabian Kreutz 2004-11-12 17:18:23 +00:00
Michael Kerrisk 2f5039e158 Added recommendation to use sprintf() as per suggestion of Fabian Kreutz 2004-11-12 16:48:44 +00:00
Michael Kerrisk e6a5772cab These links to frexp.3 were missing 2004-11-12 16:26:12 +00:00
Michael Kerrisk 608e2ed94f a formatting fix 2004-11-12 16:25:23 +00:00
Michael Kerrisk c81ed289dd Link as suggested by AEB/Fabian Kreutz 2004-11-12 14:50:51 +00:00
Michael Kerrisk ba283ad293 Added remquo(3) under SEE ALSO as per AEB's suggestion 2004-11-11 17:54:23 +00:00
Michael Kerrisk d39541ec41 Compressed synopsis as per Fabian Kreutz's suggestion 2004-11-11 17:28:42 +00:00
Michael Kerrisk 925d4d6a89 Modified details of interaction of TCP_CORK and TCP_NODELAY 2004-11-11 16:22:41 +00:00
Michael Kerrisk 8dd9ef479f Updated details of interaction of TCP_CORK and TCP_NODELAY 2004-11-11 16:11:50 +00:00
Michael Kerrisk d3b2ef5de2 Added waitid(); added SA_NOCLDSTOP; updated SA_NOCLDWAIT; much other text rewritten 2004-11-11 14:40:35 +00:00
Michael Kerrisk fe4992a761 Major rewrite; removed duplicated text, replacing with pointers to wait.2 2004-11-11 14:39:29 +00:00
Michael Kerrisk f2351505cb Rewrote this page, removing much duplicated information
and replacing with pointers to wait.2
2004-11-11 14:17:30 +00:00
Michael Kerrisk 84b13f1e40 Minor changes to SEE ALSO 2004-11-11 14:13:28 +00:00
Michael Kerrisk 1cbdceb181 Added SIGCONT under SA_NOCLDSTOP; added SA_NOCLDWAID; other minor changes 2004-11-11 14:09:54 +00:00
Michael Kerrisk 5d4a590c7d new link to wait.2 2004-11-11 14:08:30 +00:00
Michael Kerrisk 78f81fc786 Added sigqueueu(2) to SEE ALSO; changed CONFORMING TO 2004-11-11 14:07:09 +00:00
Michael Kerrisk 2c8d1c7d5e changed spelling of "super-user" to "superuser" 2004-11-10 18:17:26 +00:00
Michael Kerrisk 9907019a39 Formatting & lang clean-ups; added data structure defns; added SHM_LOCKED & SHM_DEST test 2004-11-10 17:27:34 +00:00
Michael Kerrisk 70d0e5ef63 Formatting & lang clean-ups; added data structure defns 2004-11-10 17:27:07 +00:00
Michael Kerrisk f998edca67 Formatting & lag clean-ups; changed sentence regarding attachment of segments marked for destruction 2004-11-10 17:25:44 +00:00
Michael Kerrisk fe1c5199cc Formatting & lag clean-ups; added /proc file notes 2004-11-10 17:24:20 +00:00