| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a cut&past-o. | Poul-Henning Kamp | 2002-12-01 | 1 | -1/+1 |
| * | Conceiveably, there may exist an algorithm which can tell if a sequence of bytes | Poul-Henning Kamp | 2002-12-01 | 1 | -0/+7 |
| * | Use unsigned for an index. | Poul-Henning Kamp | 2002-12-01 | 1 | -6/+7 |
| * | In ata_reinit, when ata_getparam fails for a new device (indicating that | Thomas Quinot | 2002-12-01 | 1 | -4/+5 |
| * | Major update to the ahd driver to fix many bugs found in the previous | Scott Long | 2002-12-01 | 4 | -372/+949 |
| * | Implement workaround for broken busfree-rev in the A4. | Scott Long | 2002-12-01 | 1 | -69/+148 |
| * | Add our controller name to the front of our | Scott Long | 2002-12-01 | 1 | -3/+16 |
| * | Remove redundant check for chip type being PCI-X. | Scott Long | 2002-12-01 | 1 | -4/+4 |
| * | Update to include new ahd_scb_timer_reset API | Scott Long | 2002-12-01 | 1 | -3/+12 |
| * | Hold the page queues lock when calling pmap_protect(); it updates fields | Alan Cox | 2002-12-01 | 1 | -3/+5 |
| * | Assert that the page queues lock is held in pmap_changebit() | Alan Cox | 2002-12-01 | 2 | -4/+4 |
| * | Increase the scope of the page queue lock in vm_pageout_scan(). | Alan Cox | 2002-12-01 | 1 | -2/+2 |
| * | Fix typo in comment. It's SYSINIT, not SYSINT. | Giorgos Keramidas | 2002-11-30 | 1 | -1/+1 |
| * | Move the check for the MD_SHUTDOWN flag to before the tsleep() call | Ian Dowse | 2002-11-30 | 1 | -1/+1 |
| * | Synchronize perforce Id tags | Scott Long | 2002-11-30 | 1 | -1/+1 |
| * | Bring in many bugfixes and changes obtained from formal testing: | Scott Long | 2002-11-30 | 4 | -149/+435 |
| * | Add a routine for testing memory mapped register access. | Scott Long | 2002-11-30 | 1 | -8/+58 |
| * | Always compile in the AHC_ALLOW_MEMIO code, but only try MEMIO if | Scott Long | 2002-11-30 | 1 | -4/+22 |
| * | Handle changes to SCB_CONTROL, scb->flags and SEQ_FLAGS | Scott Long | 2002-11-30 | 1 | -5/+6 |
| * | Use the new ahc_scb_timer_reset API | Scott Long | 2002-11-30 | 1 | -4/+27 |
| * | Add a check to disable the previous patch so that future filesystems | Kirk McKusick | 2002-11-30 | 1 | -2/+4 |
| * | Remove a race condition / deadlock from snapshots. When | Kirk McKusick | 2002-11-30 | 3 | -60/+151 |
| * | Add support for the Olivetti branded EISA boards. | Scott Long | 2002-11-30 | 1 | -1/+15 |
| * | Assert that the page queues lock is held in pmap_page_exists_quick(). | Alan Cox | 2002-11-30 | 2 | -2/+2 |
| * | Fix two deadlocks in snapshots: | Kirk McKusick | 2002-11-30 | 1 | -2/+7 |
| * | devd kernel improvements: | Warner Losh | 2002-11-30 | 1 | -21/+38 |
| * | Conditionalize a GCCism. | Mike Barcroft | 2002-11-29 | 1 | -0/+2 |
| * | Implement bus_space_subregion(). Identical to i386. | Marcel Moolenaar | 2002-11-29 | 1 | -3/+8 |
| * | Better handle sparse physical memory: Don't use the address range | Marcel Moolenaar | 2002-11-29 | 1 | -8/+4 |
| * | Check to make sure that the fs_sblockloc field was properly updated | Kirk McKusick | 2002-11-29 | 1 | -0/+10 |
| * | Release the reference to the peripheral if returning a error. | Yaroslav Tykhiy | 2002-11-29 | 1 | -0/+2 |
| * | Fix the standards case by referring to __fds_bits instead of fds_bits | Mike Barcroft | 2002-11-28 | 1 | -3/+3 |
| * | Remove the <sys/types.h> prerequisite for <ucontext.h> by including | Mike Barcroft | 2002-11-28 | 1 | -0/+1 |
| * | Use pmap_remove_all() instead of pmap_remove() before freeing the page | Alan Cox | 2002-11-28 | 1 | -5/+4 |
| * | Lock page field accesses in mincore(). | Alan Cox | 2002-11-28 | 1 | -0/+2 |
| * | Reclaim major number 182 which I allocated for mdsio. It was decided | Robert Watson | 2002-11-28 | 1 | -1/+0 |
| * | Revisit the printf format fixes for alpha. intmax_t doesn't exist in | Scott Long | 2002-11-28 | 2 | -5/+4 |
| * | Remove a left-over virtual mapping of uncached I/O port space. | Marcel Moolenaar | 2002-11-28 | 4 | -34/+6 |
| * | Uncomment out the lines of {ncv,ncr53c500,tmc18c30}_pccard.c . | Noriaki Mitsunaga | 2002-11-28 | 1 | -3/+3 |
| * | o Changes to support NEWCARD. | Noriaki Mitsunaga | 2002-11-28 | 1 | -2/+31 |
| * | o Changes to support NEWCARD. | Noriaki Mitsunaga | 2002-11-28 | 1 | -2/+54 |
| * | o Changes to support NEWCARD. | Noriaki Mitsunaga | 2002-11-28 | 1 | -2/+35 |
| * | regen to 1.38 | Noriaki Mitsunaga | 2002-11-28 | 1 | -2/+60 |
| * | o Add PC-Cards' ID or CIS strings which are supported by ncv, nsp, | Noriaki Mitsunaga | 2002-11-28 | 1 | -1/+27 |
| * | Enable UFS2 support in boot1. Just as with sparc64 the same boot1 works | John Baldwin | 2002-11-27 | 1 | -1/+0 |
| * | Hold the page queues lock when performing pmap_clear_modify(). | Alan Cox | 2002-11-27 | 1 | -0/+4 |
| * | Resolve conflicts arising from the ACPI CA 20021118 import. | Mitsuru IWASAKI | 2002-11-27 | 16 | -175/+232 |
| * | This commit was generated by cvs2svn to compensate for changes in r107325, | Mitsuru IWASAKI | 2002-11-27 | 77 | -1377/+1838 |
| |\ |
|
| | * | Vendor import of the Intel ACPI CA 20021118 drop. | Mitsuru IWASAKI | 2002-11-27 | 90 | -1547/+2064 |
| * | | Need more parens here. | Warner Losh | 2002-11-27 | 1 | -1/+1 |