summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
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
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-27remove unused variableCharles Longeau
2016-03-26fix the last bunch of NAME sections that were overlooked earlierIngo Schwarze
2016-03-21Rename the system call sendsyslog2 to sendsyslog. Keep the old oneAlexander Bluhm
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,Philip Guenther
2016-03-17remove NOTREACHEDmmcc
2016-03-13environ and __progname are not declared in a public header; declare themPhilip Guenther
2016-03-10ANSIfy function declarations, move initializations to declaration blockmmcc
2016-03-10un-vax;Jason McIntyre
2016-03-01KNF this file; OK stsp@Todd C. Miller
2016-02-29Add NET_RT_IFNAMES; OK deraadt@Tim van der Molen
2016-02-29__tfork is section 3, not 2;Jason McIntyre
2016-02-29delete the kern.emul/KERN_EMUL sysctl bits since there are noChristian Weisgerber
2016-02-26Fix negation of POSIX character classes; passed new regress test.Todd C. Miller
2016-02-19Remove the "error" variable; we no longer fall back to writing toTodd C. Miller
2016-02-05be more forceful about not using these.Marc Espie
2016-01-28sigsuspend is section 2, not 3.Jason McIntyre
2016-01-28The CSRG declared alarm(3) obsolete 30 years ago (before 4.2BSD),Ingo Schwarze
2015-12-29Verify that the section header size supplied in the ELF header is whatmmcc
2015-12-28Remove NULL-checks before free() and a few related dead assignments.mmcc