summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Commit my checkpoint of db_disasm.c that I hacked to understand some amd64peter2005-03-301-79/+116
* style(9) nitsimp2005-03-301-2/+3
* close unlikely racesam2005-03-301-2/+2
* correct commentsam2005-03-301-3/+3
* print new stats for cts burst extension logicsam2005-03-301-0/+2
* o fix bug where rate wouldn't lift off lowest setting when operating assam2005-03-301-24/+47
* rev rate control api to pass the both the first+last tx descriptorssam2005-03-304-6/+6
* o extend cts to cover packet burst when operating in 11g w/ protectionsam2005-03-303-29/+70
* fix typosam2005-03-301-1/+1
* Fix grammar error caused by my previous edit.joerg2005-03-301-2/+2
* Purge orphan catpages.ru2005-03-301-2/+2
* Fix a possible mutex leak in KeSetTimerEx(): if timer is NULL, wewpaul2005-03-301-2/+2
* Make the structure for handling the input stack local to the parseharti2005-03-305-165/+127
* Fix a bug introduced in a previous commit: ParseModifier() consumesharti2005-03-301-15/+30
* Use a taskqueue for led-handling to prevent a potential panic.philip2005-03-301-8/+34
* Add commented out ehci entry.nyan2005-03-301-0/+1
* Add over 32GB disk support on pc98 (userland part).nyan2005-03-303-3/+26
* Remove geometry translations here.nyan2005-03-301-23/+0
* Whoops, this got left out from the megacommitsos2005-03-301-0/+75
* This is the much rumoured ATA mkIII update that I've been working on.sos2005-03-3041-5892/+8313
* When several carp interfaces are attached to Ethernet interface,glebius2005-03-301-27/+37
* Support VTOC volume names. This can be useful to distinguish multiplejoerg2005-03-304-8/+73
* Use the usb_callout_* API instead of timeout()/untimeout() in orderiedowse2005-03-301-6/+5
* When allocating TLS and DTV, make sure that any unused slots in the DTVdfr2005-03-301-8/+4
* Eliminate (now) unnecessary acquisition and release of the global pagealc2005-03-301-5/+1
* Eliminate v_id and v_ddid. This changes struct vnode, so alldas2005-03-301-2/+0
* Eliminate v_id and v_ddid. The name cache now holds references todas2005-03-302-38/+11
* Merge kern___cwd() and vn_fullpath(), which were virtually identical,das2005-03-301-132/+89
* Remove a couple of #ifdef 0'ed code blocks left over from Atheros debugging.wpaul2005-03-301-8/+2
* Attach ndiscvt(8) to the amd64 build.wpaul2005-03-301-0/+1
* Fixing kernel build on amd64 machines.avatar2005-03-301-3/+3
* extend the timestamp from the rx descriptor to calculate the tsf tosam2005-03-291-7/+24
* forgot to merge this bit from p4sam2005-03-291-1/+2
* sync rates for any associated stations or neighbors on state transitionsam2005-03-291-1/+16
* simplify callbacksam2005-03-292-4/+8
* replace m_defrag with something more suitablesam2005-03-291-3/+88
* handle rejoin eventsam2005-03-291-1/+3
* Correct formatting of pointers in the listing by using "0x%" PRIx64 instead ofanholt2005-03-291-1/+1
* pass re-association events up using a new message typesam2005-03-292-5/+6
* - Don't free mbuf, passed to interface output method if the latterglebius2005-03-291-2/+1
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cjeff2005-03-291-7/+1
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cjeff2005-03-296-30/+12
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cjeff2005-03-291-7/+1
* - cache_lookup() now locks the new vnode for us to prevent some races.jeff2005-03-293-134/+73
* - Move the logic that locks and refs the new vnode from vfs_cache_lookup()jeff2005-03-291-35/+33
* Adds sha256 support. While it is a good idea to also add sha384 andtobez2005-03-299-9/+67
* We don't need no major numbersphk2005-03-291-84/+0
* Don't generate major.c anymore.phk2005-03-293-28/+4
* Remove the global cdev hash and use the cdevsw list instead.phk2005-03-291-29/+2
* Revert to the more correct array size, and correct a KASSERT tomarkm2005-03-291-2/+2
OpenPOWER on IntegriCloud