itojun
5d573dd9ce
use bounded string op
2003-07-16 08:22:01 +00:00
itojun
d79a960daf
strlcpy
2003-07-16 06:57:39 +00:00
itojun
6ba71df691
use bounded string op
2003-07-16 06:40:47 +00:00
itojun
16fd25dc05
snprintf
2003-07-16 06:33:11 +00:00
itojun
bd719499fb
use bounded string op
2003-07-15 12:33:17 +00:00
itojun
af8ebb34e7
use snprintf
2003-07-15 12:32:07 +00:00
lukem
a329d6f3f8
add MTREE=mtree back, for systems with some .mk version skew...
2003-07-14 23:16:19 +00:00
itojun
99f12cfafe
use bounded string op
2003-07-14 09:07:22 +00:00
itojun
2372fad140
use bounded string op as much as possible
2003-07-14 08:43:19 +00:00
itojun
47a6a58fe5
use bounded string op
2003-07-14 08:36:34 +00:00
itojun
49a751869e
use bounded string op as much as possible
2003-07-14 06:17:54 +00:00
itojun
5402d14cf4
use boundedd string ops
2003-07-14 06:08:04 +00:00
itojun
041bd7648a
use bounded string op as much as possible
2003-07-14 06:00:44 +00:00
itojun
97a29a12a2
use bounded string ops (one strcpy remaining)
2003-07-14 05:55:38 +00:00
itojun
2a470e2847
use bounded string op
2003-07-13 14:06:06 +00:00
itojun
63b4a66b0f
strlcpy is prototyped in string.h
2003-07-13 14:02:23 +00:00
itojun
1d06004879
use strlcpy
2003-07-13 13:54:02 +00:00
itojun
b98c10dfbb
strdup is simpler
2003-07-13 12:40:17 +00:00
itojun
9e765fb451
use bounded string op
2003-07-13 12:39:08 +00:00
itojun
e8f0e61fd7
use bounded string op
2003-07-13 12:29:20 +00:00
itojun
d0a2aaaa79
use bounded string ops
2003-07-13 12:27:14 +00:00
itojun
7bb0ef551c
use bounded string op
2003-07-13 12:18:55 +00:00
itojun
d9f2774c1e
use bounded string op
2003-07-13 12:08:28 +00:00
itojun
c2e037e2df
use bounded string op as much as possible
2003-07-13 12:07:16 +00:00
itojun
03eefe2ecf
sync w/ latest racoon
2003-07-12 09:02:24 +00:00
lukem
001c68bd94
Rename a large chunk of the make(1) variables which refer to a
...
program/tool from "FOO" to "TOOL_FOO". The new variables are:
TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET
TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN
TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT
TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS
TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB
TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE
TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER
TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS
TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL
TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form:
TOOL_FOO?= foo
and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override:
TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision
within our build infrastructure, as well as improves consistency in
the share/mk documentation and provision of appropriate defaults for
each of these variables.
2003-07-10 10:33:58 +00:00
uwe
99b1f08d32
#include <string.h> for memset and memcpy.
...
Caught by gcc 3.3.
2003-07-08 23:33:50 +00:00
uwe
e8eb650251
"extra tokens at end of #endif directive".
...
Caught by gcc 3.3.
2003-07-08 23:26:55 +00:00
abs
e364b78d41
Fix typo in last change (misplaced ');')
2003-07-04 14:11:36 +00:00
wiz
1c59e224c1
Remove superfluous Ns.
2003-07-04 12:56:58 +00:00
wiz
988b927344
New sentence, new line; limit to 80 chars lines.
2003-07-04 12:48:30 +00:00
wiz
1dbe2d9b38
Sync usage with man page.
2003-07-04 12:45:05 +00:00
wiz
67a1a16995
Sort sections, options, grammar fix.
2003-07-04 12:44:12 +00:00
wiz
f9cc3a858b
Bump date for recent changes.
2003-07-04 12:33:11 +00:00
wiz
88c9d9d14b
Fix typo.
2003-07-04 12:17:32 +00:00
itojun
380bdb8dbb
avoid mandoc warning
2003-07-04 07:54:47 +00:00
dsl
d2b9d2f94a
Add some htole32() for host endianness independance
2003-07-04 07:45:06 +00:00
itojun
e1425434e7
no need for __ss_len define any longer
2003-07-04 05:21:26 +00:00
itojun
9f803f2b20
evp.h better fit under cert support
2003-07-04 05:20:45 +00:00
itojun
8172c901e4
support idea/rc5 if they are available. add missing #define.
...
VS: ----------------------------------------------------------------------
2003-07-04 05:17:25 +00:00
jrf
d9791f82a0
This addresses PR 19797, a small patch made by Tor Stormwall to add
...
a simple print statement showing the build directory location after
running config and creating a usage() function instead of using the
goto usage statement. Approved by christos@ and thanks to Tor for
the suggestions and patch.
2003-07-02 16:47:53 +00:00
simonb
c71be29ffd
Use the terminal width to choose the default number of drives listed.
...
Suggested by matt green and (indirectly) enami tsugutomo.
2003-07-02 13:47:57 +00:00
simonb
329fb18071
Pinch code from vmstat to get the number of lines of the terminal, and
...
show the header once per screen instead of fixed at every 22 lines.
2003-07-02 13:20:14 +00:00
simonb
2f35689ef7
Bump the width of the MB/s and t/s fields and show only 3 drives by
...
default. The default display now fits in 80 columns, and looks much
better on modern systems.
2003-07-02 08:35:48 +00:00
wiz
422ac6bdd7
Match example code with example comment; multiple selectors should be
...
separated by semicolons (in BUGS section); from jmc@openbsd.
While here, use more macros.
2003-07-02 08:33:22 +00:00
wiz
e38cc56dbd
Ic Ar -> Ar.
2003-07-01 10:27:47 +00:00
dogcow
62509eec36
make the given example actually work.
2003-07-01 00:08:52 +00:00
wiz
40bce18021
Simplify macro usage.
2003-06-30 11:55:11 +00:00
wiz
96be368bd4
Be more careful about .Sm on/off usage.
2003-06-30 10:49:28 +00:00
wiz
5eaf7230fd
Quote some punctuation (XXX: take care on next import...).
2003-06-30 10:39:28 +00:00