Ruslan Ermilov
1a0a934547
Mechanically kill hard sentence breaks.
2004-07-02 23:52:20 +00:00
Ruslan Ermilov
d37ea99837
Removed trailing whitespace.
2004-07-02 19:07:33 +00:00
Ruslan Ermilov
33992dc0ed
Markup, grammar, and spelling fixes.
2004-06-30 20:09:10 +00:00
Roman Kurakin
f01a74582c
s/SS_CANTSENDMORE/SBS_CANTSENDMORE/
2004-06-24 10:53:44 +00:00
Bruce M Simpson
cb450d2233
Be specific about which socket properties are inherited from the original
...
socket upon accept(2).
PR: docs/54995, kern/45733
2004-06-23 00:20:46 +00:00
Mike Pritchard
3c6dd63b2c
Spelling fixes.
2004-06-21 18:57:32 +00:00
Mike Pritchard
12270048ca
PR: docs/67884
...
Submitted by: Chirstopger Nehren <apeiron@comcast.net>
2004-06-21 18:24:48 +00:00
Kelly Yancey
0a0163040b
CLOCK_PROF and CLOCK_VIRTUAL are implemented now.
2004-06-17 23:13:38 +00:00
Kelly Yancey
2aab594f92
The maximum value of iovcnt is IOV_MAX, not 16.
2004-06-15 01:24:41 +00:00
David Schultz
d2b8f61223
Use .Dv instead of .Li for all the RLIMIT_* constants.
...
Requested by: ru
2004-06-14 01:32:40 +00:00
David Schultz
c294e3b58c
Document RLIMIT_AS. While here, correct an insertion sort error.
2004-06-13 22:19:29 +00:00
Yaroslav Tykhiy
e7aa25d3fb
Use ".In" to mark up C include file names.
2004-06-07 21:52:20 +00:00
Yaroslav Tykhiy
cacc8e6c5d
Each sentence should begin on a new line.
2004-06-07 21:48:02 +00:00
Yaroslav Tykhiy
431c0866bb
Extend and improve the mdoc(7) markup of this page.
...
Reviewed by: ru
2004-06-07 21:43:14 +00:00
Yaroslav Tykhiy
35641ec00f
Finally document the option to avoid zombie creation
...
through ignoring SIGCHLD.
2004-06-07 11:01:39 +00:00
Alan Cox
db9081ab70
Update the document date.
...
Reminded by: ru@
2004-05-20 18:47:15 +00:00
Alan Cox
5ae2d19711
Remove a long obsolete paragraph from the BUGS section.
2004-05-19 03:25:17 +00:00
Yaroslav Tykhiy
d0080709e7
Clarify and extend paragraphs on interoperation
...
of fcntl(2), flock(2), and lockf(3) advisory locks.
Add such a paragraph to the flock(2) manpage for the
sake of consistency.
Reviewed by: Cyrille Lefevre and Kirk McKusick on -arch
MFC after: 2 weeks
2004-05-17 23:09:10 +00:00
Josef El-Rayes
ac006f74fd
Fix typo.
...
Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us>
PR: docs/66576
2004-05-12 20:45:51 +00:00
Christian S.J. Peron
1f95348010
Document the fact that in a jailed environment, sendto(2) could fail
...
returning EPERM if the source address specified in the IP header did
not match the address bound to the prison.
Approved by: bmilekic (mentor)
2004-05-11 16:28:07 +00:00
Colin Percival
3b38d66be6
Add mention of the fact that timeouts are silently limited to 24 hours.
...
Observed by: jmg
2004-04-20 21:07:43 +00:00
Colin Percival
b6f7c57ecf
Document POSIX stupidity: Attempts to mmap zero bytes will succeed (and
...
have no effect), while attempts to munmap zero bytes will fail.
2004-04-18 23:36:45 +00:00
Christian Brueffer
e2738131b1
Bring describtion of a sysctl in line with the source:
...
kern.acct_chkfreq is specified in seconds, not minutes.
Cluebat provided by: kensmith
2004-04-16 22:53:51 +00:00
Christian Brueffer
0d5d3ffdb7
Remove unnecessary .Pp macro and bump document date
...
Submitted by: ru
2004-04-16 22:38:54 +00:00
Christian Brueffer
e8490b5cb4
List some sysctl variables that influence accounting
...
PR: 65070
Submitted by: Marc Silver <marcs@draenor.org>
X-MFC after: re approval
2004-04-16 20:32:56 +00:00
Doug Rabson
0128d11082
Update .Dd value.
...
Reminded by: ru
2004-04-06 09:06:45 +00:00
Doug Rabson
8aca967c58
Document lgetfh(2).
2004-04-05 10:17:56 +00:00
Diomidis Spinellis
78a5f747c9
Shave-off troff cycles by invoking .Fa only once.
...
Submitted by: ru
MFC after: 1 week
2004-03-19 16:04:11 +00:00
Tim J. Robbins
36fa8d519c
Sort MLINKS.
...
Noticed by: ru
2004-03-16 11:06:31 +00:00
Tim J. Robbins
be0f84026d
Add fairly minimal documentation for the nmount() syscall.
2004-03-16 09:45:38 +00:00
Diomidis Spinellis
5eb48ad91e
Document missing EFAULT errno value.
...
MFC after: 2 weeks
2004-03-03 14:51:11 +00:00
David Schultz
10b1416d2f
Update the documentation for setpgrp(2) to reflect the access control
...
checks that the code actually performs. Judging from the 4.2BSD
release notes, the docs have only been out of date for 20 years.
PR: 29844
2004-02-08 12:38:30 +00:00
Mike Silbersack
a4e8244762
Document the SF_NODISKIO flag, and fix a small typo.
2004-02-08 07:38:35 +00:00
Eivind Eklund
93a876df31
Xref kqueue and poll
2004-01-26 15:20:16 +00:00
Eivind Eklund
1633f3b5a2
Xref kqueue
2004-01-26 15:19:54 +00:00
Andrey A. Chernov
81ccc5779c
Describe EOVERFLOW case
2004-01-25 06:24:08 +00:00
Poul-Henning Kamp
a9b19289e6
add cross-reference to clock_gettime(2)
2004-01-19 12:41:39 +00:00
Ruslan Ermilov
1f0bfc3ee5
The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2.
...
Reviewed by: deischen
Repocopy by: markm
2004-01-14 21:22:10 +00:00
Ruslan Ermilov
fccedf067d
- libc/sys/sem.c was repocopied to libc/gen/sem.c.
...
- sem_*(3) manpages were repocopied from libc_r.
Reviewed by: deischen
Repocopy by: markm
2004-01-14 20:54:16 +00:00
Robert Watson
ccfddc1cce
Clarify the behavior of ptrace(2) a little bit: the tracing process
...
must first attach to the traced process. If the tracing process
exits without detaching, the traced process will be killed rather
than continued. For the duration of the tracing session, the traced
process is reparented to the tracing process (with resulting expected
behaviors). It is permissible to trace more than one other process
at a time. When using waitpid() to monitor the behavior of the traced
process, signals are intercepted: they may optionally then be
forwarded using ptrace(). Signals are generated normally by and for
the process, but also by the tracing facility (SIGTRAP).
Product of: Suffering
Sponsored by: DARPA, AFRL
2004-01-10 17:41:04 +00:00
Maxim Konovalov
d22427bf0f
Describe kern.ipc.nsfbufsused and kern.ipc.nsfbufspeak.
...
Reviewed by: silby
2003-12-29 12:29:37 +00:00
Alfred Perlstein
7e2a61e17d
Add restrict qualifiers. (docs)
...
PR: 44394
Submitted by: Craig Rodrigues <rodrige@attbi.com>
2003-12-24 18:52:41 +00:00
Joseph Koshy
08d4b26dd8
Document the effect of sysctl tunables controlling p_candebug(9) on
...
ktrace(2).
2003-12-14 14:54:53 +00:00
Diomidis Spinellis
e0b2680610
Add sticky(8) cross reference.
...
PR: docs/60068
Submitted by: Ken Stailey
MFC after: 2 weeks
2003-12-10 15:08:41 +00:00
Marcel Moolenaar
75c3ca909b
Add a short description of the kse_switchin(2) syscall to the kse
...
manpage and add a kse_switchin link. While here, list kse_thr_interrupt
before kse_wakeup in the MLINKS variable and the synopsis.
2003-12-10 02:38:51 +00:00
David Greenman
186e347f2c
Fixed a bug in sendfile(2) where the sent data would be corrupted due
...
to sendfile(2) being erroneously automatically restarted after a signal
is delivered. Fixed by converting ERESTART to EINTR prior to exiting.
Updated manual page to indicate the potential EINTR error, its cause
and consequences.
Approved by: re@freebsd.org
2003-12-01 22:12:50 +00:00
Tim J. Robbins
5314115636
Replace out of date struct statfs definition with a reference to statfs(2).
...
Approved by: re
2003-11-21 01:30:28 +00:00
Diomidis Spinellis
988d4dc315
Documented missing EINVAL errno value
...
kern_prot.c:
if (ngrp > NGROUPS)
return (EINVAL);
MFC after: 2 weeks
2003-11-19 13:05:50 +00:00
Tim J. Robbins
607e2cc177
Resync. struct statfs and flag definitions with sys/mount.h.
2003-11-16 04:08:16 +00:00
Alan Cox
94cd5c4954
- Add documentation for EBUSY.
...
- Remove EIO.
- Add a cross reference to mlock(2).
2003-11-14 07:18:12 +00:00