aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* syslog(3): Send proper NILVALUE if gethostname(3) fails.Bryan Drewery2020-08-141-7/+16
* Export scandir_b from libc.Konstantin Belousov2020-08-104-25/+14
* directory(3): Add an ERRORS sectionGordon Bergling2020-08-041-2/+72
* 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
* Don't imply that all action values can be OR'd.Brooks Davis2020-07-151-10/+11
* gethostname(3): Correct the reference of the undefined value HOST_NAME_MAXGordon Bergling2020-07-131-4/+4
* 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-162-2/+11
* posix_spawn: fix for some custom allocator setupsKyle Evans2020-06-121-1/+11
* execvPe: obviate the need for potentially large stack allocationsKyle Evans2020-06-102-21/+60