#
951bbb9d |
| 20-Aug-2016 |
christos <christos@NetBSD.org> |
provide an RL variant that prints an extra argument
|
#
cfdb571b |
| 04-Aug-2016 |
jakllsch <jakllsch@NetBSD.org> |
use __dead
|
#
7e4263ce |
| 14-Jan-2015 |
christos <christos@NetBSD.org> |
cast and mask is overkill.
|
#
9861bac7 |
| 14-Jan-2015 |
christos <christos@NetBSD.org> |
cast to destination type.
|
#
b5f97337 |
| 17-May-2013 |
christos <christos@NetBSD.org> |
PR/47826: Garrett Cooper: Add <sys/types.h>. Really I am tempted to remove this file instead.
|
#
66dd2755 |
| 15-Mar-2012 |
joerg <joerg@NetBSD.org> |
Add __printflike attribution to use vprintf and friends with an argument as format string.
|
#
afc85277 |
| 16-Jun-2011 |
joerg <joerg@NetBSD.org> |
Use proper format strings.
|
#
46d9a871 |
| 31-Aug-2010 |
pooka <pooka@NetBSD.org> |
Add RZ(), which is like RL() except that it checks against 0 and uses the return value as the error number instead of errno.
|
#
26529eab |
| 16-Aug-2010 |
pooka <pooka@NetBSD.org> |
Need stdlib.h.
Thanks to Sverre Froyen for pointing this out.
|
#
19a6309a |
| 16-Aug-2010 |
pooka <pooka@NetBSD.org> |
Make random garbage more widely available.
|
#
0f32fbba |
| 25-Jul-2010 |
pooka <pooka@NetBSD.org> |
use normal include-protection
|
#
3df59b06 |
| 14-Apr-2009 |
pooka <pooka@NetBSD.org> |
Add atf_tc_fail_errno(), which appends strerror(errno) to the message string. Adding it to h_macros suggested by jmmv
|
#
1861ed5e |
| 20-Feb-2009 |
jmmv <jmmv@NetBSD.org> |
Add helper macros for tests.
|