| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove geometry translations here. | nyan | 2005-03-30 | 1 | -23/+0 |
* | Whoops, this got left out from the megacommit | sos | 2005-03-30 | 1 | -0/+75 |
* | This is the much rumoured ATA mkIII update that I've been working on. | sos | 2005-03-30 | 40 | -5878/+8279 |
* | When several carp interfaces are attached to Ethernet interface, | glebius | 2005-03-30 | 1 | -27/+37 |
* | Support VTOC volume names. This can be useful to distinguish multiple | joerg | 2005-03-30 | 2 | -2/+14 |
* | Use the usb_callout_* API instead of timeout()/untimeout() in order | iedowse | 2005-03-30 | 1 | -6/+5 |
* | Eliminate (now) unnecessary acquisition and release of the global page | alc | 2005-03-30 | 1 | -5/+1 |
* | Eliminate v_id and v_ddid. This changes struct vnode, so all | das | 2005-03-30 | 1 | -2/+0 |
* | Eliminate v_id and v_ddid. The name cache now holds references to | das | 2005-03-30 | 2 | -38/+11 |
* | Merge kern___cwd() and vn_fullpath(), which were virtually identical, | das | 2005-03-30 | 1 | -132/+89 |
* | Remove a couple of #ifdef 0'ed code blocks left over from Atheros debugging. | wpaul | 2005-03-30 | 1 | -8/+2 |
* | Fixing kernel build on amd64 machines. | avatar | 2005-03-30 | 1 | -3/+3 |
* | extend the timestamp from the rx descriptor to calculate the tsf to | sam | 2005-03-29 | 1 | -7/+24 |
* | forgot to merge this bit from p4 | sam | 2005-03-29 | 1 | -1/+2 |
* | sync rates for any associated stations or neighbors on state transition | sam | 2005-03-29 | 1 | -1/+16 |
* | simplify callback | sam | 2005-03-29 | 2 | -4/+8 |
* | replace m_defrag with something more suitable | sam | 2005-03-29 | 1 | -3/+88 |
* | pass re-association events up using a new message type | sam | 2005-03-29 | 2 | -5/+6 |
* | - Don't free mbuf, passed to interface output method if the latter | glebius | 2005-03-29 | 1 | -2/+1 |
* | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | jeff | 2005-03-29 | 1 | -7/+1 |
* | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | jeff | 2005-03-29 | 6 | -30/+12 |
* | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | jeff | 2005-03-29 | 1 | -7/+1 |
* | - cache_lookup() now locks the new vnode for us to prevent some races. | jeff | 2005-03-29 | 3 | -134/+73 |
* | - Move the logic that locks and refs the new vnode from vfs_cache_lookup() | jeff | 2005-03-29 | 1 | -35/+33 |
* | We don't need no major numbers | phk | 2005-03-29 | 1 | -84/+0 |
* | Don't generate major.c anymore. | phk | 2005-03-29 | 3 | -28/+4 |
* | Remove the global cdev hash and use the cdevsw list instead. | phk | 2005-03-29 | 1 | -29/+2 |
* | Revert to the more correct array size, and correct a KASSERT to | markm | 2005-03-29 | 1 | -2/+2 |
* | - Initial cn_lkflags to LK_EXCLUSIVE. | jeff | 2005-03-29 | 1 | -0/+1 |
* | - Upgrade a shared lock request to exclusive in ffs_vget() if we have | jeff | 2005-03-29 | 1 | -0/+9 |
* | - Honor the cn_lkflags passed from namei() when locking the leaf. | jeff | 2005-03-29 | 1 | -2/+3 |
* | - Get rid of the old LOOKUP_SHARED code. namei() now supplies the | jeff | 2005-03-29 | 1 | -30/+6 |
* | - Set cn_lkflags to LK_SHARED in the LOOKUP_SHARED case so that we only | jeff | 2005-03-29 | 1 | -5/+29 |
* | - Add a lock flag to the component name so that namei() may request a | jeff | 2005-03-29 | 1 | -0/+1 |
* | - Dont clear OWEINACT in vbusy(), we still owe an inactive call if someone | jeff | 2005-03-29 | 1 | -11/+16 |
* | - Don't initial v_dd here, let cache_purge() do it for us. | jeff | 2005-03-29 | 1 | -1/+0 |
* | - Invalidate the childrens v_dd pointers when we cache_purge() a directory. | jeff | 2005-03-29 | 1 | -8/+15 |
* | Remove the global cdev hash and use the cdevsw list instead. | phk | 2005-03-29 | 2 | -38/+10 |
* | There's really no need to have this be #ifdef PC98, so remove one more | imp | 2005-03-29 | 1 | -3/+5 |
* | Privatize major(). | phk | 2005-03-29 | 2 | -2/+1 |
* | Print name of device instead of useless major/minor numbers. | phk | 2005-03-29 | 1 | -3/+2 |
* | handle malloc failure and don't proceed when the bios call to | sam | 2005-03-29 | 1 | -1/+7 |
* | plug resource leak | sam | 2005-03-29 | 1 | -0/+3 |
* | fix potential null ptr deref | sam | 2005-03-29 | 1 | -4/+4 |
* | handle ciss_lookup failure | sam | 2005-03-29 | 1 | -0/+5 |
* | check for malloc failure (also move malloc up to simplify error recovery) | sam | 2005-03-29 | 1 | -2/+7 |
* | eliminate extraneous null ptr checks | sam | 2005-03-29 | 3 | -5/+5 |
* | bus is unused, so eliminate it. | imp | 2005-03-28 | 1 | -11/+6 |
* | The filehandle allocated in NdisOpenFile() is allocated using | wpaul | 2005-03-28 | 1 | -2/+2 |
* | Remove the last vestiges of the "wait for link down event" hack. | wpaul | 2005-03-28 | 1 | -4/+0 |