summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Slight cleanup - this is logically equivalent code but means one lesspeter2000-10-151-6/+6
* Move DELAY() from <machine/clock.h> to <sys/systm.h>phk2000-10-157-5/+5
* Clean up as in isa/* - resource_query_string() loop cosmetic tweaks.peter2000-10-153-9/+10
* Repeat after me: I will test *before* commit, not after.... *blush*peter2000-10-151-1/+1
* Fixed warnings.nyan2000-10-151-3/+1
* Untangle some resource matching loops that were getting on my nervespeter2000-10-156-36/+33
* Make nfs PDIRUNLOCK aware. Now it is possible to use nullfs mounts on topbp2000-10-152-22/+62
* Add missed vop_stdunlock() for fifo's vnops (this affects only v2 mounts).bp2000-10-154-0/+6
* While I'm here:bmilekic2000-10-151-1/+1
* Fix nullfs breakage caused by incomplete migration of v_interlock frombp2000-10-152-6/+10
* Add nmbcnt sysctl and make it tunable at boottime; nmbcnt is thebmilekic2000-10-151-1/+5
* Fixed warnings.nyan2000-10-1514-51/+70
* Merged from sys/boot/i386/loader/main.c revision 1.21.nyan2000-10-151-10/+0
* Redefine __word_swap_long, __byte_swap_long and __byte_swap_wordbrian2000-10-151-34/+31
* Change the text for the ServerWorks north bridge chips. RCC is nowalc2000-10-142-8/+8
* Recognize the ServerWorks IB6566 south bridge.alc2000-10-141-0/+4
* Remove the HPFPLIB copyright which we have never used.phk2000-10-141-10/+1
* Remove even more unneeded #includes.phk2000-10-1413-280/+0
* Remove even more nneeded #includes.phk2000-10-149-188/+0
* After some complaints about the dir names, the random device ismarkm2000-10-1415-1110/+147
* Duh! LINT is called NOTES these days.phk2000-10-143-0/+9
* Fix compilation of profiled kernels by including <machine/lock.h>phk2000-10-141-0/+1
* Make it possible to specify profiling in the kernel config file.phk2000-10-145-5/+5
* Remove the signal value check from the PT_STEP codepath. Itjwd2000-10-141-1/+1
* Initial commit of IFS - a inode-namespaced FFS. Here is a shortadrian2000-10-1413-7/+1345
* Whoops, add the 'twe' files.msmith2000-10-141-0/+2
* Clean up a few things in dc_setcfg() pointed out to be me bywpaul2000-10-142-8/+18
* Look at both the vendor and subvendor information when determiningjlemon2000-10-131-32/+25
* Remember to assign an_dev to device_t before calling an_attach().wpaul2000-10-133-0/+13
* savectx() is now used exclusively by the crash dump system. Move thepeter2000-10-134-3/+9
* Convert the Aironet driver to use mutexes instead of spls.wpaul2000-10-134-28/+59
* Do not allocate a callout for all crashdumps, not just when you panic.ps2000-10-133-2/+4
* Update the wi driver to use mutexes instead of spls.wpaul2000-10-134-36/+86
* Add #include <machine/mutex.h> since these files need it and don'twpaul2000-10-134-0/+4
* Make mutex name reflect device driver name.cp2000-10-132-2/+4
* Use device_get_nameunit(dev) as the mutex string when callingwpaul2000-10-1318-49/+70
* First round of converting network drivers from spls to mutexes. Thiswpaul2000-10-1332-399/+788
* o Simplify capability types away from an array of ints to a singlerwatson2000-10-132-72/+87
* The swap bitmap allocator was not calculating the bitmap size properlydillon2000-10-133-10/+21
* Add ata-raid.c to the ata driversos2000-10-131-0/+1
* Submitted by: phkhm2000-10-1367-275/+13
* Fixed namespace pollution in rev.1.78. Don't export <sys/stat.h> tobde2000-10-131-10/+5
* Avoid impending world breakage.bde2000-10-131-9/+2
* Add support for ATA "pseudo" RAID controllers as the Promise Fasttraksos2000-10-134-14/+768
* Add the ar ATA pseudo RAID driversos2000-10-131-0/+1
* Fix ISA only systems.sos2000-10-132-6/+16
* Get rid of the ivars entirely.sos2000-10-133-46/+60
* Only allow UDMA2 mode on SiS rev > 0xc1sos2000-10-131-8/+7
* This is the first of 3 commits that will get IBM's JDK 1.3 workinggallatin2000-10-132-10/+47
* Make changes required by change in how default and usable node and portmjacob2000-10-121-15/+3
OpenPOWER on IntegriCloud