Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-06-26 | simple protos | Theo de Raadt | |
2003-06-26 | ansi | Theo de Raadt | |
2003-06-26 | boring protos | Theo de Raadt | |
2003-06-26 | sync | Theo de Raadt | |
2003-06-26 | intel PRO_2100_3B wireless | Theo de Raadt | |
2003-06-26 | protos | Vincent Labrecque | |
ok deraadt | |||
2003-06-26 | cabsf takes complex float not double | Jason Wright | |
2003-06-26 | Better value for vax MAXFLOAT | Jason Wright | |
2003-06-26 | redefine MAXFLOAT in vax terms | Jason Wright | |
2003-06-26 | proto | Theo de Raadt | |
2003-06-26 | ansi | Theo de Raadt | |
2003-06-26 | Remove cruft; We don't have the -I, -1 or -2 options anymore so we don't | Todd C. Miller | |
need the associated scaffolding. tedu@ OK | |||
2003-06-26 | more proto fixes | Theo de Raadt | |
2003-06-26 | change awk script to generate ansi code | Theo de Raadt | |
2003-06-26 | minimal protos | Theo de Raadt | |
2003-06-26 | protos | Theo de Raadt | |
2003-06-26 | ansi and knf and protos | Theo de Raadt | |