aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcgetwinsize(3): provide man pageKonstantin Belousov2021-01-022-0/+166
* libc: tests: add some tests for cpuset(2)Kyle Evans2020-12-312-0/+494
* libc: tests: hook CPUSET(9) test up to the buildKyle Evans2020-12-311-1/+2
* 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-275-0/+62
* Add tcgetwinsize(3) and tcsetwinsize(3) to termiosKonstantin Belousov2020-12-252-0/+16
* 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-1920-65/+61
* strerror.3: Fix whitespace issue introduced in r368714Jessica Clarke2020-12-181-1/+1
* strerror.3: Add an example for perror()Mateusz Piotrowski2020-12-171-1/+26
* nl_langinfo(3): document recognized item namesYuri Pankov2020-12-171-8/+94
* Implement strerror_l().Konstantin Belousov2020-12-166-22/+95
* strdup.3: Function appeared in 4.3BSD-Reno, not 4.4BSDJessica Clarke2020-12-141-1/+1
* timespec_get(3): sort SEE ALSO correctlyEnji Cooper2020-12-111-1/+1
* 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
* posix_spawn(3): fix section that references `vfork`Enji Cooper2020-12-111-1/+3
* getentropy(3): sort SEE ALSO sectionsEnji Cooper2020-12-111-1/+1
* arc4random(3): fix .Xr issuesEnji Cooper2020-12-111-2/+2
* _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
* libc: regex: retire internal EMPTBR ("Empty branch present")Kyle Evans2020-12-052-7/+0
* libregex: implement \b and \B (word boundary, not word boundary)Kyle Evans2020-12-053-0/+55
* libregex: implement \` and \' (begin-of-subj, end-of-subj)Kyle Evans2020-12-053-8/+65
* libc: regex: factor out ISBOW/ISEOW macrosKyle Evans2020-12-051-8/+13
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-053-4/+9
* Remove trailing whitespace.Cy Schubert2020-12-031-4/+4
* libc: Add pthread_attr_get_np(3) stub, reporting ESRCH.Konstantin Belousov2020-11-283-0/+11
* Remove stray column.Konstantin Belousov2020-11-261-1/+1
* Use designated initializers for libc pthread stubs' jump table.Konstantin Belousov2020-11-251-67/+67
* libc: fix undefined behavior from signed overflow in strstr and memmemEd Maste2020-11-192-8/+8
* libc: optimize memmem two-way bad character shiftEd Maste2020-11-191-2/+2
* clang-format libc string functions imported from muslEd Maste2020-11-183-125/+194
* _umtx_op: document UMTX_OP_SEM2_WAIT copyout behaviorKyle Evans2020-11-171-1/+22
* Add a missing Nm macroMateusz Piotrowski2020-11-131-0/+1
* Reference setprogname(3) in setproctitle(3)Mateusz Piotrowski2020-11-131-1/+2
* Add collation version support to querylocale(3).Thomas Munro2020-11-085-16/+57
* Re-arrange some of the code to separate writable user tree variables fromStefan Eßer2020-11-021-28/+27
* Make sysctl user.local a tunable that can be written at run-timeStefan Eßer2020-10-311-10/+18