summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-06-09different magics for malloc and pool, art@ okNiklas Hallqvist
2002-06-09Handle out of memory gracefully. ok jason@Thomas Nordin
2002-06-09More (the last round?) of splasserts and splbio around biodone.Artur Grabowski
2002-06-09some splassert and protection of biodone.Artur Grabowski
2002-06-09splassert a splbio assumption.Artur Grabowski
2002-06-09more of those crazy registersJason Wright
2002-06-08KISS. the spl variable doesn't have to be called s, but it make the code less...Artur Grabowski
2002-06-08splbio around biodoneArtur Grabowski
2002-06-08Add hardware TCP/IP checksum offloading support for receive and transmit forAaron Campbell
2002-06-08TTYCOUNT and NUMVNODES.Angelos D. Keromytis
2002-06-08match new amd pciide a'la netbsdChris Cappuccio
2002-06-08add missing ioctl support for SIOCSIFMTUJason Wright
2002-06-08TTYCOUNT and NUMVNODESAngelos D. Keromytis
2002-06-08Move stuff around like a crazy man... (split into var/reg)Jason Wright
2002-06-08compile with -Wall -Werror -WhateverMiod Vallat
2002-06-08syncChris Cappuccio
2002-06-08Add AMD 8111 IDEChris Cappuccio
2002-06-08Add read-only KERN_NFILES (number of open files).Angelos D. Keromytis
2002-06-08Add KERN_NFILES, and procargs entry.Angelos D. Keromytis
2002-06-08use consistent style in function declarationsjasoni
2002-06-08If a IP packet is too large for the outgoing interface and DF is set,jasoni
2002-06-08pullup two fixes from netbsdChris Cappuccio
2002-06-08Sysctl for getting process arguments and environment.Artur Grabowski
2002-06-08Make 4GB machines work better.Tobias Weingartner
2002-06-08kill __PTodd C. Miller
2002-06-08Initial (not quite fully working) driver for the schizo on the blade1000Jason Wright
2002-06-08Netbsd cache flush speedup to dcache_flush_page.Marcus Watts
2002-06-08Break up icmp_error() so we can have the icmp error mbuf returnedjasoni
2002-06-08use splnet for ipsecJun-ichiro itojun Hagino
2002-06-08splnet -> splsoftnet where appropriateJun-ichiro itojun Hagino
2002-06-08gcJun-ichiro itojun Hagino
2002-06-08KNFJun-ichiro itojun Hagino
2002-06-08Check result from malloc(9) when using M_NOWAIT. ok niklas@Thomas Nordin
2002-06-08remove #ifdef __NetBSD__Jun-ichiro itojun Hagino
2002-06-08sync with latest KAME in6_ifaddr/prefix/default router manipulation.Jun-ichiro itojun Hagino
2002-06-08Use tsleep.Artur Grabowski
2002-06-08Use tsleep instead of sleep.Artur Grabowski
2002-06-08Use ltsleep in vfs_busy.Artur Grabowski
2002-06-08make pci_conf_{read|write} indirect functions so we can overload themJason Wright
2002-06-08KNF miss in my last commitNiklas Hallqvist
2002-06-08Oops, it was not meant to be removed, just liposucked.Miod Vallat
2002-06-08One ddb to rule them all.Miod Vallat
2002-06-08Strict prototypes, and some KNF touches while there.Miod Vallat
2002-06-08Strict prototypes, fix lcsplx() behaviour as per macppc, and a fewMiod Vallat
2002-06-08Strict prototypes, and fix mvmeprom_brdid interface.Miod Vallat
2002-06-08Fix device and console device prototypes.Miod Vallat
2002-06-08Factorize common parts (cache-related stuff).Miod Vallat
2002-06-08i386 configures devices while at spl0, this causes problems if devicesDale Rahn
2002-06-08more splnet protection to dom_ifattachJun-ichiro itojun Hagino
2002-06-08protect dom_ifattach by splnetJun-ichiro itojun Hagino