| Commit message (Expand) | Author | Age | Files | Lines |
* | - Correct the wchan in vop_stdfsync() | jeff | 2003-03-03 | 1 | -1/+1 |
* | FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. Catch | ru | 2003-03-03 | 1 | -1/+1 |
* | Pick up one file missed in the previous vprint() cleanup | njl | 2003-03-03 | 1 | -3/+3 |
* | Finish cleanup of vprint() which was begun with changing v_tag to a string. | njl | 2003-03-03 | 1 | -25/+3 |
* | Make nokqfilter() return the correct return value. | phk | 2003-03-03 | 3 | -4/+4 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 7 | -108/+64 |
* | Don't pick up a name from the dev_t if it is not there. | phk | 2003-03-03 | 1 | -1/+7 |
* | - Shift the tick count by 10 and back around sched_pctcpu_update() | jeff | 2003-03-03 | 1 | -2/+8 |
* | - In sched_add() special case PRI_TIMESHARE and PRI_ITHD|PRI_REALTIME. We | jeff | 2003-03-03 | 1 | -9/+22 |
* | - Refrain from setting the td_priority in sched_wakeup(). It will be reset | jeff | 2003-03-03 | 1 | -6/+5 |
* | Explicitly initialize all cdevsw methods with the relevant nofoo() function | phk | 2003-03-02 | 1 | -0/+11 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -1/+1 |
* | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | des | 2003-03-02 | 2 | -57/+57 |
* | uiomove-related caddr_t -> void * (just the low-hanging fruit) | des | 2003-03-02 | 3 | -10/+9 |
* | Convert one of our main caddr_t consumers, uiomove(9), to void *. | des | 2003-03-02 | 1 | -5/+5 |
* | Clean up whitespace, unregisterize, ANSIfy, remove prototypes made | des | 2003-03-02 | 1 | -55/+19 |
* | NO_GEOM cleanup: | phk | 2003-03-02 | 1 | -8/+1 |
* | NODEVFS cleanup: | phk | 2003-03-02 | 1 | -9/+3 |
* | - Hold the vnode interlock across calls to bgetvp instead of acquiring it | jeff | 2003-03-02 | 2 | -3/+5 |
* | Remove unneeded code added in revision 1.188. | tegge | 2003-03-01 | 1 | -32/+9 |
* | - gc USE_BUFHASH. The smp locking of the buf cache renders this useless. | jeff | 2003-03-01 | 2 | -108/+0 |
* | Check kse group limit before linking new ksegrp. | davidxu | 2003-02-28 | 2 | -4/+4 |
* | Add the flip-side check: If a driver wants a particular major#, make | phk | 2003-02-27 | 1 | -0/+9 |
* | We can now properly return ENODEV in nommap(), so do it. | mux | 2003-02-27 | 1 | -2/+1 |
* | Add support for allocating a device driver major number on demand. | phk | 2003-02-27 | 1 | -2/+15 |
* | When a process has been waiting on a condition variable or mutex the | harti | 2003-02-27 | 2 | -0/+3 |
* | NODEVFS cleanup: | phk | 2003-02-27 | 1 | -22/+0 |
* | Release sched_lock before calling upcall_free. | davidxu | 2003-02-27 | 2 | -2/+2 |
* | Change the process flags P_KSES to be P_THREADED. | julian | 2003-02-27 | 14 | -34/+34 |
* | o fix ppsratecheck to interpret a maxpps of zero as "ignore everything" | sam | 2003-02-26 | 1 | -1/+5 |
* | Fix a bug when handling SIGCONT. | davidxu | 2003-02-26 | 1 | -7/+0 |
* | Introduce a new taskqueue that runs completely free of Giant, and in | scottl | 2003-02-26 | 1 | -2/+19 |
* | Add a missing '!'. | davidxu | 2003-02-26 | 2 | -4/+4 |
* | Add a simple facility to allow round roubin in userland. | davidxu | 2003-02-26 | 2 | -82/+90 |
* | When doing cleanup of excessive buffers in bdwrite (see kern/vfs_bio.c | mckusick | 2003-02-25 | 1 | -2/+8 |
* | Unbreak mutex profiling (at least for me). | mtm | 2003-02-25 | 2 | -6/+30 |
* | - Add the missing NULL interlock argument to a recently added BUF_LOCK. | jeff | 2003-02-25 | 1 | -1/+1 |
* | Prevent large files from monopolizing the system buffers. Keep | mckusick | 2003-02-25 | 2 | -3/+62 |
* | Remove a bogus comment. | davidxu | 2003-02-25 | 2 | -12/+0 |
* | Remove a never true condition. | davidxu | 2003-02-25 | 1 | -2/+1 |
* | - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK. | jeff | 2003-02-25 | 5 | -69/+65 |
* | Cleanup of the d_mmap_t interface. | mux | 2003-02-25 | 1 | -1/+2 |
* | Don't NULL out p_fd until after closefd() has been called. This isn't | scottl | 2003-02-24 | 1 | -4/+6 |
* | Remove a XXXKSE. kg_completed now needs proc lock. | davidxu | 2003-02-24 | 2 | -2/+0 |
* | Backout last surplus commit. That day just wasn't my day. | davidxu | 2003-02-24 | 2 | -10/+0 |
* | Sync new socket nonblocking/async state with file flags in accept(). | tegge | 2003-02-23 | 1 | -0/+7 |
* | Bracket the kern.vnode sysctl in #ifdef notyet because it results | phk | 2003-02-23 | 1 | -0/+2 |
* | OK, I was too sleepy there... | phk | 2003-02-23 | 1 | -2/+4 |
* | Implement CLOCK_MONOTONIC. | phk | 2003-02-23 | 1 | -2/+3 |
* | Add a /a modifier to the show ktr ddb command, which prints the whole trace | jake | 2003-02-22 | 1 | -1/+7 |