Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
ok deraadt@ henric@ djm@ | |||
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 | |
no O(N) loop. sync w/ kame. marc tested, daniel ok | |||
2003-06-27 | missing include | Vincent Labrecque | |
ok deraadt | |||
2003-06-27 | Improve swap partition handling during install/upgrade. | Kenneth R Westerback | |
a) Add all defined swap partitions except the default partition on the root disk to the installed /etc/fstab. b) Mount all possible swap partitions just before creating all devices, giving small memory machines a better chance to successfully install/upgrade. Should obviate the need for FAQ 4.3.6. ok deraadt@ millert@ (slightly earlier version) | |||
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 | |
ok itojun | |||
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 | |
ok hin@ deraadt@ pb@ | |||
2003-06-27 | - replace .Ql with .Sq; this was also causing a problem with postscript | Jason McIntyre | |
- escape ampersand - missing full stop fixes from wiz@netbsd | |||
2003-06-27 | Take strlen() of an existing variable. Syntax error introduced in str* | Kenneth R Westerback | |
cleanup. Can once again compile ncr53cxxx.c and use it to generate microcode. | |||
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 | |
work by me, useful feedback from krw, jakob, tedu, and tholo | |||
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 | |
32-bit segment registers, and other things not really necessary. Cleanup some comments while there as well. Tweak blocktable to max size these changes allow us. This should help in shrinking the code some, making future changes easier. nate@ ok. | |||
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 | |
ok tedu@ | |||
2003-06-27 | kqueue support for various usb devices including: usb, uhid, ugen, | Nathan Binkert | |
and uscanner From NetBSD | |||
2003-06-27 | filter event that simulates seltrue(). From NetBSD | Nathan Binkert | |
2003-06-27 | - add eephy | Brad Smith | |
- fix Xr to brgphy, .xr -> .Xr | |||
2003-06-27 | Reorg part I: move 3 functions out of pf_table.c to pf_radix.c | Cedric Berger | |
ok dhartmei@ | |||
2003-06-27 | do pf_tagname2tag() in DIOCCHANGERULE as well. | Henning Brauer | |
noticed by and ok cedric@ | |||
2003-06-27 | add an example for tagging | Henning Brauer | |
help and ok jmc@ | |||
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 | |
are still states for the given rule existant. based on a very nice analysis from cedric@, that is so completely right that I have nothing to add: in pf_rm_rule(), the pf_tag_unref() calls are done *before* the if (rule->states > 0 || rule->entries.tqe_prev != NULL) test. That mean that the two pf_tag_unref() calls could occur *twice* for a given rule: first when the rule is removed from the ruleset and (if the rule was kept around because of a state) a second time when the state refcount drops to zero and the rule gets really deleted. Unless I'm mistaken, that breaks the refcounting. ...and cedric was not mistaken. and, as daniel pointed out: The breakage this causes is so subtle, I doubt anyone noticed it before, if it did occur. consensus on this between cedric, dhartmei and myself | |||
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 | |
mostly from NetBSD prodded and tested by henric | |||
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 | |
accordingly | |||
2003-06-27 | /etc/authpf.allow -> /etc/authpf/authpf.allow in comments | Henning Brauer | |
spotted by Joel Knight again | |||
2003-06-27 | Fix hang in EDD detection routine. | Tobias Weingartner | |
2003-06-27 | ansi functions | Jason Wright | |
2003-06-27 | These don't need linear mappings either. | Jason Wright | |
2003-06-27 | sync | Theo de Raadt | |
2003-06-27 | put it in section 1 | Theo de Raadt | |
2003-06-27 | Don't need LINEAR mappings. | Jason Wright | |
2003-06-27 | ansify and add an alaw <-> mulaw conversion | Jason Wright | |
2003-06-26 | ansi | Theo de Raadt | |