summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-01-31Make comment more representative.Hugh Graham
2002-01-31A little KNF.Hugh Graham
2002-01-31Add support for VAX 4000 500A.Hugh Graham
2002-01-31zero out csum when re-using mbuf (cures 50% packet loss under load)Jim Rees
2002-01-31Ignore signals if/when we are exiting.Tobias Weingartner
2002-01-31drop the low drop bits number to 10 dropMichael Shalayeff
2002-01-31Don't need NFB (fb's aren't accessible this way)Jason Wright
2002-01-30Driver for getting at performance counters. These manifest themJason Wright
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2002-01-30Add proc0 to the PIDHASH table. art@ okThomas Nordin
2002-01-30TI 1410 PCI-CardBus support.Federico G. Schwindt
2002-01-30A bit of hacking on awacs to try to get audio input working.Dale Rahn
2002-01-30IOCTL for retrieving traces from the ATA subsystemConstantine Sapuntzakis
2002-01-29Don't install a handler for powerfail... this causes weird problems withJason Wright
2002-01-29Remove the iov2pages/mbuf2pages API... All of the relevant arch's supportJason Wright
2002-01-29process the delayed-free queue more often; chs@netbsd.orgTodd C. Miller
2002-01-29Honor the printf-like function argument in pool_printit(), instead ofMiod Vallat
2002-01-28yes, there is no sense in double savectx here; from Brian J. Kifiak <bk@rt.fm>Michael Shalayeff
2002-01-28add NFS_VER4Jim Rees
2002-01-28match on corega CGWLPCIA11; from <jonathon.fletcher@pobox.com>Michael Shalayeff
2002-01-28add hifn, ubsec, and autri (warning, autri's sound defaults are a bitJason Wright
2002-01-28Add "boot reboot" to please jason@ and "boot poweroff" to please drahn@.Miod Vallat
2002-01-28Try to share a common src/dst map where possible, and cope with thatJason Wright
2002-01-28First round of post-bus_dma cleanups:Jason Wright
2002-01-28Quick (and a little dirty) conversion to bus_dma(9).Jason Wright
2002-01-28Even more GC.Artur Grabowski
2002-01-28allocate vm pages with uvm_km_alloc (this code is ifdefed out anyway).Artur Grabowski
2002-01-28malloc/free is not really used for pvs allocsMichael Shalayeff
2002-01-28GC PR_STATIC and PR_MALLOCOK.Artur Grabowski
2002-01-28PR_MALLOCOK is not necessary.Artur Grabowski
2002-01-28Re-port the NetBSD driver, but rewrite tx logic to use static buffers (andJason Wright
2002-01-27bt no moreMichael Shalayeff
2002-01-27bt no moreMichael Shalayeff
2002-01-26Kludge, protect against bus faults during pci probes. allows OpenBSDDale Rahn
2002-01-26splclock() should block SPL_BIO - SPL_IMP.Dale Rahn
2002-01-25properly identify gem as a boot deviceJason Wright
2002-01-25CEAFSR defnsJason Wright
2002-01-25Reg defs for UEAFSRJason Wright
2002-01-25offset to com regs is just a common iomod offset, accomodate for com consoleMichael Shalayeff
2002-01-25offset cons hpa to com regs, damnitMichael Shalayeff
2002-01-25see if we are a consoleMichael Shalayeff
2002-01-25tell wsdisplay if we are a consoleMichael Shalayeff
2002-01-25init conaddr/unit if page0->mem_cons is on serialMichael Shalayeff
2002-01-25do not conflict PF_ /w pf -- rename to PZF_ and define _BITSMichael Shalayeff
2002-01-25define CONADDR and CONUNITMichael Shalayeff
2002-01-25CONADDR is defined elsewhere for hppaMichael Shalayeff
2002-01-25In encap, sync mbuf before writing descriptorsJason Wright
2002-01-25Don't defer attachment of devices on USB (we need the keyboard asap)Jason Wright
2002-01-25Add a drain hook to each pool. This hook is called in three cases.Artur Grabowski
2002-01-25allocate pmaps with pool.Artur Grabowski