summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Removed unused forward struct declaration.bde2002-04-281-1/+0
* Add mca.c.marcel2002-04-281-0/+1
* Nuke -gscottl2002-04-281-2/+0
* o Introduce and use vm_map_trylock() to replace several direct usesalc2002-04-285-8/+14
* Hook the DRM up to the build and add it to NOTES.anholt2002-04-2814-10/+43
* Alphabetize descriptions and remove the "PCI" from the desciptions.imp2002-04-281-5/+6
* We do not necessarily need to map/unmap pages to zero parts of them.peter2002-04-283-4/+14
* Avoid the user-visible effect of setting SA_NOCLDWAIT when theiedowse2002-04-273-6/+10
* Finish fixing hints. Remember the use_kenv state for the next run.peter2002-04-271-8/+10
* Partial fix for hintspeter2002-04-271-2/+4
* Remove a stale comment saying that the vnode lock must be the firstiedowse2002-04-271-3/+0
* Remove the nfs_{lock,unlock,islocked} functions and the associatediedowse2002-04-272-88/+0
* o Begin documenting the (existing) locking protocol on the vm_mapalc2002-04-272-25/+26
* Add makefiles for DRM modulesanholt2002-04-276-0/+53
* Add the code for the DRM, based on the code from the drm-kmod port.anholt2002-04-2748-0/+33683
* For what it's worth, fix the compilation of an I386_CPU-only kernelalc2002-04-272-2/+16
* Don't call vm_map_growstack() from trapwrite() as vm_fault() now performsalc2002-04-272-14/+8
* MFi386 1.222: Remove vm_map_growstack() and acquisition and release of Giantalc2002-04-272-34/+4
* Merge updates from 3.4.26 - 3.4.27.darrenr2002-04-278-65/+115
* This patch fixes my breakage of ssid matching. I introduced theimp2002-04-271-6/+6
* Better names for the PCI cards. The biggest change is that we nowimp2002-04-271-7/+7
* MFi386 1.222: Remove vm_map_growstack() and acquisition and release of Giantalc2002-04-271-17/+2
* Fix the code fragment clobbered in my last commit.tanimura2002-04-272-0/+4
* Add a global sx sigio_lock to protect the pointer to the sigio objecttanimura2002-04-2711-46/+227
* Explain magic number.phk2002-04-271-2/+15
* Fix a {} bug which doesn't have any effect yet.phk2002-04-271-2/+1
* Make the dummy timecounter actually tick or we will never get anyhere.phk2002-04-271-1/+1
* Whitespace bogon.jhb2002-04-271-1/+1
* Insert a semi-colon between label 'skip:' and the closing bracemarcel2002-04-271-0/+1
* Add a CAM interface to the aac driver. This is useful in case you shouldscottl2002-04-2712-48/+989
* Make this driver compile for -stable also to prep for MFCimp2002-04-265-38/+115
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-2621-37/+96
* o Control access to the vm_page_buckets with a mutex.alc2002-04-261-33/+17
* Rename the file used to specify the nextboot to make it clear that thiswes2002-04-261-1/+1
* Now that the private parts of timecounters are no longer being fingeredphk2002-04-263-156/+113
* Hide the private parts of timecounter from a couple of places that don'tphk2002-04-265-11/+16
* Redo the pps bit to avoid digging into the private bits of the timecounter.phk2002-04-261-4/+2
* A long, long time ago, msmith introduced vfs.root.mountfromdcs2002-04-261-0/+2
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.phk2002-04-267-61/+71
* Initialize MCA in cpu_startup() so that it's ready before we wake-upmarcel2002-04-261-0/+3
* MCA specific code has been moved to a seperate file. It is expectedmarcel2002-04-261-41/+0
* Machine Check Architecture (MCA) support code. Error records aremarcel2002-04-261-0/+178
* Machine Check Architecture (MCA) structures and constants.marcel2002-04-261-0/+132
* Milestone #1 in cross-arch make releases.ru2002-04-261-5/+0
* Add ac97_reset function that polls ready bits in power register. Oneorion2002-04-262-7/+22
* Move the winding of timecounters out of hardclock and into a normalphk2002-04-263-5/+39
* Various cleanup and sorting of clock reading functions. Add the twophk2002-04-262-77/+114
* Rename tco_setscales() and tco_delta() to use the same tc_ prefix asphk2002-04-261-11/+8
* Remove the tc_update() function. Any frequency change to thephk2002-04-2612-25/+0
* Test if rootvnode is NULL rather than if rootdev is NODEV when determiningbrian2002-04-261-1/+1
OpenPOWER on IntegriCloud