Commit Graph

517 Commits

Author SHA1 Message Date
Michael Kerrisk 70d015eeb6 Fix discussion of IPC_RECVTTL / IP_TTL 2005-09-19 12:18:24 +00:00
Michael Kerrisk 57734e8257 We don't have an rpc_secure.3 page in the set at the moment 2005-09-19 11:39:32 +00:00
Michael Kerrisk f116293015 Wording improvements to suid_dumapble text 2005-09-16 15:36:33 +00:00
Michael Kerrisk b327744384 Wording improvements to new dumpable text 2005-09-16 15:36:12 +00:00
Michael Kerrisk 1fc160662a fix typo 2005-09-16 14:36:08 +00:00
Michael Kerrisk c0dc044574 Since kernel 2.6.13 PR_SET_DUMPABLE can also have the value 2. 2005-09-16 14:05:39 +00:00
Michael Kerrisk 43da96f2df Describe /proc/sys/fs/suid_dumpable (new in 2.6.13) 2005-09-16 13:06:22 +00:00
Michael Kerrisk 282f082e75 Further updates on biarch text (follow-on from previous change) 2005-09-16 11:35:01 +00:00
Michael Kerrisk 9559eb50bb Mention "little endian" and "big endian".
Added note about octal and hex interpretation of numbers-and-dots notation.
2005-09-15 17:14:45 +00:00
Michael Kerrisk b5188e9abb added fixme 2005-09-15 17:13:50 +00:00
Michael Kerrisk 97943087ed To get an effect like "-h", BLOCKSIZE must start with "human", not "HUMAN". 2005-09-15 13:49:25 +00:00
Michael Kerrisk f39e2bca7f Added text on biarch details for ut_session and ut_tv 2005-09-15 13:36:44 +00:00
Michael Kerrisk e3535a4396 s/standard output/standard error/ 2005-09-15 12:56:56 +00:00
Michael Kerrisk b8ebc9d9fe Added "#define _GNU_SOURCE" to prototype 2005-09-15 12:40:42 +00:00
Michael Kerrisk 1b6145807d fix typo in version number 2005-09-15 12:29:07 +00:00
Michael Kerrisk 1176900f3e formatting fix 2005-09-15 12:06:26 +00:00
Michael Kerrisk 924dca35fe New page created by splitting out from sigaction.2
Added NOTES on usage.
Added new text to DESCRIPTION.
Changed CONFORMING TO.
2005-09-15 11:50:30 +00:00
Michael Kerrisk 7ff599e2ac New page created by splitting out from sigaction.2
Added text on effect of NULL for 'set' argument.
Added text noting effect of ignoring SIGBUS, SIGFPE, SIGILL,
       and SIGSEGV.
Noted that sigprocmask() can't be used in multithreaded process.
Fixed EINVAL error diagnostic.
Changed CONFORMING TO.
2005-09-15 11:48:46 +00:00
Michael Kerrisk bfac9793eb New page created by splitting out from sigaction.2
Changed CONFORMING TO.
2005-09-15 11:48:01 +00:00
Michael Kerrisk 00161f1ba6 Split sigpending(), sigprocmask(), and sigsuspend() out
into separate new pages.

Other minor changes

NOTES: described SA_NODER / sa_mask bug which was present in
                all kernels up to and including 2.6.13.
