summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* - Initial cn_lkflags to LK_EXCLUSIVE.jeff2005-03-291-0/+1
* - Upgrade a shared lock request to exclusive in ffs_vget() if we havejeff2005-03-291-0/+9
* - Honor the cn_lkflags passed from namei() when locking the leaf.jeff2005-03-291-2/+3
* - Get rid of the old LOOKUP_SHARED code. namei() now supplies thejeff2005-03-291-30/+6
* - Set cn_lkflags to LK_SHARED in the LOOKUP_SHARED case so that we onlyjeff2005-03-291-5/+29
* - Add a lock flag to the component name so that namei() may request ajeff2005-03-291-0/+1
* - Dont clear OWEINACT in vbusy(), we still owe an inactive call if someonejeff2005-03-291-11/+16
* - Don't initial v_dd here, let cache_purge() do it for us.jeff2005-03-291-1/+0
* - Invalidate the childrens v_dd pointers when we cache_purge() a directory.jeff2005-03-291-8/+15
* Remove the global cdev hash and use the cdevsw list instead.phk2005-03-292-38/+10
* There's really no need to have this be #ifdef PC98, so remove one moreimp2005-03-291-3/+5
* Privatize major().phk2005-03-292-2/+1
* Print name of device instead of useless major/minor numbers.phk2005-03-291-3/+2
* handle malloc failure and don't proceed when the bios call tosam2005-03-291-1/+7
* plug resource leaksam2005-03-291-0/+3
* fix potential null ptr derefsam2005-03-291-4/+4
* handle ciss_lookup failuresam2005-03-291-0/+5
* check for malloc failure (also move malloc up to simplify error recovery)sam2005-03-291-2/+7
* eliminate extraneous null ptr checkssam2005-03-293-5/+5
* bus is unused, so eliminate it.imp2005-03-281-11/+6
* The filehandle allocated in NdisOpenFile() is allocated usingwpaul2005-03-281-2/+2
* Remove the last vestiges of the "wait for link down event" hack.wpaul2005-03-281-4/+0
* Another Coverity fix from Sam: add NULL pointer test inwpaul2005-03-281-0/+5
* More additions for amd64:wpaul2005-03-281-0/+20
* Fix resource leak found by Coverity (via Sam Leffler).wpaul2005-03-281-0/+1
* Fix for amd64.wpaul2005-03-282-5/+5
* Fix another amd64 issue with lookaside lists: we initialize thewpaul2005-03-281-6/+40
* avoid potential null ptr deref by free'ing excess mbufs instead ofsam2005-03-281-2/+4
OpenPOWER on IntegriCloud