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
/
vm_pageq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove references to L1 in the comments, according to Alan they are
netchild
2004-06-07
1
-2
/
+2
*
Correct typo, vm_page_list_find() is called vm_pageq_find() for quite a
hmp
2004-05-30
1
-2
/
+2
*
Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's
imp
2003-08-12
1
-3
/
+25
*
Modify vm_pageq_requeue() to handle a PQ_NONE page without dereferencing
alc
2003-06-26
1
-14
/
+5
*
Use __FBSDID().
obrien
2003-06-11
1
-3
/
+3
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-1
/
+1
*
Remove GIANT_REQUIRED from vm_pageq_remove().
alc
2003-02-16
1
-1
/
+0
*
o Remove dead and/or unused code.
alc
2002-07-20
1
-15
/
+1
*
o Remove the acquisition and release of Giant from the idle priority thread
alc
2002-07-18
1
-3
/
+0
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
- Remove a number of extra newlines that do not belong here according to
eivind
2002-03-10
1
-10
/
+5
*
o Create vm_pageq_enqueue() to encapsulate code that is duplicated time
alc
2002-03-04
1
-4
/
+17
*
Add a page queue, PQ_HOLD, that temporarily owns pages with nonzero hold
tegge
2002-02-19
1
-0
/
+1
*
Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).
dillon
2001-07-04
1
-0
/
+233