| Commit message (Expand) | Author | Age | Files | Lines |
* | - Properly initialize the base priority (td_base_pri) of thread0 to PVM | jhb | 2011-01-06 | 1 | -1/+1 |
* | MFp4: | davidxu | 2010-12-09 | 1 | -0/+1 |
* | Set bootverbose directly in mi_startup() rather than via a SYSINIT. This | jhb | 2010-10-28 | 1 | -9/+3 |
* | - Insert thread0 into correct thread hash link list. | davidxu | 2010-10-17 | 1 | -1/+1 |
* | Create a global thread hash table to speed up thread lookup, use | davidxu | 2010-10-09 | 1 | -0/+1 |
* | Add descriptions to a handful of sysctl nodes. | gavin | 2010-08-09 | 1 | -3/+6 |
* | Remove spurious '/*-' marks and fix some other style problems. | trasz | 2010-07-22 | 1 | -4/+3 |
* | Revert r210225 - turns out I was wrong; the "/*-" is not license-only | trasz | 2010-07-18 | 1 | -1/+1 |
* | The "/*-" comment marker is supposed to denote copyrights. Remove non-copyright | trasz | 2010-07-18 | 1 | -1/+1 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 1 | -1/+20 |
* | Initialize the virtual memory-related resource limits in a single place. | alc | 2010-04-11 | 1 | -5/+12 |
* | Make _vm_map_init() the one place where the vm map's pmap field is | alc | 2010-04-03 | 1 | -3/+2 |
* | Random number generator initialization cleanup: | ru | 2009-10-20 | 1 | -0/+13 |
* | Add a mitigation feature that will prevent user mappings at | bz | 2009-10-02 | 1 | -0/+5 |
* | print machine in kernel boot version string | avg | 2009-10-01 | 1 | -1/+14 |
* | print_caddr_t: drop incorrect __unused attribute from parameter | avg | 2009-09-30 | 1 | -1/+1 |
* | Remove the interim vimage containers, struct vimage and struct procg, | jamie | 2009-07-17 | 1 | -7/+0 |
* | Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use | kib | 2009-06-10 | 1 | -1/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -1/+3 |
* | Introduce a new virtualization container, provisionally named vprocg, to hold | zec | 2009-05-08 | 1 | -1/+4 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -0/+4 |
* | Rename three MAC entry points from _proc_ to _cred_ to reflect the fact | rwatson | 2008-10-28 | 1 | -2/+2 |
* | Change the static struct sysentvec and struct Elf_Brandinfo initializers | kib | 2008-09-24 | 1 | -26/+27 |
* | remove scheduler_running as xenbus no longer needs it | kmacy | 2008-08-20 | 1 | -3/+0 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -1/+1 |
* | Add flag to indicate to xen support code that threads are running (and thus w... | kmacy | 2008-08-15 | 1 | -0/+3 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -13/+15 |
* | Add cpuset, an api for thread to cpu binding and cpu resource grouping | jeff | 2008-03-02 | 1 | -0/+2 |
* | Don't zero td_runtime when billing thread CPU usage to the process; | rwatson | 2008-01-10 | 1 | -0/+4 |
* | give thread0 the tid 100000 and bumpt the others to start at 100001 | julian | 2007-12-22 | 1 | -0/+1 |
* | Implement fetching of the __FreeBSD_version from the ELF ABI-tag note. | kib | 2007-12-04 | 1 | -1/+2 |
* | - Add in missing event handler invokes for initial proc and thread. | rrs | 2007-11-18 | 1 | -1/+11 |
* | Introduce a way to make pure kernal threads. | julian | 2007-10-26 | 1 | -2/+3 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -2/+2 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -1/+1 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 1 | -6/+3 |
* | Fix a bug caming from the committing a pre-merge version of the patch | attilio | 2007-06-10 | 1 | -0/+2 |
* | The current rusage code show peculiar problems: | attilio | 2007-06-09 | 1 | -0/+5 |
* | Double the WITNESS and DIAGNOSTIC benchmark warnings right before we | phk | 2007-06-08 | 1 | -0/+4 |
* | Move per-process audit state from a pointer in the proc structure to | rwatson | 2007-06-07 | 1 | -3/+2 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -4/+4 |
* | - Move rusage from being per-process in struct pstats to per-thread in | jeff | 2007-06-01 | 1 | -0/+1 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -1/+1 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -1/+1 |
* | Align 'struct thread' on 16 byte boundaries so that the lower 4 bits are | jhb | 2007-03-27 | 1 | -1/+1 |
* | - Remove setrunqueue and replace it with direct calls to sched_add(). | jeff | 2007-01-23 | 1 | -1/+1 |
* | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | delphij | 2007-01-17 | 1 | -1/+1 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -32/+0 |
* | Copy base user priority in NO_KSE case. | davidxu | 2006-11-12 | 1 | -0/+1 |