Age | Commit message (Expand) | Author |
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 |
2002-06-11 | Fix, s/pci_sel/pcisel | Jason Wright |
2002-06-11 | Fix (include sys/pciio.h) | Jason Wright |
2002-06-11 | s/pcitag/sc_pcitag so it compiles (sorry matthieu) | Jason Wright |
2002-06-11 | hash functions for use in the kernel | Eric Jackson |
2002-06-11 | use a correct test, ok art@ | Peter Stromberg |
2002-06-11 | have rb_remove return the right value, too. | Niels Provos |
2002-06-11 | SPLAY_{INSERT,REMOVE} have return values now that can be used for error | Niels Provos |
2002-06-11 | Fix tab. | Aaron Campbell |
2002-06-11 | split the grammar of scrub(fragcache) into scrub ... 'fragment reassemble', | Mike Frantzen |
2002-06-11 | Remove some unused code for dealing with nfs over kerberos. No actual change, | Hans Insulander |
2002-06-11 | add a new ioctl to wscons (currently implemented only on sparc64) | Matthieu Herrb |
2002-06-11 | more debugging info | Niklas Hallqvist |
2002-06-11 | Prune some more dead code. | Hugh Graham |
2002-06-11 | never allow uncached mappings to pmap_kenter_pa | Artur Grabowski |
2002-06-11 | kernel changes to make asymmetric crypto work in userland | Bob Beck |
2002-06-11 | More registers | Jason Wright |
2002-06-11 | remove call to debugger | Jason Wright |
2002-06-11 | add schizo (disabled) and upa (disabled) and creator at upa | Jason Wright |
2002-06-11 | nuke unused stuff | Artur Grabowski |
2002-06-11 | add upa and creator at upa | Jason Wright |
2002-06-11 | UPA driver for the Blade1000 | Jason Wright |
2002-06-11 | UPA attachment for creator | Jason Wright |
2002-06-11 | Nuke unused function. | Hugh Graham |
2002-06-11 | Allow MD code to define __HAVE_VM_PAGE_MD to add own members into struct vm_p... | Artur Grabowski |
2002-06-11 | Oops, no need for 1k lpgsz support on the ramdisk. | Hugh Graham |
2002-06-11 | New boot code, mostly from ragge's work in NetBSD. | Hugh Graham |
2002-06-11 | Saves 4 bytes of filespace | Marcus Watts |
2002-06-11 | kill __FUNCTION__ | Marc Espie |
2002-06-11 | Protect mi_switch with splstatclock. | Artur Grabowski |
2002-06-11 | Recognize more v9 branches when stepping | Marcus Watts |
2002-06-11 | can't call arc4random() before timeouts are enabled, use random() if cold. | Jason Wright |
2002-06-11 | add umidi, but commented out since I don't have anything to test | Nathan Binkert |
2002-06-11 | add usb midi support. | Nathan Binkert |
2002-06-11 | silence some of log(), as the codepath will be visited for IPv6-non-capable | Jun-ichiro itojun Hagino |
2002-06-11 | whitespace | Jun-ichiro itojun Hagino |
2002-06-11 | add umct, but commented out since it hasn't been shown to work. | Nathan Binkert |
2002-06-11 | split creator driver into bus specific and common code. | Federico G. Schwindt |
2002-06-11 | Remove upa_softc from here (it will return, but it's in the way for now) | Jason Wright |
2002-06-11 | Add the umct serial driver for netbsd. | Nathan Binkert |
2002-06-11 | Remove a stupid assert that grows the kernel by 40kB. | Artur Grabowski |
2002-06-11 | ANSIfy | Artur Grabowski |
2002-06-11 | Remove unnecessary spllowersoftclock(). ok art@ | Thomas Nordin |
2002-06-11 | abs() is defined by ANSI C -- don't use a macro for it. ok niklas@ | Thomas Nordin |