| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -0/+28 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+1 |
* | SI_ORDER_THIRD + 2, not SI_ORDER_FOURTH + 2. | rwatson | 2006-09-26 | 1 | -1/+1 |
* | Add "FreeBSD" trademark statement to copyright section of boot messages. | rwatson | 2006-09-25 | 1 | -3/+4 |
* | Initialize kg_base_user_pri. | davidxu | 2006-08-25 | 1 | -0/+1 |
* | The VERBOSE_SYSINIT stuff sees the DDB define a lot better if we include | benno | 2006-05-14 | 1 | -0/+1 |
* | Add a new kernel config option, VERBOSE_SYSINIT. | benno | 2006-05-12 | 1 | -0/+45 |
* | Modify the way we account for CPU time spent (step 1) | phk | 2006-02-07 | 1 | -3/+2 |
* | rwlock expects the struct thread to be aligned on 8 bytes, so make sure | cognet | 2006-02-06 | 1 | -1/+1 |
* | Hook up audit to the initial process creation events (proc0, proc1). | rwatson | 2006-02-02 | 1 | -0/+9 |
* | Moderate rewrite of kernel ktrace code to attempt to generally improve | rwatson | 2005-11-13 | 1 | -0/+1 |
* | Remove mac_create_root_mount() and mpo_create_root_mount(), which | rwatson | 2005-09-19 | 1 | -4/+0 |