| Commit message (Expand) | Author | Age | Files | Lines |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 15 | -140/+129 |
* | - Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure. | jeff | 2003-01-12 | 1 | -15/+30 |
* | Allowing nent < 0 in aio_suspend() and lio_listio() is just asking for | tjr | 2003-01-12 | 1 | -2/+2 |
* | Remove "XXX undocumented" comment from lio_listio(). | tjr | 2003-01-12 | 1 | -1/+1 |
* | vm_hold_load_pages() needn't clear PG_ZERO because it didn't pass | alc | 2003-01-12 | 1 | -1/+0 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 15 | -128/+125 |
* | Fix kernel build. | mux | 2003-01-11 | 1 | -1/+1 |
* | Don't count mbufs with m_type == MT_HEADER or MT_OOBDATA as control data | tjr | 2003-01-11 | 2 | -4/+10 |
* | Remove all use of the LOG2() macro/inline, undoing some non-optimal cruft | dillon | 2003-01-11 | 1 | -16/+16 |
* | make sem_leave return a usable errno instead of -1. | alfred | 2003-01-10 | 1 | -3/+3 |
* | Don't record thread pointer, it's not permanent in process life cycle, | davidxu | 2003-01-10 | 1 | -6/+6 |
* | Oops, add zstty to the witness order list. | jake | 2003-01-09 | 1 | -0/+1 |
* | Some KSE syscalls are MPSAFE. | davidxu | 2003-01-08 | 2 | -5/+5 |
* | Move the MOD_SHUTDOWN event from shutdown_post_sync to shutdown_final, | peter | 2003-01-07 | 1 | -1/+1 |
* | In vn_open(), unset ndp->ni_vp when returning failure so that code | green | 2003-01-07 | 1 | -0/+1 |
* | Use copyout to access user memory. | alfred | 2003-01-07 | 1 | -1/+5 |
* | Make bogus_offset local to bufinit(). | alc | 2003-01-07 | 1 | -6/+1 |
* | Fix warnings & errors caused by my last commit. | phk | 2003-01-07 | 1 | -2/+1 |
* | Cast the integer read as the first argument for %b to an unsigned integer | jhb | 2003-01-07 | 1 | -1/+1 |
* | Clear some KSE fields after kse mode was turned off. | davidxu | 2003-01-07 | 1 | -0/+3 |
* | Forgot to call setrunnable() for un-idled thread. | davidxu | 2003-01-07 | 1 | -0/+1 |
* | Check signals for idled threads. | davidxu | 2003-01-07 | 3 | -6/+4 |
* | Correct file descriptor leaks in lseek and do_dup. | nectar | 2003-01-06 | 3 | -16/+31 |
* | This is all "#if defined(__i386__) && __GNUC__ >= 2": | phk | 2003-01-06 | 1 | -0/+47 |
* | Explicitly have the timecounter init happen after the cpu_initclocks is | peter | 2003-01-06 | 2 | -2/+2 |
* | Fix cut&paste bug which would result in a panic because buffer was | phk | 2003-01-05 | 1 | -2/+2 |
* | Allocate bogus_page with VM_ALLOC_WIRED. (Previously, bogus_page's | alc | 2003-01-05 | 1 | -2/+1 |
* | In sodealloc(), if there is an accept filter present on the socket | alfred | 2003-01-05 | 1 | -9/+3 |
* | - Provide backwards compatibility for kern.fallback_elf_brand. | jake | 2003-01-05 | 2 | -11/+11 |
* | Temporarily introduce a new VOP_SPECSTRATEGY operation while I try | phk | 2003-01-04 | 3 | -3/+46 |
* | Improve the way that an elf image activator for an alternate word size is | jake | 2003-01-04 | 6 | -99/+27 |
* | Introduce the | phk | 2003-01-04 | 1 | -0/+14 |
* | resort the vnode ops list. | phk | 2003-01-04 | 1 | -1/+1 |
* | Move #include of ddb/ddb.h up with the rest. | phk | 2003-01-04 | 1 | -2/+6 |
* | Export tc_tick with sysctl, not tick. | phk | 2003-01-04 | 1 | -1/+1 |
* | Remove unnecessary lock assertion. | hsu | 2003-01-04 | 1 | -15/+1 |
* | Some KSE syscalls are MPSAFE. | davidxu | 2003-01-04 | 1 | -3/+3 |
* | Don't call VOP_BMAP on VCHR vnodes when the logical and physical block | phk | 2003-01-04 | 1 | -1/+1 |
* | Add a sysctl to get the vm protections for the stack of the current process. | jake | 2003-01-04 | 1 | -0/+14 |
* | Set kse mailbox pointer to NULL when P_KSES is turned off. | davidxu | 2003-01-04 | 2 | -6/+12 |
* | White space fixes | julian | 2003-01-03 | 2 | -20/+20 |
* | Make an explicit flag to indicate that a KSE has a reason to upcall, | julian | 2003-01-03 | 2 | -38/+44 |
* | Don't need to set retvals to 0 in the non error case. They | julian | 2003-01-03 | 2 | -18/+0 |
* | Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op since | phk | 2003-01-03 | 1 | -1/+1 |
* | Remove unused second argument from DEV_STRATEGY(). | phk | 2003-01-03 | 4 | -8/+8 |
* | o Introduce a new external mbuf type, EXT_EXTREF. | gallatin | 2003-01-02 | 1 | -3/+8 |
* | Lock the vm object when performing back-to-back vm_object_clear_flag() and | alc | 2003-01-02 | 1 | -0/+2 |
* | Adjust code for Julian's last commit. use td_mailbox to detect if | davidxu | 2003-01-02 | 2 | -20/+16 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 6 | -7/+7 |
* | Use 0600 for permissions for /dev/devctl until it is cloneable. | imp | 2003-01-01 | 1 | -1/+2 |