| Commit message (Expand) | Author | Age | Files | Lines |
* | mq_setattr(2): Add missing const to man page. | jilles | 2011-05-17 | 1 | -2/+2 |
* | Update sticky(7) cross references. | pluknet | 2011-05-13 | 2 | -4/+4 |
* | - Clarification on kld_file_stat.size | gjb | 2011-04-23 | 1 | -4/+4 |
* | Add the posix_fallocate(2) syscall. The default implementation in | mdf | 2011-04-18 | 3 | -1/+148 |
* | getfh(2): Add xrefs for fhopen(2), open(2), stat(2). | jilles | 2011-04-14 | 1 | -1/+5 |
* | Fix mdoc errors. | kib | 2011-04-01 | 1 | -3/+2 |
* | Expose the rctl(2) API in libc. | trasz | 2011-03-30 | 1 | -0/+5 |
* | Document O_CLOEXEC. | kib | 2011-03-25 | 1 | -4/+16 |
* | When building libc with the syscall compatibility, don't also generate the | marcel | 2011-03-17 | 1 | -1/+4 |
* | rfork(2): Discourage rfork_thread-like approaches. | jilles | 2011-03-15 | 1 | -17/+3 |
* | Move cap_enter(2) and cap_getmode(2) symbols from FBSD_1.1 to FBSD_1.2. | rwatson | 2011-03-12 | 1 | -2/+2 |
* | Move getloginclass(2) and setloginclass(2) to FBSD_1.2, where they should've | trasz | 2011-03-06 | 1 | -2/+2 |
* | Add FBSD_1.2; syscalls added in 9-CURRENT are supposed to go there. | trasz | 2011-03-06 | 1 | -0/+3 |
* | Add manual page for getloginclass(2) and setloginclass(2). | trasz | 2011-03-06 | 2 | -2/+100 |
* | Add two new system calls, setloginclass(2) and getloginclass(2). This makes | trasz | 2011-03-05 | 1 | -0/+2 |
* | Make cap_new(2) and cap_getmode(2) symbols from libc public so applications | rwatson | 2011-03-03 | 3 | -1/+105 |
* | Add description of ECAPMODE to errno(2) man page. | rwatson | 2011-03-03 | 1 | -0/+2 |
* | Remove sysctl vm.max_proc_mmap used to protect from KVA space exhaustion. | pluknet | 2011-02-24 | 1 | -3/+0 |
* | Emit .note.GNU-stack for the syscall stubs generated by libc only on | kib | 2011-01-25 | 1 | -2/+9 |
* | Document PT_FLAG_FORKED, PT_FOLLOW_FORK, pl_tdname and pl_child_pid. | kib | 2011-01-25 | 1 | -5/+40 |
* | getgroups(2): Remove mention of <sys/param.h> and refer to sysconf(3). | jilles | 2011-01-21 | 1 | -3/+9 |
* | mknod(2): The required include is <sys/stat.h>, not <unistd.h>. | jilles | 2011-01-16 | 1 | -2/+2 |
* | Emit .note.GNU-stack for the syscall stubs generated by libc. | kib | 2011-01-07 | 1 | -0/+2 |
* | Sort cross references by section. | brucec | 2010-12-18 | 1 | -2/+2 |
* | Update shmget(2) with POSIX access permissions and remove non-standard SHM_R, | brucec | 2010-12-17 | 3 | -13/+11 |
* | This commit implements the SO_USER_COOKIE socket option, which lets | luigi | 2010-11-12 | 1 | -0/+18 |
* | - Note that non-superusers are not allowed to set the SF_ARCHIVED | jh | 2010-10-29 | 1 | -3/+7 |
* | mdoc: make pages render with mandoc | uqs | 2010-10-21 | 3 | -4/+3 |
* | Clang related fixes: | rpaulo | 2010-10-13 | 1 | -1/+1 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 10 | -11/+0 |
* | Fix exec_imgact_shell()'s handling of two error cases: (1) Previously, if | alc | 2010-09-21 | 1 | -4/+6 |
* | Bump dates in dbopen(3) and cpuset_getaffinity(2) from r212441 and | gjb | 2010-09-12 | 1 | -1/+1 |
* | Add EINVAL to list of possible return values for cpuset_getaffinity(2). | gjb | 2010-09-10 | 1 | -0/+6 |
* | Because POSIX does not allow EINTR to be returned from sigwait(), | davidxu | 2010-09-10 | 3 | -0/+50 |
* | Add ECONNRESET to list of possible errors in connect(2). | gjb | 2010-09-06 | 1 | -1/+3 |
* | Use NULL instead of 0 for pointer in example. | kib | 2010-08-29 | 1 | -1/+1 |
* | Add the MAP_PREFAULT_READ option to mmap(2). | alc | 2010-08-28 | 1 | -1/+14 |
* | Fix incorrect usage of 'assure' and 'insure'. | brucec | 2010-08-28 | 1 | -1/+1 |
* | Powerpc is special here. powerpc and powerpc64 use different ABIs, so | imp | 2010-08-24 | 1 | -4/+2 |
* | Remove extra FreeBSD tag. | kib | 2010-08-24 | 1 | -1/+0 |
* | Move the __stack_chk_fail_local@FBSD_1.0 compat symbol definition into | kib | 2010-08-24 | 3 | -4/+22 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -3/+3 |
* | Use aux vector to get values for SSP canary, pagesize, pagesizes array, | kib | 2010-08-17 | 1 | -0/+8 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 5 | -6/+6 |
* | Fix typos and spelling mistakes. | joel | 2010-08-06 | 2 | -2/+2 |
* | Spelling fixes. | joel | 2010-08-02 | 1 | -1/+1 |
* | Fix a couple of typos. | uqs | 2010-07-30 | 1 | -1/+1 |
* | Update mlockall(2) to mention that it's superuser-only syscall, just | trasz | 2010-07-27 | 2 | -4/+7 |
* | Document pl_siginfo and PT_FLAG_SI for PT_LWPINFO. | kib | 2010-07-10 | 1 | -4/+20 |
* | Just like in case of setgroups(2), for getgroups(2) also advice including | pjd | 2010-06-26 | 1 | -1/+1 |