aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a USB comm driver.Josef Karthauser2002-03-1812-0/+3071
* Back out the modification of vm_map locks from lockmgr to sx locks. TheBrian Feldman2002-03-186-104/+89
* Cleanup the chipset setup a bit.Søren Schmidt2002-03-181-6/+12
* Unbreak the build of smbfs.ko.Maxime Henrion2002-03-181-0/+6
* Add support for the ServerWorks CSB5 chipsSøren Schmidt2002-03-182-5/+60
* Remove a couple of stray linuxisms to make this work for FreeBSD/ia64.Doug Rabson2002-03-181-6/+2
* lint the previous lint commit.Ruslan Ermilov2002-03-182-2/+2
* Fix spelling.Doug Rabson2002-03-181-1/+1
* Eliminate grow_stack() from (o)sendsig(). If the stack needs to grow,Alan Cox2002-03-182-20/+8
* - Lock down the ``module'' structure by adding an SX lock that is used byAndrew R. Reiter2002-03-184-26/+80
* Cannot release vnode underlying the nullfs vnode in null_inactiveKirk McKusick2002-03-181-19/+26
* Add hooks for very basic IPFilter support in bridging. Set,Crist J. Clark2002-03-181-5/+42
* Changes and fixes in preparation for UMA:Benno Rice2002-03-173-36/+87
* Lowercase all of the trap names.Benno Rice2002-03-172-96/+96
* Clean up and fix up copyin and copyout.Benno Rice2002-03-172-28/+40
* s/options\t\t/options \t/Dag-Erling Smørgrav2002-03-172-2/+2
* Spelling: s/guesst/guessed/Crist J. Clark2002-03-172-2/+2
* Need a different #include for the userland regression test.Poul-Henning Kamp2002-03-171-1/+1
* Make this compile in the userland-regression testsuite again.Poul-Henning Kamp2002-03-171-13/+3
* Remove vm_object_count: It's unused, incorrectly maintained and duplicatesAlan Cox2002-03-171-4/+1
* Add splitfs vfs layer into libstand, which allows loading big kernels andMaxim Sobolev2002-03-171-0/+1
* Allow "make lint" to mostly work. Our sources are very unclean WRTMark Murray2002-03-172-0/+6
* Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD,Hellmuth Michaelis2002-03-1754-1774/+229
* Change the giant-dropping method a fair bit to keep WITNESS morePoul-Henning Kamp2002-03-171-8/+6
* Undo part of revision 1.57: Now that (o)sendsig() doesn't call useracc(),Alan Cox2002-03-171-13/+3
* Forgot to remove the old g_malloc() call when I split it.Poul-Henning Kamp2002-03-171-2/+0
* Regen for 1.28 of pccarddevsWarner Losh2002-03-171-1/+7
* Add support for the home Wireless Network airway wireless pcmcia card.Warner Losh2002-03-171-0/+4
* o Stop calling useracc() in (o)sendsig() now that we use copyout()Alan Cox2002-03-172-120/+46
* Work around a PLX9050 bug that causes system lockup in certain systems,Bruce Evans2002-03-172-6/+8
* Acquire a read lock on the map inside of vm_map_check_protection() ratherAlan Cox2002-03-172-4/+7
* Don't demap the requested page from the tlb in pmap_kenter or pmap_kremove,Jake Burkholder2002-03-171-5/+0
* Fix a problem where kernel text could become unmapped when clearing out allJake Burkholder2002-03-171-8/+9
* Use the tlb data access register to map the kernel tsb, rather than the dataJake Burkholder2002-03-171-1/+1
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-1748-191/+308
* Convert all pmap_kenter/pmap_kremove pairs in MI code to use pmap_qenter/Jake Burkholder2002-03-175-9/+10
* Extend CONS_GETINFO ioctl to provide information about size of the currentlyMaxim Sobolev2002-03-162-0/+2
* Don't call the bios if the interrupt appaers to be already routed. SomeWarner Losh2002-03-163-9/+9
* o Rework the identify routine a little, merging it with NetBSD's wi.Warner Losh2002-03-163-50/+45
* Bump the FreeBSD version to mark the import of Perl 5.6.1.Mark Murray2002-03-161-1/+1
* Add more functionality to the CDIOCREADSUBCHANNEL ioctl.Søren Schmidt2002-03-162-36/+30
* Fix 64bit arch problems.Søren Schmidt2002-03-162-5/+6
* Remove useless splXXX set.Søren Schmidt2002-03-161-3/+0
* Hmm, talk about optimizer-fodder. Make the DIOCGDVIRGIN hack work again.Poul-Henning Kamp2002-03-161-6/+4
* Fixed some style bugs:Bruce Evans2002-03-161-9/+5
* Merge from NetBSD:Josef Karthauser2002-03-164-11/+26
* Bump some $NetBSD$ idents for patches that have already been previouslyJosef Karthauser2002-03-162-2/+2
* Huge merge from NetBSD:Josef Karthauser2002-03-168-293/+368
* Add a generic and general ioctl pass-through mechanism.Poul-Henning Kamp2002-03-164-50/+84
* Add device ID for Xircom modem. Also add work around from gwk@sgi.comWarner Losh2002-03-162-3/+10