summaryrefslogtreecommitdiff
path: root/bin/mt/mtrmt.c
AgeCommit message (Collapse)Author
2012-12-04replace sys/param.h with sys/types.h (and sometimes add limits.h if needed)Theo de Raadt
ok guenther
2012-12-04remove sunos backwards compatTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2006-04-11Check for strdup() failure.Ray Lai
OK jaredy@
2006-03-23use strdup() instead; adobriyan@gmailTheo de Raadt
2004-09-16ARGSUSED on signal handlerTheo de Raadt
2003-06-11ansification, art okTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-05-27strlcpyTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-14in a signal handler, change errx() to warnx() + _exit; millert okTheo de Raadt
1997-09-12Don't put newline's in warnx()Todd C. Miller
1997-06-18(foo *)0 -> NULLkstailey
1996-09-15Don't complain if setsockopt() fails. It will fail if we used rcmdsh()Todd C. Miller
instead of rcmd() and there's no easy way to detect which we used now.
1996-09-02not setuid, silence TCP_MAXSEG for non-rootTheo de Raadt
1996-09-01check rcmd() return val and exit nicely.Todd C. Miller
1996-08-09sprintf -> snprintfTodd C. Miller
1996-03-08From NetBSD:Niklas Hallqvist
Add remote tape capabilities. Since we're setuid, let's be paranoid. Picked up a little lint in the dryer.