summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Huge merge from NetBSD:joe2002-03-168-293/+368
* Add a generic and general ioctl pass-through mechanism.phk2002-03-164-50/+84
* Add device ID for Xircom modem. Also add work around from gwk@sgi.comimp2002-03-162-3/+10
* Implement PT_IO (read / write arbitrary amounts of data or text).des2002-03-162-0/+47
* Merge local changes for the 20020308 ACPI CA update.msmith2002-03-163-8/+41
* This commit was generated by cvs2svn to compensate for changes in r92388,msmith2002-03-1618-50/+112
|\
| * Import of the 20020308 Intel ACPI CA update.msmith2002-03-1621-58/+153
* | This commit was generated by cvs2svn to compensate for changes in r92386,msmith2002-03-161-0/+153
|\ \ | |/
| * Import of the 20020308 Intel ACPI CA update.msmith2002-03-161-0/+153
* | Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to thedes2002-03-167-58/+10
* | Fix a stupid whitespace style bogon from way back in the declarations ofjhb2002-03-151-2/+2
* | Teach GEOM about Sun disklabel formats.phk2002-03-152-0/+210
* | Try to get used to architectures which are picky about alignment.phk2002-03-151-11/+4
* | Support for LG GM82C700, an AIC6360 clone.luoqi2002-03-153-11/+39
* | PT_[GS]ET{,DB,FP}REGS isn't really optional any more, since we have dummydes2002-03-151-25/+1
* | Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-1527-63/+98
* | Update to the RAID1 rebuild code.sos2002-03-152-21/+37
* | mdoc(7) police: fix a typo and markup.ru2002-03-151-2/+6
* | * Stop other cpus when one cpu enters DDB and restart them after itdfr2002-03-151-11/+47
* | * Remove a breakpoint() I accidentally left in for debugging :-(.dfr2002-03-152-14/+49
OpenPOWER on IntegriCloud