| Commit message (Expand) | Author | Age | Files | Lines |
* | Reparent a kernel thread to init during kthread_exit() so that the zombie | jhb | 2000-10-19 | 1 | -0/+1 |
* | o Introduce new VOP_ACCESS() flag VADMIN, allowing file systems to perform | rwatson | 2000-10-19 | 2 | -0/+10 |
* | Axe the idle_event eventhandler, and add a MD cpu_idle function used | jhb | 2000-10-19 | 1 | -4/+3 |
* | EVENTHANDLER_INVOKE() takes two arguments. | peter | 2000-10-18 | 1 | -1/+1 |
* | Don't needlessly pass the diagnostic counter to the idle_event event | jhb | 2000-10-18 | 1 | -1/+1 |
* | Add new bus method 'GET_RESOURCE_LIST' and appropriate generic | mdodd | 2000-10-18 | 2 | -0/+101 |
* | - Wrap the sanity checks for staying in the idle loop for absurdly long | jhb | 2000-10-17 | 1 | -6/+12 |
* | Implement resource alignment as discussed in arch@ a long time ago. | imp | 2000-10-17 | 1 | -1/+23 |
* | Put the header section in the header file not the c file. | n_hibma | 2000-10-15 | 1 | -1/+1 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Add nmbcnt sysctl and make it tunable at boottime; nmbcnt is the | bmilekic | 2000-10-15 | 1 | -1/+5 |
* | Remove the signal value check from the PT_STEP codepath. It | jwd | 2000-10-14 | 1 | -1/+1 |
* | savectx() is now used exclusively by the crash dump system. Move the | peter | 2000-10-13 | 1 | -3/+0 |
* | Do not allocate a callout for all crashdumps, not just when you panic. | ps | 2000-10-13 | 1 | -1/+2 |
* | o Simplify capability types away from an array of ints to a single | rwatson | 2000-10-13 | 1 | -2/+9 |
* | For lockmgr mutex protection, use an array of mutexes that are allocated | jasone | 2000-10-12 | 2 | -22/+87 |
* | Add a gross hack for ia64 to allocate the backing store for a new program. | dfr | 2000-10-12 | 1 | -0/+16 |
* | Blow away the v_specmountpoint define, replacing it with what it was | eivind | 2000-10-09 | 2 | -4/+4 |
* | Do not call lockdestroy() for v_vnlock, which may point to a lock in a | jasone | 2000-10-06 | 2 | -8/+2 |
* | Correct a warning where the r_debug_state() dummy function used to trigger | jhb | 2000-10-06 | 2 | -6/+12 |
* | - Change fast interrupts on x86 to push a full interrupt frame and to | jhb | 2000-10-06 | 4 | -33/+44 |
* | Various whitespace cleanups after the SMPng commit, which jumbled things | jhb | 2000-10-06 | 1 | -19/+19 |
* | Don't treat a kernel stack fault the same as a general protect fault or | jhb | 2000-10-06 | 1 | -0/+3 |
* | - Heavyweight interrupt threads on the alpha for device I/O interrupts. | jhb | 2000-10-05 | 3 | -20/+227 |
* | Style fixes based on comments by bde | eivind | 2000-10-05 | 2 | -40/+62 |
* | Add a workaround for statically linked kernels. | dfr | 2000-10-04 | 1 | -0/+6 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 11 | -191/+239 |
* | Move KASSERTs which checks value of v_usecount after vnode locking, so | bp | 2000-10-02 | 2 | -4/+8 |
* | Treat %X the same as %x (not entirely correct, but close enough). | msmith | 2000-10-02 | 1 | -0/+1 |
* | Big mbuf subsystem diff #1: incorporate mutexes and fix things up somewhat | bmilekic | 2000-09-30 | 1 | -254/+207 |
* | Add ia64 support. | dfr | 2000-09-29 | 1 | -1/+1 |
* | Don't support dynamic linking on ia64 for now - the tools can't cope. | dfr | 2000-09-29 | 2 | -0/+12 |
* | Change the conditionaal so that we only build this on i386 instead of | dfr | 2000-09-29 | 1 | -1/+1 |
* | Check so_error in filt_so{read|write} in order to detect UDP errors. | jlemon | 2000-09-28 | 1 | -0/+4 |
* | Do the right thing if bdevvp is called twice for the same device. | mckusick | 2000-09-27 | 2 | -0/+4 |
* | aio_qphysio: Eliminate one instance of an out-of-range check that is | alc | 2000-09-26 | 1 | -18/+3 |
* | Make size of dynamic loader argument variable to support | takawata | 2000-09-26 | 1 | -14/+22 |
* | Add a lock structure to vnode structure. Previously it was either allocated | bp | 2000-09-25 | 3 | -60/+28 |
* | Add a KASSERT() to catch instances where the mutex that we pass in to | jhb | 2000-09-24 | 1 | -0/+2 |
* | Move MAXCPU from machine/smp.h to machine/param.h to fix breakage | ps | 2000-09-23 | 1 | -2/+2 |
* | Don't #include <sys/proc.h>, since machine/mutex.h does it now. | jasone | 2000-09-23 | 1 | -1/+1 |
* | Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, | ps | 2000-09-22 | 1 | -36/+54 |
* | o Introduce vn_extattr_rm(), a helper function in the style of | rwatson | 2000-09-22 | 1 | -0/+23 |
* | Style fixes: | eivind | 2000-09-22 | 2 | -104/+214 |
* | Staticize addalias() | eivind | 2000-09-22 | 2 | -2/+4 |
* | Create an event (idle_event) which is invoked every time around the | msmith | 2000-09-22 | 1 | -0/+7 |
* | Make the EVENTHANDLER mechanism MP-safe. Events can now be invoked | msmith | 2000-09-22 | 1 | -3/+21 |
* | o Change locking rules for VOP_GETACL() to indicate that vnode locks | rwatson | 2000-09-21 | 4 | -4/+13 |
* | comment vfs_export functions, requested by: eivind | alfred | 2000-09-21 | 2 | -2/+24 |
* | Remove unneeded #include that was a remnant of an earlier version of | truckman | 2000-09-21 | 1 | -1/+0 |