aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Remove leftover big-endian arm supportAndrew Turner2021-01-285-632/+0
* libc: try to skip memcpy in _gettempMateusz Guzik2021-01-241-3/+8
* libc: remove open-coded strlen in _gettempMateusz Guzik2021-01-241-2/+1
* libc: skip spurious stat in _gettempMateusz Guzik2021-01-241-21/+0
* libc/nss: Ensure that setgroupent(3) actually works as advertisedMark Johnston2021-01-211-0/+2
* libc/nss tests: Add regression tests for commit 55444c823e1fMark Johnston2021-01-212-19/+93
* libc/nss: Restore iterator state when doing passwd/group lookupsMark Johnston2021-01-212-26/+26
* libc/nss tests: Fix getpw and getgr single-pass testsMark Johnston2021-01-212-32/+8
* libc/nss tests: StyleMark Johnston2021-01-213-36/+37
* x86: switch vdso TSC timecounter to RDTSCP on AMD Zen CPUsKonstantin Belousov2021-01-211-4/+1
* libc: Fix null pointer arithmetic warning in mergesortAlex Richardson2021-01-201-4/+2
* Remove remaining uses of ${COMPILER_FEATURES:Mc++11}Alex Richardson2021-01-191-2/+0
* getopt: Fix conversion from string-literal to non-const char *Alex Richardson2021-01-192-4/+3
* Save on getpid in setproctitle by supporting -1 as curproc.Mateusz Guzik2021-01-161-4/+24
* lio_listio: validate aio_lio_opcodeAlan Somers2021-01-121-1/+7
* libthr: wrap pdfork(2), same as fork(2).Konstantin Belousov2021-01-114-0/+50
* libc: implement rtld_get_stack_prot() for realKonstantin Belousov2021-01-101-1/+25
* x86 vdso gettc: Add RDTSCP supportKonstantin Belousov2021-01-101-0/+25
* x86 vdso gettc: eliminate duplicated code in ifunc selectors.Konstantin Belousov2021-01-101-22/+65
* x86 vdso gettc: reorganize ifunctions.Konstantin Belousov2021-01-101-21/+47
* libc: regex: rework unsafe pointer arithmeticMiod Vallat2021-01-081-12/+14
* aio_fsync(2): Support O_DSYNC.Thomas Munro2021-01-081-4/+14
* open(2): Add O_DSYNC flag.Thomas Munro2021-01-082-9/+30
* Rename NO_WERROR -> MK_WERROR=noAlex Richardson2021-01-071-1/+1
* 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