summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Back out changes made in rev. 1.151.ups2006-01-251-1/+1
* Touch all the pages wired by sysctl_wire_old_buffer() to avoid PTEtruckman2006-01-251-1/+12
* Whitespace fix.jhb2006-01-241-1/+1
* - Add a new KTR_SUBSYS in place of KTR_SPARE1 to serve as a subsystemjhb2006-01-241-0/+6
* Add locking annotation and comments about socket, pipe, fifo problem.davidxu2006-01-241-125/+126
* Er, rescure a deleted comment line.davidxu2006-01-241-0/+1
* More cleanup for aio code:davidxu2006-01-241-11/+9
* Add bracket.davidxu2006-01-231-1/+1
* Fix a vnode reference leak in the ktrace code. We always grab a referencejhb2006-01-231-0/+1
* Hopefully fix the "calcru: runtime went backwards from ..." problem byups2006-01-232-3/+4
* In mb_zinit_pack() explicitly ignore the return value of uma_zalloc_arg().andre2006-01-231-1/+1
* Verify all supported notification types.davidxu2006-01-231-3/+18
* 1) Merge _aio_aqueue and aio_aqueue, check quota in aio_aqueue,davidxu2006-01-231-45/+29
* Remove an unnecessary call to pmap_remove_all(). The given page is notalc2006-01-231-1/+0
* Tweak previous vfs_lookup.c commit to return an EINVAL error fromtruckman2006-01-223-3/+3
* Fix a bogus panic.davidxu2006-01-221-1/+1
* Decrease kaio_active_count first, because user process may go awaydavidxu2006-01-221-2/+5
* Regen.davidxu2006-01-222-13/+13
* Make aio code MP safe.davidxu2006-01-222-854/+585
* Add a devd(8) event that is sent after the system resumes. This can benjl2006-01-221-1/+13
* Convert remaining functions to ANSI C function declarations.rwatson2006-01-221-86/+28
* Avoid a vm object reference leak in a rarely used code path.alc2006-01-211-10/+7
* Return EPERM from lookup() if cn_nameiop is DELETE or RENAME andtruckman2006-01-211-4/+11
* Convert remaining functions in vfs_subr.c from K&R prototypes to ANSI Crwatson2006-01-211-82/+34
* When loading a driver that is a subclass of another driver don't set thejhb2006-01-201-1/+11
* Return the thread name in the kinfo_proc structure.julian2006-01-181-0/+7
* Always include the lock_classes[] array in the kernel. Thejhb2006-01-181-2/+0
* Since p_cansee will end up dereferencing p_ucred, don't check for p_ucredjmallett2006-01-171-9/+7
* Bah. Fix 'show lock' to actually be compiled in. I had just fixed this injhb2006-01-171-0/+3
* Add a new file (kern/subr_lock.c) for holding code related to structjhb2006-01-174-81/+145
* Initialize thread0.td_contested in init_turnstiles() rather thanjhb2006-01-172-3/+1
* Garbage collect turnstile_empty() since it is unused.jhb2006-01-171-16/+0
* Fix an 11 year old mistake: Let the hash functions take a void* insteadphk2006-01-171-2/+3
* Set flag in needsbuffer while still holding bqlock to avoid lost wakeup.tegge2006-01-161-2/+4
* vfs_busy can only return something useful if MNTK_UNMOUNT has been set.csjp2006-01-151-1/+1
* Cast VFS_STATFS() in vfs_domount() to (void) to indicate that ignoring therwatson2006-01-151-1/+1
* Initialize ki to p->p_aioinfo after we know it's going to be referencingcsjp2006-01-151-2/+2
* AMD64 also supports disk slices.ru2006-01-141-1/+1
* Correct STAILQ usage in purge of resourcelist.phk2006-01-141-1/+1
* Add the following to the taskqueue api:scottl2006-01-141-16/+56
* When calling bioq_first() to see if a queue is empty in bioq_disksort(),rwatson2006-01-131-1/+1
* Add sosend_dgram(), a greatly reduced and simplified version of sosend()rwatson2006-01-131-2/+155
* XXX a comment in uipc_usrreq.c that requires updating.rwatson2006-01-131-0/+2
* Novel idea, don't print a string if it is NULL!alfred2006-01-121-1/+2
* The interlock in taskqueue_terminate() is completely wrong for taskqueuesscottl2006-01-111-5/+1
* Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)phk2006-01-103-25/+6
* Add functions and macros and refactor code to make it easier to managescottl2006-01-101-116/+86
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-093-37/+132
* If destroying a spinlock, make sure that it is exited properly.scottl2006-01-081-0/+4
* Revert an untested local change that crept in with the lo_class changesjhb2006-01-071-4/+0
OpenPOWER on IntegriCloud