| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -3/+3 |
* | The description of fd_mtx is "filedesc structure." | tanimura | 2002-03-29 | 1 | -1/+1 |
* | Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locks | jeff | 2002-03-27 | 1 | -1/+1 |
* | Move the mount of the root filesystem to happen in the init process before | phk | 2002-03-08 | 1 | -0/+2 |
* | Fix warning. s/microuptime()/binuptime()/ for switchtime initial value. | peter | 2002-02-26 | 1 | -1/+1 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -0/+2 |
* | Convert p->p_runtime and PCPU(switchtime) to bintime format. | phk | 2002-02-22 | 1 | -1/+2 |
* | In a threaded world, differnt priorirites become properties of | julian | 2002-02-11 | 1 | -4/+4 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 1 | -11/+12 |
* | Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution. | alfred | 2002-01-13 | 1 | -1/+1 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -0/+3 |
* | Add/correct description for some sysctl variables where it was missing. | luigi | 2001-12-16 | 1 | -1/+2 |
* | Overhaul the per-CPU support a bit: | jhb | 2001-12-11 | 1 | -1/+0 |
* | Add a per-thread ucred reference for syscalls and synchronous traps from | jhb | 2001-10-26 | 1 | -0/+1 |
* | Don't initialize proc0's mutex twice. It is already done earlier on in the | jhb | 2001-09-18 | 1 | -1/+0 |
* | In the devfs case, have initproc attempt the easy cases of mounting /dev. | peter | 2001-09-15 | 1 | -1/+17 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -17/+25 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -4/+4 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | peter | 2001-06-13 | 1 | -21/+23 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -5/+2 |
* | - Lock the VM when initializing the vmspace for proc0. | jhb | 2001-05-23 | 1 | -2/+2 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+4 |
* | - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT. | jhb | 2001-05-17 | 1 | -0/+12 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | Stick proc0 in the PID hash table. | jhb | 2001-04-11 | 1 | -0/+1 |
* | Convert the allproc and proctree locks from lockmgr locks to sx locks. | jhb | 2001-03-28 | 1 | -3/+4 |
* | Do not set a default ELF syscall ABI fallback. | obrien | 2001-03-04 | 1 | -0/+3 |
* | The kernel did not hold a vnode reference associated with the | iedowse | 2001-02-28 | 1 | -0/+1 |
* | Sigh. Try to get priorities sorted out. Don't bother trying to | jake | 2001-02-28 | 1 | -1/+1 |
* | Initialize native priority to PRI_MAX. It was usually 0 which made a | jake | 2001-02-26 | 1 | -0/+1 |