aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better handle sparse physical memory: Don't use the address rangeMarcel Moolenaar2002-11-291-8/+4
* Check to make sure that the fs_sblockloc field was properly updatedKirk McKusick2002-11-291-0/+10
* Release the reference to the peripheral if returning a error.Yaroslav Tykhiy2002-11-291-0/+2
* Fix the standards case by referring to __fds_bits instead of fds_bitsMike Barcroft2002-11-281-3/+3
* Remove the <sys/types.h> prerequisite for <ucontext.h> by includingMike Barcroft2002-11-281-0/+1
* Use pmap_remove_all() instead of pmap_remove() before freeing the pageAlan Cox2002-11-281-5/+4
* Lock page field accesses in mincore().Alan Cox2002-11-281-0/+2
* Reclaim major number 182 which I allocated for mdsio. It was decidedRobert Watson2002-11-281-1/+0
* Revisit the printf format fixes for alpha. intmax_t doesn't exist inScott Long2002-11-282-5/+4
* Remove a left-over virtual mapping of uncached I/O port space.Marcel Moolenaar2002-11-284-34/+6
* Uncomment out the lines of {ncv,ncr53c500,tmc18c30}_pccard.c .Noriaki Mitsunaga2002-11-281-3/+3
* o Changes to support NEWCARD.Noriaki Mitsunaga2002-11-281-2/+31
* o Changes to support NEWCARD.Noriaki Mitsunaga2002-11-281-2/+54
* o Changes to support NEWCARD.Noriaki Mitsunaga2002-11-281-2/+35
* regen to 1.38Noriaki Mitsunaga2002-11-281-2/+60
* o Add PC-Cards' ID or CIS strings which are supported by ncv, nsp,Noriaki Mitsunaga2002-11-281-1/+27
* Enable UFS2 support in boot1. Just as with sparc64 the same boot1 worksJohn Baldwin2002-11-271-1/+0
* Hold the page queues lock when performing pmap_clear_modify().Alan Cox2002-11-271-0/+4
* Resolve conflicts arising from the ACPI CA 20021118 import.Mitsuru IWASAKI2002-11-2716-175/+232
* This commit was generated by cvs2svn to compensate for changes in r107325,Mitsuru IWASAKI2002-11-2777-1377/+1838
|\
| * Vendor import of the Intel ACPI CA 20021118 drop.Mitsuru IWASAKI2002-11-2790-1547/+2064
* | Need more parens here.Warner Losh2002-11-271-1/+1