summaryrefslogtreecommitdiff
path: root/usr.sbin/rmt
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-02-10"non-existant" is one of those words that don't exist, so use "non-existent"Peter Hessler
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2016-08-14Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull.Philip Guenther
2015-11-04replace setbuf with setvbuf, from Frederic NowakTed Unangst
2015-10-20believe this will work with "stdio rpath wpath cpath inet" now thatTheo de Raadt
2015-10-16ugly white spaceTheo de Raadt
2015-09-20Add a set of flags to rmt(8) to make it run in a restricted mode,Alexander Hall
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2013-12-03no need to use sgttyb.hTheo de Raadt
2011-07-23Add missing .Sm macros (from matthew@).Ingo Schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2005-03-07make device MAXPATHLEN long instead of 64, fixes remote dumps withHenning Brauer
2003-06-12- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-11-08Use STDIN_FILENO and STDOUT_FILENO & ANSI prototypes; Chad LoderTodd C. Miller
2002-07-04Fix off by one error found by aaron@; my fixTodd C. Miller
2002-05-29more sprintfTheo de Raadt
2002-05-06Kill/adjust r(login|exec)d? references now that those are no longer inTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2000-07-20add openbsd tag, fix cpp warning about SSIZE redefinitionJason Wright
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-04-02all .Nm macros should have an argument in SYNOPSIS; also misc cleanupAaron Campbell
1999-03-11cleanupAaron Campbell
1998-06-03fix a bunch of sloppy c usesTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-07-01fix L args; mikelTheo de Raadt
1997-06-30lseek(2) takes an off_t which is quad_t so we use strtoq(3) not atoi(3).Todd C. Miller
1997-01-17Fix potential buf oflow wrt strerror and sprintf.Todd C. Miller
1996-08-10protos in scopeTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt