| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Commit my checkpoint of db_disasm.c that I hacked to understand some amd64 | peter | 2005-03-30 | 1 | -79/+116 |
* | style(9) nits | imp | 2005-03-30 | 1 | -2/+3 |
* | close unlikely race | sam | 2005-03-30 | 1 | -2/+2 |
* | correct comment | sam | 2005-03-30 | 1 | -3/+3 |
* | print new stats for cts burst extension logic | sam | 2005-03-30 | 1 | -0/+2 |
* | o fix bug where rate wouldn't lift off lowest setting when operating as | sam | 2005-03-30 | 1 | -24/+47 |
* | rev rate control api to pass the both the first+last tx descriptors | sam | 2005-03-30 | 4 | -6/+6 |
* | o extend cts to cover packet burst when operating in 11g w/ protection | sam | 2005-03-30 | 3 | -29/+70 |
* | fix typo | sam | 2005-03-30 | 1 | -1/+1 |
* | Fix grammar error caused by my previous edit. | joerg | 2005-03-30 | 1 | -2/+2 |
* | Purge orphan catpages. | ru | 2005-03-30 | 1 | -2/+2 |
* | Fix a possible mutex leak in KeSetTimerEx(): if timer is NULL, we | wpaul | 2005-03-30 | 1 | -2/+2 |
* | Make the structure for handling the input stack local to the parse | harti | 2005-03-30 | 5 | -165/+127 |
* | Fix a bug introduced in a previous commit: ParseModifier() consumes | harti | 2005-03-30 | 1 | -15/+30 |
* | Use a taskqueue for led-handling to prevent a potential panic. | philip | 2005-03-30 | 1 | -8/+34 |
* | Add commented out ehci entry. | nyan | 2005-03-30 | 1 | -0/+1 |
* | Add over 32GB disk support on pc98 (userland part). | nyan | 2005-03-30 | 3 | -3/+26 |
* | 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 | 41 | -5892/+8313 |
* | 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 | 4 | -8/+73 |
* | Use the usb_callout_* API instead of timeout()/untimeout() in order | iedowse | 2005-03-30 | 1 | -6/+5 |
* | When allocating TLS and DTV, make sure that any unused slots in the DTV | dfr | 2005-03-30 | 1 | -8/+4 |
* | 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 |
* | Attach ndiscvt(8) to the amd64 build. | wpaul | 2005-03-30 | 1 | -0/+1 |
* | 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 |
* | handle rejoin event | sam | 2005-03-29 | 1 | -1/+3 |
* | Correct formatting of pointers in the listing by using "0x%" PRIx64 instead of | anholt | 2005-03-29 | 1 | -1/+1 |
* | 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 |
* | Adds sha256 support. While it is a good idea to also add sha384 and | tobez | 2005-03-29 | 9 | -9/+67 |
* | 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 |