summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* - Call sched_exit_{kse,thread} and sched_fork{kse,thread} so that thr worksjeff2003-04-111-0/+6
* - Add sched_exit_*jeff2003-04-111-6/+17
* - Only select kseqs with more than one kse to steal. The running ksejeff2003-04-111-1/+1
* - When migrating a kse from one kseq to the next actually insert it ontojeff2003-04-111-22/+19
* The data in an sf_buf should not be modified by the mbuf system. Markalc2003-04-111-1/+1
* - Add a SYSCTL node for the ule scheduler.jeff2003-04-111-300/+406
* - Catch up with sched api changes.jeff2003-04-111-15/+48
* - Adjust sched hooks for fork and exec to take processes as arguments insteadjeff2003-04-114-14/+10
* Move the _oncpu entry from the KSE to the thread.julian2003-04-1011-13/+17
* Regen.mike2003-04-092-2/+4
* o In struct prison, add an allprison linked list of prisons (protectedmike2003-04-095-108/+350
* Remove some dead code.alc2003-04-081-8/+1
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-082-6/+5
* Merged from kern_thread.c 1.113, avoid a panic in cpu_throw when the firstjake2003-04-081-0/+2
* Inherit blocked thread's context for upcall thread.davidxu2003-04-082-14/+10
* Search for "elf32 kernel" (and elf64) and "elf32 module" (and elf64)peter2003-04-062-4/+12
* Remove an unnecessary trunc_page() from vmapbuf().alc2003-04-061-1/+1
* Don't reinitialize fields that are already initialized by getpbuf().alc2003-04-052-2/+2
* Sufficient access checks are performed by vmapbuf() that callingalc2003-04-051-15/+1
* o Remove useracc() calls from aio_qphysio(); they are redundantalc2003-04-041-20/+1
* o Check the b_bufsize passed to vmapbuf() returning an erroralc2003-04-041-2/+2
* Remove BIO_SETATTR from non-GEOM part of kernel as well.phk2003-04-031-1/+0
* - Keep seperate statistics and run queues for different scheduling classes.jeff2003-04-031-48/+134
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazypeter2003-04-026-4/+62
* Lock the process before sending it a SIGIO. Not doing so is a panic(2)jhb2003-04-021-2/+7
* Need to hold the same SMP lock for (knote) list traversal as forhsu2003-04-021-1/+1
* - Make the interactivity calculator decay faster.jeff2003-04-021-2/+2
* - I meant divide by two and not shift by two in SCHED_PRI_NHALF.jeff2003-04-021-1/+1
* - Make casuptr return the old value of the location we're trying to update,jake2003-04-021-10/+13
* - Add in support for KSEs with 0 slice values on the run queue. If we tryjeff2003-04-021-34/+90
* - Fix UC_COPY_SIZE. Adding up the size of structure fields doesn't takejake2003-04-011-4/+3
* #include <geom/geom_disk.h>phk2003-04-011-0/+1
* Introduce bioq_flush() function.phk2003-04-011-0/+15
* - p will be unused in cursig() if INVARIANTS is not defined. Access itjeff2003-04-011-3/+1
* - Regen.jeff2003-04-012-6/+6
* - thr_exit() should no longer be called with Giant held.jeff2003-04-011-2/+0
* - Mark the various thr syscalls as MP safe. Previously there was a bug ifjeff2003-04-011-4/+4
* - Borrow the KSE single threading code for exec and exit. We use the checkjeff2003-04-016-10/+25
* - Regen for umtx.jeff2003-04-012-2/+6
* - Include umtx.h in files generated by makesyscalls.shjeff2003-04-012-0/+3
* - Add an api for doing smp safe locks in userland.jeff2003-04-011-0/+303
* - We now have to include umtx.h and ucontext.h in the system call relatedjeff2003-04-011-0/+2
* - Regen for thr related system calls.jeff2003-04-012-2/+10
* - Add the four thr related system calls.jeff2003-04-011-0/+4
* - Add two files to support the thr threading interface.jeff2003-04-011-0/+259
* - Regen for the sig*wait* system calls.jeff2003-03-312-6/+8
* - Define sigwait, sigtimedwait, and sigwaitinfo in terms ofjeff2003-03-312-3/+178
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-3110-146/+269
* Do NOT return from an non-interruptable cv_wait, falselyjulian2003-03-311-2/+0
* - Mark signals which may be delivered to any thread in the process withjeff2003-03-311-31/+32
OpenPOWER on IntegriCloud