Age | Commit message (Expand) | Author |
2015-10-05 | Remove 'landisk' from the comment about NUMBOOT archs. Only one | Kenneth R Westerback |
2015-10-05 | Remove disklabel -B support on landisk - superseded by MI installboot. | Miod Vallat |
2015-10-05 | Oops. Missed file in fdisk commit. | Kenneth R Westerback |
2015-10-05 | Tweak man page to describe newly enhanced '-g' operation. | Kenneth R Westerback |
2015-10-05 | Enhance '-g' to create a default GPT label in addition to the protective | Kenneth R Westerback |
2015-10-04 | dmesg has two modes. The normal sysctl mode, and the -M/-N kvm searcher. | Theo de Raadt |
2015-10-04 | Repair tame() error check to be == -1 | Theo de Raadt |
2015-10-03 | IPv6 transport for pflow data. | Florian Obser |
2015-10-03 | If we care about placing core files from SUID programs in a safe place, | Vadim Zhukov |
2015-10-03 | ping6 is a setuid root priv-drop which holds a sockraw. we can tame it | Theo de Raadt |
2015-10-03 | ping is a setuid root priv-drop which holds a sockraw. we can tame it | Theo de Raadt |
2015-10-02 | Curve25519 is now specified in draft-ietf-ipsecme-safecurves-00 (along | Reyk Floeter |
2015-10-02 | RFC7634 specifies ChaCha20-Poly1305 for IKEv2 and IPsec and IANA | Reyk Floeter |
2015-10-02 | Remove MD5 from the default proposals. At least SHA1 seems to be the | Reyk Floeter |
2015-10-02 | If the policy certreqtype is 0, use the global one instead. | Reyk Floeter |
2015-10-02 | Make 'pfctl -s all' show queues. pfctl(8) says it does, and 5.4 | Kenneth R Westerback |
2015-10-02 | oh no, a KERBEROS lefover; from Ilya Kaliman | Theo de Raadt |
2015-10-01 | Don't reject an "empty" CERTREQ (one with no CA hashes), instead treat it as | Stuart Henderson |
2015-10-01 | Fix interoperability with Apple iOS9: If we don't get a (valid) | Reyk Floeter |
2015-09-30 | remove old self-kill() in the signal handler. must predate the | Theo de Raadt |
2015-09-29 | Delete the final, inscrutable NOSTRICT and VARARGS lint comments | Philip Guenther |
2015-09-27 | Mark ask() as printf-like; split up a pwarn() with variable number of specifiers | Philip Guenther |
2015-09-27 | lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */ | Philip Guenther |
2015-09-25 | there's no need to keep init secret these days, and the (unused) | Ted Unangst |
2015-09-25 | drop useless .Xo and .Bk, and shorten by avoiding some .Sm | Ingo Schwarze |
2015-09-24 | Remove hppa/hppa64 from comment about NUMBOOT > 0 architectures. | Kenneth R Westerback |
2015-09-24 | Expunge VAX SMD special handling that tried to fill up the last | Kenneth R Westerback |
2015-09-24 | hppa/hppa64 use installboot(8) now, not -B/-b. | Kenneth R Westerback |
2015-09-16 | Some cleanup from dhill AT mindcry.org, thanks! | Florian Obser |
2015-09-15 | update spacing in usage(); reminded by jmc@ | Ingo Schwarze |
2015-09-15 | fix markup of the -t argument | Ingo Schwarze |
2015-09-12 | obvious macros fixes: | Ingo Schwarze |
2015-09-12 | typo that breaks the build | Christian Weisgerber |
2015-09-12 | Avoid out of boundary access on invalid or short packet reads. | Tobias Stoeckmann |
2015-09-11 | Remove RTF_XRESOLVE support. | Martin Pieuchot |
2015-09-11 | In `ifconfig media` output, stop advertising media with fixed data | Stefan Sperling |
2015-09-11 | Fix ifconfig for ifmedia64. | Stefan Sperling |
2015-09-10 | use .In rather than .Fd #include | Ingo Schwarze |
2015-09-10 | avoid divide by zero; from Michael McConville | Theo de Raadt |
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze |
2015-09-09 | In the flag command description, mention that a bootable partition | Theo de Raadt |
2015-09-09 | remove 3 paragraphs of useless information at the start, and replace | Theo de Raadt |
2015-09-09 | Cleanup the iov handling in ping6. Use the global iov instead of a local | Claudio Jeker |
2015-09-09 | No need to check !xxboot inside a 'if (!xxboot) ...' block. | Kenneth R Westerback |
2015-09-08 | Correct strsep() usage to free() correct string. Spotted by and | Kenneth R Westerback |
2015-09-08 | Avoid a SIGSEGV with FGJ malloc.conf flags when a template is used. | Todd C. Miller |
2015-09-06 | correct a mistake in my previous commit; | Jason McIntyre |
2015-09-05 | snprintf+write --> dprintf | Philip Guenther |
2015-09-05 | Some whitespace bulking out a diff unnecessarily. | Kenneth R Westerback |
2015-09-04 | shuffle -b into place; while there, do some general tidy up | Jason McIntyre |