summaryrefslogtreecommitdiff
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
...
* open.2: remove self-referenceChristopher Davidson2024-04-181-1/+1
* open: make non-POSIX errno value more apparentEd Maste2024-03-221-0/+5
* libc: Teach libc about the BTI elf noteAndrew Turner2024-02-191-0/+7
* Document aio_read2/aio_write2Konstantin Belousov2024-02-183-40/+123
* lio_listio(2): add LIO_FOFFSET flag to ignore aiocb aio_offsetKonstantin Belousov2024-02-181-1/+14
* read.2: Describe debug.iosize_max_clampKonstantin Belousov2024-02-141-5/+14
* open(2): describe *at behavior for dirfd opened without O_SEARCHKonstantin Belousov2024-02-011-14/+24
* kcmp: Add a manual pageMark Johnston2024-01-312-0/+231
* Add kcmp(2) userspace bitsKonstantin Belousov2024-01-301-0/+4
* sigfastblock.2: Fix a typo in the manual pageGordon Bergling2024-01-231-1/+1
* _umtx_op.2: Fix a typo in the manual pageGordon Bergling2024-01-231-1/+1
* Remove _POSIX_PRIORITIZED_IO references from man pagesAlan Somers2024-01-203-28/+2
* sigaction.2: clarify that fork isn't async-signal-safe, but _Fork isAlan Somers2024-01-201-2/+2
* Fix "version introduced" in numerous manual pagesTom Hukins2024-01-151-1/+1
* setfib.2: Consistently capitalize "FIB"Mark Johnston2024-01-111-4/+4
* copy_file_range.2: Clarify that only regular files workRick Macklem2024-01-111-5/+13
* libc: simplify MDASM/NOASM checksBrooks Davis2024-01-021-3/+1
* libc: Centralize non-building of sbrk stubsBrooks Davis2024-01-021-0/+1
* memfd_create: move implementation to libc/genBrooks Davis2023-12-212-94/+0
* libc: remove unused stub vdso timecounter implementationsBrooks Davis2023-12-131-45/+0
* libc: further centralize syscall symbolsBrooks Davis2023-12-131-0/+2
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-12-131-3/+0
* procctl.2: improve phrasing for ASLR disableBrooks Davis2023-12-021-3/+3
* aio_read.2: correct the description of aio_bufAlan Somers2023-11-301-2/+2
* libc: Purge unneeded cdefs.hWarner Losh2023-11-2756-56/+0
* ptrace(2): Disabling: Describe influence of security.bsd.see_jail_procOlivier Certner2023-10-171-15/+21
* ktrace.2: correct kern.ktrace.genio_size sysctl nameEd Maste2023-10-131-1/+1
* swapon.2: correct FreeBSD release that introduced swapoffEd Maste2023-09-211-1/+1
* getdirentries.2: Reference dir(5)Mateusz Piotrowski2023-09-121-1/+2
* getdirentries.2: Improve readability of dirent membersMateusz Piotrowski2023-09-121-6/+6
* getdirentries.2: Reference directory(3)Mateusz Piotrowski2023-09-121-2/+3
* timerfd: Add manual page.Jake Freeland2023-08-242-0/+344
* timerfd: Move implementation from linux compat to sys/kernJake Freeland2023-08-241-0/+3
* Add membarrier(2)Konstantin Belousov2023-08-231-0/+1
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-16113-113/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1697-194/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1659-118/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-164-8/+0
* vm: Allow MAP_32BIT for all architecturesDmitry Chagin2023-08-141-2/+1
* libc vdso time functions: correctly convert errors into errnosKonstantin Belousov2023-08-122-2/+10
* man: Link _Fork(2) man pageDmitry Chagin2023-07-281-0/+1
* Correct grammo.Jens Schweikhardt2023-07-081-1/+1
* open(2): fix typoKonstantin Belousov2023-05-301-1/+1
* __acl_get_fd(2), __acl_aclcheck_fd(2): enable for O_PATH filedescriptorsKonstantin Belousov2023-05-301-1/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-129-9/+9
* listen(2): improve administrator control over loggingEugene Grosbein2023-04-301-2/+13
* umtx: allow to configure minimal timeout (in nanoseconds)Konstantin Belousov2023-04-181-0/+11
* procctl: add state flags to PROC_REAP_GETPIDS reportsVal Packett2023-04-161-2/+8