summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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
Inspired by ld_iop.c from NetBSD but written by me mostly. Tested on the Adaptec 2100S RAID card, got it working at Usenix in a weird hackathon setup.
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
gives a shit about anyway.
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 ↵Daniel Hartmeier
traverse a tree instead.
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
okay dhartmei@, dugsong@
2001-06-28Disallow filter modification when the system is "highly secure".Hugh Graham
Passed by dhartmei.
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 ↵Daniel Hartmeier
handling
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
on nd6_detach (= interface removal).
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
kue was not added to ramdisk kernel, add it too.
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
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
- use the new queue macros. - use IFQ_POLL() to peek at the next packet. - use IFQ_IS_EMPTY() for empty check. - drivers should always check if (m == NULL) after IFQ_DEQUEUE(), since it could return NULL even when IFQ_IS_EMPTY() is FALSE under rate-limiting. - drivers are supposed to call if_start from tx complete interrupts (in order to trigger the next dequeue under rate-limiting).
2001-06-27IPFILTER->NPFAngelos D. Keromytis
2001-06-27IPF cleanup; openbsd@davidkrause.comAngelos D. Keromytis
2001-06-27IPF cleanup; openbsd@davidkrause.comAngelos D. Keromytis
2001-06-27mips_cachealias is no moreArtur Grabowski
2001-06-27MNN is no longer an option.Artur Grabowski
2001-06-27Remove IPF; openbsd@davidkrause.comAngelos D. Keromytis
2001-06-27IPF bye bye; openbsd@davidkrause.com, ok niklas@Angelos D. Keromytis
2001-06-27Another symetric -> symmetricNathan Binkert