| Commit message (Expand) | Author | Age | Files | Lines |
* | MFH | Glen Barber | 2016-03-10 | 1 | -0/+11 |
|\ |
|
| * | DIRDEPS_BUILD: Connect MK_TESTS. | Bryan Drewery | 2016-03-09 | 1 | -0/+11 |
* | | First pass to fix the 'tests' packages. | Glen Barber | 2016-02-02 | 1 | -0/+4 |
|/ |
|
* | Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and | Enji Cooper | 2015-10-12 | 1 | -2/+0 |
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+19 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| * | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| * | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| * | Merge from head | Simon J. Gerraty | 2014-05-08 | 1 | -3/+2 |
| |\
| |/
|/| |
|
| * | Merge head | Simon J. Gerraty | 2014-04-28 | 7 | -1/+220 |
| |\ |
|
| * | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| * | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+20 |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh | 2014-05-06 | 1 | -3/+2 |
| |/
|/| |
|
* | | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | Warner Losh | 2014-04-13 | 1 | -1/+1 |
* | | Migrate most of tools/regression/usr.bin/ to the new tests layout. | Julio Merino | 2014-03-16 | 7 | -1/+220 |
|/ |
|
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl | 2010-12-11 | 1 | -4/+0 |
* | "b64decode -r" did not handle arbitary breaks in base64 encoded | Edwin Groothuis | 2010-10-18 | 1 | -5/+31 |
* | Stylify of uudecode(1) | Edwin Groothuis | 2010-10-18 | 1 | -29/+35 |
* | Build usr.bin/ with WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -1/+0 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
* | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -1/+1 |
* | Make GCC 3.3 happy with rcsid[], sccs[], and copyright[]. | David E. O'Brien | 2003-05-03 | 1 | -2/+1 |
* | The POSIXly-correct /dev/stdout handling added in rev 1.44 makes | Tony Finch | 2003-03-18 | 1 | -1/+1 |
* | Don't complain about an early end-of-file in the -r case rather than | Tony Finch | 2003-03-04 | 1 | -1/+1 |
* | Pull some common uu/b64 code out into shared functions. Move some | Tony Finch | 2003-02-27 | 1 | -36/+44 |
* | Add a relaxed mode for handling raw input which is missing the | Tony Finch | 2003-02-27 | 1 | -11/+36 |
* | Be POSIXly correct in the handling of /dev/stdout -- it's a "magic cookie" | Tony Finch | 2003-02-27 | 1 | -2/+3 |
* | Variables that come in in and out pairs should be named accordingly. | Tony Finch | 2002-11-01 | 1 | -68/+84 |
* | Be much more paranoid about where uudecode writes its output, especially | Tony Finch | 2002-11-01 | 1 | -7/+36 |
* | Instead of abusing stdin and stdout, use our own file pointers. | Tony Finch | 2002-11-01 | 1 | -14/+22 |
* | Some uses of the variable n needed to be int, others needed to be | Mike Barcroft | 2002-09-11 | 1 | -8/+8 |
* | Unbreak world by fixing 4 syntax errors and 1 wrong variable type. | Mike Barcroft | 2002-09-11 | 1 | -5/+5 |
* | Fix style bugs in macros. | Tony Finch | 2002-09-10 | 1 | -9/+6 |
* | Tidy up the base64 code and relax the error handling. | Tony Finch | 2002-09-10 | 1 | -18/+28 |
* | Style: Don't treat pointers as booleans. | Tony Finch | 2002-09-10 | 1 | -2/+2 |
* | Fix tilde-expansion of the filename obtained from the "begin" line in -s | Tony Finch | 2002-09-10 | 1 | -95/+84 |
* | Replace a goto with continue. | Tony Finch | 2002-09-10 | 1 | -2/+1 |
* | Remove register keyword. | Tony Finch | 2002-09-10 | 1 | -2/+2 |
* | Style: space after return. | Tony Finch | 2002-09-10 | 1 | -15/+15 |
* | Make the handling of -i neater. | Tony Finch | 2002-09-10 | 1 | -14/+10 |
* | Only try to chmod the output if it's a regular file, rather than | Tony Finch | 2002-09-10 | 1 | -4/+4 |
* | Don't try (and fail) to fchmod /dev/stdout. Revert the manual page | Tony Finch | 2002-09-03 | 1 | -0/+2 |
* | Remove spurious whitespace | Tony Finch | 2002-09-03 | 1 | -8/+6 |
* | Synch usage() and manpage for b64encode/b64decode. | Juli Mallett | 2002-05-19 | 1 | -2/+5 |
* | Add b64decode & b64encode as synonyms for uudecode and uuencode -m, | Juli Mallett | 2002-05-19 | 1 | -0/+1 |
* | Finish converting the rest of the function declaration and prototypes | Mike Barcroft | 2002-05-12 | 1 | -10/+9 |
* | unbreak build: | Alfred Perlstein | 2002-05-11 | 1 | -3/+1 |
* | Use fwrite(3) to write out the decoded information, as the b64 decoding stuff | Juli Mallett | 2002-04-20 | 1 | -1/+1 |
* | base64_decode() was feeding \r and \n to the decoding function, and that | Juli Mallett | 2002-04-20 | 1 | -0/+4 |