summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-12-13Support for MVME197 completed. Fix SPL defs.Steve Murphree
2001-12-13remove redundant #if NPF. ok jason@jasoni
2001-12-13changes to work with 32bit platforms and get ethernet address on powerpc.Dale Rahn
2001-12-13Initialize variable before use. ok fgs@Thomas Nordin
2001-12-12- turn m88k_protection() into a trivial macro.Miod Vallat
2001-12-12Remove prototypes for non-existent mach leftovers, or duplicated inMiod Vallat
2001-12-12add hifn and dc at pciJason Wright
2001-12-12add /dev/crypto supportJason Wright
2001-12-12Full suite of bus_dma functions (except bus_dmamap_load_raw)... this allowsJason Wright
2001-12-12Handle itimer intervals smaller than the resolution of the clock; pr#2182.Thomas Nordin
2001-12-12At Miod's request make the pte in pmap_extract() a pt_entry_t * forTodd C. Miller
2001-12-12Don't return TRUE from pmap_extract if the pte is not valid.Todd C. Miller
2001-12-12disable debugging, pointed out by brad@Michael Shalayeff
2001-12-12usmoke some scsi drugs, a little bitMichael Shalayeff
2001-12-12Remember to add the current time...problem noticed by ho@Angelos D. Keromytis
2001-12-11Remove declarations that already exist in <sys/conf.h>Miod Vallat
2001-12-11syncTodd T. Fries
2001-12-11Intel pchb and agp, nvidia gf2mx100Todd T. Fries
2001-12-11Support Promise Ultra100TX2 (PDC20268)Chris Cappuccio
2001-12-11mac68k disklabel cleaning 1/3:Miod Vallat
2001-12-11Yet another sync to NetBSD. Kills lot of unnecessary code and cleans up a bit.Artur Grabowski
2001-12-11Do not include sys/cdefs.h twice; Bjorn SandellTodd C. Miller
2001-12-11More sync to NetBSD.Artur Grabowski
2001-12-11Fix typo, noticed by Richard LoweTodd C. Miller
2001-12-11Merge in some pmap improvements from NetBSD.Artur Grabowski
2001-12-11minor fixes.Artur Grabowski
2001-12-11Repair 68060 operation; from art@ and myself, spell-checked by deraadt@.Miod Vallat
2001-12-11Use queue.h macros.Jason Wright
2001-12-11- Log packet while mbuf is still valid.jasoni
2001-12-10Since VOP_READ is never called on VDIR vnodes and ext2fs_readArtur Grabowski
2001-12-10No need to initialize the uobj on every getnewvnode. Just doArtur Grabowski
2001-12-10Don't sleep on VXLOCK if LK_NOWAIT.Artur Grabowski
2001-12-10Add an ioctl to add state entries (DIOCADDSTATE) for proxies.Daniel Hartmeier
2001-12-10Add stateful filtering for other (non-TCP/UDP/ICMP) protocol, based onDaniel Hartmeier
2001-12-10No need for uvm_useracc here now. vslock catches those problems.Artur Grabowski
2001-12-10minor cleanups.Artur Grabowski
2001-12-10No need to m_freem(m) if m is already NULL. dhartmei@ ok.Hakan Olsson
2001-12-10use queue.h macros for TAILQ operationsJason Wright
2001-12-10update ip stats when dropping an ip packetjasoni
2001-12-10regenArtur Grabowski
2001-12-10Big cleanup inspired by NetBSD with some parts of the code from NetBSD.Artur Grabowski
2001-12-10Remove LFS crud.Artur Grabowski
2001-12-10Update commentArtur Grabowski
2001-12-10Merge in struct uvm_vnode into struct vnode.Artur Grabowski
2001-12-10Define MCLBYTES from MCLSHIFT, rather than providing the final value.Miod Vallat
2001-12-10Not needed/used anymore.Miod Vallat
2001-12-10No need to include <sys/dmap.h> and define related variables.Miod Vallat
2001-12-09Use queue.h TAILQ macros instead of accessing members directly.Jason Wright
2001-12-09Don't access the tq members directly, use the queue.h macros. Also,Jason Wright
2001-12-09Even more ansification.Artur Grabowski