index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
mt
/
mtrmt.c
Age
Commit message (
Expand
)
Author
2013-11-21
add unsigned char casts for specific calls to ctype.h macros.
Theo de Raadt
2012-12-04
replace sys/param.h with sys/types.h (and sometimes add limits.h if needed)
Theo de Raadt
2012-12-04
remove sunos backwards compat
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2006-04-11
Check for strdup() failure.
Ray Lai
2006-03-23
use strdup() instead; adobriyan@gmail
Theo de Raadt
2004-09-16
ARGSUSED on signal handler
Theo de Raadt
2003-06-11
ansification, art ok
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-05-27
strlcpy
Theo de Raadt
2002-03-14
kill more registers.
Mike Pechkin
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-14
in a signal handler, change errx() to warnx() + _exit; millert ok
Theo de Raadt
1997-09-12
Don't put newline's in warnx()
Todd C. Miller
1997-06-18
(foo *)0 -> NULL
kstailey
1996-09-15
Don't complain if setsockopt() fails. It will fail if we used rcmdsh()
Todd C. Miller
1996-09-02
not setuid, silence TCP_MAXSEG for non-root
Theo de Raadt
1996-09-01
check rcmd() return val and exit nicely.
Todd C. Miller
1996-08-09
sprintf -> snprintf
Todd C. Miller
1996-03-08
From NetBSD:
Niklas Hallqvist