| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a USB comm driver. | Josef Karthauser | 2002-03-18 | 12 | -0/+3071 |
* | Back out the modification of vm_map locks from lockmgr to sx locks. The | Brian Feldman | 2002-03-18 | 6 | -104/+89 |
* | Cleanup the chipset setup a bit. | Søren Schmidt | 2002-03-18 | 1 | -6/+12 |
* | Unbreak the build of smbfs.ko. | Maxime Henrion | 2002-03-18 | 1 | -0/+6 |
* | Add support for the ServerWorks CSB5 chips | Søren Schmidt | 2002-03-18 | 2 | -5/+60 |
* | Remove a couple of stray linuxisms to make this work for FreeBSD/ia64. | Doug Rabson | 2002-03-18 | 1 | -6/+2 |
* | lint the previous lint commit. | Ruslan Ermilov | 2002-03-18 | 2 | -2/+2 |
* | Fix spelling. | Doug Rabson | 2002-03-18 | 1 | -1/+1 |
* | Eliminate grow_stack() from (o)sendsig(). If the stack needs to grow, | Alan Cox | 2002-03-18 | 2 | -20/+8 |
* | - Lock down the ``module'' structure by adding an SX lock that is used by | Andrew R. Reiter | 2002-03-18 | 4 | -26/+80 |
* | Cannot release vnode underlying the nullfs vnode in null_inactive | Kirk McKusick | 2002-03-18 | 1 | -19/+26 |
* | Add hooks for very basic IPFilter support in bridging. Set, | Crist J. Clark | 2002-03-18 | 1 | -5/+42 |
* | Changes and fixes in preparation for UMA: | Benno Rice | 2002-03-17 | 3 | -36/+87 |
* | Lowercase all of the trap names. | Benno Rice | 2002-03-17 | 2 | -96/+96 |
* | Clean up and fix up copyin and copyout. | Benno Rice | 2002-03-17 | 2 | -28/+40 |
* | s/options\t\t/options \t/ | Dag-Erling Smørgrav | 2002-03-17 | 2 | -2/+2 |
* | Spelling: s/guesst/guessed/ | Crist J. Clark | 2002-03-17 | 2 | -2/+2 |
* | Need a different #include for the userland regression test. | Poul-Henning Kamp | 2002-03-17 | 1 | -1/+1 |
* | Make this compile in the userland-regression testsuite again. | Poul-Henning Kamp | 2002-03-17 | 1 | -13/+3 |
* | Remove vm_object_count: It's unused, incorrectly maintained and duplicates | Alan Cox | 2002-03-17 | 1 | -4/+1 |
* | Add splitfs vfs layer into libstand, which allows loading big kernels and | Maxim Sobolev | 2002-03-17 | 1 | -0/+1 |
* | Allow "make lint" to mostly work. Our sources are very unclean WRT | Mark Murray | 2002-03-17 | 2 | -0/+6 |
* | Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD, | Hellmuth Michaelis | 2002-03-17 | 54 | -1774/+229 |
* | Change the giant-dropping method a fair bit to keep WITNESS more | Poul-Henning Kamp | 2002-03-17 | 1 | -8/+6 |
* | Undo part of revision 1.57: Now that (o)sendsig() doesn't call useracc(), | Alan Cox | 2002-03-17 | 1 | -13/+3 |
* | Forgot to remove the old g_malloc() call when I split it. | Poul-Henning Kamp | 2002-03-17 | 1 | -2/+0 |
* | Regen for 1.28 of pccarddevs | Warner Losh | 2002-03-17 | 1 | -1/+7 |
* | Add support for the home Wireless Network airway wireless pcmcia card. | Warner Losh | 2002-03-17 | 1 | -0/+4 |
* | o Stop calling useracc() in (o)sendsig() now that we use copyout() | Alan Cox | 2002-03-17 | 2 | -120/+46 |
* | Work around a PLX9050 bug that causes system lockup in certain systems, | Bruce Evans | 2002-03-17 | 2 | -6/+8 |
* | Acquire a read lock on the map inside of vm_map_check_protection() rather | Alan Cox | 2002-03-17 | 2 | -4/+7 |
* | Don't demap the requested page from the tlb in pmap_kenter or pmap_kremove, | Jake Burkholder | 2002-03-17 | 1 | -5/+0 |
* | Fix a problem where kernel text could become unmapped when clearing out all | Jake Burkholder | 2002-03-17 | 1 | -8/+9 |
* | Use the tlb data access register to map the kernel tsb, rather than the data | Jake Burkholder | 2002-03-17 | 1 | -1/+1 |
* | Add a flags parameter to VFS_VGET to pass through the desired | Kirk McKusick | 2002-03-17 | 48 | -191/+308 |
* | Convert all pmap_kenter/pmap_kremove pairs in MI code to use pmap_qenter/ | Jake Burkholder | 2002-03-17 | 5 | -9/+10 |
* | Extend CONS_GETINFO ioctl to provide information about size of the currently | Maxim Sobolev | 2002-03-16 | 2 | -0/+2 |
* | Don't call the bios if the interrupt appaers to be already routed. Some | Warner Losh | 2002-03-16 | 3 | -9/+9 |
* | o Rework the identify routine a little, merging it with NetBSD's wi. | Warner Losh | 2002-03-16 | 3 | -50/+45 |
* | Bump the FreeBSD version to mark the import of Perl 5.6.1. | Mark Murray | 2002-03-16 | 1 | -1/+1 |
* | Add more functionality to the CDIOCREADSUBCHANNEL ioctl. | Søren Schmidt | 2002-03-16 | 2 | -36/+30 |
* | Fix 64bit arch problems. | Søren Schmidt | 2002-03-16 | 2 | -5/+6 |
* | Remove useless splXXX set. | Søren Schmidt | 2002-03-16 | 1 | -3/+0 |
* | Hmm, talk about optimizer-fodder. Make the DIOCGDVIRGIN hack work again. | Poul-Henning Kamp | 2002-03-16 | 1 | -6/+4 |
* | Fixed some style bugs: | Bruce Evans | 2002-03-16 | 1 | -9/+5 |
* | Merge from NetBSD: | Josef Karthauser | 2002-03-16 | 4 | -11/+26 |
* | Bump some $NetBSD$ idents for patches that have already been previously | Josef Karthauser | 2002-03-16 | 2 | -2/+2 |
* | Huge merge from NetBSD: | Josef Karthauser | 2002-03-16 | 8 | -293/+368 |
* | Add a generic and general ioctl pass-through mechanism. | Poul-Henning Kamp | 2002-03-16 | 4 | -50/+84 |
* | Add device ID for Xircom modem. Also add work around from gwk@sgi.com | Warner Losh | 2002-03-16 | 2 | -3/+10 |