aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Disable ssp raw test without ASANBrooks Davis2020-10-281-1/+1
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-2818-18/+0
* Revise the description of MAP_STACK. In particular, describe the guardAlan Cox2020-10-271-19/+23
* Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer2020-10-271-1/+4
* update write(2)'s iovec limit w/ info about the iosize_max_clamp sysctl...John-Mark Gurney2020-10-261-4/+8
* warnx: fix needless staticWarner Losh2020-10-241-2/+2
* warnx: Save errno across calls that might change it.Warner Losh2020-10-231-0/+8
* Only use ASAN when using the in-tree compilerBrooks Davis2020-10-231-1/+3
* mmap(2): Document guard size for MAP_STACK and related EINVAL.Konstantin Belousov2020-10-211-1/+8
* Further refinements of ptsname_r(3) interface:Xin LI2020-10-202-6/+8
* Implement ptsname_r.Xin LI2020-10-174-16/+66
* libc: typo fix (s/involes/involves)Kyle Evans2020-10-161-1/+1
* Fix building on Linux/macOS after r366622Alex Richardson2020-10-122-1/+13
* random(4) FenestrasX: Push root seed version to arc4random(3)Conrad Meyer2020-10-103-0/+120
* Fix a few mandoc issuesGordon Bergling2020-10-096-8/+10
* newlocale(3): Fix a memory leak.Mark Johnston2020-10-022-2/+19
* auxv: partially revert r366207, cast buflen to unsigned int as neededKyle Evans2020-10-011-17/+15
* Eliminate duplicate `afterinstallconfigs` targetEnji Cooper2020-10-012-2/+4
* Updates to chroot(2) docsWarner Losh2020-09-291-2/+9
* Misc compiler warning fixes in lib/libcAlan Somers2020-09-277-17/+36
* lib/libc/tests/iconv: raise WARNS to 6Alan Somers2020-09-242-2/+1
* lib/libc/tests/sys: raise WARNS to 6Alan Somers2020-09-241-6/+0
* [PowerPC64LE] Fix gdtoa configurations on LE.Brandon Bergren2020-09-232-0/+9
* [PowerPC64LE] Use a shared LIBC_ARCH for powerpc64le.Brandon Bergren2020-09-232-5/+10
* Document {O,AT}_RESOLVE_BENEATH and new O_BENEATH behavior for relative paths.Konstantin Belousov2020-09-2211-15/+113
* fix integer underflow in getgrnam_r and getpwnam_rAlan Somers2020-09-192-4/+24
* build: provide a default WARNS for all in-tree buildsKyle Evans2020-09-181-0/+1
* 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-093-4/+14
* libc tests: dynthr_mod: fix some WARNS issuesKyle Evans2020-09-091-1/+3
* libc/resolv: attempt to fix the test under WARNS=6Kyle Evans2020-09-091-15/+38
* [PowerPC] Implement VDSO timebase access on powerpc*Brandon Bergren2020-09-087-5/+135
* Follow-up r365371 by removing sentences which indicate the state of theDimitry Andric2020-09-061-1/+1
* Turn MALLOC_PRODUCTION into a regular src.conf(5) optionDimitry Andric2020-09-051-1/+1
* Various fixes to the load() function.John Baldwin2020-09-031-8/+9
* Pass a valid mode with O_CREATE to open(2).John Baldwin2020-09-021-6/+6
* Don't assume objects in program sections have a size of a pointer.John Baldwin2020-09-021-1/+1
* Compute the correct size of the string to move forward.John Baldwin2020-09-021-1/+1
* Include the psind in data returned by mincore(2).Mark Johnston2020-09-021-3/+25
* Fix a buffer overrun.John Baldwin2020-09-011-3/+3
* Fix the build of scandir_b with GCC.John Baldwin2020-08-311-4/+7
* Add missing FreeBSD functions to -legacy when building on macOS/LinuxAlex Richardson2020-08-251-1/+3
* libc: hide alphasort_thunk behind I_AM_SCANDIR_BMateusz Guzik2020-08-231-0/+2
* dl_iterate_phdr(3): provide exclusive locking for callback when statically li...Konstantin Belousov2020-08-201-2/+8
* scandir-compat11.c: Remove unused declaration for qsort_b().Konstantin Belousov2020-08-171-2/+0
* Don't explicitly specify c99 or gnu99 as the default is now gnu99.Xin LI2020-08-171-2/+0