summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-312-7/+7
* Recent changes to uipc_cow.c have eliminated the need for some sf_buf-alc2003-03-311-3/+3
* retire the "busy" field in bioqueues, it's served it's purpose.phk2003-03-301-8/+0
* Preparation commit before I start on the bioqueue lockdown:phk2003-03-302-25/+43
* - We are not guaranteed that read ahead blocks are not in memory already.jeff2003-03-301-1/+9
* Pass the vm_page's address to sf_buf_alloc(); map the vm_page as partalc2003-03-292-12/+7
* Add the m_defrag routine, as discussed on committers@. Thissilby2003-03-291-0/+83
* Check for the PS_NEEDSIGCHK flag in the right flags field.jhb2003-03-282-2/+2
* Allow m_dup_pkthdr to accept mbufs with attached clusters assilby2003-03-281-3/+3
* Add a checksum to the kernel message buffer, and update it everyiedowse2003-03-281-4/+24
* Add support for reading directly from file to userland buffer when thetegge2003-03-261-0/+12
* Adjust the number of vnodes scanned by vlrureclaim() according to thetegge2003-03-262-8/+14
* Permit debug.malloc.failure_rate to be specified using a tunable sorwatson2003-03-261-0/+1
* Add a new kernel option, MALLOC_MAKE_FAILURES, which compilesrwatson2003-03-261-0/+26
* fp->f_offset doesn't need any protection when it isn't accessed.tegge2003-03-261-2/+4
* Modify the mac_init_ipq() MAC Framework entry point to accept anrwatson2003-03-261-4/+12
* Remove extraneous check. We are not going to return from copyin/out onjhb2003-03-251-2/+0
* Give print_child a default method.mdodd2003-03-251-1/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-256-6/+7
* Replace the at_fork, at_exec, and at_exit functions with the slightly morejhb2003-03-246-226/+37
* - Remove witness_dead and just use witness_watch instead. If witness_watchjhb2003-03-241-21/+51
* Remove a trailing semicolon in SCHED_QUANTUM definition.mux2003-03-241-1/+1
OpenPOWER on IntegriCloud