| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | kern_cap.c no longer needed. | rwatson | 2002-06-13 | 1 | -125/+0 |
* | opt_cap.c no longer needed | rwatson | 2002-06-13 | 3 | -6/+0 |
* | Make nselcol, the number of select collisions since boot, unsigned as | kbyanc | 2002-06-12 | 1 | -6/+6 |
* | Time counter stats are unsigned, advertise them to sysctl(8) that way. | kbyanc | 2002-06-11 | 1 | -1/+1 |
* | Convert hit and miss counters to unsigned values. Surely negative values | kbyanc | 2002-06-10 | 1 | -4/+4 |
* | We no longer need to acqure Giant in ast() for ktrpsig() in postsig() now | jhb | 2002-06-07 | 1 | -2/+0 |
* | - trapsignal() no longer needs to acquire Giant for ktrpsig(). | jhb | 2002-06-07 | 1 | -7/+5 |
* | - Proper locking for p_tracep and p_traceflag. | jhb | 2002-06-07 | 1 | -7/+7 |
* | Properly lock accesses to p_tracep and p_traceflag. Also make a few | jhb | 2002-06-07 | 3 | -3/+27 |
* | - Catch up to new ktrace API. | jhb | 2002-06-07 | 2 | -28/+23 |
* | Catch up to changes in ktrace API. | jhb | 2002-06-07 | 3 | -20/+21 |
* | Overhaul the ktrace subsystem a bit. For the most part, the actual vnode | jhb | 2002-06-07 | 1 | -227/+446 |
* | Change the all locks list from a STAILQ to a TAILQ. This bloats struct | jhb | 2002-06-06 | 1 | -6/+6 |
* | s/!SIGNOTEMPY/SIGISEMPTY/ | davidc | 2002-06-06 | 1 | -1/+1 |
* | Handle "dead" witnesses better in the situation of several short term locks | jhb | 2002-06-06 | 1 | -13/+11 |
* | Move some sysctls from the debug tree to the vfs tree. | des | 2002-06-06 | 1 | -3/+3 |
* | Gratuitous whitespace cleanup. | des | 2002-06-06 | 1 | -28/+27 |
* | Use "bwrbg" as description when we sleep for background writing, | phk | 2002-06-06 | 1 | -1/+1 |
* | Fixed overflow in the bounds checking in dscheck(). It assumed that | bde | 2002-06-06 | 1 | -4/+4 |
* | Replace thread_runnable() with thread_running() as the latter is more | jhb | 2002-06-04 | 2 | -12/+10 |
* | Optimize the adaptive mutex spin a bit. Use a simple while loop with | jhb | 2002-06-04 | 2 | -2/+8 |
* | Add a private thread_runnable() macro to make the code more readable and | jhb | 2002-06-04 | 2 | -6/+10 |
* | ANSIfy the one remaining K&R function. | des | 2002-06-02 | 1 | -4/+1 |
* | Whitespace nits. | des | 2002-06-02 | 1 | -2/+2 |
* | Add support for 'j' flag. Simplify the size modifier code and reduce code | des | 2002-06-02 | 1 | -100/+71 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 1 | -1/+1 |
* | Add POSIX.1-2001 WCONTINUED option for waitpid(2). A proc flag | mike | 2002-06-01 | 2 | -1/+19 |
* | 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 |