| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the kill(2) and killpg(2) man pages to the modern permission | eadler | 2012-10-22 | 1 | -8/+15 |
* | Grammar fixes to r241781. | andre | 2012-10-20 | 1 | -1/+1 |
* | Hide the unfortunate named sysctl kern.ipc.somaxconn from sysctl -a | andre | 2012-10-20 | 1 | -4/+18 |
* | sigaction(2),sigwait(2),sigwaitinfo(2): Remove [EFAULT] error condition. | jilles | 2012-09-27 | 3 | -16/+3 |
* | Remove the restrict qualifier to match function prototype. | kevlo | 2012-09-20 | 1 | -1/+1 |
* | Describe in detail required conditions for receiving the SCM_CREDS | glebius | 2012-09-12 | 1 | -4/+18 |
* | When WIFCONTINUED was added, the number of "first" macros grew from | jhb | 2012-09-05 | 1 | -1/+1 |
* | Add missing .Pp macro. | zeising | 2012-08-21 | 1 | -0/+1 |
* | Implement syscall clock_getcpuclockid2, so we can get a clock id | davidxu | 2012-08-17 | 1 | -0/+3 |
* | Document F_DUP2FD_CLOEXEC. | kib | 2012-07-27 | 1 | -4/+14 |
* | (Incomplete) fixes for symbols visibility issues and style in fcntl.h. | kib | 2012-07-21 | 1 | -1/+1 |
* | Document F_DUPFD_CLOEXEC. Also provide some wording changes for | kib | 2012-07-19 | 1 | -4/+15 |
* | Move the ffclock symbols from FBSD_1.2 to FBSD_1.3 where they should have been | lstewart | 2012-07-10 | 1 | -3/+3 |
* | Use struct vdso_timehands data to implement fast gettimeofday(2) and | kib | 2012-06-22 | 4 | -0/+249 |
* | Further refine the implementation of POSIX_FADV_NOREUSE. | jhb | 2012-06-19 | 1 | -5/+4 |
* | Remove invalid remark about pipes. | ed | 2012-06-02 | 1 | -2/+2 |
* | Clarify the SEEK_HOLE description, it repositions the file pointer. | kib | 2012-05-26 | 1 | -4/+4 |
* | Remove tab from kernel configuration option. This is consistent with the rest | joel | 2012-05-12 | 1 | -1/+1 |
* | General mdoc(7) and typo fixes. | gjb | 2012-05-08 | 12 | -15/+17 |
* | fix a further typo in the pdfork(2) man page. | rwatson | 2012-04-30 | 1 | -1/+1 |
* | The returned file descriptor from pdfork(2) is via fdp, not pidp. | rwatson | 2012-04-30 | 1 | -2/+2 |
* | pread(2) might fail with EBUSY, so document it | eadler | 2012-04-29 | 1 | -0/+2 |
* | A new jail(8) with a configuration file, ultimately to replace the work | jamie | 2012-04-26 | 1 | -39/+1 |
|\ |
|
| * | Remove a section that went to jail(8), and fix a small grammar error. | jamie | 2010-10-20 | 1 | -39/+1 |
* | | - Use quote when tab is used; | delphij | 2012-04-22 | 1 | -2/+3 |
* | | Additional manual page updates for r234103. | jh | 2012-04-13 | 1 | -8/+12 |
* | | Return EBADF instead of EMFILE from dup2 when the second argument is | eadler | 2012-04-11 | 2 | -7/+12 |
* | | - Return EPERM from ufs_setattr() when an user without PRIV_VFS_SYSFLAGS | jh | 2012-04-10 | 1 | -3/+2 |
* | | mdoc: Ud takes no argument. | joel | 2012-03-29 | 1 | -1/+1 |
* | | mandoc complains loudly when <TAB>s are misused in columnated lists. Fix | joel | 2012-03-29 | 1 | -17/+17 |
* | | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 12 | -21/+21 |
* | | Fix comment to specify correct struct name. | jimharris | 2012-03-28 | 1 | -2/+2 |
* | | Make sure sections are sorted into conventional order. | joel | 2012-03-25 | 1 | -5/+5 |
* | | Remove superfluous paragraph macro. | joel | 2012-03-25 | 6 | -6/+0 |
* | | Remove trailing whitespace. | bjk | 2012-03-19 | 1 | -2/+2 |
* | | Expound a bit more about the system maximum number of FIBs, | bjk | 2012-03-19 | 1 | -2/+20 |
* | | Do not claim that msync(2) is obsoleted [1]. | kib | 2012-03-17 | 2 | -4/+7 |
* | | Extend the description for ESRCH a bit. | ed | 2012-03-15 | 1 | -1/+1 |
* | | Remove impossible error condition from the man page. | ed | 2012-03-15 | 1 | -4/+1 |
* | | Cross-reference sigqueue(2) and kill(2). | trasz | 2012-03-10 | 2 | -2/+4 |
* | | Link EV_SET(3) to kqueue(2). | pjd | 2012-03-05 | 1 | -1/+1 |
* | | Document SO_PROTOCOL socket option. | kib | 2012-02-26 | 1 | -2/+13 |
* | | Whitespace cleanup: | gjb | 2012-02-25 | 1 | -1/+2 |
* | | Fix various typos in manual pages. | gjb | 2012-02-25 | 4 | -8/+8 |
* | | Document PL_FLAG_CHILD. | kib | 2012-02-18 | 1 | -1/+6 |
* | | Bump .Dd date for previous revision. | delphij | 2012-02-15 | 1 | -1/+1 |
* | | Add notes about sigev_notify_kevent_flags introduced in revision 230857 | davidxu | 2012-02-15 | 1 | -0/+3 |
* | | Globally replace u_int*_t from (non-contributed) man pages. | ed | 2012-02-12 | 3 | -7/+7 |
* | | Acknowledge that jail_attach and jail_remove can return EPERM. | jamie | 2012-02-08 | 1 | -1/+3 |
* | | Move descriptions of file caching commands out of the file locking section. | tijl | 2012-01-28 | 1 | -17/+17 |