| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warning. s/microuptime()/binuptime()/ for switchtime initial value. | peter | 2002-02-26 | 1 | -1/+1 |
* | Fix a warning. Do not assume pointer == long. | peter | 2002-02-26 | 1 | -2/+2 |
* | Work-in-progress commit syncing up pmap cleanups that I have been working | peter | 2002-02-25 | 1 | -0/+3 |
* | Sockets passed into uipc_abort() have been allocated by sonewconn() | iedowse | 2002-02-25 | 1 | -10/+2 |
* | Add a generation number to timecounters and spin if it changes under | phk | 2002-02-24 | 1 | -37/+62 |
* | Fix a typo (?) in previous commit told ttyprintf() to print the integer | phk | 2002-02-24 | 1 | -1/+1 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 18 | -263/+833 |
* | Make this compile. | jake | 2002-02-23 | 1 | -1/+1 |
* | Add some DIAGNOSTIC code. | julian | 2002-02-22 | 2 | -12/+39 |
* | - Whitespace fixes leftover from previous commit. | arr | 2002-02-22 | 1 | -21/+21 |
* | - Whitespace fixup left over from previous commit. | arr | 2002-02-22 | 1 | -10/+9 |
* | Convert p->p_runtime and PCPU(switchtime) to bintime format. | phk | 2002-02-22 | 6 | -35/+23 |
* | Use better scaling factor for NTPs correction. | phk | 2002-02-22 | 1 | -1/+7 |
* | GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED. | phk | 2002-02-22 | 3 | -6/+2 |
* | Replace bowrite() with BUF_WRITE in ufs. | phk | 2002-02-22 | 1 | -16/+0 |
* | - Massive style fixup. | arr | 2002-02-22 | 1 | -1268/+1292 |
* | Add support for iovcnt greater than 1. This should resolve problems | bp | 2002-02-21 | 1 | -14/+16 |
* | Fixed some style bugs. Added a comment about a bug in PT_SSTEP. | bde | 2002-02-21 | 1 | -25/+21 |
* | Recover bits that were lost in transition in rev.1.76: | bde | 2002-02-21 | 1 | -16/+77 |
* | Oops, used wrong error value for unimplemented syscalls. | julian | 2002-02-20 | 1 | -6/+6 |
* | Tidy up some unused variables | peter | 2002-02-20 | 2 | -10/+0 |
* | - Fix style further by adding parentheses around return values so that | arr | 2002-02-20 | 1 | -14/+14 |
* | - Style.9 formatting fix; this commit is mostly white space related with | arr | 2002-02-20 | 1 | -209/+209 |
* | More cleanups relating to vm object allocation failure: make sure we | rwatson | 2002-02-20 | 1 | -1/+5 |
* | A few misc forkbomb defenses: | silby | 2002-02-19 | 1 | -2/+5 |
* | Add stub syscalls and definitions for KSE calls. | julian | 2002-02-19 | 4 | -3/+58 |
* | Add 5 KSE syscalls. Two will be implemented with the next KSE | julian | 2002-02-19 | 1 | -0/+6 |
* | Load the current timecounter into tc. The timecounter global can change | dillon | 2002-02-18 | 1 | -1/+2 |
* | Add kern_giant_ucred to instrument Giant around ucred related operations | dillon | 2002-02-18 | 2 | -0/+4 |
* | Make v_addpollinfo() visible and non-inline. | phk | 2002-02-18 | 1 | -5/+5 |
* | Rehash of 1.43: simply remove the comment, since it's highly redundant | rwatson | 2002-02-18 | 1 | -13/+0 |
* | Add the braces missed by revision 1.131. | iedowse | 2002-02-18 | 1 | -1/+2 |
* | Take the common case of gettimeofday(&tv, NULL) out from under Giant. | phk | 2002-02-18 | 1 | -8/+4 |
* | Remove yet a redundant VN_KNOTE() macro. | phk | 2002-02-18 | 1 | -3/+0 |
* | The ICANON flag is an lflag, not an iflag. | dillon | 2002-02-18 | 1 | -2/+2 |
* | When vn_open() is failing because it cannot allocate a vm object, call | rwatson | 2002-02-18 | 1 | -1/+1 |
* | style(9) prefers formatted comments in '/*' ... '*/' as opposed to | rwatson | 2002-02-18 | 1 | -12/+12 |
* | Per discussion at BSDCon, note that the vop_getattr locking protocol | rwatson | 2002-02-18 | 1 | -1/+1 |
* | Move the stuff related to select and poll out of struct vnode. | phk | 2002-02-17 | 1 | -23/+43 |
* | Remove cache_purgeleafdirs(), it has been #if 0 for quite some time. | phk | 2002-02-17 | 1 | -60/+0 |
* | Regenerate these files after change to syscalls.master. | deischen | 2002-02-17 | 2 | -2/+2 |
* | Fix prototype to sigreturn to use struct __ucontext instead of ucontext_t. | deischen | 2002-02-17 | 1 | -1/+1 |
* | replace the embedded cr_mtx in the ucred structure with cr_mtxp (a mutex | dillon | 2002-02-17 | 1 | -9/+11 |
* | If the credential on an incoming thread is correct, don't bother | julian | 2002-02-17 | 3 | -3/+27 |
* | (Doing that whole test-immediately-after-commit-thing like obrien sez:) | green | 2002-02-16 | 1 | -0/+2 |
* | Add revoke_and_destroy_dev(), to be used by devices which decide when | green | 2002-02-16 | 1 | -0/+13 |
* | Fixed a typo in rev.1.65 that gave a reference to a nonexistent variable. | bde | 2002-02-15 | 1 | -1/+1 |
* | Make this compile after changes to kse structures. | luigi | 2002-02-15 | 1 | -1/+1 |
* | o Clearing p/td_retval[0] after aio_newproc() is unnecessary. (We stopped | alc | 2002-02-12 | 1 | -6/+1 |
* | The previous commit included a change to fill_kinfo_proc() that results | alc | 2002-02-12 | 1 | -1/+1 |