| Commit message (Expand) | Author | Age | Files | Lines |
* | ANSIfy (significant portions were already partly ANSIfied) | des | 2002-05-25 | 1 | -115/+42 |
* | Remove register. | des | 2002-05-25 | 1 | -51/+51 |
* | Automated whitespace cleanup. | des | 2002-05-25 | 1 | -10/+10 |
* | Make the run queue parameters machine dependent. Optimize 64 bit | jake | 2002-05-25 | 1 | -0/+2 |
* | Fix warnings. Also, removed an unused variable that I found that was just | peter | 2002-05-24 | 1 | -6/+4 |
* | Style nit, no functional changes. | mux | 2002-05-23 | 2 | -0/+2 |
* | Slightly change the way we pass mount options to the filesystem | mux | 2002-05-23 | 2 | -12/+24 |
* | In m_aux_delete, no need to chase beyond victim. | ume | 2002-05-23 | 1 | -0/+1 |
* | Minor nit: get p pointer in msleep() from td->td_proc (where | jhb | 2002-05-23 | 1 | -1/+1 |
* | Whitespace: trim a trailing tab. | jhb | 2002-05-23 | 1 | -1/+1 |
* | Make the counters uintmax_ts, and use %ju rather than %llu. | des | 2002-05-23 | 2 | -4/+6 |
* | Rename pause() to ia32_pause() so it doesn't conflict with the pause() | jhb | 2002-05-22 | 2 | -10/+10 |
* | Rename cpu_pause() to pause(). Originally I was going to make this an | jhb | 2002-05-22 | 2 | -10/+10 |
* | Add appropriate IA32 "pause" instructions to improve performanec on | jhb | 2002-05-21 | 2 | -2/+34 |
* | - td will never be NULL, so the call to soalloc() in socreate() will always | arr | 2002-05-21 | 1 | -2/+2 |
* | Fix an old cut 'n' paste bug inherited from BSD/OS: don't increment 'i' | jhb | 2002-05-21 | 2 | -2/+2 |
* | - OR the flag variable with M_ZERO so that the uma_zalloc() handles the | arr | 2002-05-21 | 1 | -2/+1 |
* | Whitespace fixup, properly indent the body of an else clause. | jhb | 2002-05-21 | 2 | -4/+4 |
* | Add code to make default mutexes adaptive if the ADAPTIVE_MUTEXES kernel | jhb | 2002-05-21 | 2 | -0/+52 |
* | Optimize spin mutexes for UP kernels without debugging to just enter and | jhb | 2002-05-21 | 2 | -0/+16 |
* | In witness_unlock(), when updating a lock list entry bucket, decrement the | jhb | 2002-05-20 | 1 | -2/+2 |
* | Add a bandaid so that sysctl kern.malloc works on sparc64. | jake | 2002-05-20 | 1 | -1/+1 |
* | - Allow witness_sleep() to be called when witness hasn't been initialized | jhb | 2002-05-20 | 1 | -16/+8 |
* | Fix the td_intr_nesting_level check to work ok if a flag like M_ZERO is | jhb | 2002-05-20 | 1 | -3/+1 |
* | Subtle fix to the accept filter LRU code. In some cases, a newly | silby | 2002-05-20 | 2 | -2/+2 |
* | Change two vput() that should have been vrele(). | mux | 2002-05-20 | 2 | -4/+4 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 9 | -158/+402 |
* | All signals can be sent to the inferior process when it's restarted, | marcel | 2002-05-19 | 1 | -1/+1 |
* | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | jhb | 2002-05-19 | 8 | -85/+93 |
* | Now that daddr_t has grown up, use %lld to printf it and cast it to long | jhb | 2002-05-18 | 1 | -1/+3 |
* | Use btodb() macro. | phk | 2002-05-18 | 1 | -7/+1 |
* | Separate "seperate" from kernel source. | eric | 2002-05-16 | 1 | -1/+1 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 11 | -32/+32 |
* | o Fix vfs_copyopt(), the first argument to bcopy() is the source, | mux | 2002-05-16 | 1 | -15/+6 |
* | p_cansignal() returns an errno value; at some point, the check for | rwatson | 2002-05-14 | 1 | -2/+2 |
* | Disable the shared locking namei() code for now. It breaks several stacking | jeff | 2002-05-14 | 4 | -11/+11 |
* | Remove a printf(3) argument with no corresponding format specifier. | des | 2002-05-14 | 1 | -1/+1 |
* | Make daddr_t and u_daddr_t 64bits wide. | phk | 2002-05-14 | 2 | -5/+5 |
* | Retire the bogus uses of the disklabel field d_sbsize and begin to | phk | 2002-05-12 | 1 | -5/+1 |
* | Fix alpha build. The alpha has dumpsys implemented. | marcel | 2002-05-12 | 1 | -1/+1 |
* | Change the mbuf exhaustion warning message to match the message | silby | 2002-05-09 | 1 | -1/+2 |
* | Remove trace_req(). | mini | 2002-05-09 | 2 | -21/+10 |
* | o Correct an error made in revision 1.65: In readv(), if uap->iovcnt is | alc | 2002-05-09 | 1 | -9/+6 |
* | expand_name fixes: | alfred | 2002-05-08 | 1 | -38/+32 |
* | Remove runq_findproc. This never worked right in the first place and can | jake | 2002-05-08 | 1 | -23/+0 |
* | M_ZERO the temp buffer in expand_name() otherwise if an error occurs | alfred | 2002-05-07 | 1 | -1/+1 |
* | Re-remove kern_random.c and svr4_signal.c. Somehow dillon managed to keep | peter | 2002-05-07 | 1 | -397/+0 |
* | Do not forget to increase the number of completely connected sockets in | tanimura | 2002-05-07 | 2 | -0/+2 |
* | Switch from just holding the interlock to holding the standard lock throughout | jeff | 2002-05-07 | 1 | -12/+17 |
* | Make funsetown() take a 'struct sigio **' so that the locking can | alfred | 2002-05-06 | 8 | -38/+51 |