| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove some commented out cruft. | jhb | 2000-09-15 | 1 | -7/+0 |
* | - Add a new process flag P_NOLOAD that marks a process that should be | jhb | 2000-09-15 | 1 | -0/+1 |
* | Idle processes are always runnable, so let them state at SRUN. | jhb | 2000-09-15 | 2 | -3/+1 |
* | Release Giant before starting up init. | jhb | 2000-09-15 | 1 | -1/+3 |
* | Enforce process limit policy in one place to keep proccnt from diverging | truckman | 2000-09-14 | 1 | -2/+2 |
* | Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, just | jhb | 2000-09-14 | 5 | -182/+185 |
* | Pipes are not writeable while a direct write is in progress. However, | jlemon | 2000-09-14 | 1 | -1/+1 |
* | Add function comments for functions missing them | eivind | 2000-09-14 | 2 | -2/+58 |
* | Blow away COMPAT_43 support for mount | eivind | 2000-09-14 | 2 | -42/+0 |
* | GC vax-only code | eivind | 2000-09-14 | 1 | -47/+0 |
* | - Remove the inthand2_t type and use the equivalent driver_intr_t type from | jhb | 2000-09-13 | 2 | -0/+40 |
* | Fixed hang on booting with -d. mtx_enter() was called on an uninitialized | bde | 2000-09-13 | 1 | -4/+2 |
* | Unlock current directory when calling VFS_ROOT() because underlying | bp | 2000-09-13 | 1 | -3/+10 |
* | Clean up process accounting some more. Unfortunately, it is still not | jhb | 2000-09-12 | 2 | -32/+26 |
* | Quick fix for hang on booting with -d. mtx_enter() was called before | bde | 2000-09-12 | 1 | -2/+4 |
* | Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT. | bp | 2000-09-12 | 11 | -166/+189 |
* | Fix some printf format string warnings due to sizeof(int) != sizeof(long) on | jhb | 2000-09-11 | 2 | -12/+12 |
* | revent multiple make_dev() calls on the same dev_t and similar bogosities. | phk | 2000-09-11 | 1 | -0/+16 |
* | When doing statistics for statclock on other CPU's, use the other CPUs' | jhb | 2000-09-11 | 1 | -3/+3 |
* | aio processes need to have the Giant mutex before doing work. | jhb | 2000-09-11 | 1 | -0/+1 |
* | Add malloc_mtx to protect malloc and friends, so that they're thread-safe. | jasone | 2000-09-11 | 1 | -1/+30 |
* | Rename tsleep to msleep and add a mutex argument, which is | jake | 2000-09-11 | 1 | -4/+19 |
* | Allow interrupt threads to run during shutdown. This should fix the | jasone | 2000-09-10 | 1 | -2/+15 |
* | Move the include of <sys/systm.h> so that KTR gets a declaration for | dfr | 2000-09-10 | 3 | -3/+3 |
* | Fix printf warnings in CTRx calls. | dfr | 2000-09-10 | 1 | -18/+18 |
* | Move the include of <sys/systm.h> so that KTR gets a declaration for | dfr | 2000-09-10 | 1 | -1/+1 |
* | Updates to the ntp pll from John Hay. | phk | 2000-09-10 | 1 | -5/+5 |
* | Change variable naming to be consistent with the rest of VFS code. | bp | 2000-09-10 | 1 | -25/+23 |
* | Back out the addition of malloc_mtx. It was incompletely conceived, and | jasone | 2000-09-10 | 1 | -13/+0 |
* | Style cleanups. No functional changes. | jasone | 2000-09-09 | 3 | -24/+18 |
* | Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, since | jasone | 2000-09-09 | 3 | -9/+9 |
* | Add a mutex to the malloc interfaces so that it can safely be called | jasone | 2000-09-09 | 1 | -0/+15 |
* | Add code to devname(3) so it can find the names of devices which | phk | 2000-09-09 | 1 | -0/+27 |
* | Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cpp | jasone | 2000-09-08 | 3 | -12/+12 |
* | Remove an unneeded extern declaration of cp_time. | jhb | 2000-09-08 | 1 | -2/+0 |
* | Really fix USER_LDT. (Don't use currentldt as an L-value.) | jake | 2000-09-08 | 1 | -1/+1 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 26 | -317/+3116 |
* | Add KTR, a facility that logs kernel events in order to to facilitate | jasone | 2000-09-07 | 2 | -8/+72 |
* | Change the calls to panic() in uifree(), chgproccnt(), and chgsbsize() | truckman | 2000-09-06 | 1 | -4/+4 |
* | Accept filter maintainance | alfred | 2000-09-06 | 1 | -8/+17 |
* | Do not panic on an uninitialized VOP_xxx() call. This was meant as a | peter | 2000-09-06 | 1 | -2/+2 |
* | o Synchronize vaccess() capability access control checks with TrustedBSD | rwatson | 2000-09-06 | 2 | -8/+8 |
* | The kernel is now known as `kernel.ko' and it and its matching modules | obrien | 2000-09-06 | 1 | -1/+1 |
* | Ignore ELF files with 'interpreter' section because KLDs doesn't contain it. | bp | 2000-09-06 | 2 | -0/+10 |
* | Remove uidinfo hash table lookup and maintenance out of chgproccnt() and | truckman | 2000-09-05 | 12 | -168/+235 |
* | Move extern declaration of dead_vnodeop_p to a .h file. | phk | 2000-09-05 | 2 | -6/+10 |
* | o vn_extattr_set() will now call appropriate vn_start_write() and | rwatson | 2000-09-05 | 1 | -2/+8 |
* | o Remove commented out code which modified return values from | rwatson | 2000-09-05 | 2 | -20/+0 |
* | When we are picking the next available unit number, specifically say | peter | 2000-09-05 | 1 | -3/+3 |
* | Update the NTP kernel PLL code to the 2000-08-29 version of Dave Mills | phk | 2000-09-04 | 1 | -88/+81 |