summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-06-28new sysctl, ddb.logTed Unangst
2003-06-28option to log ddb output to kernel message buffer, via sysctl ddb.logTed Unangst
ok deraadt@ henric@ djm@
2003-06-28syncTheo de Raadt
2003-06-28missing protosTheo de Raadt
2003-06-28remove duplicated prototype (they are in pfvar.h). dhartmei okJun-ichiro itojun Hagino
2003-06-27bye byeTheo de Raadt
2003-06-27Add more info on what makes a good login name.Todd C. Miller
2003-06-27split 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-27missing includeVincent Labrecque
ok deraadt
2003-06-27Improve 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-27remove unneeded protoTheo de Raadt
2003-06-27ansiTheo de Raadt
2003-06-27ensure we stay within the boundaries of our packetVincent Labrecque
ok itojun
2003-06-27memory leak; andrushock@korovino.netTheo de Raadt
2003-06-27remove unused variablesTheo de Raadt
2003-06-27missing full stop and a .Pp;Jason McIntyre
2003-06-27remove kerberosIV configuration filesDavid Krause
ok hin@ deraadt@ pb@
2003-06-27- replace .Ql with .Sq; this was also causing a problem with postscriptJason McIntyre
- escape ampersand - missing full stop fixes from wiz@netbsd
2003-06-27Take 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 millertTed Unangst
2003-06-27more quirks from netbsdNathan Binkert
2003-06-27Fix bug in put_int32() on big endian cpus; deraadt@ OKTodd C. Miller
2003-06-27string 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-27protos for userland buildTheo de Raadt
2003-06-27Cleanup biosboot to remove uneeded 32-bit opcodes, initializations ofTobias 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-27Fix -t mode; it needs to set decomp=1 tooTodd C. Miller
2003-06-27kill a warning: include <string.h>David Krause
ok tedu@
2003-06-27kqueue support for various usb devices including: usb, uhid, ugen,Nathan Binkert
and uscanner From NetBSD
2003-06-27filter event that simulates seltrue(). From NetBSDNathan Binkert
2003-06-27- add eephyBrad Smith
- fix Xr to brgphy, .xr -> .Xr
2003-06-27Reorg part I: move 3 functions out of pf_table.c to pf_radix.cCedric Berger
ok dhartmei@
2003-06-27do pf_tagname2tag() in DIOCCHANGERULE as well.Henning Brauer
noticed by and ok cedric@
2003-06-27add an example for taggingHenning Brauer
help and ok jmc@
2003-06-27fix a typo that was stopping VScom PCI 800 from formatting;Jason McIntyre
2003-06-27move down pf_tag_unref() calls in pf_rm_rule() to after the check wetehr thereHenning 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-27no more kerberos IV, PR3335Henning Brauer
2003-06-27sunix puc(4)sHenning Brauer
2003-06-27sunix cards addedHenning Brauer
2003-06-27add support for a whole bunch of sunix cardsHenning Brauer
mostly from NetBSD prodded and tested by henric
2003-06-27syncHenning Brauer
2003-06-27Sunix covers a whole range of cards under this one ID so change the nameHenning Brauer
accordingly
2003-06-27/etc/authpf.allow -> /etc/authpf/authpf.allow in commentsHenning Brauer
spotted by Joel Knight again
2003-06-27Fix hang in EDD detection routine.Tobias Weingartner
2003-06-27ansi functionsJason Wright
2003-06-27These don't need linear mappings either.Jason Wright
2003-06-27syncTheo de Raadt
2003-06-27put it in section 1Theo de Raadt
2003-06-27Don't need LINEAR mappings.Jason Wright
2003-06-27ansify and add an alaw <-> mulaw conversionJason Wright
2003-06-26ansiTheo de Raadt