History log of /netbsd-src/libexec/ld.elf_so/xprintf.c (Results 1 – 23 of 23)
Revision Date Author Comments
# d42a7772 06-Mar-2021 christos <christos@NetBSD.org>

pretend we know about %# and %j...


# 1cea4da7 08-Dec-2019 uwe <uwe@NetBSD.org>

Fix typo in a comment.


# c4120e32 16-Dec-2010 joerg <joerg@NetBSD.org>

Replace use of errlist with a single concatenated version and an offset
array. This requires less storage and avoids one runtime relocation per
errno value.


# fa64a5bf 19-May-2009 christos <christos@NetBSD.org>

warns=4


# 496f9be3 24-Nov-2007 christos <christos@NetBSD.org>

support %z


# 01592c7c 24-Apr-2005 christos <christos@NetBSD.org>

not supporting %c is confusing and it only uses up a few bytes.


# 2728318e 22-Oct-2004 skrll <skrll@NetBSD.org>

Add __RCSIDs.

OK'd by mycroft.


# f1740378 15-Feb-2004 enami <enami@NetBSD.org>

Don't assume past the mmaped region is accessible.


# 5f573ab6 24-Jul-2003 skrll <skrll@NetBSD.org>

ANSIfy and de-__P().


# a9f5b3f8 05-Jun-2003 simonb <simonb@NetBSD.org>

KNF- blank lines before code at start of functions.


# bddb0d02 24-Sep-2002 mycroft <mycroft@NetBSD.org>

Similarly, remove support for short arguments.


# fa344ccc 24-Sep-2002 mycroft <mycroft@NetBSD.org>

Remove quad support. We don't need it, and it wastes a lot of space. (It
pulls in {,u}{div,mod}di3() and qdivrem().)


# fa5df294 24-Sep-2002 mycroft <mycroft@NetBSD.org>

Include xassert() only if DEBUG, like the real assert().
Also, xassert() calls abort(), so there's no need to do it in all of the
callers.


# 3b473ec2 27-Aug-2002 lukem <lukem@NetBSD.org>

xerrx() needs to output a trailing newline as well


# bf840df2 26-May-2002 wiz <wiz@NetBSD.org>

__STDC__ is always defined on NetBSD.


# f4edff94 14-Aug-2001 eeh <eeh@NetBSD.org>

Pointers are NULL. Characters are '\0'.


# c72bbb2c 03-Jul-2000 matt <matt@NetBSD.org>

Treat short and byte print formats as and cast to the right size.


# 0b24ff5b 02-Apr-2000 soren <soren@NetBSD.org>

Also print a newline after the error in the xwarnx case.


# ec2edc19 03-Mar-1999 christos <christos@NetBSD.org>

Make this compile without -DRTLD_LOADER and fix printf format problems on
the alpha.


# 26475619 01-Mar-1999 christos <christos@NetBSD.org>

KNF


# 2b907375 27-Feb-1999 scottr <scottr@NetBSD.org>

Replace local xva_arg() inline function with macros similar to those in
the stdio vfprintf() function. Fixes compilation errors on powerpc due
to differences in how va_list is implemented.


# fed65863 07-Feb-1999 christos <christos@NetBSD.org>

Support for {h,l,q,ll} modifiers and %p


# 41fe218b 16-Dec-1996 cgd <cgd@NetBSD.org>

First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elf
kit, then hacked on by Matt Thomas <matt@3am-software.com>, then by me (to
make it work with new versions of the toolcha

First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elf
kit, then hacked on by Matt Thomas <matt@3am-software.com>, then by me (to
make it work with new versions of the toolchain, etc.). This runs, but it's
in serious need of cleaning and/or a fair bit of reworking. See the README
file for more information, and a list of things to do.

show more ...