summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Document PL_FLAG_CHILD.kib2012-02-181-1/+6
* | Bump .Dd date for previous revision.delphij2012-02-151-1/+1
* | Add notes about sigev_notify_kevent_flags introduced in revision 230857davidxu2012-02-151-0/+3
* | Globally replace u_int*_t from (non-contributed) man pages.ed2012-02-123-7/+7
* | Acknowledge that jail_attach and jail_remove can return EPERM.jamie2012-02-081-1/+3
* | Move descriptions of file caching commands out of the file locking section.tijl2012-01-281-17/+17
* | Remove a left-over reference to make.conf(5) which was used as a place topluknet2012-01-271-2/+1
* | Clarify the implementation-defined behaviour in case of close(2)kib2012-01-221-1/+5
* | The sys/uio.h header is needed only for readv(2), preadv(2), writev(2) andpjd2012-01-222-4/+4
* | Make man page wording more clear:eadler2012-01-151-1/+1
OpenPOWER on IntegriCloud