summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rmt
Commit message (Collapse)AuthorAgeFilesLines
* Mark global functions and/or variables in rmt(8) static where possible.ed2011-11-061-12/+12
| | | | This allows compilers and static analyzers to do more thorough analysis.
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
|
* ANSIfy some more tools in usr.sbin/.ed2010-01-021-7/+3
| | | | | Most of these tools build with WARNS=6, except for their use of K&R function declarations.
* Remove rexecd(8), a server that implements a particularly insecurenectar2005-06-101-3/+0
| | | | | | | method of executing commands remotely. There are no rexec clients in the FreeBSD tree, and the client function rexec(3) is present only in libcompat. It has been documented as "obsolete" since 4.3BSD, and its use has been discouraged in the man page for over 10 years.
* Sort sections.ru2005-01-181-3/+3
|
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareimp2004-08-072-8/+0
| | | | (with permission of addtional copyright holders where appropriate)
* Mechanically kill hard sentence breaks.ru2004-07-021-6/+12
|
* There is no need to #include <sgtty.h>peter2003-09-041-1/+0
|
* Add section number to .Xrcharnier2003-06-081-1/+1
|
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+4
|
* style.Makefile(5)obrien2003-04-041-1/+2
|
* The .Nm utilitycharnier2002-07-141-11/+12
|
* WARNS=4, de-__P()alfred2002-07-112-14/+13
|
* atol -> strtoll, for file offsetache2001-09-051-1/+1
|
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-9/+9
| | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms>
* Remove whitespace at EOL.dd2001-07-151-7/+7
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+1
|
* mdoc(7) police: Change -filled displays (which just happenru2001-02-071-2/+2
| | | | | | to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins.
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+4
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-1/+0
|
* Minimum necessary change: return no more than 24 bytes of data for themjacob2000-02-121-1/+3
| | | | | | | | | | | | | | 'S' status call- this was the size of the original mtget structure. Don't bother to map the current mtget structure to an old one- for version 0 RMT it's meaningless because it's all binary data anyway, and it's only the wierd edge case of Solaris 7 starting to use the 'S' status call that has tickled this issue- and this MNC fixes that issue. We need to implement Version 1 RMT anyway. Approved: jkh@freebsd.org PR: 14946
* Add section name to .Xr references.charnier1999-11-271-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Add support for the 'V'ersion rmt command.gibbs1998-09-151-1/+7
|
* Hide sccsid[]. Typo in man page.charnier1997-10-132-4/+8
|
* This commit was generated by cvs2svn to compensate for changes in r27850,bde1997-08-021-2/+3
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import Lite2's src/usr.sbin, except for timed. All changed filesbde1997-08-021-2/+3
| | | | | | | | except one unimportant one have already left the vendor branch.
* | Buffer overflow from OpenBSD:imp1997-02-091-1/+1
| | | | | | | | | | | | Rev 1.3 millert: Fix potential buf oflow wrt strerror and sprintf. Obtained from: OpenBSD
* | ``make install'' should not install the symlink /usr/sbin/rmt -> /etc/rmtwosch1996-08-181-2/+4
| | | | | | | | | | | | Only ``make distribution'' in src/etc/Makefile overrides things in /etc Pointed out by: joerg
* | The rmt protocol didn't allow to pass a file creation mode (permissionjoerg1995-04-091-1/+6
| | | | | | | | | | | | | | | | | | bits) along, and rmt did the wrong thing in calling open(2) with random garbage as third parameter. Make it create new files with 0666 (modified by the umask of the remote shell anyway). This removed the last show-stopper from tar not working with remote archives.
* | OK, we changed our mind again: -ln -s ...phk1995-02-241-1/+1
| |
* | Make sure link to /etc/rmt happens.phk1995-02-231-1/+1
| | | | | | | | | | | | | | | | Now I know that there was talk of moving it to the release/Makefile or the etc/Makefile, but I don't think it was ever decided where. Reviewed by: phk Submitted by: John Hay <jhay@mikom.csir.co.za>
* | Make a link to /etc/rmt when we're installed.jkh1995-02-161-0/+3
| |
* | Get rid of update. Make man page installation work with our schemewollman1994-08-051-1/+1
|/ | | | (and rename a few in the process).
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-263-0/+467
OpenPOWER on IntegriCloud