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
/
lib
/
libc
/
stdlib
/
malloc.c
Age
Commit message (
Expand
)
Author
2000-07-06
avoid losing precision warnings
christos
2000-05-20
Disable malloc's hints to the kernel - now that the madvise() syscall
simonb
2000-04-07
Fix the bug introduced in rev 1.28 and actually caused failure on alpha;
enami
2000-04-07
Backout the previous backing out.
enami
2000-01-31
Back out the previous 2 revs. The delint'ing of this file caused
thorpej
2000-01-23
Delint.
mycroft
2000-01-23
Partially delint, and a few microoptimizations.
mycroft
1999-09-10
Restore the behaviour of not setting errno to ENOMEM when allocating 0
kleink
1999-08-22
Need "namespace.h".
kleink
1999-07-08
Make sure errno is set to ENOMEM if we return NULL.
thorpej
1999-07-05
index -> ldx (and similar in some related variable names). Avoids a lint
thorpej
1999-07-05
Oops, back out 1.21. Christos and I apparently stepped on each other.
thorpej
1999-07-05
s/index/idx/
christos
1999-07-05
Compute page size related parameters at run-time.
thorpej
1999-07-05
EXTRA_SANITY -> MALLOC_EXTRA_SANITY, consistently.
thorpej
1999-07-04
Only define MADV_FREE do MADV_DONTNEED if it's not already defined
thorpej
1999-06-26
The 'new malloc' (phk's malloc, from FreeBSD) is now our only malloc.
tls
1999-01-29
Protect access of state with a mutex. Miscellaneous notes:
kleink
1998-11-15
delint
christos
1998-08-26
make memcpy into memmove in some cases
perry
1998-08-10
bzero->memset, bcopy->memcpy, bcmp->memcmp
perry
1998-02-03
remove obsolete register declarations
perry
1998-01-30
update to lite-2
perry
1997-07-21
If port provides __weak_alias(), provide an Standard C and POSIX pure
jtc
1997-07-13
Add local.h for local prototypes.
christos
1997-04-07
PR/3448: Bill Sommerfeld: Change "p" to __STRING(p)
christos
1996-12-20
don't confuse long and int; pointed out by lint
cgd
1996-01-17
The C standard says (about realloc) that "If size is zero and ptr is
jtc
1995-12-28
New-style RCS ids.
thorpej
1994-10-19
casting types.
cgd
1993-08-26
Declare rcsid strings so they are stored in text segment.
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd