| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly order VI_UNLOCK(), local variables and block comment. | phk | 2002-09-28 | 1 | -4/+4 |
* | Rewrite the kse_create() function to better aproach the semantics we | julian | 2002-09-28 | 1 | -56/+71 |
* | Add a workaround for what seems to be confusion between binutils and the | jake | 2002-09-27 | 2 | -0/+20 |
* | Rename struct specinfo to the more appropriate struct cdev. | phk | 2002-09-27 | 2 | -8/+8 |
* | Redo how completing threads pass their state to userland | julian | 2002-09-27 | 2 | -162/+242 |
* | Under DIAGNOSTIC, complain if ENOIOCTL leaks out through VOP_IOCTL(). | phk | 2002-09-26 | 1 | -0/+6 |
* | Make biowait() check bio_error before the BIO_ERROR flag, to propery | phk | 2002-09-26 | 1 | -2/+2 |
* | - Export the alq daemon thread pointer. | jeff | 2002-09-26 | 2 | -5/+9 |
* | - Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.c | jeff | 2002-09-26 | 1 | -29/+92 |
* | - We don't need any automated lock checking for vop_islocked. | jeff | 2002-09-26 | 1 | -1/+1 |
* | Make the following name changes to KSE related functions, etc., to better | archie | 2002-09-25 | 6 | -25/+26 |
* | Round up instead of towards 0 in clock_getres() so that a resolution of | bde | 2002-09-25 | 1 | -1/+6 |
* | - Lock down the syncer with sync_mtx. | jeff | 2002-09-25 | 1 | -74/+188 |
* | - Properly lock v_vflags in getdirents(). | jeff | 2002-09-25 | 2 | -8/+28 |
* | - Use incore() where no other interlock locking is necessary. | jeff | 2002-09-25 | 1 | -2/+6 |
* | - Lock accesses to v_numoutput. | jeff | 2002-09-25 | 1 | -0/+16 |
* | - Don't protect mountedhere with the vn interlock. | jeff | 2002-09-25 | 1 | -5/+7 |
* | - Use the standard vp interlock macros. | jeff | 2002-09-25 | 1 | -8/+12 |
* | Don't use local variable 'p' in a debug statement.. we removed it. | julian | 2002-09-23 | 2 | -2/+2 |
* | oops don't do dthe copy range in a new KSE. There isn't one any more. | julian | 2002-09-23 | 1 | -0/+2 |
* | slightly clean up the thread_userret() and thread_consider_upcall() calls. | julian | 2002-09-23 | 3 | -27/+52 |
* | Add code to create > 1 KSe per process. | julian | 2002-09-23 | 1 | -16/+39 |
* | Indentation does not define a block.. you need breces {} as well.. | julian | 2002-09-23 | 1 | -1/+3 |
* | - Hold the credential of the caller and use it in all subsequent vn ops. | jeff | 2002-09-23 | 1 | -6/+7 |
* | - Add support for logging KTR via ALQ. This is optional and enabled by the | jeff | 2002-09-22 | 1 | -3/+92 |
* | - Tell witness about ALQ's spin lock. | jeff | 2002-09-22 | 1 | -0/+1 |
* | - Add an asynchronous fixed length record logging mechanism called | jeff | 2002-09-22 | 1 | -0/+499 |
* | Removed unneeded include (missed in last revision). | jake | 2002-09-22 | 1 | -2/+0 |
* | Moved netisr code from kern/kern_intr.c to net/netisr.c as threatened in a | jake | 2002-09-22 | 1 | -79/+1 |
* | Use the fields in the sysentvec and in the vm map header in place of the | jake | 2002-09-21 | 7 | -38/+66 |
* | Assert my copyright on this file (using the default 2-clause BSD). | phk | 2002-09-20 | 1 | -11/+4 |
* | (This commit touches about 15 disk device drivers in a very consistent | phk | 2002-09-20 | 2 | -1/+8 |
* | For reasons now lost in historical fog, the bounds_check_with_label() | phk | 2002-09-20 | 1 | -0/+58 |
* | We don't need the <sys/disklabel.h> include for alpha anymore. | phk | 2002-09-20 | 1 | -3/+0 |
* | Make FreeBSD "struct disklabel" agnostic, step 312 of 723: | phk | 2002-09-20 | 2 | -151/+150 |
* | Make FreeBSD "struct disklabel" agnostic, step 311 of 723: | phk | 2002-09-20 | 3 | -66/+45 |
* | Remove unused variable. | phk | 2002-09-20 | 1 | -1/+0 |
* | Retire now unused DIOCGDVIRGIN kludge. | phk | 2002-09-20 | 1 | -33/+0 |
* | Switch to using strlcpy() in several places. It seems there | mux | 2002-09-19 | 1 | -7/+7 |
* | Add ability to dump stacktraces on kernel panics when DDB is compiled into | jhb | 2002-09-19 | 1 | -2/+17 |
* | VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link() | truckman | 2002-09-19 | 3 | -3/+7 |
* | While well intentionned the check to see it there is a packet | julian | 2002-09-19 | 1 | -3/+0 |
* | fix style.. Return in the kernel always has () around the arguments. | julian | 2002-09-19 | 1 | -1/+1 |
* | Compiler was correct: | julian | 2002-09-19 | 1 | -1/+1 |
* | If M_PKTHDR is set then we don't need to do a loop to find the total length. | darrenr | 2002-09-19 | 1 | -0/+3 |
* | Regen for added syscalls. | alfred | 2002-09-19 | 2 | -0/+28 |
* | Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c. | alfred | 2002-09-19 | 3 | -3/+30 |
* | Bring in my implementation of kernel support for posix realtime semaphores | alfred | 2002-09-18 | 1 | -0/+835 |
* | Remove un-needed stack variable 'ops'. | rwatson | 2002-09-18 | 1 | -3/+2 |
* | style nit: unsigned -> u_int in the kernel, particularly to | bmilekic | 2002-09-18 | 1 | -11/+11 |