summaryrefslogtreecommitdiffstats
path: root/usr.bin/uuencode (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete useless calls to setlocale(3):schwarze2019-03-101-8/+4
| | | | | | | | uudecode(1) and uuencode(1) do nothing locale-dependent. While here, sort headers, make usage() static, return from main() rather than exit(3), and drop two redundant case statements. This is a minimally tweaked version of a patch from Jan Stary. OK tedu@
* Zap unused <sys/socket.h>kn2018-12-311-2/+1
| | | | | | | Included since millert's sync with FreeBSD in 2004 which still has it. No object change. OK millert
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-4/+1
| | | | | | | | | | | | correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-5/+5
|
* tame "stdio rpath wpath cpath" or a more mundane "stdio rpath", dependingderaadt2015-10-071-1/+9
| | | | | on which arguments the programs are run under. ok doug
* fix a mistake in the predefined string passed to -width (it issobrado2015-09-091-4/+4
| | | | | | | | obvious "indent", not "ident", was intended); instead of this use the macro Ds as the indent is an offset -- fixes indentation of uuencode(1) and uudecode(1) options. ok jmc@
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
| | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
* standard EXIT STATUS and \*(Lt -> <, as per ingo;jmc2014-06-031-10/+5
|
* various EXIT STATUS fixes; from Daniel Dickmanjmc2010-09-291-4/+5
|
* document exit returns; from daniel dickmanjmc2010-07-221-2/+8
|
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-14/+1
| | | | | | | 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
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-2/+2
| | | | updates to follow;
* some minor corrections for the STANDARDS section;jmc2009-02-081-2/+12
|
* an enum specifier is more elegant than a set of #defines;sobrado2008-07-291-16/+16
| | | | | | | | | storing the program mode variable (pmode) as a global let us have a more consistent prototype for usage(). changes suggested by pyr@. ok millert@, pyr@
* each utility must have its own usage and its own set of options;sobrado2008-07-052-16/+36
| | | | | | | | | | b64encode and b64decode are equivalent to running uuencode and uudecode respectively with the -m flag specified, so this flag should not be available in these utilities; while here, fix synopsis. based on millert's diff for compress/gzip. ok millert@
* convert to new .Dd format;jmc2007-05-312-4/+4
|
* - use a consistent text for STANDARDSjmc2007-05-301-3/+8
| | | | - note which options are extensions to POSIX
* correct unfortunate example which would have squished users' mailbox;jmc2005-01-111-2/+2
| | | | from ray at cyth dot net;
* remove dead Xr to uucp(1); from misc@;jmc2004-07-281-2/+1
| | | | ok millert@
* Sync with FreeBSD; adds base64 support and other options.millert2004-04-093-68/+242
| | | | OK deraadt@, some man page tweaks from jmc@
* mostly ansi cleanup; pval okderaadt2003-06-101-9/+7
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-033-19/+7
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Manpage fixups from jmc, plus a minor tweak by me.hugh2003-01-111-2/+2
|
* replace uucp example.fgsch2003-01-031-2/+2
| | | | from Sam Smith <S at mSmith dot net>; millert@ ok.
* use $ or # before commands in examplesderaadt2002-11-141-2/+2
|
* no more uucp(1).fgsch2002-11-092-4/+2
|
* When you give command examples and etc., in a manual page prefix them with:mpech2002-02-131-2/+2
| | | | | | | | $ command or # command deraadt@ ok
* kill more registersmpech2001-11-191-4/+4
| | | | millert@ ok
* first pass at a -Wall cleanupderaadt2001-07-121-3/+3
|
* Finish off cleanup usr.bin/ man pages.aaron2000-03-142-13/+11
|
* - remove trailing white spaceaaron1999-06-051-7/+7
| | | | | | | - remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-4/+4
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* usr.bin/ man page fixes, t-zaaron1998-10-302-13/+13
|
* Add pass-through ('-p') option to uudecode.dgregor1998-08-311-2/+5
|
* $OpenBSD$deraadt1997-09-211-2/+1
|
* fixderaadt1997-06-021-2/+2
|
* rcsidderaadt1996-06-264-2/+5
|
* latest diff caused uuencode to not be builtderaadt1996-01-021-1/+1
|
* finish uuencode cleanupderaadt1995-12-141-104/+0
|
* documentation repair; from andrew@wipux2.wifo.uni-mannheim.; netbsd pr #1786deraadt1995-11-253-4/+106
|
* initial import of NetBSD treederaadt1995-10-184-0/+395