summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add "disabled" hints to all of the uncommon ISA devices that are injhb2002-12-052-0/+24
* Back out rev 1.7 -- I'm not sure we're ready for it and I can't test it.obrien2002-12-051-1/+1
* Our binary output format is now "elf64-ia64-little-freebsd".obrien2002-12-051-1/+1
* In the NFSv3 `fsinfo' procedure reply, don't claim that we supportiedowse2002-12-051-2/+2
* Welcome to 5.0-RC.murray2002-12-051-1/+1
* The sequencer downloading code assumes that all jumpscottl2002-12-051-3/+5
* Remove an unused variable that snuck in the last commit.anholt2002-12-041-1/+1
* Last minute fixes to ahc and ahd:scottl2002-12-046-47/+94
* Remove a const that generates a warning: the const isn't strictlyrwatson2002-12-041-1/+1
* Hold the page queues lock around calls to pmap_remove().alc2002-12-042-0/+4
* Fix witness warning in DRM memory info sysctl by making a temporary copy of theanholt2002-12-041-62/+17
* MFi386: revision 1.551.nyan2002-12-042-6/+12
* Use the correct value when writing the Day Of Week byte in the CMOS.phk2002-12-045-5/+5
* Add support for the PC98 platform to the ATA driver.sos2002-12-0312-44/+614
* Have to use bread() rather than UFS_BALLOC() when obtaining amckusick2002-12-031-24/+30
* License tweak: remove clause 3 per permission of NAI.rwatson2002-12-032-6/+0
* Unhook the old LOMAC module, now replaced with mac_lomac.rwatson2002-12-0332-6860/+0
* Properly account for prefetchable memory when a request is being made.imp2002-12-031-47/+112
* Avoid recursive acquisition of the page queues lock in pmap_unuse_pt().alc2002-12-032-2/+6
* Implement DIOCGDINFO for volumes. newfs will no longer build a filegrog2002-12-021-0/+4
* Don't blindly call make_dev when configuring an object: the devicegrog2002-12-021-23/+24
* Use the hotspot code to prevent people from overwriting their disklabelphk2002-12-021-11/+90
* Add a simplified version of the hot-spot code to enable us to protectphk2002-12-022-8/+95
* Align the FPU state in the ucontext and sigcontext to 16 bytesdeischen2002-12-0211-48/+76
* Remove a workaround for a binutils bug that was fixed in the recenttmm2002-12-021-19/+4
* Hold the page queues lock when calling pmap_unwire_pte_hold() oralc2002-12-022-6/+20
* Fix a dumb bug that broke net booting on sparc64. The wrong length wasjake2002-12-021-1/+1
* MFi386alc2002-12-022-0/+4
* Always initialize the UPA target module id in the interrupt mappingtmm2002-12-013-33/+34
* 1.) Do not look for PCI INOs in the FFB interrupt mapping registers; theytmm2002-12-011-2/+6
* Remove some long-dead cruft in the interrupt handling code which wastmm2002-12-011-44/+31
* Reverse the quirk table entry for swizzling on a missing interrupt map;tmm2002-12-011-7/+10
* Fix some comments describing psycho registers.tmm2002-12-011-2/+2
* Do not panic when a dmamap is unloaded more then once, but just silentlytmm2002-12-011-4/+2
* Hold the page queues lock when calling pmap_protect(); it updates fieldsalc2002-12-011-7/+22
* Add Makefile.inc to include ../Makefile.inc.nyan2002-12-011-0/+3
* Use more mnemonic argument names in the access functions.phk2002-12-011-2/+2
* Fix a cut&past-o.phk2002-12-011-1/+1
* Conceiveably, there may exist an algorithm which can tell if a sequence of bytesphk2002-12-011-0/+7
* Use unsigned for an index.phk2002-12-011-6/+7
* In ata_reinit, when ata_getparam fails for a new device (indicating thatthomas2002-12-011-4/+5
* Major update to the ahd driver to fix many bugs found in the previousscottl2002-12-014-372/+949
* Implement workaround for broken busfree-rev in the A4.scottl2002-12-011-69/+148
* Add our controller name to the front of ourscottl2002-12-011-3/+16
* Remove redundant check for chip type being PCI-X.scottl2002-12-011-4/+4
* Update to include new ahd_scb_timer_reset APIscottl2002-12-011-3/+12
* Hold the page queues lock when calling pmap_protect(); it updates fieldsalc2002-12-011-3/+5
* Assert that the page queues lock is held in pmap_changebit()alc2002-12-012-4/+4
* Increase the scope of the page queue lock in vm_pageout_scan().alc2002-12-011-2/+2
* Fix typo in comment. It's SYSINIT, not SYSINT.keramida2002-11-301-1/+1
OpenPOWER on IntegriCloud