summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Collapse)AuthorAgeFilesLines
* Document the new PT_LWPINFO request. In fact, the request is so newmarcel2004-07-121-0/+19
| | | | | it hasn't even been implemented yet. I just wanted to be the first to try a new approach to development ;-)
* Eliminate some magic numbers and correct description of _PC_NO_TRUNC.wollman2004-07-082-20/+45
| | | | | Slight emendation to _PC_CHOWN_RESTRICTED, which is in a very similar boat.
* there's no such define as KERN_NAME_MAX, change to _POSIX_NAME_MAX.alfred2004-07-071-1/+1
|
* Fix the NAME section making whatis(1) happy in particular.ru2004-07-053-8/+6
|
* Sort SEE ALSO references (in dictionary order, ignoring case).ru2004-07-044-4/+4
|
* Fixed markup.ru2004-07-033-13/+14
|
* Eliminate double whitespace.ru2004-07-037-19/+19
|
* Mechanically kill hard sentence breaks.ru2004-07-0263-176/+345
|
* Removed trailing whitespace.ru2004-07-022-2/+2
|
* Markup, grammar, and spelling fixes.ru2004-06-3010-46/+74
|
* s/SS_CANTSENDMORE/SBS_CANTSENDMORE/rik2004-06-241-1/+1
|
* Be specific about which socket properties are inherited from the originalbms2004-06-231-10/+13
| | | | | | socket upon accept(2). PR: docs/54995, kern/45733
* Spelling fixes.mpp2004-06-216-7/+7
|
* PR: docs/67884mpp2004-06-211-1/+1
| | | | Submitted by: Chirstopger Nehren <apeiron@comcast.net>
* CLOCK_PROF and CLOCK_VIRTUAL are implemented now.kbyanc2004-06-171-7/+1
|
* The maximum value of iovcnt is IOV_MAX, not 16.kbyanc2004-06-151-1/+2
|
* Use .Dv instead of .Li for all the RLIMIT_* constants.das2004-06-141-11/+11
| | | | Requested by: ru
* Document RLIMIT_AS. While here, correct an insertion sort error.das2004-06-131-5/+8
|
* Use ".In" to mark up C include file names.yar2004-06-071-2/+4
|
* Each sentence should begin on a new line.yar2004-06-071-10/+16
|
* Extend and improve the mdoc(7) markup of this page.yar2004-06-071-32/+60
| | | | Reviewed by: ru
* Finally document the option to avoid zombie creationyar2004-06-072-1/+19
| | | | through ignoring SIGCHLD.
* Update the document date.alc2004-05-201-1/+1
| | | | Reminded by: ru@
* Remove a long obsolete paragraph from the BUGS section.alc2004-05-191-10/+0
|
* Clarify and extend paragraphs on interoperationyar2004-05-172-4/+41
| | | | | | | | | 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
* Fix typo.josef2004-05-121-1/+1
| | | | | Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us> PR: docs/66576
* Document the fact that in a jailed environment, sendto(2) could failcsjp2004-05-111-0/+4
| | | | | | | returning EPERM if the source address specified in the IP header did not match the address bound to the prison. Approved by: bmilekic (mentor)
* Add mention of the fact that timeouts are silently limited to 24 hours.cperciva2004-04-201-0/+5
| | | | Observed by: jmg
* Document POSIX stupidity: Attempts to mmap zero bytes will succeed (andcperciva2004-04-181-0/+7
| | | | have no effect), while attempts to munmap zero bytes will fail.
* Bring describtion of a sysctl in line with the source:brueffer2004-04-161-1/+1
| | | | | | kern.acct_chkfreq is specified in seconds, not minutes. Cluebat provided by: kensmith
* Remove unnecessary .Pp macro and bump document datebrueffer2004-04-161-2/+1
| | | | Submitted by: ru
* List some sysctl variables that influence accountingbrueffer2004-04-161-0/+16
| | | | | | PR: 65070 Submitted by: Marc Silver <marcs@draenor.org> X-MFC after: re approval
* Update .Dd value.dfr2004-04-061-1/+1
| | | | Reminded by: ru
* Document lgetfh(2).dfr2004-04-052-5/+22
|
* Shave-off troff cycles by invoking .Fa only once.dds2004-03-191-3/+1
| | | | | Submitted by: ru MFC after: 1 week
* Sort MLINKS.tjr2004-03-161-1/+1
| | | | Noticed by: ru
* Add fairly minimal documentation for the nmount() syscall.tjr2004-03-162-3/+35
|
* Document missing EFAULT errno value.dds2004-03-031-0/+8
| | | | MFC after: 2 weeks
* Update the documentation for setpgrp(2) to reflect the access controldas2004-02-081-7/+21
| | | | | | | 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
* Document the SF_NODISKIO flag, and fix a small typo.silby2004-02-081-2/+10
|
* Xref kqueue and polleivind2004-01-261-0/+2
|
* Xref kqueueeivind2004-01-261-0/+1
|
* Describe EOVERFLOW caseache2004-01-251-0/+9
|
* add cross-reference to clock_gettime(2)phk2004-01-191-0/+1
|
* The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2.ru2004-01-142-6/+7
| | | | | Reviewed by: deischen Repocopy by: markm
* - libc/sys/sem.c was repocopied to libc/gen/sem.c.ru2004-01-142-358/+1
| | | | | | | - sem_*(3) manpages were repocopied from libc_r. Reviewed by: deischen Repocopy by: markm
* Clarify the behavior of ptrace(2) a little bit: the tracing processrwatson2004-01-101-0/+24
| | | | | | | | | | | | | | | 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
* Describe kern.ipc.nsfbufsused and kern.ipc.nsfbufspeak.maxim2003-12-291-0/+9
| | | | Reviewed by: silby
* Add restrict qualifiers. (docs)alfred2003-12-245-5/+5
| | | | | PR: 44394 Submitted by: Craig Rodrigues <rodrige@attbi.com>
* Document the effect of sysctl tunables controlling p_candebug(9) onjkoshy2003-12-141-1/+7
| | | | ktrace(2).
OpenPOWER on IntegriCloud