aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* open(2): describe *at behavior for dirfd opened without O_SEARCHKonstantin Belousov2024-02-011-14/+24
* _umtx_op.2: Fix a typo in the manual pageGordon Bergling2024-01-231-1/+1
* sigfastblock.2: Fix a typo in the manual pageGordon Bergling2024-01-231-1/+1
* Remove _POSIX_PRIORITIZED_IO references from man pagesAlan Somers2024-01-193-28/+2
* sigaction.2: clarify that fork isn't async-signal-safe, but _Fork isAlan Somers2024-01-191-2/+2
* 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
* ptrace(2): Disabling: Describe influence of security.bsd.see_jail_procOlivier Certner2023-12-211-15/+21
* aio_read.2: correct the description of aio_bufAlan Somers2023-11-301-2/+2
* procctl.2: improve phrasing for ASLR disableBrooks Davis2023-11-131-3/+3
* Add membarrier(2)Konstantin Belousov2023-10-261-0/+1
* ktrace.2: correct kern.ktrace.genio_size sysctl nameEd Maste2023-10-131-1/+1
* clock_gettime.2: Add cross references and fix linter warningsMateusz Piotrowski2023-10-041-3/+7
* Remove "All Rights Reserved" from Foundation copyrightsEd Maste2023-09-2551-51/+0
* 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
* lio_listio(2): Allow LIO_READV and LIO_WRITEV.Thomas Munro2023-09-061-1/+15
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-23113-113/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-2396-192/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2359-118/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-234-8/+0
* libc vdso time functions: correctly convert errors into errnosKonstantin Belousov2023-08-192-2/+10
* man: Link _Fork(2) man pageDmitry Chagin2023-08-071-0/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-258-8/+8
* open(2): fix typoKonstantin Belousov2023-06-051-1/+1
* __acl_get_fd(2), __acl_aclcheck_fd(2): enable for O_PATH filedescriptorsKonstantin Belousov2023-06-051-1/+2
* MFC: listen(2): improve administrator control over loggingEugene Grosbein2023-05-301-2/+13
* msdosfs: fix debug print format and parameterStefan Eßer2023-05-011-1/+17
* umtx: allow to configure minimal timeout (in nanoseconds)Konstantin Belousov2023-04-251-0/+11
* procctl: add state flags to PROC_REAP_GETPIDS reportsVal Packett2023-04-231-2/+8
* Change kqueue1() to be compatible with NetBSDKonstantin Belousov2023-04-161-0/+8
* Rename kqueue1(2) to kqueuex(2) to avoid compat issues with NetBSDKonstantin Belousov2023-04-163-5/+5
* kqueue1(2): documentKonstantin Belousov2023-04-162-1/+20
* kqueue1(2): export the symbol from libcKonstantin Belousov2023-04-161-0/+1
* cap_*(2): Document ENOSYS behavior.Xin LI2023-03-244-21/+25
* ptrace.2: Fix warnings from igor.John Baldwin2023-02-221-4/+4
* shm: Document shm_create_largepage()Mark Johnston2023-02-202-11/+163
* sockets: add MSG_TRUNC flag handling for recvfrom()/recvmsg().Alexander V. Chernikov2023-02-091-0/+12
* cpuset: Fix sched_[g|s]etaffinity() for better compatibility with Linux.Dmitry Chagin2023-02-061-1/+3
* document first appearance of fhlink et alAlan Somers2023-01-273-3/+23
* man: fix socket.2 merge from a16f805f820eAlexander V. Chernikov2023-01-241-3/+0
* man: add Netlink reference to socket(2)Alexander V. Chernikov2023-01-231-0/+4
* ptrace(2): document PT_SC_REMOTEKonstantin Belousov2023-01-201-5/+68
* ptrace(2): explain how to select specific thread to operate onKonstantin Belousov2023-01-201-0/+19
* Remove references to timed(8)Ceri Davies2022-11-143-9/+5
* ktrace.2: Document KTRFAC_STRUCT_ARRAY.John Baldwin2022-11-111-1/+2