Commit Graph

7990 Commits

Author SHA1 Message Date
rtr
572ebc41a9 + add riva128 submodule patch from Dieter Roelants
+ add riva128.o submodule to md set lists
  should resolve pr#28808
2005-01-21 08:33:11 +00:00
dyoung
b72c53e720 Exclude additional files from the set lists if MKGCCCMDS=no. 2005-01-21 04:47:23 +00:00
dsl
ea62f7c027 Use full country names when asking for keyboard type - thanks to Hubert for
finding them out and adding the comments to wsksymdef.h.
Make German always have KB_NODEAD set - IIRC Martin said that is needed.
Unfortunately this means we have our own list...
2005-01-20 22:15:46 +00:00
dsl
9146a4af0b Default to using 2k fragments (16k blocks) on filesystems that are >1GB.
Matches the defaults advertised in the newfs(8).
Perry keeps on asking me to do this :-)
2005-01-20 21:59:35 +00:00
jmc
86c3a374e9 If building a source only cd don't include shared/ALL 2005-01-20 08:05:55 +00:00
ginsbach
55049570a7 add seq(1) 2005-01-20 04:26:00 +00:00
chs
40345beaa3 ibm4xx/pte.h is no more. 2005-01-19 14:46:26 +00:00
lukem
8fa2b6b361 Use
${MAKE} ${CRUNCHENV} ...
instead of
	${CRUNCHENV} ${MAKE} ...
so that CRUNCHENV overrides any user-provided command-line make(1) variables.

This fixes /rescue build problems for people who pass settings such
as MKKERBEROS=yes in via the make(1) command-line.
2005-01-19 01:18:59 +00:00
lukem
ac1f1eff7d reorder lines so bsd.own.mk will be included before USE_INET6 is tested 2005-01-19 00:16:17 +00:00
lukem
3be06e9652 Only use ping6 and rtsol if ${USE_INET6} != "no".
Part of PR 28994.
2005-01-18 12:38:45 +00:00
lukem
46123551a0 Only support SMALLPROG_INET6 if ${USE_INET6} != "no".
Part of PR 28994.
2005-01-18 12:30:21 +00:00
fvdl
d45005ccdf Add bootxx_ffsv2 2005-01-17 21:36:08 +00:00
jmc
82318e9375 Fix typo as noted in PR#28975 2005-01-15 17:39:45 +00:00
christos
ac0a767984 bump libutil. 2005-01-12 03:37:16 +00:00
dyoung
f9f7b262bb One of my users stumbled over a bug: src/distrib/sets/makeplist
uses find(1) in a non-POSIX way.  The trouble is that -maxdepth is
not an option for POSIX find(1).  His NetBSD 1.6.2 system tripped
over that.  I converted the -maxdepth uses to -prune, which is
POSIX-compatible.

While I was in makeplist, I wrote a comment about the xargs/find/read
cleverness that I use to generate the @dirrm directives.
2005-01-12 01:38:04 +00:00
reinoud
97c4d89106 Add installation of the new auixp(4) manual page. 2005-01-12 00:09:48 +00:00
christos
1946404658 welcome to libcrypt.so.0.2 2005-01-11 23:25:32 +00:00
tron
b62d11b06c "/etc/pam.d" is created unconditionally. 2005-01-11 22:27:44 +00:00
tron
cce182235f Fix typo in last commit. 2005-01-11 22:26:44 +00:00
peter
83a87c3208 Remove a now obsoleted file. 2005-01-11 22:19:51 +00:00
tron
d8533bd6c2 Mark login_access(4) als "pam". 2005-01-11 22:07:02 +00:00
tron
b79d8ae56b Mark PAM libraries as "pam". 2005-01-11 20:15:21 +00:00
skrll
610de09f75 Update after iwi(4) additions. 2005-01-11 18:59:34 +00:00
lukem
08356a345e We unconditionally populate etc/pam.d. 2005-01-11 12:23:17 +00:00
joff
20d6de90cd Include include/dev/ic/hd44780var.h 2005-01-11 01:00:49 +00:00
lukem
242baa62bd Add to /rescue: scp ssh slogin
(all without Kerberos support at this time)
2005-01-10 10:47:36 +00:00
lukem
e1375832e2 Provide /rescue/cgdconfig if ${MKCRYPTO} != "no" 2005-01-10 10:04:31 +00:00
lukem
c0cb06d9b5 Add: less (more), vi, chroot
Requested by Matthew Mondor in PR 26147
2005-01-10 09:51:33 +00:00
lukem
3af1db4def Support ${MKINET6} == "no". 2005-01-10 03:13:04 +00:00
he
67d66c86bb Don't build libpam and associated bits if the target platform doesn't
support shared libraries (sun2 and evbsh5 at it would seem), or if the
user has specified MKPIC=no.  Also introduce a new tag to the set lists
("pam"), so that the non-shlib ports can once again complete a release
build.

