summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document the fact that chroot(2) is no longer part of POSIX since SUSv3delphij2012-01-041-1/+19
* Fix manual section for acl_get(3) and mac_get(3) family functions.pluknet2011-12-291-14/+14
* Update rtprio(2) manual page to reflect the latest changes in -CURRENT asdelphij2011-12-272-17/+82
* The NOTE_COPY should have been named NOTE_FFCOPY from the veryru2011-12-071-2/+2
* Cross-reference capsicum.4 from cap_enter.2 and cap_new.2.rwatson2011-11-272-1/+3
* Add history for setsockopt(2).pluknet2011-11-211-2/+4
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()lstewart2011-11-213-1/+183
* Fix typo.kib2011-11-171-2/+2
* Document that flock can return ENOLCKdougb2011-11-101-1/+3
* Add the posix_fadvise(2) system call. It is somewhat similar tojhb2011-11-044-2/+147
* Fix typo in timer_getoverrun cross-reference.pluknet2011-10-261-1/+1
* Add a new trace point, KTRFAC_CAPFAIL, which traces capability checkdes2011-10-111-3/+4
* Line up the struct declaration (yes, I know this isn't what it looksdes2011-10-091-6/+6
* Document some not-so-recently added trace points.des2011-10-091-2/+7
* Remove no longer needed BUGS section.kib2011-10-061-9/+1
* Remove no longer valid statement about ARM.kib2011-10-041-2/+2
* Clarify the behaviour of sigwait() on signal interruption, and notekib2011-08-252-2/+20
* Add experimental support for process descriptorsjonathan2011-08-184-3/+191
* Cross-reference cap_new(2) from dup(2), as they have similar functionality.rwatson2011-08-141-1/+7
* Add cap_new(2) and cap_getrights(2) symbols to libc.jonathan2011-07-203-1/+478
* Document RFTSIGZMB. Fix spelling of SIGCHLD. Note that signals arekib2011-07-121-2/+14
* Note how wait(3) is implemented.obrien2011-06-181-0/+13
OpenPOWER on IntegriCloud