aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* License tweak: remove clause 3 per permission of NAI.Robert Watson2002-12-032-6/+0
* Unhook the old LOMAC module, now replaced with mac_lomac.Robert Watson2002-12-0332-6860/+0
* Properly account for prefetchable memory when a request is being made.Warner Losh2002-12-031-47/+112
* Avoid recursive acquisition of the page queues lock in pmap_unuse_pt().Alan Cox2002-12-032-2/+6
* Implement DIOCGDINFO for volumes. newfs will no longer build a fileGreg Lehey2002-12-021-0/+4
* Don't blindly call make_dev when configuring an object: the deviceGreg Lehey2002-12-021-23/+24
* Use the hotspot code to prevent people from overwriting their disklabelPoul-Henning Kamp2002-12-021-11/+90
* Add a simplified version of the hot-spot code to enable us to protectPoul-Henning Kamp2002-12-022-8/+95
* Align the FPU state in the ucontext and sigcontext to 16 bytesDaniel Eischen2002-12-0211-48/+76
* Remove a workaround for a binutils bug that was fixed in the recentThomas Moestl2002-12-021-19/+4
* Hold the page queues lock when calling pmap_unwire_pte_hold() orAlan Cox2002-12-022-6/+20
* Fix a dumb bug that broke net booting on sparc64. The wrong length wasJake Burkholder2002-12-021-1/+1
* MFi386Alan Cox2002-12-022-0/+4
* Always initialize the UPA target module id in the interrupt mappingThomas Moestl2002-12-013-33/+34
* 1.) Do not look for PCI INOs in the FFB interrupt mapping registers; theyThomas Moestl2002-12-011-2/+6
* Remove some long-dead cruft in the interrupt handling code which wasThomas Moestl2002-12-011-44/+31
* Reverse the quirk table entry for swizzling on a missing interrupt map;Thomas Moestl2002-12-011-7/+10
* Fix some comments describing psycho registers.Thomas Moestl2002-12-011-2/+2
* Do not panic when a dmamap is unloaded more then once, but just silentlyThomas Moestl2002-12-011-4/+2
* Hold the page queues lock when calling pmap_protect(); it updates fieldsAlan Cox2002-12-011-7/+22
* Add Makefile.inc to include ../Makefile.inc.Yoshihiro Takahashi2002-12-011-0/+3
* Use more mnemonic argument names in the access functions.Poul-Henning Kamp2002-12-011-2/+2
* Fix a cut&past-o.Poul-Henning Kamp2002-12-011-1/+1
* Conceiveably, there may exist an algorithm which can tell if a sequence of bytesPoul-Henning Kamp2002-12-011-0/+7
* Use unsigned for an index.Poul-Henning Kamp2002-12-011-6/+7
* In ata_reinit, when ata_getparam fails for a new device (indicating thatThomas Quinot2002-12-011-4/+5
* Major update to the ahd driver to fix many bugs found in the previousScott Long2002-12-014-372/+949
* Implement workaround for broken busfree-rev in the A4.Scott Long2002-12-011-69/+148
* Add our controller name to the front of ourScott Long2002-12-011-3/+16
* Remove redundant check for chip type being PCI-X.Scott Long2002-12-011-4/+4
* Update to include new ahd_scb_timer_reset APIScott Long2002-12-011-3/+12
* Hold the page queues lock when calling pmap_protect(); it updates fieldsAlan Cox2002-12-011-3/+5
* Assert that the page queues lock is held in pmap_changebit()Alan Cox2002-12-012-4/+4
* Increase the scope of the page queue lock in vm_pageout_scan().Alan Cox2002-12-011-2/+2
* Fix typo in comment. It's SYSINIT, not SYSINT.Giorgos Keramidas2002-11-301-1/+1
* Move the check for the MD_SHUTDOWN flag to before the tsleep() callIan Dowse2002-11-301-1/+1
* Synchronize perforce Id tagsScott Long2002-11-301-1/+1
* Bring in many bugfixes and changes obtained from formal testing:Scott Long2002-11-304-149/+435
* Add a routine for testing memory mapped register access.Scott Long2002-11-301-8/+58
* Always compile in the AHC_ALLOW_MEMIO code, but only try MEMIO ifScott Long2002-11-301-4/+22
* Handle changes to SCB_CONTROL, scb->flags and SEQ_FLAGSScott Long2002-11-301-5/+6
* Use the new ahc_scb_timer_reset APIScott Long2002-11-301-4/+27
* Add a check to disable the previous patch so that future filesystemsKirk McKusick2002-11-301-2/+4
* Remove a race condition / deadlock from snapshots. WhenKirk McKusick2002-11-303-60/+151
* Add support for the Olivetti branded EISA boards.Scott Long2002-11-301-1/+15
* Assert that the page queues lock is held in pmap_page_exists_quick().Alan Cox2002-11-302-2/+2
* Fix two deadlocks in snapshots:Kirk McKusick2002-11-301-2/+7
* devd kernel improvements:Warner Losh2002-11-301-21/+38
* Conditionalize a GCCism.Mike Barcroft2002-11-291-0/+2
* Implement bus_space_subregion(). Identical to i386.Marcel Moolenaar2002-11-291-3/+8