| Commit message (Expand) | Author | Age | Files | Lines |
* | Add gjournal GEOM class (kernel side), which implements block level | pjd | 2006-10-31 | 3 | -0/+3555 |
* | Implement BIO_FLUSH handling by simply passing it down to the components. | pjd | 2006-10-31 | 6 | -3/+174 |
* | Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4). | pjd | 2006-10-31 | 5 | -25/+135 |
* | Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the disk | pjd | 2006-10-31 | 2 | -1/+22 |
* | Add a new I/O request - BIO_FLUSH, which basically tells providers below to | pjd | 2006-10-31 | 4 | -1/+32 |
* | Make EWOULDBLOCK a recoverable error so that the request is retransmitted. | mohans | 2006-10-31 | 1 | -2/+2 |
* | Fix a typo resulting in truncated linux32 signal trampoline code copied | kib | 2006-10-31 | 1 | -1/+1 |
* | Allocate receive and transmit data structures during attach() and free them | jhb | 2006-10-31 | 1 | -47/+82 |
* | - Use callout_init_mtx() to close various callout-related races. | jhb | 2006-10-31 | 1 | -18/+13 |
* | Rework the transmit register handling. In em_encap() store index of | glebius | 2006-10-31 | 2 | -33/+79 |
* | Remove unused softc pointer variable from the probe routine. | jhb | 2006-10-31 | 1 | -3/+0 |
* | Merge new vendor release - 6.2.9. | glebius | 2006-10-31 | 5 | -736/+755 |
* | Fix Typo. | takawata | 2006-10-31 | 1 | -1/+1 |
* | The first of 3 major steps to move the CAM layer forward to using | mjacob | 2006-10-31 | 25 | -96/+1616 |
* | Fix a typo in the device ID table that prevented 5708S chips from being | scottl | 2006-10-31 | 1 | -2/+2 |
* | Add support for Option GT 3G/3G quad datacard in ubsa. | kevlo | 2006-10-31 | 2 | -5/+11 |
* | Include <sys/types.h>, to get definition for uint32_t. | cognet | 2006-10-30 | 1 | -0/+1 |
* | Assign start to the value we were able to allocate and use that to | imp | 2006-10-30 | 1 | -10/+11 |
* | In the replacement text of the __bswapN_const() macros encapsulate the | marius | 2006-10-30 | 2 | -16/+24 |
* | More fully support 64-bit bars. Prior to this commit, we supported | imp | 2006-10-30 | 3 | -58/+69 |
* | Forward declare struct cdev, since arguments of this type are used in | rwatson | 2006-10-30 | 2 | -0/+2 |
* | Hook acpi_aiboost module to build. | takawata | 2006-10-30 | 1 | -2/+2 |
* | Add conf file entries for acpi_aiboost drivers. | takawata | 2006-10-30 | 2 | -0/+4 |
* | Driver for some ASUS desktop motherboard extras. | takawata | 2006-10-30 | 2 | -0/+349 |
* | Add the padding fields to 'struct proc' for the !KSE case that I missed. | jb | 2006-10-29 | 1 | -0/+4 |
* | - Wrap code optimized for architectures without alignment constraints | marius | 2006-10-29 | 1 | -16/+22 |
* | Wrap code optimized for architectures without alignment constraints | marius | 2006-10-29 | 1 | -6/+5 |
* | Retire the failed OBSOLETE_IN_6 experiment code. | imp | 2006-10-29 | 1 | -6/+0 |
* | Add missing headers. | marius | 2006-10-29 | 1 | -0/+1 |
* | Because the BTX mini-kernel now uses flat memory mode and clients | ru | 2006-10-29 | 5 | -10/+10 |
* | regen after linux_io_* backout | netchild | 2006-10-29 | 6 | -94/+16 |
* | Backout the linux aio stuff. Several problems where identified and the | netchild | 2006-10-29 | 10 | -1465/+11 |
* | - Use non-recursive mutex. MTX_RECURSE is unnecessary since rev. 1.70 | oleg | 2006-10-29 | 1 | -34/+31 |
* | style(9) | netchild | 2006-10-29 | 1 | -0/+1 |
* | Removed some SMP ifdefs so that using the TSC as a cputime clock is | bde | 2006-10-29 | 2 | -19/+15 |
* | Refactor vfs_setdirty(), creating vfs_setdirty_locked_object(). | alc | 2006-10-29 | 1 | -6/+16 |
* | In bufdone_finish() restrict the acquisition and release of the page | alc | 2006-10-28 | 1 | -2/+8 |
* | Fix style(9). | netchild | 2006-10-28 | 1 | -29/+29 |
* | In the userland .mcount(): | bde | 2006-10-28 | 1 | -7/+5 |
* | regen (prctl addition) | netchild | 2006-10-28 | 6 | -10/+18 |
* | i386/include/profile.h: | bde | 2006-10-28 | 2 | -10/+2 |
* | MFP4: | netchild | 2006-10-28 | 8 | -5/+123 |
* | MFP4: | netchild | 2006-10-28 | 2 | -4/+4 |
* | Backout bogus checkin to HEAD | jfv | 2006-10-28 | 5 | -1504/+1708 |
* | In MCOUNT_OVERHEAD(label), actually use the `label' parameter. We were | bde | 2006-10-28 | 2 | -2/+2 |
* | Cleaned up includes. <machine/profile.h> was unused. <machine/timerreg.h> | bde | 2006-10-28 | 2 | -14/+5 |
* | Removed all traces of HIDENAME() in amd64 and i386 kernel code. Using | bde | 2006-10-28 | 4 | -39/+24 |
* | This is the merge of the Intel 6.2.9 driver. It provides all new shared code, | jfv | 2006-10-28 | 5 | -1708/+1504 |
* | Don't call mexitcount or provide a stub mexitcount to call when | bde | 2006-10-27 | 4 | -24/+8 |
* | - Convert | oleg | 2006-10-27 | 1 | -5/+62 |