summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-06-29merge a bit of bus_dma* from netbsdJason Wright
2001-06-29move pf_test check to happen after checksum calculation - withoutBob Beck
2001-06-29saner checking in icmp_error; from NetBSD with work by dug and me.Niels Provos
2001-06-29Prepend pf_ to limit potential namespace problems, shorten some lines.Niklas Hallqvist
2001-06-29Add kbd info for iBook. -mojMats O Jansson
2001-06-29allocate contexts during attach since we can't mess with them duringJason Wright
2001-06-29call defrouter_select() only if i am autoconfigured hostJun-ichiro itojun Hagino
2001-06-29list instead of tailq for frents, use pool hardlimits, correctly freeNiels Provos
2001-06-29Remove defines that are now defined elsewhere.Janne Johansson
2001-06-29biosboot is more than 256 bytes for a while nowMichael Shalayeff
2001-06-29Include/header cleanup. More.Dale Rahn
2001-06-29implement __swap64mdMichael Shalayeff
2001-06-29Enable iop+ioprbsNiklas Hallqvist
2001-06-29Enable ioprbsNiklas Hallqvist
2001-06-29header file include/define cleanup. commit N of many.Dale Rahn
2001-06-29Alpha-version (or is that Intel?) of the I2O random block storage driver.Niklas Hallqvist
2001-06-29Better failure handling in the init routineNiklas Hallqvist
2001-06-29print the total score, size permittingMichael Shalayeff
2001-06-29cleanup, including removing the size rule which nobodyMichael Shalayeff
2001-06-29Fix PF_SCRUB enumerator.Angelos D. Keromytis
2001-06-29fix counter/reason array usageDaniel Hartmeier
2001-06-29KNFsmart
2001-06-28Add swedish keyboard with or without dead keys. -mojMats O Jansson
2001-06-28lower hiwat limits, enforce hi water markNiels Provos
2001-06-28add tree traversal code (new pf_tree_node->parent), dump states TAILQ and tra...Daniel Hartmeier
2001-06-28wrap 5-tuple rule match with MATCH_TUPLE. from ben fleis <ben@monkey.org>Dug Song
2001-06-28forgot to init fr_timeoutNiels Provos
2001-06-28first stab at packet normalization. includes full ip reassembly.Niels Provos
2001-06-28Disallow filter modification when the system is "highly secure".Hugh Graham
2001-06-27Missed part of the IPF cleanup; openbsd@davidkrause.comAngelos D. Keromytis
2001-06-27change pf_tree_key->addr[2] from u_int32_t to struct in_addr for NielsDaniel Hartmeier
2001-06-27in rdr rules, let port 0 be the port wildcard; ok dhartmei@jasoni
2001-06-27change pf_tree_node->state to void *, so Niels can use a tree for fragment ha...Daniel Hartmeier
2001-06-27TyposMiod Vallat
2001-06-27More pmax files are leaving the party.Miod Vallat
2001-06-27PMAP_NEW is no longer an option on sparc.Artur Grabowski
2001-06-27Add commented out ises driver. RNG works.Hakan Olsson
2001-06-27do not try to update ipv6 default route if i'm not an autoconfigured host,Jun-ichiro itojun Hagino
2001-06-27use proper icmp defineNiels Provos
2001-06-27add -z flag for zeroing statistics. -s status no longer resets anythingKjell Wooding
2001-06-27add microtime, which seems to have gotten lost.Kjell Wooding
2001-06-27Aue works fine, add it.Dale Rahn
2001-06-27uvm_useracc is not necessary now that uvm_vslock knows how to fail.Artur Grabowski
2001-06-27UVM is defaultNiklas Hallqvist
2001-06-27no more cpu_set_init_frameArtur Grabowski
2001-06-27no more fork braindamageArtur Grabowski
2001-06-27clean cruft.Artur Grabowski
2001-06-27vm_pageout.h bye bye.Artur Grabowski
2001-06-27Very important endian fix :-)Niklas Hallqvist
2001-06-27add the ALTQ device to the rest of the architectures.Kenjiro Cho