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