Age | Commit message (Expand) | Author |
2002-06-08 | If a IP packet is too large for the outgoing interface and DF is set, | jasoni |
2002-06-08 | pullup two fixes from netbsd | Chris Cappuccio |
2002-06-08 | Sysctl for getting process arguments and environment. | Artur Grabowski |
2002-06-08 | Make 4GB machines work better. | Tobias Weingartner |
2002-06-08 | kill __P | Todd C. Miller |
2002-06-08 | Initial (not quite fully working) driver for the schizo on the blade1000 | Jason Wright |
2002-06-08 | Netbsd cache flush speedup to dcache_flush_page. | Marcus Watts |
2002-06-08 | Break up icmp_error() so we can have the icmp error mbuf returned | jasoni |
2002-06-08 | use splnet for ipsec | Jun-ichiro itojun Hagino |
2002-06-08 | splnet -> splsoftnet where appropriate | Jun-ichiro itojun Hagino |
2002-06-08 | gc | Jun-ichiro itojun Hagino |
2002-06-08 | KNF | Jun-ichiro itojun Hagino |
2002-06-08 | Check result from malloc(9) when using M_NOWAIT. ok niklas@ | Thomas Nordin |
2002-06-08 | remove #ifdef __NetBSD__ | Jun-ichiro itojun Hagino |
2002-06-08 | sync with latest KAME in6_ifaddr/prefix/default router manipulation. | Jun-ichiro itojun Hagino |
2002-06-08 | Use tsleep. | Artur Grabowski |
2002-06-08 | Use tsleep instead of sleep. | Artur Grabowski |
2002-06-08 | Use ltsleep in vfs_busy. | Artur Grabowski |
2002-06-08 | make pci_conf_{read|write} indirect functions so we can overload them | Jason Wright |
2002-06-08 | KNF miss in my last commit | Niklas Hallqvist |
2002-06-08 | Oops, it was not meant to be removed, just liposucked. | Miod Vallat |
2002-06-08 | One ddb to rule them all. | Miod Vallat |
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 |
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 |
2002-06-08 | i386 configures devices while at spl0, this causes problems if devices | Dale Rahn |
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 |
2002-06-08 | Always keep the symbols, don't hand that memory to the VM system. | Artur Grabowski |
2002-06-08 | Remove this horror DIAGNOSTIC define. It was just ugly when it | Artur Grabowski |
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 |
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 |
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 |