| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Synchronize the extra SA threading checks and return value handling of | jhb | 2004-08-10 | 1 | -24/+50 |
* | - Use a new flag, KEF_XFERABLE, to record with certainty that this kse had | jeff | 2004-08-10 | 1 | -34/+76 |
* | Skip the syncing disks loop if there are no dirty buffers. Remove a | njl | 2004-08-10 | 2 | -6/+14 |
* | Add a temporary debugging hack to detect a deadlock in setrunqueue(). This | scottl | 2004-08-10 | 1 | -0/+7 |
* | Slight changes to comments and some whitespace changes. | julian | 2004-08-09 | 1 | -3/+10 |
* | Make kg->kg_runnable actually count runnable threads in the ksegrp run queue | julian | 2004-08-09 | 1 | -4/+5 |
* | Remove typos on KASSERT messages. | julian | 2004-08-09 | 1 | -3/+3 |
* | Normalize the VM wiring done with SPARSE_MAPPING: check for errors, and | green | 2004-08-09 | 1 | -10/+17 |
* | Increase the amount of data exported by KTR in the KTR_RUNQ setting. | julian | 2004-08-09 | 5 | -21/+28 |
* | add option to automaticly mark core dumps with the nodump flag | jmg | 2004-08-09 | 1 | -0/+6 |
* | 1.Add KSE_INTR_DBSUSPEND command for kse_thr_interrupt to suspend a bound | davidxu | 2004-08-08 | 1 | -29/+46 |
* | Call thread_user_enter for M:N thread, ast() should be treated as another | davidxu | 2004-08-08 | 1 | -0/+2 |
* | Add pl_flags to ptrace_lwpinfo, two flags PL_FLAG_SA and PL_FLAG_BOUND | davidxu | 2004-08-08 | 1 | -0/+7 |
* | Make sure that AT_PHDR has a useful value even for static programs. | dfr | 2004-08-08 | 1 | -0/+11 |
* | rearange some code that handles the thread taskqueue so that it is more | jmg | 2004-08-08 | 1 | -13/+16 |
* | We're not yet ready to assert !Giant in kern_fcntl(), as it's called | rwatson | 2004-08-07 | 1 | -5/+4 |
* | Flag a broad range of VFS operations as GIANT_REQUIRED in order to | rwatson | 2004-08-06 | 1 | -2/+24 |
* | In thread_exit(), include more information about the thread/process | rwatson | 2004-08-06 | 1 | -1/+2 |
* | Push UIDINFO_UNLOCK() slightly earlier in chgsbize(), as it's not | rwatson | 2004-08-06 | 1 | -2/+2 |
* | Avoid acquiring Giant for some common light-weight or already MPSAFE | rwatson | 2004-08-06 | 1 | -2/+31 |
* | Cut a KTR record whenever a callout is invoked. Mark whether it runs | rwatson | 2004-08-06 | 1 | -0/+4 |
* | Don't scare users with a warning about preemption being off when it isn't | jhb | 2004-08-06 | 1 | -0/+2 |
* | In ithread_schedule(), when we plan to go harvest some entropy as | rwatson | 2004-08-06 | 1 | -2/+4 |
* | When reseting a pending callout, perform the deregistration in | cperciva | 2004-08-06 | 1 | -2/+16 |
* | Fix the code in rman that merges adjacent unallocated resources to use a | jhb | 2004-08-05 | 1 | -5/+12 |
* | Remove a potential deadlock on i386 SMP by changing the lazypmap ipi and | jhb | 2004-08-04 | 1 | -1/+0 |
* | Workaround a possible deadlock on SMP due to a spin lock LOR by disabling | jhb | 2004-08-04 | 1 | -0/+6 |
* | Cache the value of curthread in the _get_sleep_lock() and _get_spin_lock() | jhb | 2004-08-04 | 1 | -4/+5 |
* | Assert Giant in namei(). Bugs have been reported in which, following | rwatson | 2004-08-04 | 1 | -0/+2 |
* | Assert Giant in the following file descriptor-related functions: | rwatson | 2004-08-04 | 1 | -0/+10 |
* | Remove spl's from kern_resource.c. | rwatson | 2004-08-04 | 1 | -4/+0 |
* | Instead of calling ia32_pause() conditionally on __i386__ or __amd64__ | mux | 2004-08-03 | 1 | -15/+5 |
* | Don't skip permission checks when sending signals to zombie processes. | pjd | 2004-08-03 | 1 | -13/+7 |
* | Standardize pipe locking, ensuring that everything is locked via | silby | 2004-08-03 | 1 | -152/+115 |
* | s/TMDF_DONOTRUNUSER/TMDF_SUSPEND/g | davidxu | 2004-08-03 | 1 | -2/+2 |
* | Repeat after me: | julian | 2004-08-03 | 1 | -0/+1 |
* | Remove an argument that is never used. | julian | 2004-08-02 | 1 | -7/+6 |
* | Put a cap on the auto-tuning of kern.maxvnodes. | obrien | 2004-08-02 | 1 | -0/+8 |
* | Add what appears to be a missing '*/' at the end of a comment. | rwatson | 2004-08-02 | 1 | -0/+1 |
* | * Add a "how" argument to uma_zone constructors and initialization functions | green | 2004-08-02 | 4 | -55/+60 |
* | Comment kse_create() and make a few minor code cleanups | julian | 2004-08-01 | 1 | -47/+121 |
* | Put a version element in the VFS filesystem configuration structure | phk | 2004-07-30 | 2 | -54/+60 |
* | Giant is no longer required by vm_waitproc() and vmspace_exitfree(). | alc | 2004-07-30 | 1 | -2/+0 |
* | Minor message cleanup. | njl | 2004-07-30 | 2 | -6/+4 |
* | Syscall kill(2) called for a zombie process should return 0. | pjd | 2004-07-29 | 1 | -1/+10 |
* | Fill some informations about zombie processes as well. | pjd | 2004-07-29 | 1 | -7/+6 |
* | Remove global variable rootdevs and rootvp, they are unused as such. | phk | 2004-07-28 | 1 | -1/+0 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 3 | -7/+6 |
* | Use P_SINGLE_EXIT to check single-threading case, P_WEXIT is not for that | davidxu | 2004-07-28 | 1 | -1/+1 |
* | Convert the vfsconf list to a TAILQ. | phk | 2004-07-27 | 3 | -129/+102 |