| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the schedlock owner state update following the context | bmilekic | 2004-07-27 | 1 | -12/+14 |
* | In revision 1.228, I accidentally broke the "total number of processes in | cperciva | 2004-07-26 | 1 | -1/+2 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 12 | -60/+60 |
* | Revert modification of subr_turnstile.c accidentally included in the | rwatson | 2004-07-25 | 1 | -1/+0 |
* | In uipc_connect(), assert that the passed thread is curthread, and pass | rwatson | 2004-07-25 | 2 | -1/+4 |
* | Do some initial locking on accept filter registration and attach. While | rwatson | 2004-07-25 | 1 | -29/+76 |
* | Eliminate unused second argument to reassignbuf() and simplify it | phk | 2004-07-25 | 3 | -34/+15 |
* | Add netatalk mutexes to hard-coded WITNESS lock order. | rwatson | 2004-07-25 | 1 | -0/+6 |
* | Expand the generic, but bogusly formed, copyright notice to include | imp | 2004-07-25 | 1 | -1/+21 |
* | Neuter this warning for now, I think I know the remaining issues. | phk | 2004-07-25 | 1 | -1/+2 |
* | White space fix.. | julian | 2004-07-24 | 1 | -3/+3 |
* | Clean up whitespace, increase consistency and correctness. | scottl | 2004-07-23 | 2 | -13/+9 |
* | Don't include a "\n" in KTR output, it confuses automatic parsing. | rwatson | 2004-07-23 | 1 | -1/+1 |
* | Remove the previous hack since it doesn't make a difference and is getting | scottl | 2004-07-23 | 1 | -2/+0 |
* | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() for allocating | alc | 2004-07-23 | 1 | -1/+1 |
* | Export KTR_COMPILE as a sysctl so you can easily check from user space | rwatson | 2004-07-23 | 1 | -0/+3 |
* | Don't perform pipe endpoint locking during pipe_create(), as the pipe | rwatson | 2004-07-23 | 1 | -11/+20 |
* | In setpgid(), since td is passed in as a system call argument, use it | rwatson | 2004-07-23 | 1 | -1/+1 |
* | Push Giant acquisition down into fo_stat() from most callers. Acquire | rwatson | 2004-07-22 | 4 | -7/+8 |
* | Push acquisition of Giant from fdrop_closed() into fo_close() so that | rwatson | 2004-07-22 | 4 | -6/+9 |
* | suser() accepts a thread argument; as suser() dereferences td_ucred, a | rwatson | 2004-07-22 | 1 | -0/+12 |
* | Disable the PREEMPTION-enabled code in critical_exit() that encourages | scottl | 2004-07-22 | 1 | -0/+2 |
* | Back out just a portion of Alfred's last commit. Remove the MBUF_CHECK | bmilekic | 2004-07-21 | 1 | -2/+0 |
* | Don't sync the file system on panic by default. This seems to basically | rwatson | 2004-07-21 | 1 | -1/+1 |
* | put several of the options for DEBUG_VFS_LOCKS under control of sysctls. | alfred | 2004-07-21 | 1 | -0/+14 |
* | Make sure we don't call mbuf allocation functions with mutexes held. | alfred | 2004-07-21 | 2 | -0/+12 |
* | Add kdb_thr_from_pid(), which given a PID returns the first thread | marcel | 2004-07-21 | 1 | -1/+15 |
* | Fix a minor error in pipe_stat - st_size was always reported as 0 | silby | 2004-07-20 | 1 | -1/+4 |
* | #ifdef __i386__ -> __i386__ || __amd64__ | peter | 2004-07-20 | 1 | -5/+5 |
* | You always spot the typos after you have committed.. Start sentence | julian | 2004-07-19 | 1 | -1/+1 |
* | Allow the user who calls doadump() from the kernel debugger | julian | 2004-07-19 | 1 | -2/+11 |
* | Reimplement contigmalloc(9) with an algorithm which stands a greatly- | green | 2004-07-19 | 1 | -27/+47 |
* | When calling scheduler entrypoints for creating new threads and processes, | julian | 2004-07-18 | 7 | -37/+40 |
* | Now we have NO_ADAPTIVE_MUTEXES option, so use it here too. | pjd | 2004-07-18 | 1 | -1/+1 |
* | After maintaining previous behaviour in writing out the core notes, it's | marcel | 2004-07-18 | 1 | -8/+5 |
* | The recent changes to control message passing broke some things | dwmalone | 2004-07-18 | 1 | -12/+16 |
* | Add doxygen doc comments for most of newbus and the BUS interface. | dfr | 2004-07-18 | 2 | -152/+1241 |
* | Enable ADAPTIVE_MUTEXES by default by changing the sense of the option to | scottl | 2004-07-18 | 1 | -3/+3 |
* | Remove GIANT_REQUIRED from vmapbuf(). | alc | 2004-07-18 | 1 | -2/+0 |
* | Drop Giant and acquire the UNIX domain socket subsystem lock a bit | rwatson | 2004-07-18 | 1 | -4/+4 |
* | Fix typo. | davidxu | 2004-07-17 | 1 | -1/+1 |
* | Add a kern_setsockopt and kern_getsockopt which can read the option | dwmalone | 2004-07-17 | 1 | -34/+86 |
* | - Move TDF_OWEPREEMPT, TDF_OWEUPC, and TDF_USTATCLOCK over to td_pflags | jhb | 2004-07-16 | 7 | -19/+25 |
* | Whitespace fix. | jhb | 2004-07-16 | 1 | -1/+1 |
* | Improve readability a bit by changing some code at the end of a function | jhb | 2004-07-16 | 1 | -6/+2 |
* | Add a SUSER_RUID flag to suser_cred. This flag indicates that we want to | cperciva | 2004-07-16 | 1 | -3/+2 |
* | When entering soclose(), assert that SS_NOFDREF is not already set. | rwatson | 2004-07-16 | 1 | -0/+2 |
* | Preparation commit for the tty cleanups that will follow in the near | phk | 2004-07-15 | 5 | -10/+10 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 5 | -2/+12 |
* | Cleanup shutdown output. | alfred | 2004-07-15 | 2 | -7/+4 |