summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Add sticky(8) cross reference.dds2003-12-101-1/+2
* Add a short description of the kse_switchin(2) syscall to the ksemarcel2003-12-102-2/+14
* Fixed a bug in sendfile(2) where the sent data would be corrupted duedg2003-12-011-2/+6
* Replace out of date struct statfs definition with a reference to statfs(2).tjr2003-11-211-64/+3
* Documented missing EINVAL errno valuedds2003-11-191-0/+6
* Resync. struct statfs and flag definitions with sys/mount.h.tjr2003-11-161-22/+57
* - Add documentation for EBUSY.alc2003-11-141-2/+4
* - Markup fix-ups (add .Dq, and some hard line breaks at the endkensmith2003-11-111-4/+10
* - Add a note about how jail(2) effects the securelevel.kensmith2003-11-111-0/+6
* Add information about the EVFILT_NETDEV filterbrueffer2003-11-111-0/+24
* 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
OpenPOWER on IntegriCloud