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
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
Really fix phys_pager:
alfred
2000-12-06
1
-31
/
+36
*
need to adjust allocation size to properly deal with non PAGE_SIZE
alfred
2000-12-05
1
-1
/
+1
*
Backed out previous commit. Don't depend on namespace pollution in
bde
2000-12-02
1
-0
/
+1
*
Protect p_stat with sched_lock.
jhb
2000-12-02
1
-0
/
+6
*
Protect p_stat with sched_lock.
jhb
2000-12-02
1
-2
/
+13
*
remove unneded sys/ucred.h includes
alfred
2000-11-30
1
-1
/
+0
*
Protect the following with a lockmgr lock:
jake
2000-11-22
4
-1
/
+17
*
o Export dmmax ("Maximum size of a swap block") using SYSCTL_INT.
rwatson
2000-11-20
1
-0
/
+3
*
Implement a low-memory deadlock solution.
dillon
2000-11-18
4
-79
/
+130
*
Add the splvm()'s suggested in PR 20609 to protect vm_pager_page_unswapped().
dillon
2000-11-18
1
-0
/
+3
*
This patchset fixes a large number of file descriptor race conditions.
dillon
2000-11-18
2
-17
/
+41
*
Clear the MAP_ENTRY_USER_WIRED flag from cloned vm_map entries.
tegge
2000-11-02
1
-0
/
+2
*
Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing
phk
2000-10-29
1
-1
/
+0
*
- Catch a machine/mutex.h -> sys/mutex.h I somehow missed.
jhb
2000-10-25
1
-3
/
+3
*
Implement write combining for crashdumps. This is useful when
ps
2000-10-17
1
-1
/
+1
*
The swap bitmap allocator was not calculating the bitmap size properly
dillon
2000-10-13
3
-10
/
+21
*
For lockmgr mutex protection, use an array of mutexes that are allocated
jasone
2000-10-12
1
-4
/
+4
*
If a process is over its resource limit for datasize, still allow
dwmalone
2000-10-06
1
-3
/
+7
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
2
-4
/
+14
*
- Add a new process flag P_NOLOAD that marks a process that should be
jhb
2000-09-15
1
-0
/
+3
*
Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.
bp
2000-09-12
1
-0
/
+9
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
3
-1
/
+23
*
Make the arguments match the functionality of the functions.
obrien
2000-08-26
2
-7
/
+7
*
Minor cleanups:
peter
2000-07-28
2
-55
/
+19
*
Clean up the snapshot code so that it no longer depends on the use of
mckusick
2000-07-26
1
-1
/
+1
*
Add snapshots to the fast filesystem. Most of the changes support
mckusick
2000-07-11
2
-1
/
+16
*
#elsif -> #elif
alfred
2000-07-11
1
-8
/
+8
*
Support for unsigned integer and long sysctl variables. Update the
jhb
2000-07-05
1
-48
/
+48
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
2
-3
/
+3
*
Replace the PQ_*CACHE options with a single PQ_CACHESIZE option that you
jhb
2000-07-04
1
-24
/
+31
*
Simplify and rationalise the management of the vnode free list
mckusick
2000-07-04
1
-6
/
+2
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
2
-3
/
+3
*
Nifty idea from Jeroen van Gelderen; don't call a routine to check if
markm
2000-06-25
1
-1
/
+2
*
Add missing increment of allocation counter.
hsu
2000-06-05
1
-0
/
+2
*
This is a cleanup patch to Peter's new OBJT_PHYS VM object type
dillon
2000-05-29
7
-34
/
+92
*
Brucify the pmap_enter_temporary() changes.
dfr
2000-05-29
1
-1
/
+1
*
Fix bug in vm_pageout_page_stats() that always resulted in a full
dillon
2000-05-29
1
-0
/
+2
*
Add a new pmap entry point, pmap_enter_temporary() to be used during
dfr
2000-05-28
1
-0
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
3
-12
/
+12
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
3
-12
/
+12
*
Checkpoint of a new physical memory backed object type, that does not
peter
2000-05-21
5
-3
/
+237
*
Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly
peter
2000-05-21
10
-47
/
+62
*
Fixed bug in madvise() / MADV_WILLNEED. When the request is offset
dillon
2000-05-14
1
-1
/
+5
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
4
-0
/
+4
*
Convert the vm_pager_strategy() interface to take a struct bio instead of
phk
2000-05-03
3
-84
/
+62
*
Move and staticize the bufchain functions so they become local to the
phk
2000-05-01
3
-137
/
+137
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Implement POSIX.1b shared memory objects. In this implementation,
wollman
2000-04-22
1
-0
/
+10
*
vm_object_shadow: Remove an incorrect assertion. In obscure circumstances
alc
2000-04-19
1
-3
/
+0
[next]