| Commit message (Expand) | Author | Age | Files | Lines |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -1/+1 |
* | Make uio_yield() a global. Call uio_yield() between chunks | dillon | 2001-09-26 | 1 | -2/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -11/+15 |
* | This brings in a Yahoo coredump patch from Paul, with additional mods by | dillon | 2001-09-08 | 1 | -4/+4 |
* | Optionize UPAGES for the i386. As part of this I split some of the low | peter | 2001-08-25 | 1 | -0/+2 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -8/+2 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+8 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -3/+5 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 1 | -6/+1 |
* | Proc locking. | jhb | 2001-01-24 | 1 | -1/+7 |
* | Change the proc information returned from the kernel so that it | mckusick | 2000-12-12 | 1 | -2/+1 |
* | Make MINSIGSTKSZ machine dependent, and have the sigaltstack | marcel | 2000-11-09 | 1 | -1/+3 |
* | Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT. | bp | 2000-09-12 | 1 | -1/+1 |
* | Move the include of <sys/systm.h> so that KTR gets a declaration for | dfr | 2000-09-10 | 1 | -1/+1 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | s/p_cred->pc_ucred/p_ucred/g | phk | 1999-11-21 | 1 | -1/+1 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Trim unused options (or #ifdef for undoc options). | peter | 1999-10-11 | 1 | -1/+0 |
* | Fixed style regressions in previous commit. | bde | 1999-09-04 | 1 | -6/+4 |
* | General cleanup of core-dumping code. | julian | 1999-09-01 | 1 | -37/+7 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Don't follow symlinks on coredumps. | dima | 1999-08-26 | 1 | -3/+3 |
* | Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert, | alc | 1999-05-17 | 1 | -7/+3 |
* | Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option. | alc | 1999-05-14 | 1 | -3/+3 |
* | Fix a couple of warnings and some bitrot in comments. | peter | 1999-05-09 | 1 | -3/+1 |
* | Restore support for executing BSD/OS binaries on the i386 by passing | jdp | 1999-04-03 | 1 | -1/+4 |
* | For clarity, use the "map" variable introduced by the last commit | alc | 1999-03-10 | 1 | -5/+5 |
* | exec_aout_imgact should lock the vm_map before calling vm_map_insert. | alc | 1999-03-04 | 1 | -6/+15 |
* | Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This | luoqi | 1999-02-19 | 1 | -2/+2 |
* | *_execsw static structures cannot be const due to the way they interact | dillon | 1999-01-29 | 1 | -2/+2 |
* | Fixed bitrot in a comment. Fixed some style bugs. | bde | 1999-01-01 | 1 | -5/+3 |
* | *gulp*. Jordan specifically OK'ed this.. | peter | 1998-10-16 | 1 | -2/+2 |
* | Add provisions for variant core dump file formats, depending on the | jdp | 1998-09-14 | 1 | -1/+95 |
* | Cast u_longs to uintptr_t before casting them to pointers. Don't | bde | 1998-07-15 | 1 | -3/+4 |
* | Removed unused #includes. | bde | 1998-02-20 | 1 | -3/+1 |
* | Fixed staticization. | bde | 1998-02-03 | 1 | -2/+2 |
* | Implement the first page access for object type determination more | dyson | 1998-01-11 | 1 | -33/+36 |
* | Make our v_usecount vnode reference count work identically to the | dyson | 1998-01-06 | 1 | -3/+4 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -4/+1 |
* | Removed redundant test against MAXDSIZ (the rlimit test is stronger). | bde | 1997-08-26 | 1 | -4/+1 |
* | Fully implement vfork. Vfork is now much much faster than even our | dyson | 1997-04-13 | 1 | -2/+7 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Make DFLDSIZ and MAXDSIZ fully-supported options. | joerg | 1996-12-22 | 1 | -1/+3 |
* | Fixed the easy cases of const poisoning in the kernel. Cosmetic. | bde | 1996-08-31 | 1 | -2/+2 |
* | First pass at cleaning up macros relating to pages, clusters and all that. | phk | 1996-05-02 | 1 | -7/+6 |
* | Removed unnecessary #includes from <sys/imgact.h> so that it is | bde | 1996-05-01 | 1 | -1/+3 |
* | Killed sections 3 and 4 of my copyright as I don't agree with it (I believe | dg | 1996-04-08 | 1 | -6/+1 |
* | Fixed unsigned longs that should have been vm_offset_t. | bde | 1996-03-19 | 1 | -2/+3 |