summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2017-03-17recallocarray() the string buffer, to avoid leaving such contentsTheo de Raadt
2017-03-16sync the vfs bits as best i can;Jason McIntyre
2017-03-16bit more consistent;Jason McIntyre
2017-03-13- no KERN_RND: from schwarzeJason McIntyre
2017-03-13for each sysctl name, attach the variable name as seen by sysctl(8);Jason McIntyre
2017-02-15Style improvement, no functional change.Ingo Schwarze
2016-12-25gcc says "if you define labels and don't use them, I will whine."Kenneth R Westerback
2016-11-09Fix a use after free error introduced in rev 1.18 by only callingTodd C. Miller
2016-10-19Use the reentrant strerror_r() instead of strerror() to expand %m.Todd C. Miller
2016-10-18Avoid generate SIGTTOU when restoring the terminal mode. If we getTodd C. Miller
2016-10-07sort;Jason McIntyre
2016-10-07introduce a sysctl to hijack dns sockets. when set to a port number,Ted Unangst
2016-09-28use the same template for describing securelevel interaction;Jason McIntyre
2016-09-28document kern.allowkmem; ok deraadtJason McIntyre
2016-09-24Fix matching when all of user, host and domain are specified.Todd C. Miller
2016-09-21no more KERN_ARND; ok deraadtJason McIntyre
2016-09-21Delete casts to off_t and size_t that are implied by assignmentsPhilip Guenther
2016-09-07Remove usermount remnants. ok teduMartin Natano
2016-09-03tweak previous;Jason McIntyre
2016-09-03note that getpass is obsolete. removed from posix in 2001.Ted Unangst
2016-09-01Mention explicit_bzero(3); ok jmcMartin Natano
2016-08-27Pull in <stdio.h> for NULLPhilip Guenther
2016-08-14Refer to /etc/passwd consistently as the "legacy password file" andTheo Buehler
2016-07-20Make the size for the syn cache hash array tunable. As we areAlexander Bluhm
2016-07-14kern.usermount is currently a no-op;Jason McIntyre
2016-07-06Use fstatat() to avoid path surgery.Philip Guenther
2016-06-30nptys sysctls were removedTed Unangst
2016-06-28For the EINVAL case there can be more than a single option.Todd C. Miller
2016-06-28fts_open() requires that the list passed as argument to contain at leastTodd C. Miller
2016-06-28Add sysctl for arp timers: net.inet.ip.arptimeout (expire timer for resolvedChris Cappuccio
2016-06-28Do not return an error in fts_open(3) if one of the paths in argvTodd C. Miller
2016-06-27make proper use of fstatat, as suggested by guenther@Marc Espie
2016-06-27make the fallback code more accurate (in particular, it should return namesMarc Espie
2016-06-18sort previous;Jason McIntyre
2016-06-18Add net.inet.{tcp,udp}.rootonly sysctl, to mark which portsVincent Gross
2016-06-07Document the net.inet.tcp.synuselimit sysctl; OK bluhm@ jmc@Tim van der Molen
2016-06-01Kill sysctl net.inet6.ip6.rr_pruneJeremie Courreges-Anglas
2016-05-29wxabort bits; ok deraadtJason McIntyre
2016-05-28The synopsis rendered very poorly because of a "Quite Ugly butTheo Buehler
2016-05-26Use S_ISDIR instead of doing it by hand. No binary change.Todd C. Miller
2016-05-23Stop supporting longjmperror(); it's not used, not portable, and the checksPhilip Guenther
2016-05-19no more v6only;Jason McIntyre
2016-05-18Reduce quadruple negation to double negation;Ingo Schwarze
2016-05-13remove extra argument; from rafael nevesJason McIntyre
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
2016-05-07stop opening the shadow database by default. only programs that request itTed Unangst
2016-05-07Avoid a transient PLT entry for the internal __getcwd syscall stub forPhilip Guenther
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther
2016-03-30Eliminate userspace caching by getlogin_r/setlogin; make the getloginPhilip Guenther
2016-03-30some Xr adjustment to catch up with MLINKS removal;Jason McIntyre