| Commit message (Expand) | Author | Age | Files | Lines |
* | Loudly announce WITNESS and DIAGNOSTIC options and warn about reduced | phk | 2004-02-29 | 1 | -0/+14 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -13/+11 |
* | KASSERT() that initproc->p_pid is 1. Very bad things happen if init's | rwatson | 2004-01-16 | 1 | -0/+1 |
* | New file descriptor allocation code, derived from similar code introduced | des | 2004-01-15 | 1 | -0/+2 |
* | Remove the global variable 'cmask', which was used to initialize the | rwatson | 2003-10-02 | 1 | -3/+1 |
* | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | peter | 2003-09-25 | 1 | -0/+1 |
* | Change instances of callout_init that specify MPSAFE behaviour to | sam | 2003-08-19 | 1 | -2/+2 |
* | Revert stuff which accidentally ended up in the previous commit. | phk | 2003-07-22 | 1 | -5/+0 |
* | Don't attempt to inline large functions mb_alloc() and mb_free(), | phk | 2003-07-22 | 1 | -0/+5 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Add tracking of process leaders sharing a file descriptor table and | tegge | 2003-06-02 | 1 | -0/+1 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 1 | -7/+4 |
* | Instead of recording the Unix time in a process when it starts, record the | des | 2003-05-01 | 1 | -1/+1 |
* | Made vmspace0 non-static. Its useful to be able to identify a vmspace as | jake | 2003-04-13 | 1 | -1/+1 |
* | Move the _oncpu entry from the KSE to the thread. | julian | 2003-04-10 | 1 | -1/+1 |
* | Use the proc lock to protect p_realtimer instead of Giant, and obtain | tjr | 2003-02-17 | 1 | -1/+1 |
* | - Split the struct kse into struct upcall and struct kse. struct kse will | jeff | 2003-02-17 | 1 | -1/+0 |
* | It seems the extra precautions are no longer needed. | des | 2003-02-13 | 1 | -2/+0 |
* | Correct grammatical error in previous commit. | des | 2003-02-04 | 1 | -1/+1 |
* | Extra precautions before trying to start init(8). | des | 2003-02-04 | 1 | -0/+2 |
* | Reversion of commit by Davidxu plus fixes since applied. | julian | 2003-02-01 | 1 | -0/+1 |
* | NODEVFS cleanup: remove #ifdefs. | phk | 2003-01-30 | 1 | -2/+0 |
* | Move UPCALL related data structure out of kse, introduce a new | davidxu | 2003-01-26 | 1 | -1/+0 |
* | Originally when DEVFS was added, a global variable "devfs_present" | phk | 2003-01-19 | 1 | -15/+15 |
* | Improve the way that an elf image activator for an alternate word size is | jake | 2003-01-04 | 1 | -5/+0 |
* | Add code to ddb to allow backtracing an arbitrary thread. | julian | 2002-12-28 | 1 | -0/+1 |
* | Fix typo in comment. It's SYSINIT, not SYSINT. | keramida | 2002-11-30 | 1 | -1/+1 |
* | - Implement a mechanism for allowing schedulers to place scheduler dependant | jeff | 2002-11-21 | 1 | -0/+6 |
* | Use strlcpy() instead of strncpy() to copy NUL terminated strings | robert | 2002-10-17 | 1 | -2/+1 |
* | - Move p_cpulimit to struct proc from struct plimit and protect it with | jhb | 2002-10-09 | 1 | -1/+1 |
* | Round out the facilty for a 'bound' thread to loan out its KSE | julian | 2002-10-09 | 1 | -4/+0 |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | scottl | 2002-10-02 | 1 | -1/+1 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 1 | -2/+0 |
* | First half of implementation of ksiginfo, signal queues, and such. This | jmallett | 2002-09-30 | 1 | -0/+2 |
* | Use the fields in the sysentvec and in the vm map header in place of the | jake | 2002-09-21 | 1 | -4/+4 |
* | Allocate KSEs and KSEGRPs separatly and remove them from the proc structure. | julian | 2002-09-15 | 1 | -2/+4 |
* | Completely redo thread states. | julian | 2002-09-11 | 1 | -0/+1 |
* | Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to | jake | 2002-09-01 | 1 | -2/+28 |
* | Split out a number of mostly VFS and signal related syscalls into | iedowse | 2002-09-01 | 1 | -1/+2 |
* | Refresh the credential on the first initproc thread following divorcing | rwatson | 2002-08-07 | 1 | -0/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+3 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+8 |
* | Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable | peter | 2002-07-20 | 1 | -5/+4 |
* | Thinking about it I came to the conclusion that the KSE states were incorrectly | julian | 2002-07-14 | 1 | -1/+1 |
* | Remove an unused argument in vfs_mountroot(). | mux | 2002-07-03 | 1 | -1/+1 |
* | Part 1 of KSE-III | julian | 2002-06-29 | 1 | -9/+24 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -1/+1 |
* | Convert devfs to nmount. | mux | 2002-05-02 | 1 | -1/+2 |
* | Divorce proc0 and proc1 credentials earlier; while this isn't technically | rwatson | 2002-04-19 | 1 | -0/+7 |
* | Rework the kernel environment subsystem. We now convert the static | mux | 2002-04-17 | 1 | -1/+4 |