summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Increase default HZ for sparc64 to 1000.marius2005-04-161-1/+1
* Introduce new MAC Framework and MAC Policy entry points to control the userwatson2005-04-161-53/+137
* Modify the alq(9) alq_open() API to accept a file creation mode, ratherrwatson2005-04-162-5/+5
* Fix a typo in the comment.maxim2005-04-151-1/+1
* Close a race between sleepq_broadcast() and sleepq_catch_signals().jhb2005-04-141-47/+21
* - Remove a debugging printf that slipped in.jeff2005-04-131-1/+0
* According to the comment in struct tty, t_modem is optional; hence we shouldavatar2005-04-131-2/+4
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-3/+5
* - Change vop_lookup_post assertions to reflect recent vfs_lookup changes.jeff2005-04-131-12/+2
* - Further simplify lookup; Force all filesystems to relock in the DOTDOTjeff2005-04-131-30/+23
* Implement unix(4) socket options LOCAL_CREDS and LOCAL_CONNWAIT.mdodd2005-04-131-15/+105
* Consistently style function declarations in kern_malloc.c.rwatson2005-04-121-23/+7
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-121-1/+1
* The latest release of the FreeBSD driver (twa) forvkashyap2005-04-121-0/+5
* resource_list_purge: release the resources in this list, and purge theimp2005-04-121-0/+21
* rman_set_device() seems to have been omitted by mistake. Implement it.imp2005-04-121-0/+6
* - Remove unused include.jeff2005-04-121-1/+0
* - Differentiate two UPGRADE panics so I have a better idea of what's goingjeff2005-04-121-1/+3
* Return the resource created/found in resource_list_add to avoid an extraimp2005-04-121-2/+3
* - Mark the VOPs that require exclusive locks. Those that aren't markedjeff2005-04-111-26/+26
* - Enable ASSERT_VOP_ELOCKED and assert_vop_elocked() now that vnode_if.awkjeff2005-04-111-1/+1
* - Change the VOP_LOCK UPGRADE in vput() to do a LK_NOWAIT to avoid ajeff2005-04-111-39/+43
* - Assert that we're no longer doing recursive vn_locks in inactive/reclaimjeff2005-04-111-3/+12
* - vput(tvp) before vrele(tdvp) in kern_rename() to avoid lock order issues.jeff2005-04-112-4/+4
* Add debugging prints to all the methods in case there are problems withnjl2005-04-101-7/+70
* Suspend all other threads in the process while generating a core dump.das2005-04-101-1/+11
* CDEV lock should be before 'system map' lock.pjd2005-04-091-0/+6
* - Remove the namei NOOBJ flag. It is meaningless now.jeff2005-04-092-26/+20
* - If we vrele() a dvp while the child is locked we can potentially deadlockjeff2005-04-091-51/+60
* Add a missing terminator.pjd2005-04-091-0/+1
* Add additional newline to debug.mutex.prof.stats header, so thatglebius2005-04-081-1/+1
* Sprinkle some volatile magic and rearrange things a bit to avoid raceups2005-04-084-8/+14
* Fix bug in vfs_hash_rehash(): use correct bucket. This only affectedphk2005-04-071-1/+1
* Constify hexdump() harder.phk2005-04-061-2/+2
* - Remove dead code.jeff2005-04-061-26/+2
* - Assert that the bufobj matches in flushbuflists. I still haven't gottenjeff2005-04-061-0/+3
* - Move NDFREE() from vfs_subr to vfs_lookup where namei() is.jeff2005-04-052-38/+38
* - Use taskqueue_thread rather than taskqueue_swi since our task is goingjeff2005-04-051-1/+1
* Assert that the vnode is locked. This is meant to catch bugs orcsjp2005-04-051-0/+1
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-045-13/+2
* Document that devclass_get_maxunit(9) returns one greater than the currentnjl2005-04-041-0/+3
* Add devclass_get_drivers(9) which provides an array of pointers to drivernjl2005-04-041-0/+41
* - Add a missing unlock of the vnode_free_list_mtx.jeff2005-04-041-1/+3
* - Instead of waiting forever to get a vnode in getnewvnode() wait forjeff2005-04-041-1/+3
* - Include opt_vfs.h for LOOKUP_SHARED.jeff2005-04-031-8/+16
* maxunit is actually one higher than the greatest currently-allocated unitnjl2005-04-031-1/+1
* - Slightly restructure acquire() so I can add more ktr information andjeff2005-04-031-18/+14
* - Now that writes to character devices supporting softupdates canjeff2005-04-031-3/+4
* Remove GIANT_REQUIRED from elfN_load_section().alc2005-04-031-2/+0
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-011-2/+4
OpenPOWER on IntegriCloud