summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2017-07-06fix broken cross references; found with mandoc -TlintIngo Schwarze
2017-06-19port the RBT code to userland by making it part of libc.David Gwynne
2017-06-10Fix broken markup of function pointer invocations; foundIngo Schwarze
2017-05-29It is distasteful to have manual pages which don't refer to realTheo de Raadt
2017-05-08Fix exponential CPU use with repeated '*' operators by changing '*'Todd C. Miller
2017-05-08Update STANDARDS section, these are now in XSI BASE.Todd C. Miller
2017-05-04Merge headers defining identifiers from sysctl.8 into sysctl.3. Shorten andTheo Buehler
2017-04-14whitespaceTheo de Raadt
2017-04-14correct path; from Klemens NanniTheo de Raadt
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