| Commit message (Expand) | Author | Age | Files | Lines |
* | * When adding/deleting multicast addresses, only whack the address filter | bz | 2005-03-17 | 2 | -12/+30 |
* | Releasing TX/RX descriptor dmamaps during device detachment instead of | avatar | 2005-03-17 | 1 | -5/+4 |
* | Kill MAJOR_AUTO | phk | 2005-03-17 | 3 | -11/+3 |
* | Prepare for the final onslaught on devices: | phk | 2005-03-17 | 4 | -13/+19 |
* | - Don't lock the vnode interlock in vm_object_set_writeable_dirty() if | jeff | 2005-03-17 | 1 | -2/+4 |
* | - Lock the clearing of v_data so it is safe to inspect it with the | jeff | 2005-03-17 | 1 | -1/+7 |
* | - Lock the clearing of v_data in ufs_reclaim() to prevent a pagefault | jeff | 2005-03-17 | 1 | -1/+7 |
* | Remove unused variable. | phk | 2005-03-17 | 1 | -6/+0 |
* | In stange circumstances we may end up being the last reference to a | phk | 2005-03-17 | 3 | -18/+21 |
* | Bring back some of the ioctl junk that was removed in rev 1.59 as a | cognet | 2005-03-17 | 3 | -2/+126 |
* | Use PCIR_BARS instead of PCIR_MAPS. | cognet | 2005-03-17 | 2 | -16/+17 |
* | Introduce a new function, pmap_wb_page(), which check all userland mappings for | cognet | 2005-03-16 | 1 | -1/+10 |
* | Remove comments relevant only to pc98 as there are no amd64 pc98 machines. | imp | 2005-03-16 | 1 | -11/+1 |
* | Customize this for the alpha by removing pc98 defines (unused on alpha) | imp | 2005-03-16 | 1 | -17/+1 |
* | Plug memory leak. | pjd | 2005-03-16 | 1 | -2/+1 |
* | Eleminate 3 PC98 ifdefs: | imp | 2005-03-16 | 1 | -17/+5 |
* | Define IRQ_NPX for the irq used for the npx. Define macro for a full | imp | 2005-03-16 | 3 | -0/+33 |
* | correct comparison for null ptr | sam | 2005-03-16 | 1 | -1/+1 |
* | avoid potential array index by -1 | sam | 2005-03-16 | 1 | -1/+2 |
* | eliminate use after free in debug code | sam | 2005-03-16 | 1 | -3/+3 |
* | kill dead code | sam | 2005-03-16 | 1 | -2/+1 |
* | bus_alloc_resource must obey the same rules as | imp | 2005-03-16 | 1 | -1/+1 |
* | Make it clear nve needs mii, and shorten long comment line. | obrien | 2005-03-16 | 2 | -4/+4 |
* | Unload and destroy the TX DMA maps before destroying the DMA tag | mux | 2005-03-16 | 1 | -4/+3 |
* | Use vfs_hash. | phk | 2005-03-16 | 2 | -155/+42 |
* | Add two arguments to the vfs_hash() KPI so that filesystems which do | phk | 2005-03-16 | 10 | -20/+27 |
* | Remove unused file | phk | 2005-03-16 | 1 | -183/+0 |
* | Fix a memoryleak in case of failed root filesystem mount. | phk | 2005-03-16 | 1 | -1/+4 |
* | MFp4: use the function to fix the packet header length instead of rolling | jmg | 2005-03-16 | 1 | -7/+1 |
* | Remove inode fields previously used for private inode hash tables. | phk | 2005-03-16 | 5 | -5/+0 |
* | MFp4: print a more useful error when we don't have a /dev to mount devfs | jmg | 2005-03-16 | 1 | -1/+1 |
* | MFp4: add in making fiq's work by coping to the correct page incase we have | jmg | 2005-03-16 | 1 | -1/+2 |
* | fix up white space, I had a simple comment fix, but I might as well do the | jmg | 2005-03-16 | 1 | -12/+12 |
* | Add mnt_hashseed to struct mount and initialize it witn PRNG bits, use | phk | 2005-03-16 | 4 | -16/+19 |
* | XXX: unnecessary pointer in inode. | phk | 2005-03-16 | 1 | -1/+1 |
* | Don't store the disk cdev in all inodes. | phk | 2005-03-16 | 6 | -6/+0 |
* | Don't hold a reference to the disk vnode for each inode. | phk | 2005-03-16 | 10 | -38/+14 |
* | plug resource leak | sam | 2005-03-16 | 1 | -1/+3 |
* | correct bounds check | sam | 2005-03-16 | 1 | -1/+1 |
* | Enable ehci by default on i386 and amd64. It had got to the stage | iedowse | 2005-03-16 | 2 | -0/+2 |
* | make bus_dmamem_alloc always allocate a new map like we are suppose to.. | jmg | 2005-03-16 | 1 | -11/+11 |
* | If bus_generic_susped returns an error, devlist is not freed. Free it. | imp | 2005-03-15 | 1 | -1/+3 |
* | Don't hold a reference to the disk vnode for each inode. | phk | 2005-03-15 | 3 | -11/+1 |
* | Eliminate cdev pointer in inodes, they're not used or needed. | phk | 2005-03-15 | 3 | -5/+1 |
* | Don't hold a reference on the disk vnode for each inode. | phk | 2005-03-15 | 5 | -11/+3 |
* | Sometimes, when asked to return region A..C, we'd return A+N..C+N | imp | 2005-03-15 | 1 | -2/+3 |
* | Fix a debugging printf. The order of start/end was inconsistant with | imp | 2005-03-15 | 1 | -1/+1 |
* | Improve the vfs_hash() API: vput() the unneeded vnode centrally to | phk | 2005-03-15 | 9 | -27/+11 |
* | Remove OBE comment about AMD64 memory model. | obrien | 2005-03-15 | 1 | -2/+1 |
* | Ensure GCC does not use FP registers in integer code. | obrien | 2005-03-15 | 4 | -2/+6 |