aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* aio_fsync(2): Support O_DSYNC.Thomas Munro2021-01-081-4/+14
* open(2): Add O_DSYNC flag.Thomas Munro2021-01-082-9/+30
* Add aio_writev and aio_readvAlan Somers2021-01-036-24/+116
* copy_file_range(2): add recommendation to use large "len"Rick Macklem2021-01-031-1/+10
* eventfd.2: Add the mail address of the submitter into copyright.Konstantin Belousov2020-12-281-1/+1
* Document eventfd().Konstantin Belousov2020-12-272-1/+219
* kqueue(2): Use .Fo instead .FtKonstantin Belousov2020-12-271-1/+8
* Add eventfd(3) wrappers to libc.Konstantin Belousov2020-12-271-0/+3
* mmap(2): Update .Dd missed in the last commitGuangyuan Yang2020-12-241-1/+1
* mmap(2): Fix a typoGuangyuan Yang2020-12-241-1/+1
* libc: Fix most issues reported by mandocGordon Bergling2020-12-1916-34/+30
* cpuset{,_getaffinity,_getdomain}.2: fix SEE ALSOEnji Cooper2020-12-113-7/+7
* aio_suspend.2: properly canonicalize .DdEnji Cooper2020-12-111-1/+1
* cap_enter(2): fix CAVEATS sectionEnji Cooper2020-12-111-13/+13
* _umtx_op(2): document recent addition of 32bit compat flagsKyle Evans2020-12-091-1/+74
* extattr_get_file(20: bump .DdEnji Cooper2020-12-081-1/+1
* extattr_get_file(2): clarify RETURN VALUESEnji Cooper2020-12-081-4/+15
* extattr_get_file(2): fix more formattingEnji Cooper2020-12-081-3/+3
* extattr_get_file(2): sort syscalls alphabeticallyEnji Cooper2020-12-081-22/+22
* lio_listio(2): fix manlint errorEnji Cooper2020-12-081-1/+1
* extattr_get_fd(2): fix manlint errorsEnji Cooper2020-12-081-4/+4
* _umtx_op: document UMTX_OP_SEM2_WAIT copyout behaviorKyle Evans2020-11-171-1/+22
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-281-1/+0
* Revise the description of MAP_STACK. In particular, describe the guardAlan Cox2020-10-271-19/+23
* update write(2)'s iovec limit w/ info about the iosize_max_clamp sysctl...John-Mark Gurney2020-10-261-4/+8
* mmap(2): Document guard size for MAP_STACK and related EINVAL.Konstantin Belousov2020-10-211-1/+8
* Fix a few mandoc issuesGordon Bergling2020-10-095-7/+9
* Updates to chroot(2) docsWarner Losh2020-09-291-2/+9
* Document {O,AT}_RESOLVE_BENEATH and new O_BENEATH behavior for relative paths.Konstantin Belousov2020-09-2211-15/+113
* Fix error checking in shm_create_largepage().Mark Johnston2020-09-181-1/+1
* memfd_create: simplify HUGETLB support a little bitKyle Evans2020-09-111-45/+14
* memfd_create: fix return valuesKyle Evans2020-09-101-8/+16
* Fix memfd_create tests after r365524Kyle Evans2020-09-101-1/+1
* Add shm_create_largepage(3) helper for creation and configuration ofKonstantin Belousov2020-09-092-8/+109
* getlogin_r: fix the type of lenKyle Evans2020-09-091-2/+2
* Include the psind in data returned by mincore(2).Mark Johnston2020-09-021-3/+25
* [skip ci] document close_range(2) as async-signal-safeAlan Somers2020-07-211-1/+2
* lseek(2): Document the seek behavior better and update the POSIX complianceGordon Bergling2020-07-131-6/+35
* procctl(2): consistently refer to the last agrument as 'data'Allan Jude2020-07-111-5/+6
* memfd_create: turn on SHM_GROW_ON_WRITEKyle Evans2020-07-101-1/+1
* Apply the logic from r363051 to semctl(2) and __sem_base field.Mark Johnston2020-07-091-2/+1
* Avoid copying out kernel pointers from msgctl(IPC_STAT).Mark Johnston2020-07-091-3/+1
* Chroot actually appeared in 7th Edition Unix.Warner Losh2020-06-261-2/+2
* man page of select(2) should mention pselect(2)Pawel Biernacki2020-06-251-1/+2
* Fix a typo in cpuset_getdomain.2Mateusz Piotrowski2020-06-181-2/+2
* libcasper(3): Document HISTORY within the manpagesGordon Bergling2020-06-164-4/+24
* libc manpages: various improvements from NetBSDGordon Bergling2020-06-143-3/+31
* procctl(2): document PROC_KPTIKonstantin Belousov2020-06-131-1/+42
* procctl(2): consistently refer to the data pointer as 'data'.Konstantin Belousov2020-06-131-6/+6
* vfs: add restrictions to read(2) of a directory [2/2]Kyle Evans2020-06-041-1/+1