summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
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
2022-05-04Found two multiple evaluation macros. One of them so long and scary itTheo de Raadt
2022-04-13ftok: avoid left shift of a signed in by 24 placesTodd C. Miller
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-29man pages: add missing word, The foo() ... -> The foo() function ...Christian Weisgerber
2022-03-23Remove extra space at EOL in last commit.Todd C. Miller
2022-03-23Expand the description of the LOGIN_SET* bits.Todd C. Miller
2022-03-23setclasscontext: support LOGIN_SETRTABLE tooTodd C. Miller
2022-03-20setusercontext: only call setrtable(2) if "rtable" set explicitly.Todd C. Miller
2022-03-04Document LOGIN_SETRTABLETheo Buehler
2022-03-01add rtable capability to login.conf.Ted Unangst
2022-02-26setuserenv: a missing /etc/login.conf file is not an error.Todd C. Miller
2022-02-11Fix typo in comment for f_favail.Todd C. Miller
2022-02-10introduce support for storing capability databases in /etc/login.conf.d;Robert Nagy
2021-12-16Document the failure mode if size is too small and mention thatTodd C. Miller
2021-12-11doubled word; from Leon FischerTheo Buehler
2021-12-07The ypproto buffer (which supports + lines in master.passwd) was correctTheo de Raadt
2021-12-07sleep.3: miscellanous cleanup, rewritesScott Soule Cheloha
2021-12-06time.3: miscellaneous manpage cleanupScott Soule Cheloha
2021-11-29A few sys/param.h annotations lacked ALIGNBYTESTheo de Raadt
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt