| Commit message (Expand) | Author | Age | Files | Lines |
* | Note that MAJOR_AUTO is now the default if d_maj is not initialized. This | phk | 2003-03-09 | 1 | -1/+0 |
* | Add one little hack to allow us to make MAJOR_AUTO be zero: | phk | 2003-03-09 | 2 | -12/+9 |
* | Cosmetic change, make it QUEUE_MACRO_DEBUG friendly | davidxu | 2003-03-09 | 1 | -1/+1 |
* | Hold the proc lock while accessing p_procsig in trapsignal(). | tjr | 2003-03-09 | 1 | -1/+2 |
* | Retire devstat_add_entry() as a public function and bump __FreeBSD_version | phk | 2003-03-08 | 1 | -1/+6 |
* | Introduce a device driver for /dev/devstat, this will allow us to mmap | phk | 2003-03-08 | 1 | -0/+112 |
* | Zero copy send and receive fixes: | ken | 2003-03-08 | 1 | -1/+1 |
* | Lock sched_lock before modifying td_flags. | davidxu | 2003-03-08 | 2 | -0/+4 |
* | Fix a spelling error. | bbraun | 2003-03-07 | 1 | -1/+1 |
* | Respect any passed in external lockmgr flags such as LK_NOWAIT in the | jhb | 2003-03-07 | 1 | -4/+2 |
* | Oops, fix the double faults people were seeing with the recent changes to | jhb | 2003-03-06 | 1 | -1/+1 |
* | Remove GIANT_REQUIRED from sf_buf_free(). | alc | 2003-03-06 | 1 | -2/+0 |
* | Instrument sysarch() MD privileged I/O access interfaces with a MAC | rwatson | 2003-03-06 | 1 | -0/+12 |
* | Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress. | alc | 2003-03-06 | 2 | -112/+2 |
* | Provide a mac_check_system_swapoff() entry point, which permits MAC | rwatson | 2003-03-05 | 1 | -0/+14 |
* | Move the initialization of the vattr flags field in setfflags() to | rwatson | 2003-03-05 | 2 | -12/+6 |
* | Finish driving a stake through the heart of netns and the associated | peter | 2003-03-05 | 2 | -3/+1 |
* | Make TTYHOG tunable. | das | 2003-03-05 | 2 | -0/+2 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 2 | -15/+11 |
* | Bah, fix a bogon in the last commit: get the sense of a compare test right | jhb | 2003-03-04 | 1 | -1/+1 |
* | - Hold the buf lock while manipulating and inspecting its fields. | jeff | 2003-03-04 | 1 | -56/+70 |
* | Remove safety belt: it is now ok to do a mtx_trylock() on a mutex you | jhb | 2003-03-04 | 2 | -10/+8 |
* | Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls | jhb | 2003-03-04 | 8 | -23/+23 |
* | Add a WITNESS_WARN() call to verify that we hold no locks after running | jhb | 2003-03-04 | 1 | -0/+1 |
* | A small overhaul of witness: | jhb | 2003-03-04 | 1 | -56/+112 |
* | Miscellaneous cleanups to _mtx_lock_sleep(): | jhb | 2003-03-04 | 2 | -8/+12 |
* | Properly assert that mtx_trylock() is not called on a mutex we already | jhb | 2003-03-04 | 2 | -16/+8 |
* | - Create a function sched_interact_score() which decides on the | jeff | 2003-03-04 | 1 | -70/+86 |
* | - Add a new 'flags' parameter to getblk(). | jeff | 2003-03-04 | 2 | -9/+14 |
* | - 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 |