Age | Commit message (Expand) | Author |
2003-06-30 | reset interface statistics when loginterface is changed, closes pr3332, | Daniel Hartmeier |
2003-06-30 | missing pf_tag_purge() | Henning Brauer |
2003-06-30 | move prototype for pf_tag_purge() to pfvar.h | Henning Brauer |
2003-06-30 | initialize srcrt properly (so that it won't go mad when NPF==0). cedric | Jun-ichiro itojun Hagino |
2003-06-30 | do not generate icmp6 redirect if PF rewrote the destination address. | Jun-ichiro itojun Hagino |
2003-06-30 | remove the use of tl_unit | Anil Madhavapeddy |
2003-06-30 | remove the use of sis_unit | Anil Madhavapeddy |
2003-06-29 | normalize IPv6 packet (no reass, but it is a start). dhartmei & henning ok | Jun-ichiro itojun Hagino |
2003-06-29 | change a %ju (which we dont have yet) to a %lu with an argument cast | Anil Madhavapeddy |
2003-06-29 | - cast rfact to int64_t before multiplication to avoid sign overflow | Alexander Yurchenko |
2003-06-29 | Don't check for valid ipa_nio in attach since we don't use pnp here; | Alexander Yurchenko |
2003-06-29 | quell a "not a pointer" warning by using 0x%lx instead of %p for a vaddr_t | Anil Madhavapeddy |
2003-06-29 | lose ste_unit; jason@ ok | Anil Madhavapeddy |
2003-06-29 | nuke sf_unit; jason@ ok | Anil Madhavapeddy |
2003-06-29 | remove usage of xl_unit | Jason Wright |
2003-06-29 | another bad format string; %s->%d | Anil Madhavapeddy |
2003-06-29 | bad format string; %s -> %d | Anil Madhavapeddy |
2003-06-29 | unused global. dhartmei ok | Jun-ichiro itojun Hagino |
2003-06-28 | supply missing argument to a panic string; ok tedu, deraadt | Anil Madhavapeddy |
2003-06-28 | fix wrong format type; ok deraadt, tedu, mickey | Anil Madhavapeddy |
2003-06-28 | Fix a bug which would promote a target from TARST_PROBING to | Kenneth R Westerback |
2003-06-28 | back out that which does not compile | Theo de Raadt |
2003-06-28 | grr... committed previous from the wrong tree... fixed version, which also | Jason Wright |
2003-06-28 | add emulations for slinear:8 and ulinear:8; ok miod | Jason Wright |
2003-06-28 | Sync sparc fb API with the sparc64 changes (fbwscons_init takes flags, and | Miod Vallat |
2003-06-28 | Be more careful when processing interrupts - the TS102 queues them, and we | Miod Vallat |
2003-06-28 | Be prepared to the fact that the user may unplug a card before it was | Miod Vallat |
2003-06-28 | Add a macro to encode (x,y) coordinates. | Miod Vallat |
2003-06-28 | i don't think pfsync needs a link-local addr. | Jun-ichiro itojun Hagino |
2003-06-28 | Add RI_FULLCLEAR to the rasops flags. Accelerated drivers (cgsix, creator, | Miod Vallat |
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 | redundant (pfvar.h already have it) | Jun-ichiro itojun Hagino |
2003-06-28 | option to log ddb output to kernel message buffer, via sysctl ddb.log | Ted Unangst |
2003-06-28 | remove duplicated prototype (they are in pfvar.h). dhartmei ok | Jun-ichiro itojun Hagino |
2003-06-27 | split ND6 cache timer management to per-entry. increased accuracy, | Jun-ichiro itojun Hagino |
2003-06-27 | Take strlen() of an existing variable. Syntax error introduced in str* | Kenneth R Westerback |
2003-06-27 | more quirks from netbsd | Nathan Binkert |
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 | 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 | do pf_tagname2tag() in DIOCCHANGERULE as well. | Henning Brauer |
2003-06-27 | move down pf_tag_unref() calls in pf_rm_rule() to after the check wetehr there | 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 | 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 |