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
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
4
-6
/
+6
*
This commit represents work mainly submitted by Tor and slightly modified
dillon
2001-02-04
1
-7
/
+23
*
- Doh, lock faultin() with proc lock in scheduler().
jhb
2001-01-25
1
-0
/
+6
*
Convert all simplelocks to mutexes and remove the simplelock implementations.
jasone
2001-01-24
1
-6
/
+5
*
Argh, I didn't get this test right when I converted it. Break this up
jhb
2001-01-24
1
-10
/
+9
*
- Catch up to proc flag changes.
jhb
2001-01-24
2
-11
/
+21
*
Add mtx_assert()'s to verify that kmem_alloc() and kmem_free() are called
jhb
2001-01-24
1
-0
/
+3
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-27
/
+43
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-1
/
+3
*
Add missing include.
jhb
2001-01-24
1
-0
/
+1
*
Add mibs to hold the number of forks since boot. New mibs are:
ume
2001-01-23
1
-0
/
+16
*
Sigh. atomic_add_int takes a pointer, not an integer.
jake
2001-01-23
1
-4
/
+4
*
Use atomic operations to update the stat counters.
des
2001-01-23
1
-4
/
+4
*
Call vm_zone_init() at the appropriate time.
des
2001-01-22
1
-0
/
+2
*
Give this code a major facelift:
des
2001-01-22
2
-235
/
+167
*
First step towards an MP-safe zone allocator:
des
2001-01-21
2
-43
/
+5
*
fix comment which was outdated 3 years ago
alfred
2000-12-29
1
-14
/
+13
*
clean up kmem_suballoc():
alfred
2000-12-29
1
-4
/
+4
*
Make zalloc and zfree non-inline functions. This avoids having to
assar
2000-12-27
2
-78
/
+77
*
This implements a better launder limiting solution. There was a solution
dillon
2000-12-26
4
-114
/
+156
*
Fix floppy drives on machines with lots of RAM.
phk
2000-12-18
1
-1
/
+1
*
- If swap metadata does not fit into the KVM, reduce the number of
tanimura
2000-12-13
9
-19
/
+46
*
- Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead
jake
2000-12-13
4
-15
/
+15
*
Be less conservative with a recently added KASSERT. Certain edge
dillon
2000-12-11
1
-1
/
+4
*
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
[next]