| Commit message (Expand) | Author | Age | Files | Lines |
* | lint the previous lint commit. | ru | 2002-03-18 | 2 | -2/+2 |
* | Fix spelling. | dfr | 2002-03-18 | 1 | -1/+1 |
* | Eliminate grow_stack() from (o)sendsig(). If the stack needs to grow, | alc | 2002-03-18 | 2 | -20/+8 |
* | - Lock down the ``module'' structure by adding an SX lock that is used by | arr | 2002-03-18 | 4 | -26/+80 |
* | Cannot release vnode underlying the nullfs vnode in null_inactive | mckusick | 2002-03-18 | 1 | -19/+26 |
* | Add hooks for very basic IPFilter support in bridging. Set, | cjc | 2002-03-18 | 1 | -5/+42 |
* | Changes and fixes in preparation for UMA: | benno | 2002-03-17 | 3 | -36/+87 |
* | Lowercase all of the trap names. | benno | 2002-03-17 | 2 | -96/+96 |
* | Clean up and fix up copyin and copyout. | benno | 2002-03-17 | 2 | -28/+40 |
* | s/options\t\t/options \t/ | des | 2002-03-17 | 2 | -2/+2 |
* | Spelling: s/guesst/guessed/ | cjc | 2002-03-17 | 2 | -2/+2 |
* | Need a different #include for the userland regression test. | phk | 2002-03-17 | 1 | -1/+1 |
* | Make this compile in the userland-regression testsuite again. | phk | 2002-03-17 | 1 | -13/+3 |
* | Remove vm_object_count: It's unused, incorrectly maintained and duplicates | alc | 2002-03-17 | 1 | -4/+1 |
* | Add splitfs vfs layer into libstand, which allows loading big kernels and | sobomax | 2002-03-17 | 1 | -0/+1 |
* | Allow "make lint" to mostly work. Our sources are very unclean WRT | markm | 2002-03-17 | 2 | -0/+6 |
* | Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD, | hm | 2002-03-17 | 54 | -1774/+229 |
* | Change the giant-dropping method a fair bit to keep WITNESS more | phk | 2002-03-17 | 1 | -8/+6 |
* | Undo part of revision 1.57: Now that (o)sendsig() doesn't call useracc(), | alc | 2002-03-17 | 1 | -13/+3 |
* | Forgot to remove the old g_malloc() call when I split it. | phk | 2002-03-17 | 1 | -2/+0 |
* | Regen for 1.28 of pccarddevs | imp | 2002-03-17 | 1 | -1/+7 |
* | Add support for the home Wireless Network airway wireless pcmcia card. | imp | 2002-03-17 | 1 | -0/+4 |
* | o Stop calling useracc() in (o)sendsig() now that we use copyout() | alc | 2002-03-17 | 2 | -120/+46 |
* | Work around a PLX9050 bug that causes system lockup in certain systems, | bde | 2002-03-17 | 2 | -6/+8 |
* | Acquire a read lock on the map inside of vm_map_check_protection() rather | alc | 2002-03-17 | 2 | -4/+7 |
* | Don't demap the requested page from the tlb in pmap_kenter or pmap_kremove, | jake | 2002-03-17 | 1 | -5/+0 |
* | Fix a problem where kernel text could become unmapped when clearing out all | jake | 2002-03-17 | 1 | -8/+9 |
* | Use the tlb data access register to map the kernel tsb, rather than the data | jake | 2002-03-17 | 1 | -1/+1 |
* | Add a flags parameter to VFS_VGET to pass through the desired | mckusick | 2002-03-17 | 48 | -191/+308 |
* | Convert all pmap_kenter/pmap_kremove pairs in MI code to use pmap_qenter/ | jake | 2002-03-17 | 5 | -9/+10 |
* | Extend CONS_GETINFO ioctl to provide information about size of the currently | sobomax | 2002-03-16 | 2 | -0/+2 |
* | Don't call the bios if the interrupt appaers to be already routed. Some | imp | 2002-03-16 | 3 | -9/+9 |
* | o Rework the identify routine a little, merging it with NetBSD's wi. | imp | 2002-03-16 | 3 | -50/+45 |
* | Bump the FreeBSD version to mark the import of Perl 5.6.1. | markm | 2002-03-16 | 1 | -1/+1 |
* | Add more functionality to the CDIOCREADSUBCHANNEL ioctl. | sos | 2002-03-16 | 2 | -36/+30 |
* | Fix 64bit arch problems. | sos | 2002-03-16 | 2 | -5/+6 |
* | Remove useless splXXX set. | sos | 2002-03-16 | 1 | -3/+0 |
* | Hmm, talk about optimizer-fodder. Make the DIOCGDVIRGIN hack work again. | phk | 2002-03-16 | 1 | -6/+4 |
* | Fixed some style bugs: | bde | 2002-03-16 | 1 | -9/+5 |
* | Merge from NetBSD: | joe | 2002-03-16 | 4 | -11/+26 |
* | Bump some $NetBSD$ idents for patches that have already been previously | joe | 2002-03-16 | 2 | -2/+2 |
* | Huge merge from NetBSD: | joe | 2002-03-16 | 8 | -293/+368 |
* | Add a generic and general ioctl pass-through mechanism. | phk | 2002-03-16 | 4 | -50/+84 |
* | Add device ID for Xircom modem. Also add work around from gwk@sgi.com | imp | 2002-03-16 | 2 | -3/+10 |
* | Implement PT_IO (read / write arbitrary amounts of data or text). | des | 2002-03-16 | 2 | -0/+47 |
* | Merge local changes for the 20020308 ACPI CA update. | msmith | 2002-03-16 | 3 | -8/+41 |
* | This commit was generated by cvs2svn to compensate for changes in r92388, | msmith | 2002-03-16 | 18 | -50/+112 |
|\ |
|
| * | Import of the 20020308 Intel ACPI CA update. | msmith | 2002-03-16 | 21 | -58/+153 |
* | | This commit was generated by cvs2svn to compensate for changes in r92386, | msmith | 2002-03-16 | 1 | -0/+153 |
|\ \
| |/ |
|
| * | Import of the 20020308 Intel ACPI CA update. | msmith | 2002-03-16 | 1 | -0/+153 |