Commit Graph

21917 Commits

Author SHA1 Message Date
Michael Kerrisk 4bdd9f775b tweak RLIMIT_SIGPENDING details 2004-12-07 17:30:27 +00:00
Michael Kerrisk 1c287bbf01 fix typo 2004-12-06 13:39:28 +00:00
Michael Kerrisk e6c5832f19 Rewrote discussion on RLIMIT_MEMLOCK to incorporate kernel 2.6.9 changes.
Added note on RLIMIT_CPU error in older kernels.
Added RLIMIT_SIGPENDING
2004-12-03 16:06:22 +00:00
Michael Kerrisk 1c1634c099 /proc/sys/kernel/rtsig-* were superceded by RLIMIT_SIGPENDING in kernel 2.6.8. 2004-12-03 15:11:50 +00:00
Michael Kerrisk 93e4c37f65 more fixes to synopsis 2004-12-02 09:25:55 +00:00
Michael Kerrisk 70556c17b3 rtsig-max and rtsig-nr went away in 2.6.8 2004-12-01 15:25:42 +00:00
Michael Kerrisk b4c0e1cb44 Fixed headers listed in synopsis, after message from Vasya Pupkin 2004-12-01 15:19:22 +00:00
Michael Kerrisk 122dff10a6 Small fixes from mtk and Martin Schulze 2004-12-01 14:10:12 +00:00
Michael Kerrisk 6b79fcd53e small fixes from Martin Schulze 2004-12-01 13:56:47 +00:00
Michael Kerrisk 3aadaa6594 noted buggy mlock() half RAM check in 2.4.x; some rewording of discussion of MCL_FUTURE 2004-12-01 09:43:35 +00:00
Michael Kerrisk 7f3256956e Changed wording of sentence under NOTES describing when signals can be sent to init. 2004-11-30 17:47:32 +00:00
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