summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Don't include <sys/disklabel.h>phk2003-04-162-2/+0
* mac_init_mbuf_tag() accepts malloc flags, not mbuf allocator flags, sorwatson2003-04-151-3/+2
* Add another MBUF_STRESS_TEST feature, m_defragrandomfailures.silby2003-04-151-0/+15
* Move MAC label storage for mbufs into m_tags from the m_pkthdr structure,rwatson2003-04-144-50/+157
* Abstract access to the mbuf header label behind a new function,rwatson2003-04-141-25/+80
* Use MBTOM() to convert mbuf allocator flags to malloc() flags, ratherrwatson2003-04-142-5/+3
* Use while (*controlp != NULL) instead of do ... while (*control != NULL)cognet2003-04-141-2/+1
* Update locking on the kernel_object to use the new macros.alc2003-04-141-4/+4
* Made vmspace0 non-static. Its useful to be able to identify a vmspace asjake2003-04-131-1/+1
* Lock some manipulations of the vm object's flags.alc2003-04-131-2/+2
* Since dynamic allocation of device major numbers so far have notphk2003-04-131-1/+0
* Use vm_object_pip_wait() rather than reimplementing it.alc2003-04-131-2/+1
* - Unbreak priority prop. for timeshare threads. Always place something onjeff2003-04-121-3/+1
* - Clean up some debug code left over from my earlier megacommit.jeff2003-04-121-17/+8
* - We only care about the base priority. Ignore the SCHED_FIFO_BIT so thatjeff2003-04-121-5/+5
* Style fix.davidxu2003-04-121-1/+1
* Fix race between a process registering a NOTE_EXIT EVFILT_PROC event andkbyanc2003-04-121-0/+15
* Check SIG_HOLD action ealier to avoid missing test it in later code.davidxu2003-04-121-9/+7
* - 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
OpenPOWER on IntegriCloud