aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* directory(3): Add an ERRORS sectionGordon Bergling2020-08-041-2/+72
* libregex: Implement a subset of the GNU extensionsKyle Evans2020-08-042-84/+229
* regex(3): belatedly document REG_POSIX from r363734Kyle Evans2020-08-041-1/+12
* Add SOL_LOCAL symbolic constant for unix socket option level.Konstantin Belousov2020-08-031-1/+1
* Allow building setmode.c on Linux/macOSAlex Richardson2020-08-031-4/+5
* libc: Provide sub fp(s|g)etmask() implementations for RISC-VKristof Provost2020-08-033-0/+96
* regex(3): Interpret many escaped ordinary characters as EESCAPEKyle Evans2020-07-292-18/+106
* [skip ci] document close_range(2) as async-signal-safeAlan Somers2020-07-211-1/+2
* Revert that!Simon J. Gerraty2020-07-191-1/+1
* Oops missed Makefile.configSimon J. Gerraty2020-07-191-1/+1
* Don't imply that all action values can be OR'd.Brooks Davis2020-07-151-10/+11
* Revert r351416 to let lib.libc.gen.getmntinfo_test.getmntinfo_test get more testLi-Wen Hsu2020-07-131-3/+0
* lseek(2): Document the seek behavior better and update the POSIX complianceGordon Bergling2020-07-131-6/+35
* gethostname(3): Correct the reference of the undefined value HOST_NAME_MAXGordon Bergling2020-07-131-4/+4
* 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
* Fix printf(3) output of long doubles on RISC-VMitchell Horne2020-06-291-14/+0
* Explain how to learn about possible recognized locale namesJoerg Wunsch2020-06-271-0/+16
* 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
* Enable long double tests on RISC-VMitchell Horne2020-06-242-6/+8
* strtok(3): make it easier to find the RETURN VALUES sectionPiotr Pawel Stefaniak2020-06-221-1/+1
* Add include missing from my last commit.Michael Tuexen2020-06-211-0/+1
* Cleanup the defintion of struct sctp_getaddresses. This stuctureMichael Tuexen2020-06-211-8/+8
* Use a struct sockaddr_in pr struct sockaddr_in6 as the option valueMichael Tuexen2020-06-201-22/+13
* Fix a typo in cpuset_getdomain.2Mateusz Piotrowski2020-06-181-2/+2
* Whitespace changes, not functional change intended.Michael Tuexen2020-06-181-22/+23
* fgetln(3): Add a Caveats SectionGordon Bergling2020-06-181-1/+31
* Fix pointer name to match the name used in the function prototypeMarc Fonvieille2020-06-161-7/+7
* libcasper(3): Document HISTORY within the manpagesGordon Bergling2020-06-167-7/+48
* libc manpages: various improvements from NetBSDGordon Bergling2020-06-147-7/+76
* 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
* posix_spawn: fix for some custom allocator setupsKyle Evans2020-06-121-1/+11
* Add pthread_getname_np() and pthread_setname_np() aliases forKonstantin Belousov2020-06-102-0/+4
* Add missing shell script from r361995Kyle Evans2020-06-101-0/+4
* execvPe: obviate the need for potentially large stack allocationsKyle Evans2020-06-102-20/+59
* execvp: fix up the ENOEXEC fallbackKyle Evans2020-06-103-4/+66
* Avoid using non-portable dd status=none flagAlex Richardson2020-06-052-2/+10
* vfs: add restrictions to read(2) of a directory [2/2]Kyle Evans2020-06-041-1/+1
* vfs: add restrictions to read(2) of a directory [1/2]Kyle Evans2020-06-041-4/+9
* mmap.2: correct prot argument terminologyEd Maste2020-06-031-2/+2
* Document SO_NO_OFFLOADS and SO_NO_DDP.John Baldwin2020-06-031-2/+15
* Add an entry to Symbol.map for the rpctls_syscall added by r361599.Rick Macklem2020-05-281-0/+1
* Implement Solaris-like link_map l_refname member.Konstantin Belousov2020-05-221-1/+7
* Restore the binary compatibility for link_map l_addr.Konstantin Belousov2020-05-211-5/+8
* Change the samantic of struct link_map l_addr member.Konstantin Belousov2020-05-201-3/+5
* Fix a typo: argments -> argumentsBenedict Reuschling2020-05-191-1/+1