aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* getprogname.3: Add an exampleMateusz Piotrowski2021-04-181-1/+27
* libc dl_iterate_phdr(): dlpi_tls_data is wrongKonstantin Belousov2021-04-091-2/+4
* libc: implement __tls_get_addr() for static binariesKonstantin Belousov2021-04-091-8/+15
* libc: include rtld.h into static implementations of rtld interfaceKonstantin Belousov2021-04-093-37/+43
* libc: constify dummy error message string for dlfcnKonstantin Belousov2021-04-091-2/+2
* rtld dl_iterate_phdr(): dlpi_tls_data is wrongKonstantin Belousov2021-04-061-2/+5
* libc: Fix the WITH_HESIOD buildMark Johnston2021-04-052-2/+2
* libc: Some enhancements to syslog(3)Dmitry Wagin2021-03-231-1/+14
* s_scalbn.c: Add missing float.h includeAlex Richardson2021-03-011-0/+1
* Also use the musl scalbn code for ldexp()Alex Richardson2021-03-011-120/+6
* Remove __NO_TLS.Konstantin Belousov2021-02-232-9/+0
* Improve size readability.Michael Reifenberger2021-02-151-3/+2
* usleep(3): replace 'process' with 'calling thread'Konstantin Belousov2021-02-111-5/+5
* Drop temporary compat in setproctitleMateusz Guzik2021-01-311-22/+2
* libc/nss: Ensure that setgroupent(3) actually works as advertisedMark Johnston2021-01-211-0/+2
* libc/nss: Restore iterator state when doing passwd/group lookupsMark Johnston2021-01-212-26/+26
* Save on getpid in setproctitle by supporting -1 as curproc.Mateusz Guzik2021-01-161-4/+24
* libc: implement rtld_get_stack_prot() for realKonstantin Belousov2021-01-101-1/+25
* tcgetwinsize(3): provide man pageKonstantin Belousov2021-01-022-0/+166
* Add eventfd(3) wrappers to libc.Konstantin Belousov2020-12-273-0/+58
* Add tcgetwinsize(3) and tcsetwinsize(3) to termiosKonstantin Belousov2020-12-252-0/+16
* timespec_get(3): sort SEE ALSO correctlyEnji Cooper2020-12-111-1/+1
* 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
* Remove trailing whitespace.Cy Schubert2020-12-031-4/+4
* libc: Add pthread_attr_get_np(3) stub, reporting ESRCH.Konstantin Belousov2020-11-282-0/+10
* Remove stray column.Konstantin Belousov2020-11-261-1/+1
* Use designated initializers for libc pthread stubs' jump table.Konstantin Belousov2020-11-251-67/+67
* Add a missing Nm macroMateusz Piotrowski2020-11-131-0/+1
* Reference setprogname(3) in setproctitle(3)Mateusz Piotrowski2020-11-131-1/+2
* 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
* Fix reversed condition after attempted style fix in r367196Stefan Eßer2020-10-311-2/+2
* Fix style, no functional changeStefan Eßer2020-10-311-5/+5
* Update man-pages to describe the user.localbase variable added in r367179.Stefan Eßer2020-10-301-1/+5
* Add read only sysctl variable user.localbaseStefan Eßer2020-10-301-0/+9
* warnx: fix needless staticWarner Losh2020-10-241-2/+2
* warnx: Save errno across calls that might change it.Warner Losh2020-10-231-0/+8
* 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
* auxv: partially revert r366207, cast buflen to unsigned int as neededKyle Evans2020-10-011-17/+15
* Eliminate duplicate `afterinstallconfigs` targetEnji Cooper2020-10-011-1/+2
* Misc compiler warning fixes in lib/libcAlan Somers2020-09-277-17/+36
* fix integer underflow in getgrnam_r and getpwnam_rAlan Somers2020-09-192-4/+24
* getlogin_r: fix the type of lenKyle Evans2020-09-092-2/+12
* Don't assume objects in program sections have a size of a pointer.John Baldwin2020-09-021-1/+1
* 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