| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix system shutdown timeout handling by again supporting longer running | rse | 2005-09-15 | 1 | -0/+11 |
* | Fix the recent panics/LORs/hangs created by my kqueue commit by: | ssouhlal | 2005-07-01 | 1 | -1/+1 |
* | Add /rescue/init to the default init_path, before /stand/sysinstall. | des | 2005-02-17 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | The remaining part of nmount/omount/rootfs mount changes. I cannot sensibly | phk | 2004-12-07 | 1 | -29/+0 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 1 | -1/+0 |
* | Malloc p_stats instead of putting it in the U area. We should consider | das | 2004-11-20 | 1 | -6/+2 |
* | Allow fdinit() to be called with a NULL fdp argument so we can use | phk | 2004-11-07 | 1 | -14/+3 |
* | Rework how we store process times in the kernel such that we always store | jhb | 2004-10-05 | 1 | -2/+2 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -21/+8 |
* | Give setrunqueue() and sched_add() more of a clue as to | julian | 2004-09-01 | 1 | -1/+1 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | jmg | 2004-08-15 | 1 | -0/+1 |
* | Remove global variable rootdevs and rootvp, they are unused as such. | phk | 2004-07-28 | 1 | -1/+0 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 1 | -1/+1 |
* | Nice, is a property of a process as a whole.. | julian | 2004-06-16 | 1 | -1/+1 |