Age | Commit message (Expand) | Author |
2002-06-11 | splassert where necessary | Artur Grabowski |
2002-06-11 | splassert(IPL_TTY) where comments tell us we should | Artur Grabowski |
2002-06-11 | splassert(IPL_STATCLOCK) mi_switch | Artur Grabowski |
2002-06-11 | define IPL_STATCLOCK | Artur Grabowski |
2002-06-11 | define IPL_STATCLOCK. | Artur Grabowski |
2002-06-11 | com.c is not a block device, no bdev_decl() for it. | Miod Vallat |
2002-06-11 | No need to cdev_decl(ugen) twice. | Miod Vallat |
2002-06-11 | splassert where needed | Artur Grabowski |
2002-06-11 | sprinkle splasserts where function comments tell us to. | Artur Grabowski |
2002-06-11 | splassert(IPL_NET) where comment says that we should. | Artur Grabowski |
2002-06-11 | splassert(IPL_SOFTNET) where comment indicate that. | Artur Grabowski |
2002-06-11 | Add missing bus_space_read_raw_region_X bus_space_write_raw_region_X APIs. | Dale Rahn |
2002-06-11 | add stack version #define. | Nathan Binkert |
2002-06-11 | ... but ucom can not be used as a console, oops. Me needs more booze. | Miod Vallat |
2002-06-11 | Correct com vs ucom cut-n-paste thinko. | Miod Vallat |
2002-06-11 | Checkpoint my work. Register with bio, implement part of | Niklas Hallqvist |
2002-06-11 | Setup the ulpt device structures with cdev_ulpt_init, not cdev_lpt_init. | Miod Vallat |
2002-06-11 | Include <sys/conf.h> from <machine/conf.h> like in other arches. Changes | Miod Vallat |
2002-06-11 | KNF (tabs, return (x)) | Daniel Hartmeier |
2002-06-11 | sync urio with NetBSD. | Nathan Binkert |
2002-06-11 | Remove redundant endianess conversions | Niklas Hallqvist |
2002-06-11 | use usb_proc_ptr. (From NetBSD) | Nathan Binkert |
2002-06-11 | enumerate UDP and OTHER state levels (similar to tcp_fsm.h) | Mike Frantzen |
2002-06-11 | SCRUB(fragcache) to do gap tracking and overlap pruning of IPv4 fragments | Mike Frantzen |
2002-06-11 | add PACKET_TAG_PF_FRAGCACHE mbuf tag so we don't think a outbound fragment | Mike Frantzen |
2002-06-11 | Make NAT proxy port range configurable per rule, for instance privileged | Daniel Hartmeier |
2002-06-11 | Don't panic when pf_insert_state() detects an attempt to insert a | Daniel Hartmeier |
2002-06-11 | KNF return x -> return (x), ok frantzen@ | Daniel Hartmeier |
2002-06-11 | rework pfctl statistics display | Henning Brauer |
2002-06-10 | - stop abusing IFF_UP. | Jun-ichiro itojun Hagino |
2002-06-10 | Split common code which converts a multicast address to an ethernet | Chris Cappuccio |
2002-06-10 | fix ivory tower greek fix. ok angelos@ | Bob Beck |
2002-06-10 | old bouncebuffering api not used anymore | Niklas Hallqvist |
2002-06-10 | Maintain my sanity. | Tobias Weingartner |
2002-06-10 | sleep() -> tsleep() | Miod Vallat |
2002-06-10 | more __FUNCTION__ slaughter | Marc Espie |
2002-06-10 | You should always free the keys, not just on error --- the crypto | Angelos D. Keromytis |
2002-06-10 | Print ITLB/DTLB on usIII | Marcus Watts |
2002-06-10 | __FUNCTION__ -> __func__ | Marc Espie |
2002-06-10 | Allow ports to be specified in nat rules, useful later on for individual | Daniel Hartmeier |
2002-06-10 | new ioctl that reports the current emulation a process uses; needed for | Niels Provos |
2002-06-10 | #include <sys/timeout.h>, from Chris Kuethe | Daniel Hartmeier |
2002-06-10 | correct tcpdump on gif interface (inbound). reported by fries | Jun-ichiro itojun Hagino |
2002-06-10 | easy error checks first. | Jun-ichiro itojun Hagino |
2002-06-10 | Don't #include <sys/malloc.h> | Daniel Hartmeier |
2002-06-10 | add __weak_alias define; miod@ ok | Federico G. Schwindt |
2002-06-10 | Grammar. | Thomas Nordin |
2002-06-10 | prevent mbuf leak on icmp_do_error() failure. | Jun-ichiro itojun Hagino |
2002-06-10 | sync | Nathan Binkert |
2002-06-10 | more new usb devices from NetBSD | Nathan Binkert |