summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-06-17option XSERVER was only needed for pccons console driver, whichMatthieu Herrb
2002-06-17remove old pccons console driver. Not used anymore and not maintained.Matthieu Herrb
2002-06-17Go ahead and enable upa0 at mainbus0Jason Wright
2002-06-17cosmetic changes in the copyright suggested by theo.Federico G. Schwindt
2002-06-17and more uftdi kernel breaking crap here. GeezTheo de Raadt
2002-06-17Who the HELL commited this thing which breaks kernels? Get your actTheo de Raadt
2002-06-17- make user ioctl's available via gprio.hFederico G. Schwindt
2002-06-17syncNathan Binkert
2002-06-17New Rio/Nike psa[play 120 mp3 playerNathan Binkert
2002-06-17remove noisy jason debug printf blatther. bad pTheo de Raadt
2002-06-17Add UK keymap (tested on PBG4). Since it doesn't have a # key, do likeAnil Madhavapeddy
2002-06-16Oops, uncomment wsdisplay at vga, commented out by mistake last time.Miod Vallat
2002-06-16Increase XL_TIMEOUT from 1000 -> 2000. No longer get those pesky "commandAaron Campbell
2002-06-16Missing braces around else case, fixes a kernel crash introduced in r1.5 ifAaron Campbell
2002-06-16When processing the KERN_VNODE sysctl, the kernel builds a packed structure,Miod Vallat
2002-06-16defining cdev_*_init over other unrelated device's cdev_*_init is very very badMichael Shalayeff
2002-06-16implement kqueue for audio; tested on wiggy and niels@ okMichael Shalayeff
2002-06-16forgot copyright, pointed out by christos@netbsdNiels Provos
2002-06-15Check the correct variable when freeing the RX/TX lists.Aaron Campbell
2002-06-15Don't advertise hostap as an allowed media type for firmware < 0.80Todd C. Miller
2002-06-15Decruftification.Artur Grabowski
2002-06-15Move ATA SMART defines to atactl.Grigoriy Orlov
2002-06-15unmap/free memory as well on detach.Federico G. Schwindt
2002-06-15GPR400 smartcard reader driver, some stuff still missing.Federico G. Schwindt
2002-06-15unnecessary () on castJason Wright
2002-06-15bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). ThanksAaron Campbell
2002-06-15Transparent IPsec processing on the bridge; for now works only withAngelos D. Keromytis
2002-06-15add my name here as suggested by jason@Federico G. Schwindt
2002-06-15gc some leftovers from sparc.Artur Grabowski
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-14992 bytes. Also works if random function returns 0 first time.Marcus Watts
2002-06-14support for getting the cpu type through sysctl, same as on sparc.Artur Grabowski
2002-06-14ifdef SUN4 ? yeah, right.Artur Grabowski
2002-06-14sysctl for getting the cputype.Artur Grabowski
2002-06-14don't allow users to set the IBSS/HostAP SSID to the empty stringTodd C. Miller
2002-06-14from freebsd:Michael Shalayeff
2002-06-13start/size might have ben used uninitialized in caseMichael Shalayeff
2002-06-13Remove whitespace from the end of the file.Angelos D. Keromytis
2002-06-12looks slightly betterTheo de Raadt
2002-06-12undo 1.46; fixes double free (the keys are freed on session close).Markus Friedl
2002-06-12pci revision is in the class field, not the id (some ppl just refuse to follo...Michael Shalayeff
2002-06-12bdevtomaj worked well, but is no longer needed.Hugh Graham
2002-06-12No longer need these getdev routines.Hugh Graham
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