aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
...
* divert: declare PF_DIVERT domain and stop abusing PF_INETGleb Smirnoff2022-08-301-1/+3
* socket(2): bring documentation up tp dateGleb Smirnoff2022-08-261-12/+10
* libc: drop "All rights reserved" from Foundation copyrightsEd Maste2022-08-043-3/+0
* recv: bump manpage date after be1f485d7d6bebc53b05.Alexander V. Chernikov2022-08-021-1/+1
* sockets: add MSG_TRUNC flag handling for recvfrom()/recvmsg().Alexander V. Chernikov2022-07-301-0/+12
* Remove "All Rights Reserved" from FreeBSD Foundation libc copyrightsEd Maste2022-07-2148-48/+0
* clock_gettime.2: Clarify CLOCK_*Mateusz Piotrowski2022-07-081-3/+12
* clock_gettime.2: Add cross references and fix linter warningsMateusz Piotrowski2022-07-081-3/+7
* pselect(2): Document what a null pointer for the signalmask meansWarner Losh2022-07-021-2/+9
* wait.2: Remove sys/types.h from the list of required headersMark Johnston2022-06-301-2/+1
* unix: change error code for recvmsg() failed due to RLIMIT_NOFILEGleb Smirnoff2022-06-291-4/+15
* kevent.2: Add an xref to listen.2Mark Johnston2022-06-201-1/+1
* utimensat(2): Remove description of compatibility codeSergey Kandaurov2022-06-121-13/+1
* kqueue: Fix kqueue(2) man page.Dmitry Chagin2022-05-141-5/+1
* Use Linux semantics for the thread affinity syscalls.Dmitry Chagin2022-05-111-7/+12
* libc: Add HISTORY sections to the manual pagesGordon Bergling2022-05-051-1/+18
* Fix sigtimedwait manpage.Dmitry Chagin2022-04-211-2/+11
* Bump Dd in getdirentries.2 after c6487446.Dmitry Chagin2022-04-201-1/+1
* Mostly revert a5970a529c2d95271: Make files opened with O_PATH to not block n...Konstantin Belousov2022-04-131-4/+1
* [patch][doc] Fix EXAMPLE in kqueue(2)Fernando ApesteguĂ­a2022-04-131-5/+7
* getdirentries: return ENOENT for unlinked but still open directory.Dmitry Chagin2022-04-111-0/+2
* chroot.2: Correct grammar errors.Greg Lehey2022-03-311-3/+3
* fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik2022-03-031-3/+7
* libc binuptime(): use the right function to get the most significant bit indexKonstantin Belousov2022-02-081-2/+2
* Add PT_GETREGSETAndrew Turner2022-01-271-1/+35
* execve: disallow argc == 0Kyle Evans2022-01-261-1/+4
* Include the correct header for pdfork()'s prototype.John Baldwin2022-01-241-1/+1
* ptrace(2): document policies affecting access to the facilityKonstantin Belousov2022-01-221-1/+50
* kqueue(2): Add note about format of the data for NOTE_EXITKonstantin Belousov2022-01-191-2/+4
* Clarify the description of the EINTEGRITY error in intro(2).Kirk McKusick2021-12-291-1/+1
* getfh: clarify that it is a privileged operationEd Maste2021-12-231-1/+4
* Add idle priority scheduling privilege group to MAC/priorityFlorian Walpen2021-12-101-9/+9
* Document new variant of swapoff(2)Konstantin Belousov2021-12-091-23/+3
* swapoff: add one more variant of the syscallKonstantin Belousov2021-12-091-1/+1
* libc: get rid of NO_P1003_1B make variableBrooks Davis2021-12-071-8/+4
* libc: Add pdfork to the list of interposed system callsMark Johnston2021-12-061-0/+1
* fcntl(2): be more precise about third arg typeKonstantin Belousov2021-12-061-2/+10
* fcntl(2): add F_KINFO operationKonstantin Belousov2021-12-061-2/+15
* swapoff(2): document extended syscall argumentsKonstantin Belousov2021-12-041-1/+37
* MAC/priority module for realtime privilege groupFlorian Walpen2021-12-041-2/+7
* Add sched_getcpu()Konstantin Belousov2021-11-101-0/+3
* fexecve(2): allow O_PATH file descriptors opened without O_EXECKonstantin Belousov2021-11-031-3/+0
* bpf: Fix the write filter for detached descriptorsMark Johnston2021-10-261-2/+2
* procctl: actually require debug privileges over targetKonstantin Belousov2021-10-191-0/+8
* procctl(2): add consistent shortcut P_ID:0 as curprocKonstantin Belousov2021-10-191-0/+2
* Allow the BPF to be select for write. This is needed for boost:asioHartmut Brandt2021-10-101-2/+7
* O_PATH: allow vfs_extattr syscallsGreg V2021-10-111-1/+6
* nanosleep.2: use appropriate macrosPiotr Pawel Stefaniak2021-10-111-1/+4
* readlinkat(2): allow O_PATH fdKonstantin Belousov2021-10-091-2/+3
* Mention kern.timecounter.alloweddeviation in nanosleep.1Piotr Pawel Stefaniak2021-10-081-1/+3