summaryrefslogtreecommitdiff
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Merge r228040 from head to releng/9.0:Robert Watson2011-11-282-1/+3
* MFC r227416:Doug Barton2011-11-181-1/+3
* MFC r226790:Sergey Kandaurov2011-11-011-1/+1
* Clarify the behaviour of sigwait() on signal interruption, and noteKonstantin Belousov2011-08-252-2/+20
* Add experimental support for process descriptorsJonathan Anderson2011-08-184-3/+191
* Cross-reference cap_new(2) from dup(2), as they have similar functionality.Robert Watson2011-08-141-1/+7
* Add cap_new(2) and cap_getrights(2) symbols to libc.Jonathan Anderson2011-07-203-1/+478
* Document RFTSIGZMB. Fix spelling of SIGCHLD. Note that signals areKonstantin Belousov2011-07-121-2/+14
* Note how wait(3) is implemented.David E. O'Brien2011-06-181-0/+13
* mq_setattr(2): Add missing const to man page.Jilles Tjoelker2011-05-171-2/+2
* Update sticky(7) cross references.Sergey Kandaurov2011-05-132-4/+4
* - Clarification on kld_file_stat.sizeGlen Barber2011-04-231-4/+4
* Add the posix_fallocate(2) syscall. The default implementation inMatthew D Fleming2011-04-183-1/+148
* getfh(2): Add xrefs for fhopen(2), open(2), stat(2).Jilles Tjoelker2011-04-141-1/+5
* Fix mdoc errors.Konstantin Belousov2011-04-011-3/+2
* Expose the rctl(2) API in libc.Edward Tomasz Napierala2011-03-301-0/+5
* Document O_CLOEXEC.Konstantin Belousov2011-03-251-4/+16
* When building libc with the syscall compatibility, don't also generate theMarcel Moolenaar2011-03-171-1/+4
* rfork(2): Discourage rfork_thread-like approaches.Jilles Tjoelker2011-03-151-17/+3
* Move cap_enter(2) and cap_getmode(2) symbols from FBSD_1.1 to FBSD_1.2.Robert Watson2011-03-121-2/+2
* Move getloginclass(2) and setloginclass(2) to FBSD_1.2, where they should'veEdward Tomasz Napierala2011-03-061-2/+2
* Add FBSD_1.2; syscalls added in 9-CURRENT are supposed to go there.Edward Tomasz Napierala2011-03-061-0/+3
* Add manual page for getloginclass(2) and setloginclass(2).Edward Tomasz Napierala2011-03-062-2/+100
* Add two new system calls, setloginclass(2) and getloginclass(2). This makesEdward Tomasz Napierala2011-03-051-0/+2
* Make cap_new(2) and cap_getmode(2) symbols from libc public so applicationsRobert Watson2011-03-033-1/+105
* Add description of ECAPMODE to errno(2) man page.Robert Watson2011-03-031-0/+2
* Remove sysctl vm.max_proc_mmap used to protect from KVA space exhaustion.Sergey Kandaurov2011-02-241-3/+0
* Emit .note.GNU-stack for the syscall stubs generated by libc only onKonstantin Belousov2011-01-251-2/+9
* Document PT_FLAG_FORKED, PT_FOLLOW_FORK, pl_tdname and pl_child_pid.Konstantin Belousov2011-01-251-5/+40
* getgroups(2): Remove mention of <sys/param.h> and refer to sysconf(3).Jilles Tjoelker2011-01-211-3/+9
* mknod(2): The required include is <sys/stat.h>, not <unistd.h>.Jilles Tjoelker2011-01-161-2/+2
* Emit .note.GNU-stack for the syscall stubs generated by libc.Konstantin Belousov2011-01-071-0/+2
* Sort cross references by section.Rebecca Cran2010-12-181-2/+2
* Update shmget(2) with POSIX access permissions and remove non-standard SHM_R,Rebecca Cran2010-12-173-13/+11
* This commit implements the SO_USER_COOKIE socket option, which letsLuigi Rizzo2010-11-121-0/+18
* - Note that non-superusers are not allowed to set the SF_ARCHIVEDJaakko Heinonen2010-10-291-3/+7
* mdoc: make pages render with mandocUlrich Spörlein2010-10-213-4/+3
* Clang related fixes:Rui Paulo2010-10-131-1/+1
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-0810-11/+0
* Fix exec_imgact_shell()'s handling of two error cases: (1) Previously, ifAlan Cox2010-09-211-4/+6
* Bump dates in dbopen(3) and cpuset_getaffinity(2) from r212441 andGlen Barber2010-09-121-1/+1
* Add EINVAL to list of possible return values for cpuset_getaffinity(2).Glen Barber2010-09-101-0/+6
* Because POSIX does not allow EINTR to be returned from sigwait(),David Xu2010-09-103-0/+50
* Add ECONNRESET to list of possible errors in connect(2).Glen Barber2010-09-061-1/+3
* Use NULL instead of 0 for pointer in example.Konstantin Belousov2010-08-291-1/+1
* Add the MAP_PREFAULT_READ option to mmap(2).Alan Cox2010-08-281-1/+14
* Fix incorrect usage of 'assure' and 'insure'.Rebecca Cran2010-08-281-1/+1
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soWarner Losh2010-08-241-4/+2
* Remove extra FreeBSD tag.Konstantin Belousov2010-08-241-1/+0
* Move the __stack_chk_fail_local@FBSD_1.0 compat symbol definition intoKonstantin Belousov2010-08-243-4/+22