summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* mknod(2): The required include is <sys/stat.h>, not <unistd.h>.jilles2011-01-161-2/+2
* Emit .note.GNU-stack for the syscall stubs generated by libc.kib2011-01-071-0/+2
* Sort cross references by section.brucec2010-12-181-2/+2
* Update shmget(2) with POSIX access permissions and remove non-standard SHM_R,brucec2010-12-173-13/+11
* This commit implements the SO_USER_COOKIE socket option, which letsluigi2010-11-121-0/+18
* - Note that non-superusers are not allowed to set the SF_ARCHIVEDjh2010-10-291-3/+7
* mdoc: make pages render with mandocuqs2010-10-213-4/+3
* Clang related fixes:rpaulo2010-10-131-1/+1
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-0810-11/+0
* Fix exec_imgact_shell()'s handling of two error cases: (1) Previously, ifalc2010-09-211-4/+6
* Bump dates in dbopen(3) and cpuset_getaffinity(2) from r212441 andgjb2010-09-121-1/+1
OpenPOWER on IntegriCloud