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
*
This fixes kmem_malloc/kmem_free (and malloc/free of objects of > 8K).
dyson
1996-04-24
2
-8
/
+11
*
Fixed a spl hog. The vmdaemon process ran entirely at splhigh. It
bde
1996-04-11
1
-1
/
+3
*
Reinstitute the map lock for processes being swapped out. This
dyson
1996-04-09
1
-1
/
+18
*
Map lock checks not needed anymore for swapping out. We don't use
dyson
1996-04-08
1
-12
/
+2
*
Removed never-used #includes of <machine/cpu.h>. Many were apparently
bde
1996-04-07
1
-2
/
+1
*
Fixed a problem that the UPAGES of a process were being run down
dyson
1996-04-03
2
-14
/
+44
*
Revert to previous calculation of vm_object_cache_max: it simply works
dg
1996-03-29
1
-2
/
+2
*
Undid last revision. It duplicated part of second last revision.
bde
1996-03-28
1
-5
/
+1
*
devfs_add_devsw() -> devfs_add_devswf modifications
scrappy
1996-03-28
1
-1
/
+5
*
Add a function prototype for pmap_prefault.
dyson
1996-03-28
1
-1
/
+3
*
VM performance improvements, and reorder some operations in VM fault
dyson
1996-03-28
5
-110
/
+124
*
More map_simplify fixes from Alan Cox. This very significanly improves the
dyson
1996-03-28
1
-29
/
+28
*
Added drum device.
bde
1996-03-27
1
-1
/
+12
*
Fix the problem that unmounting filesystems that are backed by a VMIO
dyson
1996-03-19
1
-2
/
+5
*
Force device mappings to always be shared. It doesn't make sense for them
dg
1996-03-16
1
-4
/
+5
*
This commit is as a result of a comment by Alan Cox (alc@cs.rice.edu)
dyson
1996-03-13
1
-36
/
+53
*
Fix the map corruption problem that appears as a u_map allocation
dyson
1996-03-12
1
-25
/
+3
*
Allow mmap'ed devices to work correctly across forks. The sanest
dyson
1996-03-12
1
-3
/
+11
*
For Lite2: proc LIST changes.
hsu
1996-03-11
4
-11
/
+11
*
Delay forking a process until there are more pages available. It was
dyson
1996-03-09
1
-2
/
+2
*
Modify a threshold for waking up the pageout daemon. Also, add a consistancy
dyson
1996-03-09
1
-3
/
+7
*
Add a missing initialization of the hold_count for device pager ficticiouse
dyson
1996-03-09
1
-1
/
+2
*
Fix a calculation for a paging parameter.
dyson
1996-03-09
1
-2
/
+2
*
Fix two problems:
dyson
1996-03-09
1
-2
/
+3
*
Set the page valid bits in fewer places, as opposed to being scattered
dyson
1996-03-09
1
-5
/
+3
*
Fix a problem in the swap pager that caused some of the pages that
dyson
1996-03-06
1
-9
/
+9
*
Fix a problem that pages in a mapped region were not always
dyson
1996-03-04
1
-1
/
+17
*
In order to fix some concurrency problems with the swap pager early
dyson
1996-03-03
3
-4
/
+6
*
Remove the #ifdef notyet from the prototype of vm_map_simplify. John
peter
1996-03-03
1
-3
/
+1
*
Oops.. I nearly forgot the actual core of the length/rounding/etc fixes
peter
1996-03-02
1
-46
/
+37
*
1) Eliminate unnecessary bzero of UPAGES.
dyson
1996-03-02
8
-104
/
+215
*
kern_descrip.c: add fdshare()/fdcopy()
peter
1996-02-23
3
-26
/
+115
*
Add a "NO_SWAPPING" option to disable swapping. This was originally done
dg
1996-02-22
2
-15
/
+24
*
Fixed a really bogus problem with msync ripping pages away from
dyson
1996-02-11
1
-8
/
+9
*
Changed vm_fault_quick in vm_machdep.c to be global. Needed for
dyson
1996-02-04
1
-1
/
+2
*
"out of space" -> "out of swap space".
dg
1996-01-31
1
-2
/
+2
*
Improved killproc() log message and made it and the other similar message
dg
1996-01-31
1
-3
/
+2
*
Print a more descriptive message when the mb_map is filled (out of mbuf
dg
1996-01-31
1
-2
/
+2
*
Fix a bunch of spelling errors in the comment fields of
mpp
1996-01-30
3
-6
/
+6
*
Added a check/panic for vm_map_find failing to find space for the page
dg
1996-01-29
1
-5
/
+7
*
Added a `boundary' arg to vm_alloc_page_contig(). Previously the only
bde
1996-01-27
1
-10
/
+42
*
Don't use %r, we havn't got it anymore.
phk
1996-01-25
1
-2
/
+2
*
Eliminated many redundant vm_map_lookup operations for vm_mmap.
dyson
1996-01-19
15
-486
/
+599
*
Convert DDB to new-style option.
wollman
1996-01-04
4
-3
/
+7
*
Convert SYSV IPC to new-style options. (I hope I got everything...)
wollman
1996-01-04
1
-1
/
+3
*
Increased vm_object_cache_max by about 50% to yield better utilization of
dg
1996-01-04
1
-2
/
+2
*
recording cvs-1.6 file death
peter
1995-12-30
2
-519
/
+0
*
i386/i386/conf.c is no longer needed.. remove it from files.i386
julian
1995-12-21
1
-3
/
+16
*
Fix paging from ext2fs (and other fs w/block size < PAGE_SIZE). This
dyson
1995-12-17
1
-15
/
+31
*
Cleaned up prototypes in pmap headers: removed ones for nonexistent
bde
1995-12-17
1
-41
/
+36
[next]