summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Document that getpeername(2) and getsockname(2) can fail with EINVAL.kevlo2012-11-232-0/+8
* Document that rtprio(2) and rtprio_thread(2) can fail with EFAULTkevlo2012-11-161-2/+10
* Document that sendfile(2) can fail with ENOBUFS.kevlo2012-11-141-0/+2
* Document wait6() and waitid().kib2012-11-132-32/+282
* Implement the waitid() SUSv4 function using wait6() system call.kib2012-11-131-0/+3
* fcntl(2): Fix typos in name of constant "F_DUP2FD_CLOEXEC".jilles2012-11-011-2/+2
* Update the kill(2) and killpg(2) man pages to the modern permissioneadler2012-10-221-8/+15
* Grammar fixes to r241781.andre2012-10-201-1/+1
* Hide the unfortunate named sysctl kern.ipc.somaxconn from sysctl -aandre2012-10-201-4/+18
* sigaction(2),sigwait(2),sigwaitinfo(2): Remove [EFAULT] error condition.jilles2012-09-273-16/+3
* Remove the restrict qualifier to match function prototype.kevlo2012-09-201-1/+1
* Describe in detail required conditions for receiving the SCM_CREDSglebius2012-09-121-4/+18
* When WIFCONTINUED was added, the number of "first" macros grew fromjhb2012-09-051-1/+1
* Add missing .Pp macro.zeising2012-08-211-0/+1
* Implement syscall clock_getcpuclockid2, so we can get a clock iddavidxu2012-08-171-0/+3
* Document F_DUP2FD_CLOEXEC.kib2012-07-271-4/+14
* (Incomplete) fixes for symbols visibility issues and style in fcntl.h.kib2012-07-211-1/+1
* Document F_DUPFD_CLOEXEC. Also provide some wording changes forkib2012-07-191-4/+15
* Move the ffclock symbols from FBSD_1.2 to FBSD_1.3 where they should have beenlstewart2012-07-101-3/+3
* Use struct vdso_timehands data to implement fast gettimeofday(2) andkib2012-06-224-0/+249
* Further refine the implementation of POSIX_FADV_NOREUSE.jhb2012-06-191-5/+4
* Remove invalid remark about pipes.ed2012-06-021-2/+2
* Clarify the SEEK_HOLE description, it repositions the file pointer.kib2012-05-261-4/+4
* Remove tab from kernel configuration option. This is consistent with the restjoel2012-05-121-1/+1
* General mdoc(7) and typo fixes.gjb2012-05-0812-15/+17
* fix a further typo in the pdfork(2) man page.rwatson2012-04-301-1/+1
* The returned file descriptor from pdfork(2) is via fdp, not pidp.rwatson2012-04-301-2/+2
* pread(2) might fail with EBUSY, so document iteadler2012-04-291-0/+2
* A new jail(8) with a configuration file, ultimately to replace the workjamie2012-04-261-39/+1
|\
| * Remove a section that went to jail(8), and fix a small grammar error.jamie2010-10-201-39/+1
* | - Use quote when tab is used;delphij2012-04-221-2/+3
* | Additional manual page updates for r234103.jh2012-04-131-8/+12
* | Return EBADF instead of EMFILE from dup2 when the second argument iseadler2012-04-112-7/+12
* | - Return EPERM from ufs_setattr() when an user without PRIV_VFS_SYSFLAGSjh2012-04-101-3/+2
* | mdoc: Ud takes no argument.joel2012-03-291-1/+1
* | mandoc complains loudly when <TAB>s are misused in columnated lists. Fixjoel2012-03-291-17/+17
* | Remove trailing whitespace per mdoc lint warningeadler2012-03-2912-21/+21
* | Fix comment to specify correct struct name.jimharris2012-03-281-2/+2
* | Make sure sections are sorted into conventional order.joel2012-03-251-5/+5
* | Remove superfluous paragraph macro.joel2012-03-256-6/+0
* | Remove trailing whitespace.bjk2012-03-191-2/+2
* | Expound a bit more about the system maximum number of FIBs,bjk2012-03-191-2/+20
* | Do not claim that msync(2) is obsoleted [1].kib2012-03-172-4/+7
* | Extend the description for ESRCH a bit.ed2012-03-151-1/+1
* | Remove impossible error condition from the man page.ed2012-03-151-4/+1
* | Cross-reference sigqueue(2) and kill(2).trasz2012-03-102-2/+4
* | Link EV_SET(3) to kqueue(2).pjd2012-03-051-1/+1
* | Document SO_PROTOCOL socket option.kib2012-02-261-2/+13
* | Whitespace cleanup:gjb2012-02-251-1/+2
* | Fix various typos in manual pages.gjb2012-02-254-8/+8
OpenPOWER on IntegriCloud