summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* uh, commit all of the patchjulian2002-09-292-0/+2
* commit the version I actually tested..julian2002-09-292-4/+8
* Implement basic KSE loaning. This stops a hread that is blocked in BOUND modejulian2002-09-297-9/+98
* Fix style nit where conditionally compiled code was unconditionalized,obrien2002-09-291-2/+1
* lock proc while calling psignaljulian2002-09-292-18/+34
* Move includ of <sys/bus_priate.h> later to get semantic identity ofphk2002-09-281-1/+1
* Change a return to a break so the local buffers get properly freeed.phk2002-09-281-1/+1
* Remove unused includes.phk2002-09-281-4/+4
* Be consistent about "static" functions: if the function is markedphk2002-09-2812-15/+15
* Correctly order VI_UNLOCK(), local variables and block comment.phk2002-09-281-4/+4
* Rewrite the kse_create() function to better aproach the semantics wejulian2002-09-281-56/+71
* Add a workaround for what seems to be confusion between binutils and thejake2002-09-272-0/+20
* Rename struct specinfo to the more appropriate struct cdev.phk2002-09-272-8/+8
* Redo how completing threads pass their state to userlandjulian2002-09-272-162/+242
* Under DIAGNOSTIC, complain if ENOIOCTL leaks out through VOP_IOCTL().phk2002-09-261-0/+6
* Make biowait() check bio_error before the BIO_ERROR flag, to properyphk2002-09-261-2/+2
* - Export the alq daemon thread pointer.jeff2002-09-262-5/+9
* - Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.cjeff2002-09-261-29/+92
* - We don't need any automated lock checking for vop_islocked.jeff2002-09-261-1/+1
* Make the following name changes to KSE related functions, etc., to betterarchie2002-09-256-25/+26
* Round up instead of towards 0 in clock_getres() so that a resolution ofbde2002-09-251-1/+6
* - Lock down the syncer with sync_mtx.jeff2002-09-251-74/+188
* - Properly lock v_vflags in getdirents().jeff2002-09-252-8/+28
* - Use incore() where no other interlock locking is necessary.jeff2002-09-251-2/+6
* - Lock accesses to v_numoutput.jeff2002-09-251-0/+16
* - Don't protect mountedhere with the vn interlock.jeff2002-09-251-5/+7
* - Use the standard vp interlock macros.jeff2002-09-251-8/+12
* Don't use local variable 'p' in a debug statement.. we removed it.julian2002-09-232-2/+2
* oops don't do dthe copy range in a new KSE. There isn't one any more.julian2002-09-231-0/+2
* slightly clean up the thread_userret() and thread_consider_upcall() calls.julian2002-09-233-27/+52
* Add code to create > 1 KSe per process.julian2002-09-231-16/+39
* Indentation does not define a block.. you need breces {} as well..julian2002-09-231-1/+3
* - Hold the credential of the caller and use it in all subsequent vn ops.jeff2002-09-231-6/+7
* - Add support for logging KTR via ALQ. This is optional and enabled by thejeff2002-09-221-3/+92
* - Tell witness about ALQ's spin lock.jeff2002-09-221-0/+1
* - Add an asynchronous fixed length record logging mechanism calledjeff2002-09-221-0/+499
* Removed unneeded include (missed in last revision).jake2002-09-221-2/+0
* Moved netisr code from kern/kern_intr.c to net/netisr.c as threatened in ajake2002-09-221-79/+1
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-217-38/+66
* Assert my copyright on this file (using the default 2-clause BSD).phk2002-09-201-11/+4
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-202-1/+8
* For reasons now lost in historical fog, the bounds_check_with_label()phk2002-09-201-0/+58
* We don't need the <sys/disklabel.h> include for alpha anymore.phk2002-09-201-3/+0
* Make FreeBSD "struct disklabel" agnostic, step 312 of 723:phk2002-09-202-151/+150
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:phk2002-09-203-66/+45
* Remove unused variable.phk2002-09-201-1/+0
* Retire now unused DIOCGDVIRGIN kludge.phk2002-09-201-33/+0
* Switch to using strlcpy() in several places. It seems theremux2002-09-191-7/+7
* Add ability to dump stacktraces on kernel panics when DDB is compiled intojhb2002-09-191-2/+17
* VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()truckman2002-09-193-3/+7
OpenPOWER on IntegriCloud