summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
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
2021-10-24use O_RDONLY instead of 0 as open() flags parameterTheo de Raadt
2021-09-22use mmap() instead of alloca(), so that argv memory overflow leading toTheo de Raadt
2021-07-02usleep(3): always call nanosleep(2)cheloha
2021-06-29more precision because the argument is signed,Ingo Schwarze
2021-06-24alarm(3): remove superfluous pointercheloha
2021-06-18alarm.3: miscellaneous improvements to alarm(3) documentationcheloha
2021-06-17compar is a function arg (Fa) not function name (Fn);Jason McIntyre
2021-06-12remove incorrect CAVEATS section;Jason McIntyre
2021-06-03(man page also)Theo de Raadt
2021-06-03secure_path(3) hasn't been called since we recognized the TOCTOU issues a fewTheo de Raadt
2021-05-31auth_call(3) no longer uses secure_path(3)Todd C. Miller
2021-02-02article fixes; from eddie yousephJason McIntyre
2021-01-08Make fts_{alloc,safe_changed}() const correctTheo Buehler
2021-01-07sleep(3): don't bypass nanosleep(2) if seconds is zerocheloha
2020-11-14Constify dktypenames and fstypenames in libc.Philip Guenther
2020-10-20Align the basename(3) and dirname(3) prototypes with the POSIX spec:Christian Weisgerber