summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2025-08-06libc: stop trying to create __<syscall> symbolsBrooks Davis
2025-06-06closefrom: always use close_range(2)Brooks Davis
2024-07-16libc: switch to __weak_symbol for fortified interpose stubsKyle Evans
2024-07-13include: ssp: fortify <sys/socket.h>Kyle Evans
2024-07-13include: ssp: fortify <sys/uio.h>Kyle Evans
2024-07-13include: ssp: fortify poll/ppoll from <poll.h>Kyle Evans
2024-04-19Revert "lib{c,sys}: normalize export of openat, setcontext, and swapcontext"Brooks Davis
2024-04-17lib{c,sys}: normalize export of openat, setcontext, and swapcontextBrooks Davis
2024-04-16libc: INTERPOS_SYS macro for interposed syscallsBrooks Davis
2024-03-13lib{c,sys}: return wrapped syscall APIs to libcBrooks Davis
2024-02-05libc: libc/sys/Makefile.inc -> libsys/Makefile.sysBrooks Davis
2024-02-05libsys: relocate implementations and manpagesBrooks Davis
2024-02-05libc: split libc and syscall interposing (2/2)Brooks Davis
2024-02-05libc: split libc and syscall interposing (1/2)Brooks Davis
2024-02-02sctp: update manpagesLexi Winter
2024-01-29open(2): describe *at behavior for dirfd opened without O_SEARCHKonstantin Belousov
2024-01-26open: make non-POSIX errno value more apparentEd Maste
2024-01-24kcmp: Add a manual pageMark Johnston
2024-01-24Add kcmp(2) userspace bitsKonstantin Belousov
2024-01-20sigfastblock.2: Fix a typo in the manual pageGordon Bergling
2024-01-20_umtx_op.2: Fix a typo in the manual pageGordon Bergling
2024-01-13libc: stop exposing __fcntl_compatBrooks Davis
2024-01-11libc: separate syscall and non-syscall symbolsBrooks Davis
2024-01-08Fix "version introduced" in numerous manual pagesTom Hukins
2024-01-03setfib.2: Consistently capitalize "FIB"Mark Johnston
2023-12-29copy_file_range.2: Clarify that only regular files workRick Macklem
2023-12-18Remove _POSIX_PRIORITIZED_IO references from man pagesAlan Somers
2023-12-06libc: simplify MDASM/NOASM checksBrooks Davis
2023-12-04Remove never implemented sbrk and sstk syscallsBrooks Davis
2023-12-01sigaction.2: clarify that fork isn't async-signal-safe, but _Fork isAlan Somers
2023-11-29jail: Don't allow jail_set(2) to resurrect dying jails.Jamie Gritton
2023-11-28memfd_create: move implementation to libc/genBrooks Davis
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-21aio_read.2: correct the description of aio_bufAlan Somers
2023-11-21libc: Teach libc about the BTI elf noteAndrew Turner
2023-11-15libc: remove unused stub vdso timecounter implementationsBrooks Davis
2023-11-15libc: further centralize syscall symbolsBrooks Davis
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-10-31ino64: Remove 'forward compat' code for thisWarner Losh
2023-10-27clock_gettime: Minor clarificationWarner Losh
2023-10-26procctl.2: improve phrasing for ASLR disableBrooks Davis
2023-10-18libc: Fix missing or misspelled MLINKS.Dag-Erling Smørgrav
2023-10-10ktrace.2: correct kern.ktrace.genio_size sysctl nameEd Maste
2023-09-28ptrace(2): Disabling: Describe influence of security.bsd.see_jail_procOlivier Certner
2023-09-26Add paragraph about kern.mqueue sysctls and their defaults.Jens Schweikhardt
2023-09-18swapon.2: correct FreeBSD release that introduced swapoffEd Maste
2023-09-05getdirentries.2: Reference dir(5)Mateusz Piotrowski
2023-09-05getdirentries.2: Improve readability of dirent membersMateusz Piotrowski
2023-09-05getdirentries.2: Reference directory(3)Mateusz Piotrowski