Age | Commit message (Expand) | Author |
2003-06-28 | Clear screen after smitching to the wsfont, on low-resolution cgsix. | Miod Vallat |
2003-06-28 | A better reset sequence; also, probe slots immediately rather than waiting | Miod Vallat |
2003-06-28 | No need to include the same header twice. | Cedric Berger |
2003-06-28 | report pidfile creation errors, based on patch from Roumen Petrov; ok markus@ | Damien Miller |
2003-06-28 | redundant (pfvar.h already have it) | Jun-ichiro itojun Hagino |
2003-06-28 | remove a superfulous argument to a sorry() call | Anil Madhavapeddy |
2003-06-28 | ansi & prototype cleanup. tested in mkr on most arch's. ok dhartmei | Theo de Raadt |
2003-06-28 | new sysctl, ddb.log | Ted Unangst |
2003-06-28 | option to log ddb output to kernel message buffer, via sysctl ddb.log | Ted Unangst |
2003-06-28 | sync | Theo de Raadt |
2003-06-28 | missing protos | Theo de Raadt |
2003-06-28 | remove duplicated prototype (they are in pfvar.h). dhartmei ok | Jun-ichiro itojun Hagino |
2003-06-27 | bye bye | Theo de Raadt |
2003-06-27 | Add more info on what makes a good login name. | Todd C. Miller |
2003-06-27 | split ND6 cache timer management to per-entry. increased accuracy, | Jun-ichiro itojun Hagino |
2003-06-27 | missing include | Vincent Labrecque |
2003-06-27 | Improve swap partition handling during install/upgrade. | Kenneth R Westerback |
2003-06-27 | remove unneeded proto | Theo de Raadt |
2003-06-27 | ansi | Theo de Raadt |
2003-06-27 | ensure we stay within the boundaries of our packet | Vincent Labrecque |
2003-06-27 | memory leak; andrushock@korovino.net | Theo de Raadt |
2003-06-27 | remove unused variables | Theo de Raadt |
2003-06-27 | missing full stop and a .Pp; | Jason McIntyre |
2003-06-27 | remove kerberosIV configuration files | David Krause |
2003-06-27 | - replace .Ql with .Sq; this was also causing a problem with postscript | Jason McIntyre |
2003-06-27 | Take strlen() of an existing variable. Syntax error introduced in str* | Kenneth R Westerback |
2003-06-27 | -a to force ascii compare. ok millert | Ted Unangst |
2003-06-27 | more quirks from netbsd | Nathan Binkert |
2003-06-27 | Fix bug in put_int32() on big endian cpus; deraadt@ OK | Todd C. Miller |
2003-06-27 | string cleaning; "Put it in. If it breaks, tough" Theo. | Todd T. Fries |
2003-06-27 | protos for userland build | Theo de Raadt |
2003-06-27 | Cleanup biosboot to remove uneeded 32-bit opcodes, initializations of | Tobias Weingartner |
2003-06-27 | Fix -t mode; it needs to set decomp=1 too | Todd C. Miller |
2003-06-27 | kill a warning: include <string.h> | David Krause |
2003-06-27 | kqueue support for various usb devices including: usb, uhid, ugen, | Nathan Binkert |
2003-06-27 | filter event that simulates seltrue(). From NetBSD | Nathan Binkert |
2003-06-27 | - add eephy | Brad Smith |
2003-06-27 | Reorg part I: move 3 functions out of pf_table.c to pf_radix.c | Cedric Berger |
2003-06-27 | do pf_tagname2tag() in DIOCCHANGERULE as well. | Henning Brauer |
2003-06-27 | add an example for tagging | Henning Brauer |
2003-06-27 | fix a typo that was stopping VScom PCI 800 from formatting; | Jason McIntyre |
2003-06-27 | move down pf_tag_unref() calls in pf_rm_rule() to after the check wetehr there | Henning Brauer |
2003-06-27 | no more kerberos IV, PR3335 | Henning Brauer |
2003-06-27 | sunix puc(4)s | Henning Brauer |
2003-06-27 | sunix cards added | Henning Brauer |
2003-06-27 | add support for a whole bunch of sunix cards | Henning Brauer |
2003-06-27 | sync | Henning Brauer |
2003-06-27 | Sunix covers a whole range of cards under this one ID so change the name | Henning Brauer |
2003-06-27 | /etc/authpf.allow -> /etc/authpf/authpf.allow in comments | Henning Brauer |
2003-06-27 | Fix hang in EDD detection routine. | Tobias Weingartner |