summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-06-12Previously, SIOCG80211NWID would return the "desired" netname ifTodd C. Miller
2002-06-12so let us analyse the development process here:Theo de Raadt
2002-06-12Prune duplicate definitions from <dev/cons.h>Miod Vallat
2002-06-12cnputc() will take care of the necessary cr->cr/lf translation, so don'tMiod Vallat
2002-06-12Remove some #if 0 cruft.Artur Grabowski
2002-06-12import of netbsd's vlan multicast codeChris Cappuccio
2002-06-12add mmap implementation and skeleton interrupt mappingJason Wright
2002-06-11Fix, s/pci_sel/pciselJason Wright
2002-06-11Fix (include sys/pciio.h)Jason Wright
2002-06-11s/pcitag/sc_pcitag so it compiles (sorry matthieu)Jason Wright
2002-06-11hash functions for use in the kernelEric Jackson
2002-06-11use a correct test, ok art@Peter Stromberg
2002-06-11have rb_remove return the right value, too.Niels Provos
2002-06-11SPLAY_{INSERT,REMOVE} have return values now that can be used for errorNiels Provos
2002-06-11Fix tab.Aaron Campbell
2002-06-11split the grammar of scrub(fragcache) into scrub ... 'fragment reassemble',Mike Frantzen
2002-06-11Remove some unused code for dealing with nfs over kerberos. No actual change,Hans Insulander
2002-06-11add a new ioctl to wscons (currently implemented only on sparc64)Matthieu Herrb
2002-06-11more debugging infoNiklas Hallqvist
2002-06-11Prune some more dead code.Hugh Graham
2002-06-11never allow uncached mappings to pmap_kenter_paArtur Grabowski
2002-06-11kernel changes to make asymmetric crypto work in userlandBob Beck
2002-06-11More registersJason Wright
2002-06-11remove call to debuggerJason Wright
2002-06-11add schizo (disabled) and upa (disabled) and creator at upaJason Wright
2002-06-11nuke unused stuffArtur Grabowski
2002-06-11add upa and creator at upaJason Wright
2002-06-11UPA driver for the Blade1000Jason Wright
2002-06-11UPA attachment for creatorJason Wright
2002-06-11Nuke unused function.Hugh Graham
2002-06-11Allow MD code to define __HAVE_VM_PAGE_MD to add own members into struct vm_p...Artur Grabowski
2002-06-11Oops, no need for 1k lpgsz support on the ramdisk.Hugh Graham
2002-06-11New boot code, mostly from ragge's work in NetBSD.Hugh Graham
2002-06-11Saves 4 bytes of filespaceMarcus Watts
2002-06-11kill __FUNCTION__Marc Espie
2002-06-11Protect mi_switch with splstatclock.Artur Grabowski
2002-06-11Recognize more v9 branches when steppingMarcus Watts
2002-06-11can't call arc4random() before timeouts are enabled, use random() if cold.Jason Wright
2002-06-11add umidi, but commented out since I don't have anything to testNathan Binkert
2002-06-11add usb midi support.Nathan Binkert
2002-06-11silence some of log(), as the codepath will be visited for IPv6-non-capableJun-ichiro itojun Hagino
2002-06-11whitespaceJun-ichiro itojun Hagino
2002-06-11add umct, but commented out since it hasn't been shown to work.Nathan Binkert
2002-06-11split creator driver into bus specific and common code.Federico G. Schwindt
2002-06-11Remove upa_softc from here (it will return, but it's in the way for now)Jason Wright
2002-06-11Add the umct serial driver for netbsd.Nathan Binkert
2002-06-11Remove a stupid assert that grows the kernel by 40kB.Artur Grabowski
2002-06-11ANSIfyArtur Grabowski
2002-06-11Remove unnecessary spllowersoftclock(). ok art@Thomas Nordin
2002-06-11abs() is defined by ANSI C -- don't use a macro for it. ok niklas@Thomas Nordin