summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* mq_setattr(2): Add missing const to man page.jilles2011-05-171-2/+2
* Update sticky(7) cross references.pluknet2011-05-132-4/+4
* - Clarification on kld_file_stat.sizegjb2011-04-231-4/+4
* Add the posix_fallocate(2) syscall. The default implementation inmdf2011-04-183-1/+148
* getfh(2): Add xrefs for fhopen(2), open(2), stat(2).jilles2011-04-141-1/+5
* Fix mdoc errors.kib2011-04-011-3/+2
* Expose the rctl(2) API in libc.trasz2011-03-301-0/+5
* Document O_CLOEXEC.kib2011-03-251-4/+16
* When building libc with the syscall compatibility, don't also generate themarcel2011-03-171-1/+4
* rfork(2): Discourage rfork_thread-like approaches.jilles2011-03-151-17/+3
* Move cap_enter(2) and cap_getmode(2) symbols from FBSD_1.1 to FBSD_1.2.rwatson2011-03-121-2/+2
* Move getloginclass(2) and setloginclass(2) to FBSD_1.2, where they should'vetrasz2011-03-061-2/+2
* Add FBSD_1.2; syscalls added in 9-CURRENT are supposed to go there.trasz2011-03-061-0/+3
* Add manual page for getloginclass(2) and setloginclass(2).trasz2011-03-062-2/+100
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-051-0/+2
* Make cap_new(2) and cap_getmode(2) symbols from libc public so applicationsrwatson2011-03-033-1/+105
* Add description of ECAPMODE to errno(2) man page.rwatson2011-03-031-0/+2
* Remove sysctl vm.max_proc_mmap used to protect from KVA space exhaustion.pluknet2011-02-241-3/+0
* Emit .note.GNU-stack for the syscall stubs generated by libc only onkib2011-01-251-2/+9
* Document PT_FLAG_FORKED, PT_FOLLOW_FORK, pl_tdname and pl_child_pid.kib2011-01-251-5/+40
* getgroups(2): Remove mention of <sys/param.h> and refer to sysconf(3).jilles2011-01-211-3/+9
OpenPOWER on IntegriCloud