| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvs | cvs2svn | 2005-05-07 | 1 | -1/+1 |
* | MFC: /*- and related license changes | Warner Losh | 2005-01-31 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
* | Minor whitespace and style issues. | Dag-Erling Smørgrav | 2003-12-07 | 1 | -3/+3 |
* | Remove debug printf(). | Maxime Henrion | 2003-10-19 | 1 | -1/+0 |
* | Add a new column to the procfs map to hold the name of the mapped | Robert Watson | 2003-09-29 | 1 | -2/+16 |
* | Add p_candebug() check to access a process map file in procfs; limit | Robert Watson | 2003-08-14 | 1 | -0/+6 |
* | Pseudofsize procfs(5). | Dag-Erling Smørgrav | 2001-12-04 | 1 | -24/+13 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -3/+2 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -6/+2 |
* | Lock VM Giant prior to locking a vm map. | Seigo Tanimura | 2001-06-06 | 1 | -0/+7 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov | 2001-05-23 | 1 | -1/+1 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -0/+1 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -1/+2 |
* | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This | Luoqi Chen | 1999-02-19 | 1 | -2/+2 |
* | Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used to | Matthew Dillon | 1999-02-07 | 1 | -2/+2 |
* | Correct a format mismatch on 64-bit architectures. This should | John Polstra | 1999-02-05 | 1 | -3/+3 |
* | This is a rather large commit that encompasses the new swapper, | Matthew Dillon | 1999-01-21 | 1 | -6/+4 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 1 | -2/+3 |
* | Tighten up management of memory and swap space during map allocation, | John Dyson | 1998-04-29 | 1 | -13/+27 |
* | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -1/+3 |
* | Make our v_usecount vnode reference count work identically to the | John Dyson | 1998-01-06 | 1 | -2/+2 |
* | Don't try to obtain an excluive lock on the vm map, since a deadlock might | Tor Egge | 1997-11-14 | 1 | -3/+3 |
* | Removed unused #includes. | Bruce Evans | 1997-08-02 | 1 | -16/+1 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | Bruce Evans | 1997-03-24 | 1 | -2/+1 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -1/+1 |
* | Change the map entry flags from bitfields to bitmasks. Allows | John Dyson | 1997-01-16 | 1 | -2/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Fix a potential deadlock from the previous commit. | John Dyson | 1996-10-30 | 1 | -2/+4 |
* | Fix the /proc/???/map file so that it is possible to read an arbitrarily | John Dyson | 1996-10-30 | 1 | -18/+23 |
* | Modify slightly the output from the map file in /proc. Now the | John Dyson | 1996-07-27 | 1 | -2/+4 |
* | Under certain circumstances, reading the /proc/*/map file can | John Dyson | 1996-07-27 | 1 | -2/+5 |
* | Clean-up the new VM map procfs code, and also add support for executable | John Dyson | 1996-06-18 | 1 | -1/+8 |
* | This file is the "meat" of the process address space capability. If you | John Dyson | 1996-06-17 | 1 | -0/+169 |