index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
printf
/
printf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete useless call to setlocale(3).
schwarze
2016-11-18
1
-13
/
+9
*
fix signed char extension bugs. from fade@cock.li. ok guenther.
tedu
2016-07-27
1
-4
/
+4
*
Change all tame callers to namechange to pledge(2).
deraadt
2015-10-09
1
-3
/
+3
*
obvious tame "stdio". For those not keeping score, this is another
deraadt
2015-10-06
1
-1
/
+5
*
don't use plural "arguments" in SYNOPSIS, since "..." makes it
jmc
2014-05-25
1
-2
/
+2
*
Use errc/warnc to simplify code.
guenther
2014-05-20
1
-2
/
+2
*
Handle passing zero to a variable fieldwidth or precision.
guenther
2014-04-18
1
-6
/
+9
*
isxdigit() needs unsigned char cast for this specific argument
deraadt
2013-11-20
1
-2
/
+2
*
Warn and stop processing if the format string ends with an backslash.
guenther
2011-06-18
1
-1
/
+6
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-12
/
+1
*
remove BUILTIN/SHELL cruft that used to be needed for sh, which is
martynas
2009-07-19
1
-30
/
+2
*
be more careful with parsing format string. we can't do multiple
martynas
2009-07-17
1
-11
/
+23
*
enable support for %a, %A, %F. ok theo
martynas
2008-09-08
1
-2
/
+5
*
printf(1) does not take any options but still needs to ignore the "--"
millert
2008-06-19
1
-2
/
+8
*
zap unused variables, ok beck@
pedro
2004-05-31
1
-3
/
+2
*
Don't not use getopt() in printf(1) since it causes formats beginning
millert
2003-06-23
1
-15
/
+4
*
mostly ansi cleanup; pval ok
deraadt
2003-06-10
1
-23
/
+15
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-03
1
-7
/
+3
*
snprintf
deraadt
2003-03-30
1
-3
/
+3
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-21
/
+2
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-14
/
+14
*
kill more registers
mpech
2001-11-19
1
-6
/
+6
*
repair same static buf oflow in printf(1) and printf(1) internal inside csh(1)
deraadt
2000-12-22
1
-5
/
+29
*
r?index -> strr?chr
millert
1997-01-17
1
-6
/
+6
*
rcsid
deraadt
1996-06-26
1
-1
/
+3
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+528