sjg
008d7c831f
Add META_MODE support.
...
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
2015-06-13 19:20:56 +00:00
sjg
75a137820d
dirdeps.mk now sets DEP_RELDIR
2015-06-08 23:35:17 +00:00
sjg
5860f0d106
Updated dependencies
2014-05-16 14:09:51 +00:00
sjg
1a7e48acf1
Updated dependencies
2014-05-10 05:16:28 +00:00
sjg
ed3fc70bf5
Merge from head
2014-05-08 23:54:15 +00:00
imp
2118f42afd
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
...
from the latter.
2014-05-06 04:22:01 +00:00
sjg
5e568154a0
Merge head
2014-04-28 07:50:45 +00:00
jmmv
41a8d8c295
Migrate most of tools/regression/usr.bin/ to the new tests layout.
...
I'm starting with the easy cases. The leftovers need to be looked at a
bit more closely.
Note that this change _does_ modify the code of the old tests. This is
required in order to allow the code to locate the data files in the
source directory instead of the current directory, because Kyua
automatically changes the latter to a temporary directory.
Also note that at least one test is known to be broken here. Actually,
the test is not really broken: it's marked as a TODO but unfortunately
Kyua's TAP parser currently does not understand that. Will have to be
fixed separately.
2014-03-16 08:04:06 +00:00
sjg
6d37b86f2b
Updated dependencies
2013-03-11 17:21:52 +00:00
sjg
0ee5295509
Updated dependencies
2013-02-16 01:23:54 +00:00
sjg
778e93c51a
Sync from head
2012-11-04 02:52:03 +00:00
eadler
be197cfbce
Prefer an example users born after myself might use.
...
Approved by: bcr (mentor)
MFC after: 3 days
2012-10-26 15:21:23 +00:00
marcel
9dd41e3647
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
...
Requested by: Simon Gerraty <sjg@juniper.net>
2012-08-22 19:25:57 +00:00
ed
c186741140
Add missing static keywords to uuencode(1)
2011-11-06 08:18:35 +00:00
joel
29af67e52c
Remove the advertising clause from UCB copyrighted files in usr.bin. This
...
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
Also add $FreeBSD$ to a few files to keep svn happy.
Discussed with: imp, rwatson
2010-12-11 08:32:16 +00:00
ed
9b380e30d4
Build usr.bin/ with WARNS=6 by default.
...
Also add some missing $FreeBSD$ to keep svn happy.
2010-01-02 10:27:05 +00:00
brueffer
2a75eb6afb
- Remove MLINKS to nonexistant manpages
...
- Change some section numbers to match reality
- For MLINKS to manpages from ports, mention which port installs them
MFC after: 3 days
2005-07-14 20:29:08 +00:00
ru
7f3c7f0d46
Sort sections.
2005-01-18 13:43:56 +00:00
grehan
2dafdd4f00
Userland signed char fixes for PPC build. Problems were using a char
...
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
2004-01-22 07:23:36 +00:00
obrien
2a8f1d64a1
Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].
2003-05-03 19:44:46 +00:00
fanf
1595556df0
Fix English usage: "for security purpose" -> "for security reasons".
2003-03-18 14:24:47 +00:00
fanf
dd5737a1e3
Document uudecode's new relaxed mode for handling raw data.
2003-02-27 03:32:37 +00:00
schweikh
b45cee5f77
Correct minor grammos.
...
MFC after: 3 days
2002-12-22 14:39:23 +00:00
fanf
9a04c30aaa
Improve the way base64 mode is enabled based on the program name,
...
so that it works when the path to b64encode is used to run it.
2002-10-20 14:18:25 +00:00
fanf
e442c885fb
Don't try (and fail) to fchmod /dev/stdout. Revert the manual page
...
to suggest the portable alternative to -p.
PR: 42356
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
MFC after: 1 week
2002-09-03 19:37:23 +00:00
fanf
0429c5021e
Suggest -p instead of -o /dev/stdout.
...
PR: 42356
2002-09-03 10:18:56 +00:00
jmallett
07a99bdf83
Fix a late-night buglet in MLINKS ordering.
...
Submitted by: Szilveszter Adam <sziszi@bsd.hu>
2002-05-19 20:39:42 +00:00
jmallett
073610e016
Synch usage() and manpage for b64encode/b64decode.
...
Make uudecode's usage more like that of other programs.
2002-05-19 11:22:54 +00:00
jmallett
1fb080cae2
Add b64decode & b64encode as synonyms for uudecode and uuencode -m,
...
respectively, for convenience when encoding or decoding base64 files.
As requested by various users.
2002-05-19 11:17:17 +00:00
jmallett
86d7b4e026
Group the output chunks differently, to try to match BSD/OS output. Switch
...
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.
2002-05-17 12:27:02 +00:00
mike
497f9fbf89
Finish converting the rest of the function declaration and prototypes
...
to ANSI C. Use new source ID scheme.
2002-05-12 03:56:34 +00:00
alfred
1481568735
unbreak build:
...
K&R style main() makes gcc emit a warning about missing prototypes so
switch to ANSI.
2002-05-11 03:29:04 +00:00
charnier
ad8a79e6a5
Use `The .Nm utility'
2002-04-20 12:18:28 +00:00
jmallett
da246f9c45
In the BUGS section, mention that the ballooning of size mentioned here is
...
with regard to the traditional algorithm.
Suggested by: obrien
MFC after: 1 week
2002-04-20 03:56:12 +00:00
jmallett
439a2b1e90
Bump WARNS to 4.
2002-04-20 00:20:54 +00:00
imp
0b20191705
remove __P
2002-03-22 01:42:45 +00:00
ru
310cb9bdee
mdoc(7) police: fix markup and uudecode(1) -o option description.
2002-03-15 16:03:29 +00:00
mike
90bb4842e7
Initialize `output' in a more proper location.
...
Submitted by: roam
2002-03-05 10:58:06 +00:00
jmallett
ce51fff754
Add base64 support to uuencode(1) and uudecode(1), as specified by SUSv3.
...
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
2002-03-05 03:27:47 +00:00
mike
d2b2c3be4c
Un-deprecate the -p option. We now have two ways to output to stdout:
...
`-o /dev/stdout' or `-p'.
Requested by: grog, nectar
2002-02-16 09:18:33 +00:00
mike
7e26e18582
Add -o option (POSIX.1-2001) to uudecode(1). Deprecate the -p option
...
(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
2002-01-27 18:21:23 +00:00
markm
59796f812d
WARNS=2 is to become the default, so remove it from here.
2001-12-11 23:14:43 +00:00
ru
a7e38a629c
Pad input with null characters if it is not a multiple of 3.
...
PR: bin/31156
MFC after: 1 week
2001-10-09 11:05:27 +00:00
dd
911ca14c87
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
ru
36f138439b
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 14:16:33 +00:00
dd
dc0185a459
Include missing header files which define functions for which gcc has
...
builtins (e.g., exit, strcmp).
2001-06-24 19:50:42 +00:00
dd
9e14329549
Satisfy gcc's parenthetical needs and clamp down with WANRS=2.
...
Reviewed by: md5(1)
2001-06-17 06:22:30 +00:00
ru
89596e4538
MAN[1-9] -> MAN.
2001-03-27 10:52:19 +00:00
ru
e6cfc0711d
Prepare for mdoc(7)NG.
2000-12-19 16:00:12 +00:00
ru
0d1334ca0c
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 19:21:22 +00:00