| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring in many bugfixes and changes obtained from formal testing: | scottl | 2002-11-30 | 4 | -149/+435 |
* | Add a routine for testing memory mapped register access. | scottl | 2002-11-30 | 1 | -8/+58 |
* | Always compile in the AHC_ALLOW_MEMIO code, but only try MEMIO if | scottl | 2002-11-30 | 1 | -4/+22 |
* | Handle changes to SCB_CONTROL, scb->flags and SEQ_FLAGS | scottl | 2002-11-30 | 1 | -5/+6 |
* | Use the new ahc_scb_timer_reset API | scottl | 2002-11-30 | 1 | -4/+27 |
* | Add a check to disable the previous patch so that future filesystems | mckusick | 2002-11-30 | 1 | -2/+4 |
* | Remove a race condition / deadlock from snapshots. When | mckusick | 2002-11-30 | 3 | -60/+151 |
* | Add support for the Olivetti branded EISA boards. | scottl | 2002-11-30 | 1 | -1/+15 |
* | Assert that the page queues lock is held in pmap_page_exists_quick(). | alc | 2002-11-30 | 2 | -2/+2 |
* | Fix two deadlocks in snapshots: | mckusick | 2002-11-30 | 1 | -2/+7 |
* | devd kernel improvements: | imp | 2002-11-30 | 1 | -21/+38 |
* | Conditionalize a GCCism. | mike | 2002-11-29 | 1 | -0/+2 |
* | Implement bus_space_subregion(). Identical to i386. | marcel | 2002-11-29 | 1 | -3/+8 |
* | Better handle sparse physical memory: Don't use the address range | marcel | 2002-11-29 | 1 | -8/+4 |
* | Check to make sure that the fs_sblockloc field was properly updated | mckusick | 2002-11-29 | 1 | -0/+10 |
* | Release the reference to the peripheral if returning a error. | yar | 2002-11-29 | 1 | -0/+2 |
* | Fix the standards case by referring to __fds_bits instead of fds_bits | mike | 2002-11-28 | 1 | -3/+3 |
* | Remove the <sys/types.h> prerequisite for <ucontext.h> by including | mike | 2002-11-28 | 1 | -0/+1 |
* | Use pmap_remove_all() instead of pmap_remove() before freeing the page | alc | 2002-11-28 | 1 | -5/+4 |
* | Lock page field accesses in mincore(). | alc | 2002-11-28 | 1 | -0/+2 |
* | Reclaim major number 182 which I allocated for mdsio. It was decided | rwatson | 2002-11-28 | 1 | -1/+0 |
* | Revisit the printf format fixes for alpha. intmax_t doesn't exist in | scottl | 2002-11-28 | 2 | -5/+4 |
* | Remove a left-over virtual mapping of uncached I/O port space. | marcel | 2002-11-28 | 4 | -34/+6 |
* | Uncomment out the lines of {ncv,ncr53c500,tmc18c30}_pccard.c . | non | 2002-11-28 | 1 | -3/+3 |
* | o Changes to support NEWCARD. | non | 2002-11-28 | 1 | -2/+31 |
* | o Changes to support NEWCARD. | non | 2002-11-28 | 1 | -2/+54 |
* | o Changes to support NEWCARD. | non | 2002-11-28 | 1 | -2/+35 |
* | regen to 1.38 | non | 2002-11-28 | 1 | -2/+60 |
* | o Add PC-Cards' ID or CIS strings which are supported by ncv, nsp, | non | 2002-11-28 | 1 | -1/+27 |
* | Enable UFS2 support in boot1. Just as with sparc64 the same boot1 works | jhb | 2002-11-27 | 1 | -1/+0 |
* | Hold the page queues lock when performing pmap_clear_modify(). | alc | 2002-11-27 | 1 | -0/+4 |
* | Resolve conflicts arising from the ACPI CA 20021118 import. | iwasaki | 2002-11-27 | 16 | -175/+232 |
* | This commit was generated by cvs2svn to compensate for changes in r107325, | iwasaki | 2002-11-27 | 77 | -1380/+1841 |
|\ |
|
| * | Vendor import of the Intel ACPI CA 20021118 drop. | iwasaki | 2002-11-27 | 90 | -1550/+2067 |
* | | Need more parens here. | imp | 2002-11-27 | 1 | -1/+1 |
* | | Do not set a variable (vp->p_pollinfo) to NULL if we know | robert | 2002-11-27 | 1 | -1/+1 |
* | | Fix for non-GCC compilers. | obrien | 2002-11-27 | 1 | -4/+3 |
* | | Small SO_RCVTIMEO and SO_SNDTIMEO values are mistakenly taken to be zero. | maxim | 2002-11-27 | 1 | -0/+2 |
* | | Disable debug output from acpi_pci_link. | iwasaki | 2002-11-27 | 1 | -5/+5 |
* | | Hold the page queues lock while performing pmap_page_protect(). | alc | 2002-11-27 | 1 | -2/+4 |
* | | Minor updates to the aicasm: | scottl | 2002-11-27 | 3 | -5/+5 |
* | | Xircom cards store the MAC address in the CIS, so get it from the new | imp | 2002-11-27 | 2 | -4/+16 |
* | | Implement PCI_IVAR_ETHADDR. Cardbus has the MAC addr in the CIS, | imp | 2002-11-27 | 4 | -3/+97 |
* | | Add a new cardbus specific ivar: PCI_IVAR_ETHADDR. Some pci-like | imp | 2002-11-27 | 2 | -0/+10 |
* | | MFp4: | imp | 2002-11-27 | 1 | -16/+14 |
* | | o Initialise each mbuf's m_len to 0 in m_getm(); mb_put_mem() depends | tjr | 2002-11-27 | 1 | -1/+3 |
* | | Make the rman_{get,set}_* macros into real functions. The macros | imp | 2002-11-27 | 2 | -10/+85 |
* | | Create a new 32-bit fs_flags word in the superblock. Add code to move | mckusick | 2002-11-27 | 4 | -16/+25 |
* | | Fix a fatal typo introduced in revision 1.13 that caused the mbuf chains to | tjr | 2002-11-26 | 1 | -1/+1 |
* | | fixes for this driver: | julian | 2002-11-26 | 1 | -2/+38 |