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
*
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
*
Move page fixups (pmap_clear_modify, etc) that happen after paging input
dg
1995-11-02
2
-5
/
+7
*
Don't pass an extra trailing arg to some functions.
bde
1995-10-30
1
-5
/
+14
*
Get rid of machine-dependent NBPG and replace with PAGE_SIZE.
dyson
1995-10-23
4
-20
/
+20
*
Remove of now unused PG_COPYONWRITE.
dyson
1995-10-23
1
-2
/
+1
*
First phase of removing the PG_COPYONWRITE flag, and an architectural
dyson
1995-10-23
3
-55
/
+19
*
Finalize GETPAGES layering scheme. Move the device GETPAGES
dyson
1995-10-23
1
-6
/
+18
*
Implement mincore system call.
dyson
1995-10-21
1
-3
/
+25
*
Fix initialization of "bsize" in vnode_pager_haspage(). It must happen
dg
1995-10-19
1
-5
/
+3
*
Remove an unnecessary tsleep in the swapin code. This tsleep
dyson
1995-10-16
1
-2
/
+1
*
Fix argument passing to the "freeer" routine. Added some prototypes. (bde)
dg
1995-10-07
4
-15
/
+20
*
Avoid a 64bit divide.
phk
1995-10-06
1
-2
/
+2
*
Fix pollution of application namespace by declarations of kernel
bde
1995-10-05
2
-3
/
+4
*
Perform more checking for proper loading of the UPAGES when a process
dyson
1995-09-24
1
-13
/
+19
*
Significantly simplify the fault clustering code. After some analysis by
dyson
1995-09-24
1
-114
/
+56
*
Check that the swap block is valid before including it in a cluster.
dg
1995-09-24
1
-1
/
+5
*
Check the return value from vm_map_pageable() when mapping the process's
dg
1995-09-17
1
-4
/
+8
*
Fixed a typo in vm_fault_additional_pages.
dyson
1995-09-14
1
-2
/
+2
*
Fix really bogus casting of a block number to a long. Also change the
dyson
1995-09-12
1
-2
/
+2
[next]