Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-08 | One ddb to rule them all. | Miod Vallat | |
Move the ddb files form macppc/macppc to powerpc/ddb, so that mvmeppc can benefit from the better ddb that was in macppc. db_interface.c is left as an md part. | |||
2002-06-08 | Strict prototypes, and some KNF touches while there. | Miod Vallat | |
2002-06-08 | Strict prototypes, fix lcsplx() behaviour as per macppc, and a few | Miod Vallat | |
other fixes here and there. | |||
2002-06-08 | Strict prototypes, and fix mvmeprom_brdid interface. | Miod Vallat | |
2002-06-08 | Fix device and console device prototypes. | Miod Vallat | |
2002-06-08 | Factorize common parts (cache-related stuff). | Miod Vallat | |
ok drahn@ | |||
2002-06-08 | i386 configures devices while at spl0, this causes problems if devices | Dale Rahn | |
attach the interrupt before initializing the hardware to make sure that no interrupts are pending. By adding splusb() any possible interrupts are blocked and will be handled correctly. Discussed with niklas, ok art@ | |||
2002-06-08 | more splnet protection to dom_ifattach | Jun-ichiro itojun Hagino | |
2002-06-08 | protect dom_ifattach by splnet | Jun-ichiro itojun Hagino | |
2002-06-08 | de pee | Jason Wright | |
2002-06-08 | protect biodone with splbio | Artur Grabowski | |
2002-06-08 | keep the count of fragments consistent when we have to do a fail safe drop | Mike Frantzen | |
2002-06-08 | Explain why there is no splhigh here | Niklas Hallqvist | |
2002-06-08 | Provide type information for some symbols. Should fix vmstat -i. | Artur Grabowski | |
2002-06-08 | correctness | Chris Cappuccio | |
2002-06-08 | Make state timeouts configurable per rule, like | Daniel Hartmeier | |
pass in from any to any port www keep state (tcp.established 60) ok frantzen@ | |||
2002-06-08 | Always keep the symbols, don't hand that memory to the VM system. | Artur Grabowski | |
In most cases we'll have either DDB or /dev/ksyms and if someone really needs the memory they'll strip the kernel. Fixes alpha/2705. | |||
2002-06-08 | Remove this horror DIAGNOSTIC define. It was just ugly when it | Artur Grabowski | |
was introduced, but now it causes crashes when kernels are built without DIAGNOSTIC. Instead of trying to debug this incorrect code, I'm just removing this abomination. | |||
2002-06-08 | Let this build when the internal DIAGNOSTIC define is removed. | Artur Grabowski | |
2002-06-08 | Disable the screen burner if it is enabled and X starts, and reinable upon | Dale Rahn | |
leaving X, if it was enabled. looked at by miod, mickey. | |||
2002-06-08 | rl* at cardbus | Aaron Campbell | |
2002-06-08 | Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD. | Aaron Campbell | |
deraadt@, jasoni@ ok. Thanks to niklas@ for donating a card for testing. | |||
2002-06-08 | typo | Jun-ichiro itojun Hagino | |
2002-06-08 | sync | Aaron Campbell | |
2002-06-08 | Add some RealTek card ID's; from NetBSD. | Aaron Campbell | |
2002-06-08 | in6_len2mask is a duplicate of in6_prefixlen2mask. unify. sync w/kame | Jun-ichiro itojun Hagino | |
2002-06-08 | Macppc switches to gem from gm. Use the MI, better, Gig-E capable driver. | Dale Rahn | |
2002-06-08 | print address; millert@ ok. | Federico G. Schwindt | |
2002-06-08 | on SIOCAIFADDR_IN6 check if sin6_len is sane. sync w/kame | Jun-ichiro itojun Hagino | |
2002-06-07 | kill register; ok with itojun | jasoni | |
2002-06-07 | use TAILQ_FOREACH macro; ok angelos | jasoni | |
2002-06-07 | Multicast fixes, Gig-E support, mostly from netbsd. ok jason@ | Dale Rahn | |
2002-06-07 | knf | Jason Wright | |
2002-06-07 | Use LIST macros instead of accessing field members directly; jason@ ok | Aaron Campbell | |
2002-06-07 | Detect wrap-around of timeout and set it to its maximum value. Hacky | Angelos D. Keromytis | |
way of getting the max value attributed to millert@ | |||
2002-06-07 | increase rule label length from 32 to 64 chars | Henning Brauer | |
okay dhartmei@, frantzen@ | |||
2002-06-07 | add the possibility to configure a TTL while return-rst | Philipp Buehler | |
ok dhartmei@, ipv6 part itojun@ ok | |||
2002-06-07 | Fix more timeout handling issues in ohci. There are still cursed harrdware | Miod Vallat | |
that will keep dying with this applied, though. Discussed with drahn@ | |||
2002-06-07 | style | Jun-ichiro itojun Hagino | |
2002-06-07 | More DDB fallout. | Dale Rahn | |
2002-06-07 | Fix DDB build problem, minor cleanup. | Dale Rahn | |
2002-06-07 | This doesn't happen, and Debugger should not be used here anyway... | Dale Rahn | |
2002-06-07 | move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch of KNFs. | Jun-ichiro itojun Hagino | |
rip6 stats. sync w/kame | |||
2002-06-07 | in pf_route{6}, do not pass thru pf_test again if the outgoing | jasoni | |
interface has not changed - ok dhartmei@ | |||
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin | |
2002-06-07 | Add "(max <number>)" option for "keep/modulate state" to limit the number | Daniel Hartmeier | |
of concurrent connections a rule can create. ok frantzen@ | |||
2002-06-07 | Change addupc_intr to not use fuswintr and suswintr to update the profiling | Artur Grabowski | |
info. Since we only use it to profile processes in user mode and there is no way to get back user mode without going past the AST that will write out the profiling info in a context where copyout works. Sitting in my tree for ages. Reviewed and with some suggestions from nordin@ | |||
2002-06-07 | switch from AVL tree's to herr Provos' red-black trees | Mike Frantzen | |
with suggestions from provos@ ok dhartmei@ | |||
2002-06-07 | regen. | Federico G. Schwindt | |
2002-06-07 | Call pf_test() from pf_route() to filter (and translate) routed packets, | Daniel Hartmeier | |
too. Use mbuf tag to prevent loops. Suggested by Darren Reed. ok frantzen@ |