Age | Commit message (Expand) | Author |
2002-06-17 | option XSERVER was only needed for pccons console driver, which | Matthieu Herrb |
2002-06-17 | remove old pccons console driver. Not used anymore and not maintained. | Matthieu Herrb |
2002-06-17 | Go ahead and enable upa0 at mainbus0 | Jason Wright |
2002-06-17 | cosmetic changes in the copyright suggested by theo. | Federico G. Schwindt |
2002-06-17 | and more uftdi kernel breaking crap here. Geez | Theo de Raadt |
2002-06-17 | Who the HELL commited this thing which breaks kernels? Get your act | Theo de Raadt |
2002-06-17 | - make user ioctl's available via gprio.h | Federico G. Schwindt |
2002-06-17 | sync | Nathan Binkert |
2002-06-17 | New Rio/Nike psa[play 120 mp3 player | Nathan Binkert |
2002-06-17 | remove noisy jason debug printf blatther. bad p | Theo de Raadt |
2002-06-17 | Add UK keymap (tested on PBG4). Since it doesn't have a # key, do like | Anil Madhavapeddy |
2002-06-16 | Oops, uncomment wsdisplay at vga, commented out by mistake last time. | Miod Vallat |
2002-06-16 | Increase XL_TIMEOUT from 1000 -> 2000. No longer get those pesky "command | Aaron Campbell |
2002-06-16 | Missing braces around else case, fixes a kernel crash introduced in r1.5 if | Aaron Campbell |
2002-06-16 | When processing the KERN_VNODE sysctl, the kernel builds a packed structure, | Miod Vallat |
2002-06-16 | defining cdev_*_init over other unrelated device's cdev_*_init is very very bad | Michael Shalayeff |
2002-06-16 | implement kqueue for audio; tested on wiggy and niels@ ok | Michael Shalayeff |
2002-06-16 | forgot copyright, pointed out by christos@netbsd | Niels Provos |
2002-06-15 | Check the correct variable when freeing the RX/TX lists. | Aaron Campbell |
2002-06-15 | Don't advertise hostap as an allowed media type for firmware < 0.80 | Todd C. Miller |
2002-06-15 | Decruftification. | Artur Grabowski |
2002-06-15 | Move ATA SMART defines to atactl. | Grigoriy Orlov |
2002-06-15 | unmap/free memory as well on detach. | Federico G. Schwindt |
2002-06-15 | GPR400 smartcard reader driver, some stuff still missing. | Federico G. Schwindt |
2002-06-15 | unnecessary () on cast | Jason Wright |
2002-06-15 | bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). Thanks | Aaron Campbell |
2002-06-15 | Transparent IPsec processing on the bridge; for now works only with | Angelos D. Keromytis |
2002-06-15 | add my name here as suggested by jason@ | Federico G. Schwindt |
2002-06-15 | gc some leftovers from sparc. | Artur Grabowski |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-14 | 992 bytes. Also works if random function returns 0 first time. | Marcus Watts |
2002-06-14 | support for getting the cpu type through sysctl, same as on sparc. | Artur Grabowski |
2002-06-14 | ifdef SUN4 ? yeah, right. | Artur Grabowski |
2002-06-14 | sysctl for getting the cputype. | Artur Grabowski |
2002-06-14 | don't allow users to set the IBSS/HostAP SSID to the empty string | Todd C. Miller |
2002-06-14 | from freebsd: | Michael Shalayeff |
2002-06-13 | start/size might have ben used uninitialized in case | Michael Shalayeff |
2002-06-13 | Remove whitespace from the end of the file. | Angelos D. Keromytis |
2002-06-12 | looks slightly better | Theo de Raadt |
2002-06-12 | undo 1.46; fixes double free (the keys are freed on session close). | Markus Friedl |
2002-06-12 | pci revision is in the class field, not the id (some ppl just refuse to follo... | Michael Shalayeff |
2002-06-12 | bdevtomaj worked well, but is no longer needed. | Hugh Graham |
2002-06-12 | No longer need these getdev routines. | Hugh Graham |
2002-06-12 | Previously, SIOCG80211NWID would return the "desired" netname if | Todd C. Miller |
2002-06-12 | so let us analyse the development process here: | Theo de Raadt |
2002-06-12 | Prune duplicate definitions from <dev/cons.h> | Miod Vallat |
2002-06-12 | cnputc() will take care of the necessary cr->cr/lf translation, so don't | Miod Vallat |
2002-06-12 | Remove some #if 0 cruft. | Artur Grabowski |
2002-06-12 | import of netbsd's vlan multicast code | Chris Cappuccio |
2002-06-12 | add mmap implementation and skeleton interrupt mapping | Jason Wright |