Discussed with christos and lukem.
2005-01-10 00:20:21 +00:00
christos
5ad134eae7 Add /etc/pam.d files. 2005-01-10 00:18:18 +00:00
christos
765add15e7 add pam.d 2005-01-10 00:14:40 +00:00
matt
91c3d135e3 Make sure the postfix files in ./etc/postfix are conditional on postfix 2005-01-10 00:06:27 +00:00
smb
ddd2ade252 Add a software watchdog timer facility. Because this slightly
changes the "tickle" model of wdogctl(8), it was modified as well;
while I was in there, I cleaned up the argument parsing.

The code was reviewed by simonb@.
2005-01-09 22:51:32 +00:00
matt
f26774eaee Add MKGCCCMDS/gcccmds 2005-01-09 22:24:04 +00:00
snj
127531e055 We prefer "file system" over "filesystem". 2005-01-09 19:58:55 +00:00
matt
867a34233b Add gcccmds to the compiler files. 2005-01-09 19:55:26 +00:00
dyoung
81e590905d Bump minor version for libpcap 0.8.3 import.
Thanks Julian Coleman for pointing out my oversight.
2005-01-09 11:57:34 +00:00
snj
7921b65d89 Fix a typo: fileystem -> filesystem. 2005-01-09 06:30:08 +00:00
snj
8ae0ad1872 We support SMP these days. Noted by David H. Gutteridge in PR port-i386/28663. 2005-01-09 06:08:20 +00:00
snj
8b661e15ee Add login.access.0 (hi manu!). 2005-01-09 05:53:16 +00:00
manu
d26d1599e6 Missing man page: login.access(5) 2005-01-08 22:56:21 +00:00
cube
57f537393e Add and install a manual page for tap(4). 2005-01-08 22:29:38 +00:00
cube
da24800d8c Install net/if_tap.h. 2005-01-08 22:28:51 +00:00
lukem
bd32b71189 librpcsvc.so.0.0 (et al) 2005-01-08 10:04:35 +00:00
briggs
ed4b87656a Encourage readers who have "READ TIMEOUT@" errors on floppies to write
the floppy images on the drive that will be reading them.
2005-01-08 05:33:42 +00:00
briggs
cdd0593dc3 Mention "READ TIMEOUT@" in conjunction with the floppy boot instructions
and point the reader at the "Common problems" section.  This is a really
common problem and will only get more common as floppy drives get older.
2005-01-08 05:21:49 +00:00
tron
71d6312747 EOL of XFree86 3.3.6, approved by core@NetBSD.org 2005-01-07 18:56:40 +00:00
tsutsui
0cd5cd0d4f Create raw binary GENERIC_MD kernel, which could be useful to make bootable CD. 2005-01-07 11:19:55 +00:00
lukem
b351350a6f document getgroupmembership(3) 2005-01-06 15:29:35 +00:00