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
/
libexec
/
ld.elf_so
/
xprintf.c
Age
Commit message (
Expand
)
Author
2009-05-19
warns=4
christos
2007-11-24
support %z
christos
2005-04-24
not supporting %c is confusing and it only uses up a few bytes.
christos
2004-10-22
Add __RCSIDs.
skrll
2004-02-15
Don't assume past the mmaped region is accessible.
enami
2003-07-24
ANSIfy and de-__P().
skrll
2003-06-05
KNF- blank lines before code at start of functions.
simonb
2002-09-24
Similarly, remove support for short arguments.
mycroft
2002-09-24
Remove quad support. We don't need it, and it wastes a lot of space. (It
mycroft
2002-09-24
Include xassert() only if DEBUG, like the real assert().
mycroft
2002-08-27
xerrx() needs to output a trailing newline as well
lukem
2002-05-26
__STDC__ is always defined on NetBSD.
wiz
2001-08-14
Pointers are NULL. Characters are '\0'.
eeh
2000-07-03
Treat short and byte print formats as and cast to the right size.
matt
2000-04-02
Also print a newline after the error in the xwarnx case.
soren
1999-03-03
Make this compile without -DRTLD_LOADER and fix printf format problems on
christos
1999-03-01
KNF
christos
1999-02-27
Replace local xva_arg() inline function with macros similar to those in
scottr
1999-02-07
Support for {h,l,q,ll} modifiers and %p
christos
1996-12-16
First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elf
cgd