aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* cdev (still) needs per instance uid/gid/modePoul-Henning Kamp2005-03-313-15/+22
* Rename dev_ref() to dev_refl()Poul-Henning Kamp2005-03-313-3/+3
* Correct the PCI ID for the SiS 965, and add support for the SATA partSøren Schmidt2005-03-312-3/+5
* Remove check of numpst to allow more K8 variants to attach. The otherNate Lawson2005-03-311-1/+7
* - Fix botched LK_NOWAIT removal. I mistakenly thought this compiled asJeff Roberson2005-03-311-1/+1
* - FFS supports shared locks, clear LK_NOSHARE from our vnode locks.Jeff Roberson2005-03-311-1/+2
* - Disable vfs shared locks by default. They must be specifically enabledJeff Roberson2005-03-311-1/+5
* - Set LK_NOSHARE for snapshot locks. snapshots require exclusive onlyJeff Roberson2005-03-312-22/+2
* - Add a LK_NOSHARE flag which forces all shared lock requests to beJeff Roberson2005-03-312-1/+6
* check copyin return value (and while we're at it copyout too)Sam Leffler2005-03-311-8/+14
* remove useless ptr check; cur_column can never be nullSam Leffler2005-03-311-1/+1
* handle potential null ptrSam Leffler2005-03-311-1/+3
* - apause() has been retired, remove LK_NOPAUSE as well.Jeff Roberson2005-03-311-1/+0
* - LK_NOPAUSE is a nop now.Jeff Roberson2005-03-319-17/+17
* - LK_NOPAUSE is a nop now.Jeff Roberson2005-03-311-1/+1
* - Remove apause(). It makes no sense with our present mutex implementationJeff Roberson2005-03-311-40/+0
* atapicam is broken, so comment it out since it may take a while to fix it.Warner Losh2005-03-311-1/+1
* Catch up with ATA-mkIIIPeter Grehan2005-03-313-53/+4
* Checkpoint today's tidy-up of the WIP disassembler. It now agrees withPeter Wemm2005-03-301-11/+40
* Commit my checkpoint of db_disasm.c that I hacked to understand some amd64Peter Wemm2005-03-301-78/+115
* close unlikely raceSam Leffler2005-03-301-2/+2
* correct commentSam Leffler2005-03-301-3/+3
* o fix bug where rate wouldn't lift off lowest setting when operating asSam Leffler2005-03-301-24/+47
* rev rate control api to pass the both the first+last tx descriptorsSam Leffler2005-03-304-6/+6
* o extend cts to cover packet burst when operating in 11g w/ protectionSam Leffler2005-03-303-29/+70
* Fix a possible mutex leak in KeSetTimerEx(): if timer is NULL, weBill Paul2005-03-301-2/+2
* Use a taskqueue for led-handling to prevent a potential panic.Philip Paeps2005-03-301-8/+34
* Add commented out ehci entry.Yoshihiro Takahashi2005-03-301-0/+1
* Remove geometry translations here.Yoshihiro Takahashi2005-03-301-23/+0
* Whoops, this got left out from the megacommitSøren Schmidt2005-03-301-0/+75
* This is the much rumoured ATA mkIII update that I've been working on.Søren Schmidt2005-03-3040-5775/+8176
* When several carp interfaces are attached to Ethernet interface,Gleb Smirnoff2005-03-301-27/+37
* Support VTOC volume names. This can be useful to distinguish multipleJoerg Wunsch2005-03-302-2/+14
* Use the usb_callout_* API instead of timeout()/untimeout() in orderIan Dowse2005-03-301-6/+5
* Eliminate (now) unnecessary acquisition and release of the global pageAlan Cox2005-03-301-5/+1
* Eliminate v_id and v_ddid. This changes struct vnode, so allDavid Schultz2005-03-301-2/+0
* Eliminate v_id and v_ddid. The name cache now holds references toDavid Schultz2005-03-302-38/+11
* Merge kern___cwd() and vn_fullpath(), which were virtually identical,David Schultz2005-03-301-132/+89
* Remove a couple of #ifdef 0'ed code blocks left over from Atheros debugging.Bill Paul2005-03-301-8/+2
* Fixing kernel build on amd64 machines.Tai-hwa Liang2005-03-301-3/+3
* extend the timestamp from the rx descriptor to calculate the tsf toSam Leffler2005-03-291-7/+24
* forgot to merge this bit from p4Sam Leffler2005-03-291-1/+2
* sync rates for any associated stations or neighbors on state transitionSam Leffler2005-03-291-1/+16
* simplify callbackSam Leffler2005-03-292-4/+8
* replace m_defrag with something more suitableSam Leffler2005-03-291-3/+88
* pass re-association events up using a new message typeSam Leffler2005-03-292-5/+6
* - Don't free mbuf, passed to interface output method if the latterGleb Smirnoff2005-03-291-2/+1
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cJeff Roberson2005-03-291-7/+1
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cJeff Roberson2005-03-296-30/+12
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cJeff Roberson2005-03-291-7/+1