Age | Commit message (Expand) | Author |
2016-09-01 | Mention explicit_bzero(3); ok jmc | Martin Natano |
2016-08-27 | Pull in <stdio.h> for NULL | Philip Guenther |
2016-08-14 | Refer to /etc/passwd consistently as the "legacy password file" and | Theo Buehler |
2016-07-20 | Make the size for the syn cache hash array tunable. As we are | Alexander Bluhm |
2016-07-14 | kern.usermount is currently a no-op; | Jason McIntyre |
2016-07-06 | Use fstatat() to avoid path surgery. | Philip Guenther |
2016-06-30 | nptys sysctls were removed | Ted Unangst |
2016-06-28 | For the EINVAL case there can be more than a single option. | Todd C. Miller |
2016-06-28 | fts_open() requires that the list passed as argument to contain at least | Todd C. Miller |
2016-06-28 | Add sysctl for arp timers: net.inet.ip.arptimeout (expire timer for resolved | Chris Cappuccio |
2016-06-28 | Do not return an error in fts_open(3) if one of the paths in argv | Todd C. Miller |
2016-06-27 | make proper use of fstatat, as suggested by guenther@ | Marc Espie |
2016-06-27 | make the fallback code more accurate (in particular, it should return names | Marc Espie |
2016-06-18 | sort previous; | Jason McIntyre |
2016-06-18 | Add net.inet.{tcp,udp}.rootonly sysctl, to mark which ports | Vincent Gross |
2016-06-07 | Document the net.inet.tcp.synuselimit sysctl; OK bluhm@ jmc@ | Tim van der Molen |
2016-06-01 | Kill sysctl net.inet6.ip6.rr_prune | Jeremie Courreges-Anglas |
2016-05-29 | wxabort bits; ok deraadt | Jason McIntyre |
2016-05-28 | The synopsis rendered very poorly because of a "Quite Ugly but | Theo Buehler |
2016-05-26 | Use S_ISDIR instead of doing it by hand. No binary change. | Todd C. Miller |
2016-05-23 | Stop supporting longjmperror(); it's not used, not portable, and the checks | Philip Guenther |
2016-05-19 | no more v6only; | Jason McIntyre |
2016-05-18 | Reduce quadruple negation to double negation; | Ingo Schwarze |
2016-05-13 | remove extra argument; from rafael neves | Jason McIntyre |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt |
2016-05-07 | stop opening the shadow database by default. only programs that request it | Ted Unangst |
2016-05-07 | Avoid a transient PLT entry for the internal __getcwd syscall stub for | Philip Guenther |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-03-30 | Eliminate userspace caching by getlogin_r/setlogin; make the getlogin | Philip Guenther |
2016-03-30 | some Xr adjustment to catch up with MLINKS removal; | Jason McIntyre |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-27 | remove unused variable | Charles Longeau |
2016-03-26 | fix the last bunch of NAME sections that were overlooked earlier | Ingo Schwarze |
2016-03-21 | Rename the system call sendsyslog2 to sendsyslog. Keep the old one | Alexander Bluhm |
2016-03-20 | Rearrange C runtime bits: now that ld.so exports environ and __progname, | Philip Guenther |
2016-03-17 | remove NOTREACHED | mmcc |
2016-03-13 | environ and __progname are not declared in a public header; declare them | Philip Guenther |
2016-03-10 | ANSIfy function declarations, move initializations to declaration block | mmcc |
2016-03-10 | un-vax; | Jason McIntyre |
2016-03-01 | KNF this file; OK stsp@ | Todd C. Miller |
2016-02-29 | Add NET_RT_IFNAMES; OK deraadt@ | Tim van der Molen |
2016-02-29 | __tfork is section 3, not 2; | Jason McIntyre |
2016-02-29 | delete the kern.emul/KERN_EMUL sysctl bits since there are no | Christian Weisgerber |
2016-02-26 | Fix negation of POSIX character classes; passed new regress test. | Todd C. Miller |
2016-02-19 | Remove the "error" variable; we no longer fall back to writing to | Todd C. Miller |
2016-02-05 | be more forceful about not using these. | Marc Espie |
2016-01-28 | sigsuspend is section 2, not 3. | Jason McIntyre |
2016-01-28 | The CSRG declared alarm(3) obsolete 30 years ago (before 4.2BSD), | Ingo Schwarze |
2015-12-29 | Verify that the section header size supplied in the ELF header is what | mmcc |
2015-12-28 | Remove NULL-checks before free() and a few related dead assignments. | mmcc |