summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2024-11-04Ignore extra groups that don't fit in the buffer passed to getgrouplist(3)Jeremie Courreges-Anglas
2024-11-04getgrouplist(3): always return the total number of groups foundJeremie Courreges-Anglas
2024-07-14Add elf_aux_info(3)Jeremie Courreges-Anglas
2024-07-14spellingJonathan Gray
2024-07-12Improve signal handlers guidance.Theo de Raadt
2024-07-01Remove history of the tms struct. It is tied to the function,Jonathan Gray
2024-06-11reentrant functions were not in 386BSDJonathan Gray
2024-04-15Add scandirat(3); from freebsdFlorian Obser
2024-04-14Zap trailing whitespace.Florian Obser
2024-04-03Reading https://github.com/Geal/rust-syslog/issues/79, I came to aTheo de Raadt
2024-03-23readdir_r(3) was never necessary and has been deprecated by POSIX.Philip Guenther
2024-03-18fix markup of _PATH_DEFPATH (Li -> Dv); ok jmcOmar Polo
2024-02-04Move ctype.h defines to the _CTYPE_ prefix, avoids clashes with identifiers i...Jeremie Courreges-Anglas
2024-01-22I forgot that chpass(1) and passwd(1) reach-around into libc forTheo de Raadt
2024-01-22Similar to getpwnam(3) and getnetgrent(3), it is better to callTheo de Raadt
2024-01-22getpwnam(3) uses dbopen(3), which pulls all 3 database backends intoTheo de Raadt
2023-10-09Mention that the strings are OS-specific.Ingo Schwarze
2023-09-06remove unused variableJonathan Gray
2023-08-13Make sure modf() returns correct values for infinities. While there, dropMiod Vallat
2023-08-01ualarm.3: cleanups, rewritesScott Soule Cheloha
2023-06-26Fix Ed Schouten's nameTheo Buehler
2023-06-26document handling of NULL envp as an extension;Jason McIntyre
2023-05-18Add PROTO_NORMAL() declarations for the remaining syscalls, to avoidPhilip Guenther
2023-05-13default path includes /usr/local/sbinKlemens Nanni
2023-02-22Prefer "get or set" over "get/set" or "get and set".Philip Guenther
2023-02-19auth_getchallenge does not exist anymoreaisha
2023-02-17Only compile _ng_print() #ifdef DEBUG_NG; ok millert@Miod Vallat
2023-02-05getpagesize() appeared in 4.1c before 4.2Jonathan Gray
2023-01-20The locale is ignored on OpenBSD, match the wording used in isalpha.3.Todd C. Miller
2023-01-04Christos Zoulas agreed to rescind clause 3 and 4 inJonathan Gray
2022-12-30pause.3: miscellaneous rewrites, cleanupScott Soule Cheloha
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
2022-11-09use Fn; from josiah frentsosJason McIntyre
2022-11-07Nuke last references to d_drivedata.Kenneth R Westerback
2022-10-13controm terminql -> controlling terminal;Jason McIntyre
2022-10-12Nuke D_BADSECT and disktab's 'sf'.Kenneth R Westerback
2022-09-11.Li -> .Vt where appropriate;Jason McIntyre
2022-09-01Drop support for unused attributes 'bs' (d_bbsize) and 'sb'Kenneth R Westerback
2022-08-05change some 4.4BSD references to earlier releasesJonathan Gray
2022-08-021) The yp_bind/yp_unbind and internal _yp_dobind/_yp_unbind sequences sharedTheo de Raadt
2022-08-02The Xr to ypbind 3 doesn't help improve anyone's understanding of how theTheo de Raadt
2022-08-02access(2) alarm(2) pause(2) were not ported from pwb to v7Jonathan Gray
2022-07-30we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-RenoJonathan Gray
2022-07-29Improve the HISTORY sections of glob(7) and glob(3).Ingo Schwarze
2022-07-26Only allow changing the domainname (from empty) before securelevel increase.Theo de Raadt
2022-07-25If a command or interface first appeared in PWB/UNIX, UNIX System III orJonathan Gray
2022-07-19Use sysctl CTL_NET.PF_INET6 to check if IPv6 is available or not.Claudio Jeker
2022-07-17order sysctl(2) Xr by sectionJonathan Gray
2022-07-17since yp_bind() and yp_all() don't use open, fstat, read, socket, and otherTheo de Raadt
2022-05-14Use fseeko() instead of fseek() inside libc, as the latter justPhilip Guenther