summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Document lgetfh(2).dfr2004-04-052-5/+22
* Shave-off troff cycles by invoking .Fa only once.dds2004-03-191-3/+1
* Sort MLINKS.tjr2004-03-161-1/+1
* Add fairly minimal documentation for the nmount() syscall.tjr2004-03-162-3/+35
* Document missing EFAULT errno value.dds2004-03-031-0/+8
* Update the documentation for setpgrp(2) to reflect the access controldas2004-02-081-7/+21
* 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
* - libc/sys/sem.c was repocopied to libc/gen/sem.c.ru2004-01-142-358/+1
* Clarify the behavior of ptrace(2) a little bit: the tracing processrwatson2004-01-101-0/+24
* Describe kern.ipc.nsfbufsused and kern.ipc.nsfbufspeak.maxim2003-12-291-0/+9
* Add restrict qualifiers. (docs)alfred2003-12-245-5/+5
* Document the effect of sysctl tunables controlling p_candebug(9) onjkoshy2003-12-141-1/+7
* 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
OpenPOWER on IntegriCloud