| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix a bug in m_split(): the "m->m_ext.ext_size" field of an mbuf was being | archie | 2002-05-31 | 1 | -1/+5 |
* | Nit: kern.ttys is of type S,xtty, not S,tty. | des | 2002-05-31 | 1 | -1/+1 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 9 | -402/+158 |
* | - Replace the bandaid introduced in revision 1.110 with | robert | 2002-05-31 | 1 | -1/+3 |
* | Mistyped and lost a '&' in previous commit. | phk | 2002-05-30 | 1 | -1/+1 |
* | Don't forget to factor in the boottime when we calculate PPS timestamps. | phk | 2002-05-30 | 1 | -0/+1 |
* | Record the file, line, and pid of the last successful shared lock holder. This | jeff | 2002-05-30 | 1 | -0/+6 |
* | CURSIG() is not a macro so rename it cursig(). | julian | 2002-05-29 | 4 | -16/+16 |
* | diff reduction from KSE to keep WW-III from happenning on -current | julian | 2002-05-29 | 1 | -1/+2 |
* | Add some checks to prevent NULL dereferences. | des | 2002-05-28 | 1 | -3/+6 |
* | Remove a duplicated vfs_freeopts() that I introduced in last | mux | 2002-05-28 | 2 | -4/+2 |
* | Add NAI copyright. | des | 2002-05-28 | 1 | -0/+8 |
* | Add uuidgen(2) and uuidgen(1). | marcel | 2002-05-28 | 3 | -2/+226 |
* | Add syscall uuidgen() for generating Univerally Unique Identifiers | marcel | 2002-05-28 | 1 | -0/+1 |
* | Introduce struct xtty, used when exporting tty information to userland. | des | 2002-05-28 | 1 | -5/+30 |
* | o Remove some unnecessary casting from and add some necessary casting to | alc | 2002-05-25 | 1 | -3/+3 |
* | 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 |