summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - 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
* check return value of gdb_rx_varhexsam2005-03-281-2/+8
* Bring rev 1.31 to the AMD64 platform.obrien2005-03-281-3/+7
* check copyin/copyout return valuessam2005-03-281-14/+24
* fix null ptr deref when nge_newbuf is called with an existing mbufsam2005-03-281-8/+6
* Tweak to hopefully make lookaside lists work on amd64: in Windows, thewpaul2005-03-282-1/+7
* Spell '0' as 'FALSE' when initializing npp_validcounts. (Doesn't changewpaul2005-03-281-1/+1
* Unbreak the build: correct the resource list traversal code forwpaul2005-03-281-4/+2
* - Correct the dprintf format int the _lookup routine.jeff2005-03-282-2/+2
* - Remove an unused variable from relookup().jeff2005-03-281-5/+2
* - Garbage collect an unused variable.jeff2005-03-282-9/+2
* - Don't panic if we can't lock a child in lookup, return an error instead.jeff2005-03-282-10/+8
* - Remove an unused variable.jeff2005-03-281-2/+0
* - Remove unnecessary LOCKPARENT manipulation.jeff2005-03-281-20/+0
* - Rev 1.83 of kern_lock.c fixes the td_locks assert, reenable it here.jeff2005-03-281-3/+0
* - Don't bump the count twice in the LK_DRAIN case.jeff2005-03-281-2/+0
* - Fix the lockmgr flags so that external flags and internal flags arejeff2005-03-281-35/+33
* - Move code that should probably be an assert above the main body ofjeff2005-03-281-15/+14
* - Remove the now-unused LK_REENABLE flag.jeff2005-03-281-3/+1
* - nwfs_lookup() is no longer responsible for unlocking the dvp, this isjeff2005-03-281-26/+10
* - Fix the hpfs build, hpfs_hash.c was removed from the repository.jeff2005-03-281-1/+1
* - hpfs_lookup() is no longer responsible for unlocking the dvp, this isjeff2005-03-281-11/+6
* - ext2fs_lookup() is no longer responsible for unlocking the dvp, this isjeff2005-03-282-32/+2
* - UFS no longer uses PDIRUNLOCK to track the parent state. Instead, we nowjeff2005-03-281-12/+7
OpenPOWER on IntegriCloud