summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Whitespace nit.julian2004-08-141-1/+1
* After completing a name lookup for a target UNIX domain socket torwatson2004-08-141-5/+18
* clean up whitespace...jmg2004-08-131-55/+55
* looks like rwatson forgot tabs... :)jmg2004-08-131-2/+2
* Don't keep evaluating our own cpu mask..julian2004-08-131-2/+3
* Trim trailing white space.rwatson2004-08-121-11/+11
* Minor formatting fixes for lines > 80 charactersimp2004-08-122-29/+31
* - Introduce a new flag KEF_HOLD that prevents sched_add() from doing ajeff2004-08-121-7/+19
* Properly keep track of how many kses are on the system run queue(s).julian2004-08-111-2/+3
* Replace a reference to splnet() with a reference to locking in a comment.rwatson2004-08-111-1/+1
* Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-111-2/+5
* In v_addpollinfo(), we allocate storage to back vp->v_pollinfo. However,rwatson2004-08-111-1/+7
* Eliminate the acquisition and release of Giant within physio(). Removealc2004-08-101-6/+0
* Synchronize the extra SA threading checks and return value handling ofjhb2004-08-101-24/+50
* - Use a new flag, KEF_XFERABLE, to record with certainty that this kse hadjeff2004-08-101-34/+76
* Skip the syncing disks loop if there are no dirty buffers. Remove anjl2004-08-102-6/+14
* Add a temporary debugging hack to detect a deadlock in setrunqueue(). Thisscottl2004-08-101-0/+7
* Slight changes to comments and some whitespace changes.julian2004-08-091-3/+10
* Make kg->kg_runnable actually count runnable threads in the ksegrp run queuejulian2004-08-091-4/+5
* Remove typos on KASSERT messages.julian2004-08-091-3/+3
* Normalize the VM wiring done with SPARSE_MAPPING: check for errors, andgreen2004-08-091-10/+17
* Increase the amount of data exported by KTR in the KTR_RUNQ setting.julian2004-08-095-21/+28
* add option to automaticly mark core dumps with the nodump flagjmg2004-08-091-0/+6
* 1.Add KSE_INTR_DBSUSPEND command for kse_thr_interrupt to suspend a bounddavidxu2004-08-081-29/+46
* Call thread_user_enter for M:N thread, ast() should be treated as anotherdavidxu2004-08-081-0/+2
* Add pl_flags to ptrace_lwpinfo, two flags PL_FLAG_SA and PL_FLAG_BOUNDdavidxu2004-08-081-0/+7
* Make sure that AT_PHDR has a useful value even for static programs.dfr2004-08-081-0/+11
* rearange some code that handles the thread taskqueue so that it is morejmg2004-08-081-13/+16
* We're not yet ready to assert !Giant in kern_fcntl(), as it's calledrwatson2004-08-071-5/+4
* Flag a broad range of VFS operations as GIANT_REQUIRED in order torwatson2004-08-061-2/+24
* In thread_exit(), include more information about the thread/processrwatson2004-08-061-1/+2
* Push UIDINFO_UNLOCK() slightly earlier in chgsbize(), as it's notrwatson2004-08-061-2/+2
* Avoid acquiring Giant for some common light-weight or already MPSAFErwatson2004-08-061-2/+31
* Cut a KTR record whenever a callout is invoked. Mark whether it runsrwatson2004-08-061-0/+4
* Don't scare users with a warning about preemption being off when it isn'tjhb2004-08-061-0/+2
* In ithread_schedule(), when we plan to go harvest some entropy asrwatson2004-08-061-2/+4
* When reseting a pending callout, perform the deregistration incperciva2004-08-061-2/+16
* Fix the code in rman that merges adjacent unallocated resources to use ajhb2004-08-051-5/+12
* Remove a potential deadlock on i386 SMP by changing the lazypmap ipi andjhb2004-08-041-1/+0
* Workaround a possible deadlock on SMP due to a spin lock LOR by disablingjhb2004-08-041-0/+6
* Cache the value of curthread in the _get_sleep_lock() and _get_spin_lock()jhb2004-08-041-4/+5
* Assert Giant in namei(). Bugs have been reported in which, followingrwatson2004-08-041-0/+2
* Assert Giant in the following file descriptor-related functions:rwatson2004-08-041-0/+10
* Remove spl's from kern_resource.c.rwatson2004-08-041-4/+0
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-15/+5
* Don't skip permission checks when sending signals to zombie processes.pjd2004-08-031-13/+7
* Standardize pipe locking, ensuring that everything is locked viasilby2004-08-031-152/+115
* s/TMDF_DONOTRUNUSER/TMDF_SUSPEND/gdavidxu2004-08-031-2/+2
* Repeat after me:julian2004-08-031-0/+1
* Remove an argument that is never used.julian2004-08-021-7/+6
OpenPOWER on IntegriCloud