summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rmt (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* "non-existant" is one of those words that don't exist, so use "non-existent"phessler2019-02-101-2/+2
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-2/+3
* Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull.guenther2016-08-141-2/+2
* replace setbuf with setvbuf, from Frederic Nowaktedu2015-11-041-2/+2
* believe this will work with "stdio rpath wpath cpath inet" now thatderaadt2015-10-201-1/+4
* ugly white spacederaadt2015-10-161-2/+2
* Add a set of flags to rmt(8) to make it run in a restricted mode,halex2015-09-202-13/+138
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* no need to use sgttyb.hderaadt2013-12-031-3/+3
* Add missing .Sm macros (from matthew@).schwarze2011-07-231-42/+21
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-12/+1
* convert to new .Dd format;jmc2007-05-311-3/+3
* make device MAXPATHLEN long instead of 64, fixes remote dumps withhenning2005-03-071-3/+4
* - section reorderjmc2003-06-121-6/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-14/+6
* Use STDIN_FILENO and STDOUT_FILENO & ANSI prototypes; Chad Lodermillert2002-11-081-22/+15
* Fix off by one error found by aaron@; my fixmillert2002-07-041-17/+19
* more sprintfderaadt2002-05-291-5/+5
* Kill/adjust r(login|exec)d? references now that those are no longer inmillert2002-05-061-5/+5
* 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.millert2002-02-161-5/+5
* add openbsd tag, fix cpp warning about SSIZE redefinitionjason2000-07-201-5/+7
* Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otheraaron2000-03-191-10/+15
* remove trailing whitespace, some Nm cleanupaaron1999-06-051-9/+9
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-3/+3
* all .Nm macros should have an argument in SYNOPSIS; also misc cleanupaaron1999-04-021-3/+3
* cleanupaaron1999-03-111-13/+14
* fix a bunch of sloppy c usesderaadt1998-06-031-11/+10
* $OpenBSD$deraadt1997-09-211-2/+1
* fix L args; mikelderaadt1997-07-011-2/+2
* lseek(2) takes an off_t which is quad_t so we use strtoq(3) not atoi(3).millert1997-06-301-2/+2
* Fix potential buf oflow wrt strerror and sprintf.millert1997-01-171-2/+2
* protos in scopederaadt1996-08-101-1/+10
* initial import of NetBSD treederaadt1995-10-183-0/+461