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
/
uma_dbg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide a bit more help with "memory overwritten after free" style bugs.
phk
2003-09-27
1
-4
/
+4
*
- Fix the silly flag situation in UMA. Remove redundant ZFLAG/ZONE flags
jeff
2003-09-19
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-06-11
1
-3
/
+2
*
atomic_set_8 isn't MI. Instead, follow Jake's suggestions about
mjacob
2002-11-11
1
-4
/
+2
*
Use atomic_set_8 on the us_freelist maps as they are not otherwise
mjacob
2002-11-10
1
-2
/
+2
*
- Use my freebsd email alias in the copyright.
jeff
2002-09-19
1
-1
/
+1
*
- Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH.
jeff
2002-09-18
1
-4
/
+5
*
Remove unnecessary includes.
jeff
2002-07-05
1
-2
/
+0
*
The kernel printf does not have %i
peter
2002-05-29
1
-1
/
+1
*
Hide a pointer to the malloc_type bucket at the end of the freed memory. If
jeff
2002-05-02
1
-2
/
+77
*
malloc/free(9) no longer require Giant. Use the malloc_mtx to protect the
jeff
2002-05-02
1
-0
/
+2
*
Remove the temporary alignment check in free().
jeff
2002-05-02
1
-0
/
+95
*
Add a new UMA debugging facility. This will overwrite freed memory with
jeff
2002-04-30
1
-0
/
+112