See http://marc.theaimsgroup.com/?l=linux-kernel&m=112360948603171&w=2
and http://marc.theaimsgroup.com/?l=linux-kernel&m=112362164911432&w=2
List:       linux-kernel
Subject:    Signal handling possibly wrong
From:       Bodo Stroesser
Date:       2005-08-09 17:44:06
2005-09-15 11:47:39 +00:00
Michael Kerrisk b469222561 Added SEE ALSO for sigsuspend.2
Some formatting fixes.
2005-09-15 11:46:02 +00:00
Michael Kerrisk 479377fb38 Updated SEE ALSO to reflect splitting of sigaction.2 into
sigaction.2, sigsuspend.2, sigpending.2, sigprocmask.2
2005-09-15 09:20:05 +00:00
Michael Kerrisk 22b6a68b91 Added text to note that start and size are both rounded downwards. 2005-09-14 13:51:30 +00:00
Michael Kerrisk d2243fd63e Minor change to FIXME 2005-09-14 08:16:03 +00:00
Michael Kerrisk dbc53ca8b2 Noted bug in MAP_POPULATE for kernels before 2.6.7. 2005-09-14 08:15:27 +00:00
Michael Kerrisk ceb6743d1f Added _GNU_SOURCE to prototype.
Rewrote description of MREMAP_MAYMOVE.
Rewrote description of EAGAIN error.
Added discussion of resizing of memory locks.
Added entries to SEE ALSO.
Some formatting fixes.
2005-09-13 10:27:22 +00:00
Michael Kerrisk 73b3a56860 Clarified details of use of SO_PEERCRED. 2005-08-16 17:17:16 +00:00
Michael Kerrisk 4528678725 Formatting fix 2005-08-16 15:14:36 +00:00
Michael Kerrisk f55c92c489 Fix small error in description of CLONE_PARENT_SETTID 2005-08-16 15:13:39 +00:00
Michael Kerrisk 5eaee3d9f5 Added CAP_AUDIT_CONTROL and CAP_AUDIT_WRITE 2005-08-16 12:32:03 +00:00
Michael Kerrisk 97604d956d Added kerebl version number of UDP_CORK 2005-08-16 12:09:15 +00:00
Michael Kerrisk 74df8ba182 Added description of UDP_CORK 2005-08-16 12:08:07 +00:00
Michael Kerrisk e4ce80c966 s/SOL_IP/IPPROTO_IP/ 2005-08-16 11:50:53 +00:00
Michael Kerrisk d270596481 s/SOL_UDP/IPPROTO_UDP/
s/SOL_TCP/IPPROTO_TCP/
s/SOL_IP/IPPROTO_IP/
2005-08-16 11:47:35 +00:00
Michael Kerrisk 96296ef0fa nfds should be prototyped as nfds_t; as per Debian bug 322934
Some wording and formatting improvements.
2005-08-16 08:46:16 +00:00
Michael Kerrisk 7dfefab847 Typo fix 2005-08-16 08:16:01 +00:00
Michael Kerrisk 279d6eeaee glibc 2.3.4 fixed the "name contains '='" bug 2005-08-12 11:41:25 +00:00
Michael Kerrisk 8a1dd51447 Added LINUX NOTES on trickery performed by glibc when vector size
exceeds IOV_MAX.
Formatting clean-ups.
2005-08-09 17:32:16 +00:00
Michael Kerrisk 8d18d6ed08 Added descriptions of AI_ALL, AI_ADDRCONFIG, AI_V4MAPPED, and AI_NUMERICSERV.
Some wording and formatting fixes.
1,$s/PF_/AF_/g
2005-08-09 11:40:12 +00:00
Michael Kerrisk 8194de3393 Nowadays (since 2.3.4) glibc only sets the first ai_canonname
field if AI_CANONNAME was specified (the current
behavior is all that SUSv3 requires).
2005-08-09 10:10:29 +00:00
Michael Kerrisk 37894cb3e3 Add missing word 2005-08-04 14:01:47 +00:00
Michael Kerrisk 18bc490536 fix typo 2005-08-02 12:12:52 +00:00
Michael Kerrisk 79dded64b7 Added IPC_INFO, SHM_INFO, SHM_STAT descriptions. 2005-08-02 12:09:50 +00:00
Michael Kerrisk 24ed820aca Added IPC_INFO, SEM_INFO, SEM_STAT descriptions. 2005-08-02 12:09:40 +00:00
Michael Kerrisk f302169769 Added IPC_INFO, MSG_INFO, MSG_STAT descriptions. 2005-08-02 12:09:28 +00:00
Michael Kerrisk 90369a2c89 Small formatting fix 2005-07-29 14:58:02 +00:00
Michael Kerrisk 5e1f91cfd1 Commented out RLIMIT_NICE text, pending the fix to align
the 2.6.12 mismatch between [gs]etpriority() and RLIMIT_NICE.
See: http://marc.theaimsgroup.com/?l=linux-kernel&m=112256338703880&w=2
2005-07-29 11:44:53 +00:00
Michael Kerrisk 1bf844f164 Added RLIMIT_RTPRIO and RLIMIT_NICE 2005-07-28 14:38:36 +00:00
Michael Kerrisk fd04afa828 Modified discussion of privileges; added mention of RLIMIT_RTPRIO 2005-07-28 14:37:51 +00:00
Michael Kerrisk 0fdbc1eb4a Modified discussion of privileges; added pointer to sched_setscheduler.2 for a discussion of privilegs and resource limits. 2005-07-28 14:36:53 +00:00