index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
miscfs
/
procfs
/
procfs_map.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This
luoqi
1999-02-19
1
-2
/
+2
*
Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used to
dillon
1999-02-07
1
-2
/
+2
*
Correct a format mismatch on 64-bit architectures. This should
jdp
1999-02-05
1
-3
/
+3
*
This is a rather large commit that encompasses the new swapper,
dillon
1999-01-21
1
-6
/
+4
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-2
/
+3
*
Tighten up management of memory and swap space during map allocation,
dyson
1998-04-29
1
-13
/
+27
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-3
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+3
*
Make our v_usecount vnode reference count work identically to the
dyson
1998-01-06
1
-2
/
+2
*
Don't try to obtain an excluive lock on the vm map, since a deadlock might
tegge
1997-11-14
1
-3
/
+3
*
Removed unused #includes.
bde
1997-08-02
1
-16
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
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
*
Change the map entry flags from bitfields to bitmasks. Allows
dyson
1997-01-16
1
-2
/
+2
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Fix a potential deadlock from the previous commit.
dyson
1996-10-30
1
-2
/
+4
*
Fix the /proc/???/map file so that it is possible to read an arbitrarily
dyson
1996-10-30
1
-18
/
+23
*
Modify slightly the output from the map file in /proc. Now the
dyson
1996-07-27
1
-2
/
+4
*
Under certain circumstances, reading the /proc/*/map file can
dyson
1996-07-27
1
-2
/
+5
*
Clean-up the new VM map procfs code, and also add support for executable
dyson
1996-06-18
1
-1
/
+8
*
This file is the "meat" of the process address space capability. If you
dyson
1996-06-17
1
-0
/
+169