summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Add a section documenting the sysctl(8) tunables that influence thejkoshy2003-11-111-2/+15
* Have utrace(2) return ENOMEM if malloc() fails. Document this errorjkoshy2003-11-111-4/+6
* Document EINVAL for len == 0.des2003-11-101-1/+1
* Document KTR_DROP.jkoshy2003-11-101-0/+9
* Add a reference to the new utrace(2) manual page.tjr2003-11-041-1/+2
* Add a manual page for the utrace() system call.tjr2003-11-012-1/+87
* - fix description of what processes SIGCONT can be sent tokensmith2003-10-241-1/+1
* Bring the description of st_[cma]time modification conditions a bitdds2003-10-201-6/+18
* document the fact that kqueue will immediately return and not timeout whenjmg2003-10-201-0/+8
* Changed EINVAL constant reference from UIO_MAXIOV to IOV_MAX.dds2003-10-111-1/+1
* mdoc(7): Fix common mistakes made in the SEE ALSO section.ru2003-09-121-4/+6
* mdoc(7): Properly mark C headers.ru2003-09-1012-20/+20
* Document the fact that send(2) can return EPIPE (like when a socket is notroberto2003-09-101-0/+4
* mdoc(7): Use the new feature of the .In macro.ru2003-09-0813-21/+21
* In the !MNT_BYFSID case, return EINVAL from unmount(2) when theiedowse2003-09-081-7/+12
* Clarify that the second argument to accept() may be a null pointer ifroam2003-09-051-1/+7
* Fix/add errno return values to match the NFS client implementation anddds2003-09-022-5/+16
* Document that read(2) can also return EPERMdds2003-08-301-0/+3
* Make the documentation of PT_STEP match its implementation: theiedowse2003-08-111-2/+3
* Add the mlockall()/munlockall() system call manual page from NetBSD.bms2003-08-111-0/+140
* Add the mlockall() and munlockall() system calls.bms2003-08-111-2/+3
* Add the POSIX 1003.1-2001 posix_madvise() interface.bms2003-08-092-1/+25
* Document that connect(2) can return EINTR, and that ityar2003-08-061-3/+6
* add support for using kqueue to watch bpf sockets.jmg2003-08-051-1/+8
* Document an additional error return value. The connect(2) call can alsodds2003-07-231-0/+6
* Back out revision 1.22.ceri2003-07-151-1/+1
* ioctl macros and defines are now present in ioccom.h, not ioctl.h.ceri2003-07-131-1/+1
* Add a new mount flag MNT_BYFSID that can be used to unmount a fileiedowse2003-07-011-1/+17
* Separate the description of the flags for mount(2) and unmount(2)iedowse2003-06-301-14/+16
* Correct a misspelled name of time_hi_and_version.yar2003-06-271-1/+1
* Unify cross-references between sigpending(2), sigprocmask(2),yar2003-06-243-1/+5
* Add clarifications about the information that ntp_gettime returns.imp2003-06-211-8/+18
* ntp_adjtime returns the current state of the clock (TIME_*) on successimp2003-06-201-1/+4
* Xref policy: exit(2) -> _exit(2).sobomax2003-06-171-1/+1
* Document ENOSPC.trhodes2003-06-131-0/+2
* .Xr p1003_1b moved to .St -p1003.1b-93charnier2003-06-082-6/+6
* Add or correct section number in .Xr. Use .Vt or .Fncharnier2003-06-083-3/+3
* Document the new explicit listing API for extended attributes; noterwatson2003-06-041-6/+32
* Document that kldload(2) can also return EEXIST.hmp2003-06-031-0/+4
* Assorted mdoc(7) fixes.ru2003-06-011-6/+5
* Assorted mdoc(7) fixes.ru2003-05-223-26/+23
* * The copy of the stat struct in the man page has rotted, so remove it.dougb2003-05-131-29/+2
* Correct the return value of vfork(2) and rfork(2) in theirrobert2003-04-272-2/+2
* Add a manual page for the ntp_gettime syscall.trhodes2003-04-172-2/+106
* Add a manual page for the ntp_adjtime syscall.trhodes2003-04-152-1/+148
* o In struct prison, add an allprison linked list of prisons (protectedmike2003-04-092-3/+30
* [1] - Document EHOSTUNREACH as a possible errorceri2003-04-011-1/+3
* Add a facility allowing processes to inform the VM subsystem they arewes2003-03-311-0/+9
* The .Fn functioncharnier2003-03-243-6/+9
* The .Fn function. Use .Xr where appropriate.charnier2003-03-241-2/+4
OpenPOWER on IntegriCloud