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
Age
Commit message (
Expand
)
Author
2000-07-08
Correct format mismatch for field widths
sommerfeld
2000-07-06
avoid losing precision warnings
christos
2000-07-05
remove extra period in SEE ALL section
msaitoh
2000-06-14
fix up NetBSD RCS Ids to match the standard, and the leading comment as
cgd
2000-06-09
Don't segfault when complaining about an invalid single-character option.
nathanw
2000-05-20
Disable malloc's hints to the kernel - now that the madvise() syscall
simonb
2000-05-16
Workaround no longer needed, now that the compiler is fixed.
is
2000-05-09
Initial commit of arm26 port
bjh21
2000-05-02
Add the (void)&acc; hack from strtouq.c to strtoull.c. This works around
is
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-04-07
small fixes; not yet complete
wiz
2000-04-02
Add "namespace.h" and include <getopt.h> since we moved the stuff out
christos
2000-04-02
Remove sections relevant to getopt, and add implementation differences.
christos
2000-04-02
New getopt_long from Thomas Klausner and Dieter Baron
christos
2000-04-01
Make mbstowcs and wcstombs work correctly when handed NULL pointers.
erh
2000-03-16
Add missing comma.
enami
2000-03-15
Need to quote excessively long Nd argument.
kleink
2000-03-08
No longer need internal names for strtoq() and strtouq().
kleink
2000-03-07
Make lint happy about long long integers. (C99 mode for lint, anyone?)
kleink
2000-03-06
Add ISO C99 long long integer general utility interfaces; partially addresses
kleink
2000-01-31
Back out the previous 2 revs. The delint'ing of this file caused
thorpej
2000-01-25
Added a tab before a '}' to put the brace in the right place.
elric
2000-01-23
Delint.
mycroft
2000-01-23
Partially delint, and a few microoptimizations.
mycroft
2000-01-22
Delint.
mycroft
2000-01-09
Document that errno is set to ENOMEM if no memory can be allocated.
hubertf
1999-12-02
Change the declaration of the argv argument to getopt(3) from "char * const *"
kleink
1999-11-26
check __sh3__
msaitoh
1999-11-19
Typos (from OpenBSD)
kristerw
1999-11-19
Don't pass so many args to .Nd macro. It just overflows.
enami
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1999-09-16
whitespace knf
lukem
1999-09-10
Restore the behaviour of not setting errno to ENOMEM when allocating 0
kleink
1999-08-22
Need "namespace.h".
kleink
1999-08-17
Make some needed weak aliases.
mycroft
1999-08-02
replace malloc(3) with one from freebsd which documents our new malloc.c
lukem
1999-07-23
getopt long functionality
mcr
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-06-17
add FreeBSD's malloc, compiled in only if MALLOC_NEW is set in mk.conf
tls
1999-05-03
add a const castaway lint comment.
christos
1999-04-06
Fix typo noted by NAKAJIMA Yoshihiro in PR lib/7328.
tron
[next]