index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
lib
/
libsa
/
alloc.c
Age
Commit message (
Expand
)
Author
2019-03-31
fix warnings, printf formats, etc.
christos
2016-06-05
Remove the ALLOC_FIRST_FIT and ALLOC_TRACE options. This is a rather simple
maxv
2011-07-30
Fix printf formating in ifdef DEBUG sections.
jakllsch
2011-06-16
Add an optional MD calling convention flag for use in libsa when space
joerg
2010-12-25
Correct recently exposed printf format problem.
jakllsch
2007-12-02
unsigned -> unsigned int
tsutsui
2007-11-24
style, indent, and ANSI-fy.
isaki
2006-01-25
free -> dealloc
christos
2005-12-11
merge ktrace-lwp.
christos
2005-02-26
nuke trailing whitespace
perry
2004-06-30
help with casts, and lint hints.
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-02-01
KNR, removing ugly 'unsigned' variables.
dsl
2000-03-30
Kill some more register declarations.
augustss
1999-05-28
don't bother initializing 'freelist' -- it can be bss
cgd
1999-04-11
The "found" label is not used if ALLOC_FIRST_FIT is defined.
simonb
1999-04-01
bestsize is unused if ALLOC_FIRST_FIT is defined.
simonb
1997-09-17
fix printf() format warnings in debug output
drochner
1997-07-04
Fix syntax error which appeared #ifdef DEBUG ("end[]").
drochner
1997-06-26
Allow to define the location of the heap at runtime #if HEAP_VARIABLE.
drochner
1997-06-13
Bring prototypes into scope.
drochner
1997-02-16
Initialize 'bestf' to make this compile again with -Wall.
leo
1997-02-04
Add some debugging code to free(), to catch frees before the
thorpej
1997-01-22
Add a whole bunch of features, from Matthias Drochner:
cgd
1996-09-26
make sure new allocations are aligned.
cgd
1994-10-26
new RCS ID format.
cgd
1994-07-27
use ALIGN, rather than hard-coded numbers
cgd
1994-01-26
CMU/4.4 stand-alone library
brezak