| Commit message (Expand) | Author | Age | Files | Lines |
* | sigaction(2),sigwait(2),sigwaitinfo(2): Remove [EFAULT] error condition. | Jilles Tjoelker | 2012-09-27 | 3 | -16/+3 |
* | Remove the restrict qualifier to match function prototype. | Kevin Lo | 2012-09-20 | 1 | -1/+1 |
* | Describe in detail required conditions for receiving the SCM_CREDS | Gleb Smirnoff | 2012-09-12 | 1 | -4/+18 |
* | When WIFCONTINUED was added, the number of "first" macros grew from | John Baldwin | 2012-09-05 | 1 | -1/+1 |
* | Add missing .Pp macro. | Niclas Zeising | 2012-08-21 | 1 | -0/+1 |
* | Implement syscall clock_getcpuclockid2, so we can get a clock id | David Xu | 2012-08-17 | 1 | -0/+3 |
* | Document F_DUP2FD_CLOEXEC. | Konstantin Belousov | 2012-07-27 | 1 | -4/+14 |
* | (Incomplete) fixes for symbols visibility issues and style in fcntl.h. | Konstantin Belousov | 2012-07-21 | 1 | -1/+1 |
* | Document F_DUPFD_CLOEXEC. Also provide some wording changes for | Konstantin Belousov | 2012-07-19 | 1 | -4/+15 |
* | Move the ffclock symbols from FBSD_1.2 to FBSD_1.3 where they should have been | Lawrence Stewart | 2012-07-10 | 1 | -3/+3 |
* | Use struct vdso_timehands data to implement fast gettimeofday(2) and | Konstantin Belousov | 2012-06-22 | 4 | -0/+249 |
* | Further refine the implementation of POSIX_FADV_NOREUSE. | John Baldwin | 2012-06-19 | 1 | -5/+4 |
* | Remove invalid remark about pipes. | Ed Schouten | 2012-06-02 | 1 | -2/+2 |
* | Clarify the SEEK_HOLE description, it repositions the file pointer. | Konstantin Belousov | 2012-05-26 | 1 | -4/+4 |
* | Remove tab from kernel configuration option. This is consistent with the rest | Joel Dahl | 2012-05-12 | 1 | -1/+1 |
* | General mdoc(7) and typo fixes. | Glen Barber | 2012-05-08 | 12 | -15/+17 |
* | fix a further typo in the pdfork(2) man page. | Robert Watson | 2012-04-30 | 1 | -1/+1 |
* | The returned file descriptor from pdfork(2) is via fdp, not pidp. | Robert Watson | 2012-04-30 | 1 | -2/+2 |
* | pread(2) might fail with EBUSY, so document it | Eitan Adler | 2012-04-29 | 1 | -0/+2 |
* | A new jail(8) with a configuration file, ultimately to replace the work | Jamie Gritton | 2012-04-26 | 1 | -39/+1 |
|\ |
|
| * | Remove a section that went to jail(8), and fix a small grammar error. | Jamie Gritton | 2010-10-20 | 1 | -39/+1 |
* | | - Use quote when tab is used; | Xin LI | 2012-04-22 | 1 | -2/+3 |
* | | Additional manual page updates for r234103. | Jaakko Heinonen | 2012-04-13 | 1 | -8/+12 |
* | | Return EBADF instead of EMFILE from dup2 when the second argument is | Eitan Adler | 2012-04-11 | 2 | -7/+12 |
* | | - Return EPERM from ufs_setattr() when an user without PRIV_VFS_SYSFLAGS | Jaakko Heinonen | 2012-04-10 | 1 | -3/+2 |
* | | mdoc: Ud takes no argument. | Joel Dahl | 2012-03-29 | 1 | -1/+1 |
* | | mandoc complains loudly when <TAB>s are misused in columnated lists. Fix | Joel Dahl | 2012-03-29 | 1 | -17/+17 |
* | | Remove trailing whitespace per mdoc lint warning | Eitan Adler | 2012-03-29 | 12 | -21/+21 |
* | | Fix comment to specify correct struct name. | Jim Harris | 2012-03-28 | 1 | -2/+2 |
* | | Make sure sections are sorted into conventional order. | Joel Dahl | 2012-03-25 | 1 | -5/+5 |
* | | Remove superfluous paragraph macro. | Joel Dahl | 2012-03-25 | 6 | -6/+0 |
* | | Remove trailing whitespace. | Benjamin Kaduk | 2012-03-19 | 1 | -2/+2 |
* | | Expound a bit more about the system maximum number of FIBs, | Benjamin Kaduk | 2012-03-19 | 1 | -2/+20 |
* | | Do not claim that msync(2) is obsoleted [1]. | Konstantin Belousov | 2012-03-17 | 2 | -4/+7 |
* | | Extend the description for ESRCH a bit. | Ed Schouten | 2012-03-15 | 1 | -1/+1 |
* | | Remove impossible error condition from the man page. | Ed Schouten | 2012-03-15 | 1 | -4/+1 |
* | | Cross-reference sigqueue(2) and kill(2). | Edward Tomasz Napierala | 2012-03-10 | 2 | -2/+4 |
* | | Link EV_SET(3) to kqueue(2). | Pawel Jakub Dawidek | 2012-03-05 | 1 | -1/+1 |
* | | Document SO_PROTOCOL socket option. | Konstantin Belousov | 2012-02-26 | 1 | -2/+13 |
* | | Whitespace cleanup: | Glen Barber | 2012-02-25 | 1 | -1/+2 |
* | | Fix various typos in manual pages. | Glen Barber | 2012-02-25 | 4 | -8/+8 |
* | | Document PL_FLAG_CHILD. | Konstantin Belousov | 2012-02-18 | 1 | -1/+6 |
* | | Bump .Dd date for previous revision. | Xin LI | 2012-02-15 | 1 | -1/+1 |
* | | Add notes about sigev_notify_kevent_flags introduced in revision 230857 | David Xu | 2012-02-15 | 1 | -0/+3 |
* | | Globally replace u_int*_t from (non-contributed) man pages. | Ed Schouten | 2012-02-12 | 3 | -7/+7 |
* | | Acknowledge that jail_attach and jail_remove can return EPERM. | Jamie Gritton | 2012-02-08 | 1 | -1/+3 |
* | | Move descriptions of file caching commands out of the file locking section. | Tijl Coosemans | 2012-01-28 | 1 | -17/+17 |
* | | Remove a left-over reference to make.conf(5) which was used as a place to | Sergey Kandaurov | 2012-01-27 | 1 | -2/+1 |
* | | Clarify the implementation-defined behaviour in case of close(2) | Konstantin Belousov | 2012-01-22 | 1 | -1/+5 |
* | | The sys/uio.h header is needed only for readv(2), preadv(2), writev(2) and | Pawel Jakub Dawidek | 2012-01-22 | 2 | -4/+4 |