| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | getdirentries.2: Reference dir(5) | Mateusz Piotrowski | 2023-09-05 | 1 | -1/+2 |
| * | getdirentries.2: Improve readability of dirent members | Mateusz Piotrowski | 2023-09-05 | 1 | -6/+6 |
| * | getdirentries.2: Reference directory(3) | Mateusz Piotrowski | 2023-09-05 | 1 | -2/+3 |
| * | timerfd: Add manual page. | Jake Freeland | 2023-08-24 | 2 | -0/+344 |
| * | timerfd: Move implementation from linux compat to sys/kern | Jake Freeland | 2023-08-24 | 1 | -0/+3 |
| * | Add membarrier(2) | Konstantin Belousov | 2023-08-23 | 1 | -0/+1 |
| * | Remove $FreeBSD$: one-line nroff pattern | Warner Losh | 2023-08-16 | 113 | -113/+0 |
| * | Remove $FreeBSD$: two-line nroff pattern | Warner Losh | 2023-08-16 | 97 | -194/+0 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 59 | -118/+0 |
| * | Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 4 | -8/+0 |
| * | vm: Allow MAP_32BIT for all architectures | Dmitry Chagin | 2023-08-14 | 1 | -2/+1 |
| * | libc vdso time functions: correctly convert errors into errnos | Konstantin Belousov | 2023-08-12 | 2 | -2/+10 |
| * | man: Link _Fork(2) man page | Dmitry Chagin | 2023-07-28 | 1 | -0/+1 |
| * | Correct grammo. | Jens Schweikhardt | 2023-07-08 | 1 | -1/+1 |
| * | open(2): fix typo | Konstantin Belousov | 2023-05-30 | 1 | -1/+1 |
| * | __acl_get_fd(2), __acl_aclcheck_fd(2): enable for O_PATH filedescriptors | Konstantin Belousov | 2023-05-30 | 1 | -1/+2 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 9 | -9/+9 |
| * | listen(2): improve administrator control over logging | Eugene Grosbein | 2023-04-30 | 1 | -2/+13 |
| * | umtx: allow to configure minimal timeout (in nanoseconds) | Konstantin Belousov | 2023-04-18 | 1 | -0/+11 |
| * | procctl: add state flags to PROC_REAP_GETPIDS reports | Val Packett | 2023-04-16 | 1 | -2/+8 |
| * | Change kqueue1() to be compatible with NetBSD | Konstantin Belousov | 2023-04-05 | 1 | -0/+8 |
| * | kqueue: add close() calls to man page example | Ed Maste | 2023-04-04 | 1 | -0/+4 |
| * | Rename kqueue1(2) to kqueuex(2) to avoid compat issues with NetBSD | Konstantin Belousov | 2023-04-04 | 3 | -5/+5 |
| * | kqueue: tidy up indentation in man page example | Ed Maste | 2023-03-31 | 1 | -2/+1 |
| * | Fix typo in statfs man page | Stefan Eßer | 2023-03-29 | 1 | -1/+1 |
| * | fs/msdosfs: add tracking of free root directory entries | Stefan Eßer | 2023-03-29 | 1 | -1/+17 |
| * | kqueue1(2): document | Konstantin Belousov | 2023-03-27 | 2 | -1/+20 |
| * | kqueue1(2): export the symbol from libc | Konstantin Belousov | 2023-03-27 | 1 | -0/+1 |
| * | kern_reboot(9): some updates | Mitchell Horne | 2023-03-20 | 1 | -1/+2 |
| * | cap_*(2): Document ENOSYS behavior. | Xin LI | 2023-03-10 | 4 | -21/+25 |
| * | open.2: describe O_RESOLVE_BENEATH errors correctly | Val Packett | 2023-03-02 | 1 | -16/+23 |
| * | profil(2): profil(II) was in the v3 sources | Warner Losh | 2023-02-15 | 1 | -2/+2 |
| * | libc: Simplify soft-float on 32-bit arm | Warner Losh | 2023-02-14 | 1 | -1/+1 |
| * | shm: Document shm_create_largepage() | Mark Johnston | 2023-02-03 | 2 | -10/+162 |
| * | cpuset: Fix sched_[g|s]etaffinity() for better compatibility with Linux. | Dmitry Chagin | 2023-01-29 | 1 | -1/+3 |
| * | man: add Netlink reference to socket(2) | Alexander V. Chernikov | 2023-01-15 | 1 | -1/+2 |
| * | copyright: chase my name and email change | Val Packett | 2023-01-06 | 1 | -1/+1 |
| * | ptrace(2): document PT_SC_REMOTE | Konstantin Belousov | 2022-12-22 | 1 | -5/+68 |
| * | ptrace(2): explain how to select specific thread to operate on | Konstantin Belousov | 2022-12-22 | 1 | -0/+19 |
| * | ptrace.2: Fix warnings from igor. | John Baldwin | 2022-12-15 | 1 | -4/+4 |
| * | [skip ci] document first appearance of fhlink et al | Alan Somers | 2022-11-30 | 3 | -3/+23 |
| * | getsockopt.2: Clarify the SO_REUSEPORT_LB text a bit | Mark Johnston | 2022-11-02 | 1 | -4/+4 |
| * | ktrace.2: Document KTRFAC_STRUCT_ARRAY. | John Baldwin | 2022-11-02 | 1 | -1/+2 |
| * | Revert "listen(): improve POSIX compliance" | Michael Tuexen | 2022-10-12 | 1 | -10/+2 |
| * | listen(): improve POSIX compliance | Michael Tuexen | 2022-10-11 | 1 | -2/+10 |
| * | Revert "Add extra EINVAL information about wrong block size to read(2)/write(2)" | Benedict Reuschling | 2022-10-08 | 2 | -6/+2 |
| * | Add extra EINVAL information about wrong block size to read(2)/write(2) | Benedict Reuschling | 2022-10-07 | 2 | -2/+6 |
| * | ktrace: make ktr_tid a long not intptr_t (NFC) | Brooks Davis | 2022-09-17 | 1 | -1/+1 |