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
*
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
*
Fixed 1TB filesize changes. Some pindexes had bogus names and types
bde
1995-12-17
4
-11
/
+9
*
Another mega commit to staticize things.
phk
1995-12-14
19
-133
/
+159
*
A Major staticize sweep. Generates a couple of warnings that I'll deal
phk
1995-12-14
1
-14
/
+1
*
devsw tables are now arrays of POINTERS to struct [cb]devsw
julian
1995-12-13
2
-6
/
+6
*
There was a bug that the size for an msync'ed region was not rounded
dyson
1995-12-13
1
-2
/
+2
*
Some new anti-deadlock code ended up messing up the paging stats. A modified
dyson
1995-12-11
1
-16
/
+18
*
Some DIAGNOSTIC code was enabled all of the time in error. The
dyson
1995-12-11
1
-3
/
+3
*
Changes to support 1Tb filesizes. Pages are now named by an
dyson
1995-12-11
22
-446
/
+440
*
Replaced nxdump by nodump (if the dump function gets called, then the
bde
1995-12-10
1
-2
/
+2
*
Restored used includes of <vm/vm_extern.h>.
bde
1995-12-10
2
-2
/
+4
*
Moved the declaration of boolean_t from <vm/vm_param.h> to
bde
1995-12-10
2
-10
/
+11
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
1
-3
/
+3
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-33
/
+13
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
23
-77
/
+165
*
Moved the declaration of vm_object_t from <vm/vm.h> to <sys/types.h>
bde
1995-12-05
1
-1
/
+7
*
A major sweep over the sysctl stuff.
phk
1995-12-04
1
-13
/
+6
*
Fixed the type mismatch in check for the bogus mmap function `nullop'.
bde
1995-12-03
1
-3
/
+5
*
Completed function declarations and/or added prototypes.
bde
1995-12-03
5
-22
/
+63
*
Finished (?) cleaning up sysinit stuff.
bde
1995-12-02
2
-7
/
+7
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
1
-2
/
+2
*
OK, that's it..
julian
1995-11-29
1
-1
/
+53
*
Completed function declarations and/or added prototypes.
bde
1995-11-21
1
-1
/
+3
*
Remove unused vars & funcs, make things static, protoize a little bit.
phk
1995-11-20
13
-144
/
+39
*
Fixed recent staticizations. Some protypes for static functions were
bde
1995-11-16
2
-7
/
+11
*
staticize.
phk
1995-11-14
1
-14
/
+14
*
Move all the VM sysctl stuff home where it belongs.
phk
1995-11-14
2
-62
/
+38
*
Fixed up a comment and removed some #if 0'd code.
dg
1995-11-13
1
-8
/
+2
*
Moved vm_map_lock call to inside the splhigh protection in vm_map_find().
dg
1995-11-12
1
-2
/
+2
*
Included <sys/sysproto.h> to get central declarations for syscall args
bde
1995-11-12
3
-3
/
+36
*
Fixed type of obreak(). The args struct member name conflicted with
bde
1995-11-11
1
-3
/
+3
*
Initialize lock struct entries explicitly rather than calling bzero().
dg
1995-11-06
1
-2
/
+7
*
Replaced bogus macros for dummy devswitch entries by functions.
bde
1995-11-06
1
-3
/
+3
*
Greatly simplify the msync code. Eliminate complications in vm_pageout
dyson
1995-11-05
6
-131
/
+98
[next]