summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Tidy up some loose ends.peter2002-04-2923-297/+33
* Spell hw.cbb.start_memory the same in the HINT as well as the sysctl.imp2002-04-291-1/+1
* Make sysctl RWimp2002-04-291-4/+4
* Moving closer to being able to use NetBSD's generic mii_set_media()phk2002-04-293-20/+141
* Untimeout before calling timeout. I think that I have caught all the casesimp2002-04-292-3/+7
* Edging ever closer to NetBSD...phk2002-04-293-12/+11
* Barrow something from the `nmap' port to help the ENOCLUE people upgradingobrien2002-04-291-0/+2
* Move us yet closer to IFM_* definitions in NetBSD.phk2002-04-294-56/+56
* Document three synchronization issues in vm_fault().alc2002-04-291-0/+8
* Diff reduction to my experimental code: clean up return code handling.anholt2002-04-2924-359/+354
* Pass the caller's file name and line number to the vm_map locking functions.alc2002-04-282-20/+35
* add a missing \n to an unregister failure messagecg2002-04-281-1/+1
* recognise ct5880-ecg2002-04-281-1/+7
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-2814-50/+50
* Don't pass three args when one will do just fine, and even preventphk2002-04-2819-24/+29
* Move drm to the i386-only section.des2002-04-281-1/+1
* Improve an API by about 4 lines per driver.phk2002-04-2817-67/+21
* Use generic MII #defines instead of private ones when the registersphk2002-04-282-169/+67
* Merge in rev 1.9 from NetBSD.phk2002-04-281-3/+81
* We don't need the arp kludge any more.phk2002-04-282-13/+0
* Stylistic sweep through the timecounter code.phk2002-04-283-192/+246
* Don't screw up our uptime with historical dates.phk2002-04-281-1/+1
* Change instances of avma1pp2- to ifpi2- in printf's since the namegj2002-04-281-5/+5
* 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
OpenPOWER on IntegriCloud