summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-06-30reset interface statistics when loginterface is changed, closes pr3332,Daniel Hartmeier
2003-06-30missing pf_tag_purge()Henning Brauer
2003-06-30move prototype for pf_tag_purge() to pfvar.hHenning Brauer
2003-06-30initialize srcrt properly (so that it won't go mad when NPF==0). cedricJun-ichiro itojun Hagino
2003-06-30do not generate icmp6 redirect if PF rewrote the destination address.Jun-ichiro itojun Hagino
2003-06-30remove the use of tl_unitAnil Madhavapeddy
2003-06-30remove the use of sis_unitAnil Madhavapeddy
2003-06-29normalize IPv6 packet (no reass, but it is a start). dhartmei & henning okJun-ichiro itojun Hagino
2003-06-29change a %ju (which we dont have yet) to a %lu with an argument castAnil Madhavapeddy
2003-06-29- cast rfact to int64_t before multiplication to avoid sign overflowAlexander Yurchenko
2003-06-29Don't check for valid ipa_nio in attach since we don't use pnp here;Alexander Yurchenko
2003-06-29quell a "not a pointer" warning by using 0x%lx instead of %p for a vaddr_tAnil Madhavapeddy
2003-06-29lose ste_unit; jason@ okAnil Madhavapeddy
2003-06-29nuke sf_unit; jason@ okAnil Madhavapeddy
2003-06-29remove usage of xl_unitJason Wright
2003-06-29another bad format string; %s->%dAnil Madhavapeddy
2003-06-29bad format string; %s -> %dAnil Madhavapeddy
2003-06-29unused global. dhartmei okJun-ichiro itojun Hagino
2003-06-28supply missing argument to a panic string; ok tedu, deraadtAnil Madhavapeddy
2003-06-28fix wrong format type; ok deraadt, tedu, mickeyAnil Madhavapeddy
2003-06-28Fix a bug which would promote a target from TARST_PROBING toKenneth R Westerback
2003-06-28back out that which does not compileTheo de Raadt
2003-06-28grr... committed previous from the wrong tree... fixed version, which alsoJason Wright
2003-06-28add emulations for slinear:8 and ulinear:8; ok miodJason Wright
2003-06-28Sync sparc fb API with the sparc64 changes (fbwscons_init takes flags, andMiod Vallat
2003-06-28Be more careful when processing interrupts - the TS102 queues them, and weMiod Vallat
2003-06-28Be prepared to the fact that the user may unplug a card before it wasMiod Vallat
2003-06-28Add a macro to encode (x,y) coordinates.Miod Vallat
2003-06-28i don't think pfsync needs a link-local addr.Jun-ichiro itojun Hagino
2003-06-28Add RI_FULLCLEAR to the rasops flags. Accelerated drivers (cgsix, creator,Miod Vallat
2003-06-28Clear screen after smitching to the wsfont, on low-resolution cgsix.Miod Vallat
2003-06-28A better reset sequence; also, probe slots immediately rather than waitingMiod Vallat
2003-06-28redundant (pfvar.h already have it)Jun-ichiro itojun Hagino
2003-06-28option to log ddb output to kernel message buffer, via sysctl ddb.logTed Unangst
2003-06-28remove duplicated prototype (they are in pfvar.h). dhartmei okJun-ichiro itojun Hagino
2003-06-27split ND6 cache timer management to per-entry. increased accuracy,Jun-ichiro itojun Hagino
2003-06-27Take strlen() of an existing variable. Syntax error introduced in str*Kenneth R Westerback
2003-06-27more quirks from netbsdNathan Binkert
2003-06-27protos for userland buildTheo de Raadt
2003-06-27Cleanup biosboot to remove uneeded 32-bit opcodes, initializations ofTobias Weingartner
2003-06-27kqueue support for various usb devices including: usb, uhid, ugen,Nathan Binkert
2003-06-27filter event that simulates seltrue(). From NetBSDNathan Binkert
2003-06-27do pf_tagname2tag() in DIOCCHANGERULE as well.Henning Brauer
2003-06-27move down pf_tag_unref() calls in pf_rm_rule() to after the check wetehr thereHenning Brauer
2003-06-27add support for a whole bunch of sunix cardsHenning Brauer
2003-06-27syncHenning Brauer
2003-06-27Sunix covers a whole range of cards under this one ID so change the nameHenning Brauer
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