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
/
vm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Man the liferafts! Here comes the long awaited SMP -> -current merge!
peter
1997-04-26
4
-4
/
+17
*
Send this to the Attic so there's no mixups over which kern_lock.c is in
peter
1997-04-21
1
-377
/
+0
*
Unused variable (upobj is now purely handled within pmap)
peter
1997-04-14
1
-2
/
+1
*
Fully implement vfork. Vfork is now much much faster than even our
dyson
1997-04-13
4
-8
/
+65
*
The biggie: Get rid of the UPAGES from the top of the per-process address
peter
1997-04-07
4
-24
/
+22
*
Commit a typo fix that's been sitting in my tree for ages, quite forgotten.
peter
1997-04-06
1
-2
/
+2
*
Make vm_map_protect be more complete about map simplification. This
dyson
1997-04-06
1
-2
/
+4
*
Correction to the prototype for vm_fault.
dyson
1997-04-06
1
-2
/
+2
*
Fix the gdb executable modify problem. Thanks to the detective work
dyson
1997-04-06
4
-17
/
+31
*
Removed potentially harmful garbage <vm/lock.h> and fixed bogus
bde
1997-04-01
1
-117
/
+0
*
Changed the way that the exec image header is read to be filesystem-
dg
1997-03-31
2
-4
/
+2
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
2
-3
/
+4
*
Fix a significant error in the accounting for pre-zeroed pages. This
dyson
1997-03-23
1
-5
/
+6
*
When removing IN_RECURSE support during the Lite/2 merge, read/write
dyson
1997-03-08
1
-2
/
+2
*
Removed a wrong LK_INTERLOCK flag.
bde
1997-02-27
1
-3
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
35
-35
/
+35
*
Removed vestiges of Mach lock types.
bde
1997-02-18
2
-14
/
+1
*
Provide an alternative interface to contigmalloc() which allows a specific
wollman
1997-02-13
2
-4
/
+22
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
15
-64
/
+129
*
Another fix to inheriting shared segments. Do the copy on write
dyson
1997-01-31
1
-1
/
+9
*
Added a check/panic for v_usecount being 0 (no vnode reference) in
dg
1997-01-24
1
-0
/
+2
*
Fix two problems where a NULL object is dereferenced. One problem
dyson
1997-01-22
1
-4
/
+28
*
Make MADV_FREE work better. Specifically, it did not wait for
dyson
1997-01-20
1
-13
/
+46
*
Change the map entry flags from bitfields to bitmasks. Allows
dyson
1997-01-16
7
-89
/
+78
*
Fix bug related to map entry allocations where a sleep might be attempted
dg
1997-01-15
2
-13
/
+3
*
Removed redundant spl0()'s from kernel processes. They were work-arounds
bde
1997-01-15
2
-5
/
+0
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
35
-35
/
+35
*
Slightly correct the code that moves pages from the active to the
dyson
1997-01-11
1
-5
/
+7
*
Prepare better for multi-platform by eliminating another required
dyson
1997-01-11
3
-7
/
+12
*
Undo the collapse breakage (swap space usage problem.)
dyson
1997-01-03
4
-16
/
+4
*
Guess what? We left alot of the old collapse code that is not needed
dyson
1997-01-01
4
-2
/
+15
*
A very significant improvement in the management of process maps
dyson
1996-12-31
2
-43
/
+46
*
Let the VM system know that on certain arch's that VM_PROT_READ
dyson
1996-12-30
1
-1
/
+13
*
EEEK!!! useracc and kernacc didn't lock their respective
dyson
1996-12-30
1
-2
/
+16
*
Superficial cleanup of comment.
dyson
1996-12-29
1
-2
/
+2
*
Eliminate the redundancy due to the similarity between the routines
dyson
1996-12-28
3
-84
/
+18
*
The code unnecessarily created an object with no handle up-front, which
dyson
1996-12-28
1
-5
/
+10
*
Make DFLDSIZ and MAXDSIZ fully-supported options.
joerg
1996-12-22
2
-2
/
+6
*
Implement closer-to POSIX mlock semantics. The major difference is
dyson
1996-12-14
5
-9
/
+217
*
Expunge inlines...
dyson
1996-12-07
1
-4
/
+4
*
Fix a map entry leak problem found by DG. Also, de-inline a function
dyson
1996-12-07
1
-3
/
+5
*
Make vm_map_insert much more intelligent in the MAP_NOFAULT case so
dyson
1996-12-07
2
-7
/
+29
*
Implement a new totally dynamic (up to MAXPHYS) buffer kva allocation
dyson
1996-11-30
4
-25
/
+37
*
Make the kernel smaller with at worst a neutral effect on perf by
dyson
1996-11-28
3
-34
/
+34
*
Improve the locality of reference for variables in vm_page and
dyson
1996-11-17
2
-27
/
+27
*
Vastly improved contigmalloc routine. It does not solve the
dyson
1996-11-05
1
-63
/
+153
*
Change mmap to use OBJT_DEFAULT instead of OBJT_SWAP by default
dyson
1996-10-29
1
-2
/
+2
*
The way we get a vnode for swapdev is not quite kosher. In particular
phk
1996-10-27
1
-4
/
+18
*
Remove a bogus optimization in the mmap code. It is superfluous,
dyson
1996-10-24
1
-24
/
+5
*
Make processes waken up eligible for immediate swap-in.
dyson
1996-10-17
1
-3
/
+8
[next]