summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed printf format errors in previous commit. %llu is no more suitablebde2002-03-181-2/+3
* Formats that print the block number need to be changed from %u toimp2002-03-182-4/+4
* have the SYSCALL_MODULES macro provide an initializer for the 'old_sysent'alfred2002-03-181-1/+1
* Add a USB comm driver.joe2002-03-1812-0/+3071
* Back out the modification of vm_map locks from lockmgr to sx locks. Thegreen2002-03-186-104/+89
* Cleanup the chipset setup a bit.sos2002-03-181-6/+12
* Unbreak the build of smbfs.ko.mux2002-03-181-0/+6
* Add support for the ServerWorks CSB5 chipssos2002-03-182-5/+60
* Remove a couple of stray linuxisms to make this work for FreeBSD/ia64.dfr2002-03-181-6/+2
* lint the previous lint commit.ru2002-03-182-2/+2
* Fix spelling.dfr2002-03-181-1/+1
* Eliminate grow_stack() from (o)sendsig(). If the stack needs to grow,alc2002-03-182-20/+8
* - Lock down the ``module'' structure by adding an SX lock that is used byarr2002-03-184-26/+80
* Cannot release vnode underlying the nullfs vnode in null_inactivemckusick2002-03-181-19/+26
* Add hooks for very basic IPFilter support in bridging. Set,cjc2002-03-181-5/+42
* Changes and fixes in preparation for UMA:benno2002-03-173-36/+87
* Lowercase all of the trap names.benno2002-03-172-96/+96
* Clean up and fix up copyin and copyout.benno2002-03-172-28/+40
* s/options\t\t/options \t/des2002-03-172-2/+2
* Spelling: s/guesst/guessed/cjc2002-03-172-2/+2
* Need a different #include for the userland regression test.phk2002-03-171-1/+1
* Make this compile in the userland-regression testsuite again.phk2002-03-171-13/+3
* Remove vm_object_count: It's unused, incorrectly maintained and duplicatesalc2002-03-171-4/+1
* Add splitfs vfs layer into libstand, which allows loading big kernels andsobomax2002-03-171-0/+1
* Allow "make lint" to mostly work. Our sources are very unclean WRTmarkm2002-03-172-0/+6
* Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD,hm2002-03-1754-1774/+229
* Change the giant-dropping method a fair bit to keep WITNESS morephk2002-03-171-8/+6
* Undo part of revision 1.57: Now that (o)sendsig() doesn't call useracc(),alc2002-03-171-13/+3
* Forgot to remove the old g_malloc() call when I split it.phk2002-03-171-2/+0
* Regen for 1.28 of pccarddevsimp2002-03-171-1/+7
* Add support for the home Wireless Network airway wireless pcmcia card.imp2002-03-171-0/+4
* o Stop calling useracc() in (o)sendsig() now that we use copyout()alc2002-03-172-120/+46
* Work around a PLX9050 bug that causes system lockup in certain systems,bde2002-03-172-6/+8
* Acquire a read lock on the map inside of vm_map_check_protection() ratheralc2002-03-172-4/+7
* Don't demap the requested page from the tlb in pmap_kenter or pmap_kremove,jake2002-03-171-5/+0
* Fix a problem where kernel text could become unmapped when clearing out alljake2002-03-171-8/+9
* Use the tlb data access register to map the kernel tsb, rather than the datajake2002-03-171-1/+1
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-1748-191/+308
* Convert all pmap_kenter/pmap_kremove pairs in MI code to use pmap_qenter/jake2002-03-175-9/+10
* Extend CONS_GETINFO ioctl to provide information about size of the currentlysobomax2002-03-162-0/+2
* Don't call the bios if the interrupt appaers to be already routed. Someimp2002-03-163-9/+9
* o Rework the identify routine a little, merging it with NetBSD's wi.imp2002-03-163-50/+45
* Bump the FreeBSD version to mark the import of Perl 5.6.1.markm2002-03-161-1/+1
* Add more functionality to the CDIOCREADSUBCHANNEL ioctl.sos2002-03-162-36/+30
* Fix 64bit arch problems.sos2002-03-162-5/+6
* Remove useless splXXX set.sos2002-03-161-3/+0
* Hmm, talk about optimizer-fodder. Make the DIOCGDVIRGIN hack work again.phk2002-03-161-6/+4
* Fixed some style bugs:bde2002-03-161-9/+5
* Merge from NetBSD:joe2002-03-164-11/+26
* Bump some $NetBSD$ idents for patches that have already been previouslyjoe2002-03-162-2/+2
OpenPOWER on IntegriCloud