| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use the proc lock to protect p_realtimer instead of Giant, and obtain | Tim J. Robbins | 2003-02-17 | 1 | -1/+1 |
| * | - Split the struct kse into struct upcall and struct kse. struct kse will | Jeff Roberson | 2003-02-17 | 1 | -1/+0 |
| * | It seems the extra precautions are no longer needed. | Dag-Erling Smørgrav | 2003-02-13 | 1 | -2/+0 |
| * | Correct grammatical error in previous commit. | Dag-Erling Smørgrav | 2003-02-04 | 1 | -1/+1 |
| * | Extra precautions before trying to start init(8). | Dag-Erling Smørgrav | 2003-02-04 | 1 | -0/+2 |
| * | Reversion of commit by Davidxu plus fixes since applied. | Julian Elischer | 2003-02-01 | 1 | -0/+1 |
| * | NODEVFS cleanup: remove #ifdefs. | Poul-Henning Kamp | 2003-01-30 | 1 | -2/+0 |
| * | Move UPCALL related data structure out of kse, introduce a new | David Xu | 2003-01-26 | 1 | -1/+0 |
| * | Originally when DEVFS was added, a global variable "devfs_present" | Poul-Henning Kamp | 2003-01-19 | 1 | -15/+15 |
| * | Improve the way that an elf image activator for an alternate word size is | Jake Burkholder | 2003-01-04 | 1 | -5/+0 |
| * | Add code to ddb to allow backtracing an arbitrary thread. | Julian Elischer | 2002-12-28 | 1 | -0/+1 |
| * | Fix typo in comment. It's SYSINIT, not SYSINT. | Giorgos Keramidas | 2002-11-30 | 1 | -1/+1 |
| * | - Implement a mechanism for allowing schedulers to place scheduler dependant | Jeff Roberson | 2002-11-21 | 1 | -0/+6 |
| * | Use strlcpy() instead of strncpy() to copy NUL terminated strings | Robert Drehmel | 2002-10-17 | 1 | -2/+1 |
| * | - Move p_cpulimit to struct proc from struct plimit and protect it with | John Baldwin | 2002-10-09 | 1 | -1/+1 |
| * | Round out the facilty for a 'bound' thread to loan out its KSE | Julian Elischer | 2002-10-09 | 1 | -4/+0 |
| * | Some kernel threads try to do significant work, and the default KSTACK_PAGES | Scott Long | 2002-10-02 | 1 | -1/+1 |
| * | Back our kernel support for reliable signal queues. | Juli Mallett | 2002-10-01 | 1 | -2/+0 |
| * | First half of implementation of ksiginfo, signal queues, and such. This | Juli Mallett | 2002-09-30 | 1 | -0/+2 |
| * | Use the fields in the sysentvec and in the vm map header in place of the | Jake Burkholder | 2002-09-21 | 1 | -4/+4 |
| * | Allocate KSEs and KSEGRPs separatly and remove them from the proc structure. | Julian Elischer | 2002-09-15 | 1 | -2/+4 |
| * | Completely redo thread states. | Julian Elischer | 2002-09-11 | 1 | -0/+1 |
| * | Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to | Jake Burkholder | 2002-09-01 | 1 | -2/+28 |
| * | Split out a number of mostly VFS and signal related syscalls into | Ian Dowse | 2002-09-01 | 1 | -1/+2 |
| * | Refresh the credential on the first initproc thread following divorcing | Robert Watson | 2002-08-07 | 1 | -0/+1 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-31 | 1 | -0/+3 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-31 | 1 | -0/+8 |
| * | Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable | Peter Wemm | 2002-07-20 | 1 | -5/+4 |
| * | Thinking about it I came to the conclusion that the KSE states were incorrectly | Julian Elischer | 2002-07-14 | 1 | -1/+1 |
| * | Remove an unused argument in vfs_mountroot(). | Maxime Henrion | 2002-07-03 | 1 | -1/+1 |
| * | Part 1 of KSE-III | Julian Elischer | 2002-06-29 | 1 | -9/+24 |
| * | More s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 1 | -1/+1 |
| * | Convert devfs to nmount. | Maxime Henrion | 2002-05-02 | 1 | -1/+2 |
| * | Divorce proc0 and proc1 credentials earlier; while this isn't technically | Robert Watson | 2002-04-19 | 1 | -0/+7 |
| * | Rework the kernel environment subsystem. We now convert the static | Maxime Henrion | 2002-04-17 | 1 | -1/+4 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -3/+3 |
| * | The description of fd_mtx is "filedesc structure." | Seigo Tanimura | 2002-03-29 | 1 | -1/+1 |
| * | Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locks | Jeff Roberson | 2002-03-27 | 1 | -1/+1 |
| * | Move the mount of the root filesystem to happen in the init process before | Poul-Henning Kamp | 2002-03-08 | 1 | -0/+2 |
| * | Fix warning. s/microuptime()/binuptime()/ for switchtime initial value. | Peter Wemm | 2002-02-26 | 1 | -1/+1 |
| * | Lock struct pgrp, session and sigio. | Seigo Tanimura | 2002-02-23 | 1 | -0/+2 |
| * | Convert p->p_runtime and PCPU(switchtime) to bintime format. | Poul-Henning Kamp | 2002-02-22 | 1 | -1/+2 |
| * | In a threaded world, differnt priorirites become properties of | Julian Elischer | 2002-02-11 | 1 | -4/+4 |
| * | Pre-KSE/M3 commit. | Julian Elischer | 2002-02-07 | 1 | -11/+12 |
| * | Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution. | Alfred Perlstein | 2002-01-13 | 1 | -1/+1 |
| * | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 1 | -0/+3 |
| * | Add/correct description for some sysctl variables where it was missing. | Luigi Rizzo | 2001-12-16 | 1 | -1/+2 |
| * | Overhaul the per-CPU support a bit: | John Baldwin | 2001-12-11 | 1 | -1/+0 |
| * | Add a per-thread ucred reference for syscalls and synchronous traps from | John Baldwin | 2001-10-26 | 1 | -0/+1 |
| * | Don't initialize proc0's mutex twice. It is already done earlier on in the | John Baldwin | 2001-09-18 | 1 | -1/+0 |