Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
| | | | | Also add some missing $FreeBSD$ to keep svn happy. | ||||
* | - Remove MLINKS to nonexistant manpages | brueffer | 2005-07-14 | 1 | -1/+1 |
| | | | | | | | - Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them MFC after: 3 days | ||||
* | Sort sections. | ru | 2005-01-18 | 1 | -3/+3 |
| | |||||
* | Userland signed char fixes for PPC build. Problems were using a char | grehan | 2004-01-22 | 1 | -1/+1 |
| | | | | | | | | | return for getopt() and comparing to -1, ditto with fgetc() and EOF, and using the kg_nice value from <sys/user.h> Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> Reviewed by: obrien, bde (a while back) Tested lightly on: ppc, i386, make universe | ||||
* | Make GCC 3.3 happy with rcsid[], sccs[], and copyright[]. | obrien | 2003-05-03 | 1 | -2/+1 |
| | |||||
* | Fix English usage: "for security purpose" -> "for security reasons". | fanf | 2003-03-18 | 1 | -1/+1 |
| | |||||
* | Document uudecode's new relaxed mode for handling raw data. | fanf | 2003-02-27 | 1 | -3/+25 |
| | |||||
* | Correct minor grammos. | schweikh | 2002-12-22 | 1 | -3/+3 |
| | | | | MFC after: 3 days | ||||
* | Improve the way base64 mode is enabled based on the program name, | fanf | 2002-10-20 | 1 | -1/+2 |
| | | | | so that it works when the path to b64encode is used to run it. | ||||
* | Don't try (and fail) to fchmod /dev/stdout. Revert the manual page | fanf | 2002-09-03 | 1 | -1/+1 |
| | | | | | | | | to suggest the portable alternative to -p. PR: 42356 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> MFC after: 1 week | ||||
* | Suggest -p instead of -o /dev/stdout. | fanf | 2002-09-03 | 1 | -1/+1 |
| | | | | PR: 42356 | ||||
* | Fix a late-night buglet in MLINKS ordering. | jmallett | 2002-05-19 | 1 | -1/+1 |
| | | | | Submitted by: Szilveszter Adam <sziszi@bsd.hu> | ||||
* | Synch usage() and manpage for b64encode/b64decode. | jmallett | 2002-05-19 | 2 | -1/+6 |
| | | | | Make uudecode's usage more like that of other programs. | ||||
* | Add b64decode & b64encode as synonyms for uudecode and uuencode -m, | jmallett | 2002-05-19 | 3 | -2/+28 |
| | | | | | | respectively, for convenience when encoding or decoding base64 files. As requested by various users. | ||||
* | Group the output chunks differently, to try to match BSD/OS output. Switch | jmallett | 2002-05-17 | 1 | -3/+6 |
| | | | | | | | to using arithmatic to determine buffer sizes to encode into. Diane Bruce pointed out to me that BSD/OS did MIME too, so I want to match their output, too, since my decision of 8 output groups was wholly arbitrary. | ||||
* | Finish converting the rest of the function declaration and prototypes | mike | 2002-05-12 | 1 | -7/+8 |
| | | | | to ANSI C. Use new source ID scheme. | ||||
* | unbreak build: | alfred | 2002-05-11 | 1 | -3/+1 |
| | | | | | K&R style main() makes gcc emit a warning about missing prototypes so switch to ANSI. | ||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -8/+12 |
| | |||||
* | In the BUGS section, mention that the ballooning of size mentioned here is | jmallett | 2002-04-20 | 1 | -2/+2 |
| | | | | | | | with regard to the traditional algorithm. Suggested by: obrien MFC after: 1 week | ||||
* | Bump WARNS to 4. | jmallett | 2002-04-20 | 1 | -0/+1 |
| | |||||
* | remove __P | imp | 2002-03-22 | 1 | -3/+3 |
| | |||||
* | mdoc(7) police: fix markup and uudecode(1) -o option description. | ru | 2002-03-15 | 1 | -6/+5 |
| | |||||
* | Initialize `output' in a more proper location. | mike | 2002-03-05 | 1 | -2/+3 |
| | | | | Submitted by: roam | ||||
* | Add base64 support to uuencode(1) and uudecode(1), as specified by SUSv3. | jmallett | 2002-03-05 | 2 | -21/+98 |
| | | | | | | | | Add `-o' option to uuencode(1) to pipe the uuencoded output to an arbitrary file, instead of just stdout. Reviewed by: -standards, mike Approved by: mike | ||||
* | Un-deprecate the -p option. We now have two ways to output to stdout: | mike | 2002-02-16 | 1 | -3/+0 |
| | | | | | | `-o /dev/stdout' or `-p'. Requested by: grog, nectar | ||||
* | Add -o option (POSIX.1-2001) to uudecode(1). Deprecate the -p option | mike | 2002-01-27 | 1 | -3/+18 |
| | | | | | | | | (which allows one to redirect output to stdout); `-o /dev/stdout' is recommended instead. Submitted by: Joseph Mallett <jmallett@xMach.org> MFC after: 2 weeks | ||||
* | WARNS=2 is to become the default, so remove it from here. | markm | 2001-12-11 | 1 | -1/+0 |
| | |||||
* | Pad input with null characters if it is not a multiple of 3. | ru | 2001-10-09 | 2 | -1/+7 |
| | | | | | PR: bin/31156 MFC after: 1 week | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 2 | -7/+7 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 2 | -2/+2 |
| | |||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
| | | | | builtins (e.g., exit, strcmp). | ||||
* | Satisfy gcc's parenthetical needs and clamp down with WANRS=2. | dd | 2001-06-17 | 2 | -2/+3 |
| | | | | Reviewed by: md5(1) | ||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -2/+2 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -2/+3 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 2 | -3/+3 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 2 | -2/+4 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -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 two new options: | wosch | 1998-01-25 | 1 | -2/+10 |
| | | | | | | | | -i Do not overwrite files. -s Do not strip output pathname to base filename. By default uuencode deletes any prefix ending with the last slash '/' for security purpose. | ||||
* | Use err(3). | charnier | 1997-08-22 | 2 | -22/+25 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Fix ranges - off by one. | wosch | 1997-02-18 | 1 | -2/+5 |
| | |||||
* | Sort cross references. | wosch | 1997-01-15 | 1 | -3/+3 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | New options for uudecode | wosch | 1996-10-21 | 1 | -0/+28 |
| | | | | | -p Decode file and write output to standard output. -c Decode more than one uuencode'd file from file if possible. | ||||
* | Minor correction regarding the last line of an uuencoded file. | joerg | 1996-03-17 | 1 | -1/+1 |
| | | | | Submitted by: Giles Lean <giles@topaz.nemeton.com.au> | ||||
* | Another round of man page cleanups. | mpp | 1996-02-12 | 2 | -3/+1 |
| | | | | Down to only about 100 items left to cleanup! :-) | ||||
* | More merry makefile munging for man page compatability. | wollman | 1994-08-05 | 1 | -3/+4 |
| | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 4 | -0/+365 |