itojun
de3e7a8bf6
debian bug id "sup 1.8-8, bug #175327 " - temporary file symlink race
2003-07-28 23:13:17 +00:00
lukem
eb51573bd7
Use ${DEPENDSRCS} as a target instead of .depend, now that
...
<bsd.dep.mk> builds .depend from .dep files.
2003-07-28 15:25:02 +00:00
lukem
0283225f29
Explicitly pull in <sys/endian.h> #if !defined(HAVE_CONFIG_H).
...
(I prefer to be explicit about this, since installboot uses the endian
macros a lot)
2003-07-27 07:53:26 +00:00
lukem
4e59fb5bab
rcsid
2003-07-27 07:51:40 +00:00
salo
d6a8052848
netbsd.org->NetBSD.org
2003-07-25 12:14:10 +00:00
itojun
c7d6ddcd4d
racoon sha2.c is not compatible with openssl 0.9.7, drop support
2003-07-24 14:22:01 +00:00
itojun
adeab29eca
include des.h, not kerberosIV/des.h
2003-07-23 20:31:18 +00:00
itojun
e63468d8cc
split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.se
...
(build confirmed with both MKKERBEROS4=yes and MKKERBEROS4=no)
2003-07-23 08:01:24 +00:00
lukem
c0a8541252
oops, typo in previous. should have been COPTS.sha.c. (this was not being compiled anyway, but...)
2003-07-22 12:50:46 +00:00
lukem
77c4c3827a
use COPTS.sha1.c=-O0 to turn off optimization for sha1.c
2003-07-22 12:39:24 +00:00
lukem
0b856bc2de
use CPPFLAGS.filename=... to add file-specific overrides
2003-07-22 11:29:53 +00:00
itojun
18a884bc94
oops, forgot to bump version string
2003-07-22 08:46:03 +00:00
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