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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a comment above uma_zsecond_create(), describing its arguments.
bmilekic
2004-06-01
1
-3
/
+3
*
Bring in mbuma to replace mballoc.
bmilekic
2004-05-31
1
-3
/
+75
*
- Fix the silly flag situation in UMA. Remove redundant ZFLAG/ZONE flags
jeff
2003-09-19
1
-1
/
+6
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Fix typo in comments (misspelled "necessary").
sheldonh
2002-10-22
1
-2
/
+2
*
- Use my freebsd email alias in the copyright.
jeff
2002-09-19
1
-2
/
+1
*
- Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH.
jeff
2002-09-18
1
-6
/
+11
*
Void functions cannot return values.
markm
2002-07-18
1
-1
/
+1
*
- Remove bogus use of kmem_alloc that was inherited from the old zone
jeff
2002-06-19
1
-1
/
+0
*
- Introduce the new M_NOVM option which tells uma to only check the currently
jeff
2002-06-17
1
-0
/
+1
*
- Changed the size element of uma_zctor_args to be size_t instead of int.
arr
2002-05-02
1
-1
/
+1
*
Move the implementation of M_ZERO into UMA so that it can be passed to
jeff
2002-04-30
1
-6
/
+5
*
Add a new zone flag UMA_ZONE_MTXCLASS. This puts the zone in it's own
jeff
2002-04-29
1
-0
/
+1
*
Implement uma_zdestroy(). It's prototype changed slightly. I decided that I
jeff
2002-04-08
1
-7
/
+2
*
Spelling correction; s/seperate/separate/g
jeff
2002-04-07
1
-1
/
+1
*
Add uma_zone_set_max() to add enforced limits to non vm obj backed zones.
jeff
2002-03-20
1
-0
/
+10
*
This is the first part of the new kernel memory allocator. This replaces
jeff
2002-03-19
1
-0
/
+420