summaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
...
* scandir.3: Use .Fo instead of .Fn for long argsKonstantin Belousov2022-08-311-2/+12
* arc4random(3): Reduce diff with OpenBSD.Xin LI2022-08-241-2/+8
* MFC: syslog(3): unbreak log generation using fabricated PIDEugene Grosbein2022-08-221-3/+51
* Fixed the value returned by sched_getaffinity().Dmitry Chagin2022-06-171-4/+0
* cpuset: Byte swap cpuset for compat32 on big endian architecturesDmitry Chagin2022-06-172-25/+31
* getpagesize(3): add .Xr to sysconf(3)Ed Maste2022-06-161-2/+10
* nlist(3): Fix a common typo in a source code commentGordon Bergling2022-06-101-1/+1
* libc: Add HISTORY sections to the manual pagesGordon Bergling2022-06-044-8/+36
* sched_getaffinity(3): more compatibility with LinuxKonstantin Belousov2022-05-021-2/+7
* TLS: Use <machine/tls.h> for libc and rtld.John Baldwin2022-04-291-20/+5
* libc: Fix the alignment of the TCB to match rtld for several architectures.John Baldwin2022-04-291-4/+7
* time(3): Refine history in the manual pageGordon Bergling2022-04-211-8/+49
* libc: Check for readdir(2) errors in fts(3)Ganael LAPLANCHE2022-04-113-9/+87
* time.3: Update ERRORS sectionMateusz Piotrowski2022-03-111-2/+2
* libc: return partial sysctl() result if buffer is too smallStefan Eßer2022-03-042-21/+36
* sched_get/setaffinity(): try to be more compatible with LinuxKonstantin Belousov2022-01-142-1/+32
* Make CPU_SET macros compliant with other implementationsStefan Eßer2022-01-147-3/+70
* sched_get/setaffinity(3): pid 0 should designate current processMath Ieu2022-01-142-4/+4
* sched.h: Hide all Linux compat sched_* functions under _WITH_CPU_SET_TKonstantin Belousov2022-01-143-0/+3
* Add sched_getcpu()Konstantin Belousov2022-01-142-0/+37
* Add sched_get/setaffinity(3)Konstantin Belousov2022-01-144-0/+76
* Document posix_spawn_file_actions_addclosefrom_np(3)Konstantin Belousov2021-12-074-5/+29
* posix_spawn: add closefrom non-portable actionKonstantin Belousov2021-12-072-0/+26
* Document posix_spawn_file_actions_addchdir_np(3)Konstantin Belousov2021-12-074-4/+53
* posix_spawn: add chdir-related non-portable actionsKonstantin Belousov2021-12-072-1/+61
* posix_spawn(3), posix_spawn_file_actions_addopen(3): use .Fo/.FcKonstantin Belousov2021-12-072-5/+32
* posix_spawn: style, use return ()Konstantin Belousov2021-12-071-2/+2
* posix_spawn.c: format fae_action anon enum more stylishKonstantin Belousov2021-12-071-1/+5
* setproctitle_internal(): remove kbuf local, it is write-onlyKonstantin Belousov2021-12-061-3/+1
* libc/gen/getpwent.c: plug warnings about write-only variablesKonstantin Belousov2021-12-061-6/+6
* libc/gen/getgrent.c: plug warnings about write-only variablesKonstantin Belousov2021-12-061-7/+6
* libc tls: use TLS_DTV_OFFSET defined by rtld.hKonstantin Belousov2021-08-231-8/+2
* rtld: Remove calculate_tls_endFangrui Song2021-08-231-8/+0
* Fix a common typo in source code commentsGordon Bergling2021-08-191-2/+2
* getprogname.3: Add an exampleMateusz Piotrowski2021-08-151-1/+27
* libc: Some enhancements to syslog(3)Dmitry Wagin2021-05-141-1/+14
* libc dl_iterate_phdr(): dlpi_tls_data is wrongKonstantin Belousov2021-04-231-2/+4
* libc: implement __tls_get_addr() for static binariesKonstantin Belousov2021-04-231-8/+15
* libc: include rtld.h into static implementations of rtld interfaceKonstantin Belousov2021-04-233-37/+43
* libc: constify dummy error message string for dlfcnKonstantin Belousov2021-04-231-2/+2
* rtld dl_iterate_phdr(): dlpi_tls_data is wrongKonstantin Belousov2021-04-231-2/+5
* s_scalbn.c: Add missing float.h includeAlex Richardson2021-04-221-0/+1
* Also use the musl scalbn code for ldexp()Alex Richardson2021-04-221-120/+6
* Improve size readability.Michael Reifenberger2021-04-211-3/+2
* libc: Fix the WITH_HESIOD buildMark Johnston2021-04-122-2/+2
* Remove __NO_TLS.Konstantin Belousov2021-03-022-9/+0
* usleep(3): replace 'process' with 'calling thread'Konstantin Belousov2021-02-141-5/+5
* Drop temporary compat in setproctitleMateusz Guzik2021-02-011-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