| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an INVARIENTS only check to make sure Giant is held if mbuf | dwmalone | 2003-05-29 | 1 | -0/+2 |
* | Grab giant in sendit rather than kern_sendit because sockargs may | dwmalone | 2003-05-29 | 1 | -4/+6 |
* | Completely disable interrupts (not just raise %pil) when calculating the | tmm | 2003-05-29 | 1 | -4/+5 |
* | Move the sysctls of the misalignment handler to where they belong | marcel | 2003-05-29 | 3 | -26/+18 |
* | Fix what I think is a cut-n-paste bug: use OID_AUTO for the | marcel | 2003-05-29 | 1 | -1/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r115367, | njl | 2003-05-28 | 1 | -2/+2 |
|\ |
|
| * | Revert to using TABLE_ID_DSDT as the default. It looks like the dynamic | njl | 2003-05-28 | 1 | -2/+2 |
* | | In cluster_wbuild(), initialise b_iocmd to BIO_WRITE before calling | iedowse | 2003-05-28 | 1 | -1/+3 |
* | | Replace a handrolled defrag function with m_defrag. The handrolled | silby | 2003-05-28 | 1 | -22/+15 |
* | | Update AMD Features vector to include NX (page table entry no-execute bit) | peter | 2003-05-27 | 1 | -5/+5 |
* | | Fix support for 256 MB aperture sizes on chipsets such as the 845 and | jhb | 2003-05-27 | 2 | -10/+32 |
* | | Grr, fix compile. The bane of trying to split out patches into two | jhb | 2003-05-27 | 2 | -0/+2 |
* | | This commit was generated by cvs2svn to compensate for changes in r115351, | njl | 2003-05-27 | 2 | -4/+44 |
|\ \
| |/ |
|
| * | Fix false AE_NOT_FOUND messages, reported in NetBSD port-i386/20897. | njl | 2003-05-27 | 2 | -4/+44 |
* | | Fix compile: the type is spelled bus_dmasync_op_t rather than | jhb | 2003-05-27 | 1 | -3/+3 |
* | | Add support for the Intel 865 chipset. | jhb | 2003-05-27 | 4 | -6/+20 |
* | | Remove the redundant declaration of bus_dmasync_op_t. | scottl | 2003-05-27 | 1 | -4/+0 |
* | | A flushrs must be the first in an instruction group. | marcel | 2003-05-27 | 2 | -0/+2 |
* | | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | scottl | 2003-05-27 | 28 | -45/+56 |
* | | Have the unwinder allocate memory with M_NOWAIT. The unwinder is | marcel | 2003-05-27 | 1 | -1/+1 |
* | | Fix fu{byte|word*} and su{byte|word*}: | marcel | 2003-05-27 | 3 | -298/+902 |
* | | Revision 1.99 of this file changed the allocation request from | marcel | 2003-05-26 | 1 | -1/+1 |
* | | This driver supports the 2920C not the 2920. | gibbs | 2003-05-26 | 1 | -3/+3 |
* | | Consistently use #ifdef for testing AHC_TARGET_MODE. | gibbs | 2003-05-26 | 1 | -9/+9 |
* | | aic79xx.c: | gibbs | 2003-05-26 | 3 | -3/+3 |
* | | Correct/Simplify ignore wide residue message handling | gibbs | 2003-05-26 | 4 | -49/+42 |
* | | FIFOEMP can lag LAST_SEG_DONE in the Ultra2 and U160 | gibbs | 2003-05-26 | 1 | -2/+10 |
* | | Correct/Simplify ignore wide residue message handling | gibbs | 2003-05-26 | 5 | -65/+51 |
* | | Fix disabling of PCI parity error interrupts. We need to set | gibbs | 2003-05-26 | 3 | -12/+21 |
* | | Change hadling of the Rev. A packetized lun output bug | gibbs | 2003-05-26 | 3 | -9/+13 |
* | | Add 7901B support. | gibbs | 2003-05-26 | 1 | -12/+57 |
* | | Fixup spelling of "coalesce" and derivatives. | gibbs | 2003-05-26 | 4 | -77/+77 |
* | | Remove stray K&R style function definition. | gibbs | 2003-05-26 | 1 | -3/+2 |
* | | Fix two typos from the last commit | scottl | 2003-05-26 | 2 | -2/+2 |
* | | De-orbit bus_dmamem_alloc_size from here too. | scottl | 2003-05-26 | 1 | -34/+8 |
* | | De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways. | scottl | 2003-05-26 | 12 | -213/+32 |
* | | Copy the va_list in sbuf_vprintf() before passing it to vsnprintf(), | peter | 2003-05-25 | 1 | -1/+4 |
* | | - Create a new lock, umtx_lock, for use instead of the proc lock for | jeff | 2003-05-25 | 1 | -6/+13 |
* | | Don't do silly thing if the disk_create() event gets canceled. | phk | 2003-05-25 | 1 | -1/+3 |
* | | - Reset the free ent to NULL if we have consumed the last free entry. This | jeff | 2003-05-25 | 1 | -0/+2 |
* | | Beat vnode locking in the NFS server code into submission. This change | truckman | 2003-05-25 | 3 | -114/+203 |
* | | Always set the hardware parse bit in the IPCB structure when this | truckman | 2003-05-25 | 1 | -6/+43 |
* | | Now that we define user mode as any IP address that isn't in the | marcel | 2003-05-25 | 1 | -2/+1 |
* | | Ignore the 'must allocate below 1MB' flag for the TPL_BAR_REG. It is | imp | 2003-05-24 | 1 | -0/+2 |
* | | Fix a source of instability specific to an EPC userland. We return | marcel | 2003-05-24 | 2 | -14/+8 |
* | | Be more careful how we restore interrupts. Don't rewrite most of the | marcel | 2003-05-24 | 1 | -3/+4 |
* | | Consistently us the same metric to differentiate between kernel mode | marcel | 2003-05-24 | 2 | -3/+2 |
* | | Unconditionally restore ar.k7 (memory stack) and ar.k6 (register stack) | marcel | 2003-05-24 | 2 | -4/+4 |
* | | Stop profiled libc from exploding, matching gcc's generated code. | peter | 2003-05-24 | 1 | -4/+0 |
* | | Fix an alpha inheritance bug: | marcel | 2003-05-24 | 4 | -68/+28 |