| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix grammar. | kib | 2012-08-16 | 1 | -1/+1 |
* | Add a sysctl kern.pid_max, which limits the maximum pid the system is | kib | 2012-08-15 | 1 | -0/+1 |
* | Extend VERBOSE_SYSINIT to also print out the name of variables passed | jhb | 2012-06-01 | 1 | -9/+28 |
* | TDF_* flags should be used with td_flags field and TDP_* flags should be used | pjd | 2012-01-22 | 1 | -1/+2 |
* | Remove the long reprecated ``/stand/sysinstall'' from the init_path. | pluknet | 2011-10-27 | 1 | -1/+1 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -1/+1 |
* | Add experimental support for process descriptors | jonathan | 2011-08-18 | 1 | -1/+2 |
* | Enable accounting for RACCT_NPROC and RACCT_NTHR. | trasz | 2011-03-31 | 1 | -0/+3 |
* | Add racct. It's an API to keep per-process, per-jail, per-loginclass | trasz | 2011-03-29 | 1 | -0/+4 |
* | Extend struct sysvec with new method sv_schedtail, which is used for an | dchagin | 2011-03-08 | 1 | -0/+1 |
* | Add two new system calls, setloginclass(2) and getloginclass(2). This makes | trasz | 2011-03-05 | 1 | -0/+2 |
* | - 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 |