| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |