Commit Graph

2688 Commits

Author SHA1 Message Date
thorpej
a46e31a46c Disable "obsolete" for now, since it has major problems with
SYS_INCLUDES=symlinks.
2002-11-22 15:51:42 +00:00
lukem
e7bf86cbd5 Separate snap_kern into three targets, to allow finer control over
which bits to build, and to allow "make -j N" actually do something in
parallel:
- build_kernels: for each of ${ALL_KERNELS}, create kern-${NAME} target
  which configures & builds the kernel ${NAME}.
- build_kernsets: for each of ${KERNEL_SETS}, create kernset-${NAME} target
  to create ${RELEASEDIR}/binary/sets/kern-${NAME}.tgz
- build_releasekernels: for each of ${KERNEL_SETS} ${EXTRA_KERNELS}, create
  ${RELEASEDIR}/binary/kernel/netbsd-${NAME}.gz (et al)
(The latter two .WAIT until build_kernels has completed)
2002-11-18 07:09:46 +00:00
itohy
590fc1bda3 Add {cat,man,html}4/dreamcast, html4/evbarm 2002-11-17 06:12:52 +00:00
itohy
30ce0d4185 Unification: "Maple Bus", "Maple" -> "Maple bus" 2002-11-17 05:45:26 +00:00
itojun
81a0af7afd ${setdir} is not needed as we chdir to ${setdir}. 2002-11-17 04:14:00 +00:00
lukem
3b1e0611c6 Add support for using the obsolete sets to check for and remove obsolete files. 2002-11-17 03:22:47 +00:00
lukem
1be07ae391 In ssh check, ensure that ${DESTDIR}/etc/moduli is up to date.
Supports either ${SRCDIR}/crypto/dist/ssh (if using -s on a src tree)
or ${SRCDIR}/etc (if using -s on an extracted etc.tgz set) for the
"source" location of moduli.
2002-11-17 01:04:46 +00:00
lukem
4befe83846 todo item: check etc/moduli (if possible) 2002-11-17 00:49:54 +00:00
itohy
d071615e40 Add maple devices to comment. 2002-11-16 04:53:55 +00:00
itohy
161076c9dc Add mmem* and mlcd*.
Fix some disk assumed 8 partitions (actually 16).
2002-11-15 14:45:40 +00:00
jdc
91c0886bdf clockctl is major 94, not 84
Avoids confusing messages like :
  rhuidean su: jdc to root on /dev/clockctl
2002-11-07 18:19:07 +00:00
enami
cb97efbe27 Add more files to obsolete rc.d files (actually, files found in rc.d/Attic). 2002-11-07 06:12:50 +00:00
perry
9bde75052d Update to 20021105 version 2002-11-05 21:22:21 +00:00
fair
97a835073c Add the radio(4) driver to NetBSD/alpha 2002-11-05 04:45:09 +00:00
blymn
d52b0596b3 Added verified exec device (veriexec) 2002-10-29 14:11:17 +00:00
christos
56bafd7e79 make nobody's shell back /sbin/nologin. we'll use su -m for xdm. 2002-10-27 20:13:00 +00:00
christos
b4a6515ec6 Don't make the shell of nobody /sbin/nologin. There are programs that expect
to be executing su nobody -c 'command', such as xdm's Xwilling do this.
2002-10-27 00:07:47 +00:00
martin
ab9854138a Document wscons devices. 2002-10-26 13:48:34 +00:00
martin
6d2c171dab Add wscons devices.
Patch from Valeriy E. Ushakov's patch set for JavaStations.
2002-10-26 13:15:04 +00:00
jdolecek
b083bd07e0 actually, don't make /dev/io on i386 neither; the kernel only supports
it as backwards compat with COMPAT_10 option
2002-10-24 12:19:21 +00:00
jdolecek
c84fb609f6 add comment regarding /dev/io 2002-10-23 22:57:40 +00:00
jdolecek
e51f1ff7d3 don't bother creating /dev/io on archs which don't support it 2002-10-23 22:56:29 +00:00
perry
59af185fe1 Add hackdir/perm and hackdir/record
move larn files into alphabetical order
2002-10-23 20:35:45 +00:00
perry
e0ea033b82 add code to include (primitive) package tag names
XXX This file has gotten big and ugly enough that a bit of a rewrite
is likely in order.
2002-10-23 19:50:30 +00:00
thorpej
3ab37e2fb0 Add iscsi at 3260/tcp. 2002-10-21 22:44:34 +00:00
lukem
2cc646d2d1 ipmon -D writes a pidfile; use it 2002-10-21 05:20:00 +00:00
lukem
bc22c3f4d9 whitespace consistency cleanup 2002-10-21 04:14:47 +00:00
lukem
77607821ec various cleanups inspired by etc.i386/MAKEDEV (some of which are
needed to fully support the "new distrib world order"):

* remove unnecessary trailing ;

* clean up whitespace

* remove unnecessary chown root or chgrp wheel directives; older code here
  didn't bother doing this, so why be inconsistent

* don't barf when we have fdesc mounted; just skip the devices fdesc provides

* when making directories, don't use -p and don't redirect stdout to /dev/null

* add /dev/fd/* support [hp300]

* convert to new pty generation [hp300]
2002-10-21 03:58:38 +00:00
lukem
b29e8cecdd - replace 'sh -$- $0' with 'makedev' (missed this a while ago)
- TABify
2002-10-21 03:26:39 +00:00
lukem
f7cd7f0c9e no need to chown root / chgrp wheel 2002-10-21 03:20:25 +00:00
christos
0068b7227d add ipfilter. 2002-10-20 00:35:21 +00:00
soren
e596a26d09 Comment out the "real" Sendmail entries also to force the user to choose. 2002-10-17 16:52:40 +00:00
soren
0f79acf93f Add commented-out Postfix examples. 2002-10-17 15:41:54 +00:00
lukem
407233e842 Set
ALL_KERNELS ?= ${KERNEL_SETS} ${EXTRA_KERNELS} ${BUILD_KERNELS}
and use ALL_KERNELS instead of the latter three in the loop to configure
& build kernels. This allows ALL_KERNELS to be overridden in make(1)'s
environment or on make(1)'s command line... (I got sick of waiting for
all eleven i386 kernels to rebuild when I was only testing one)
2002-10-16 02:30:48 +00:00
takemura
976f1e210f Enabled apm command device node for hpcmips and put apm.8 and zzz.8 man pages
into mi directory.
2002-10-14 06:31:37 +00:00
kent
ba5fd9b3f8 /etc/rc.d/mixerctl: Add capability to save and restore mixer settings.
Thanks to Julio Merino.
2002-10-12 11:29:28 +00:00
jdolecek
ee922fe253 back previous off; as pointed out by Jason, MP doesn't work on sparc yet 2002-10-10 17:09:32 +00:00
jdolecek
06436e36df add GENERIC.MP to KERNEL_SETS on architectures with MP support 2002-10-10 16:58:06 +00:00
abs
5470c1def0 If we are going to point ENV at .shrc, and link this in as /.profile as well
as /root/.profile, then use /root/.shrc rather than $HOME/.shrc otherwise
single user mode tries to use /.shrc...
2002-10-10 11:15:41 +00:00
itojun
4384c54c01 switch to GNU tar 1.13.25 with security fixes. 2002-10-10 08:22:22 +00:00
elric
98839fb386 Added cgd rc.d script and put it in the appropriate postinstall and
mtree files.
2002-10-09 14:55:53 +00:00
atatat
a67080c774 Reorganize the sysdb script so that lkm{1,2,3} can request that the
dev database be rebuilt after loading modules.  Loading modules might
create new nodes in /dev, but the dev database is being initialized
too soon for lkm2 and lkm3.  This means that, eg, /dev/xf86 (typically
marked AFTERMOUNT and loaded by lkm2) will show up properly.  Reviewed
by lukem.
2002-10-08 16:21:52 +00:00
simonb
5a8c043bd9 Build the GENERIC kernel. 2002-10-07 02:00:23 +00:00
grant
904247526b create /etc/mail/local-host-names, required by sendmail(8). 2002-10-05 15:23:19 +00:00
chris
5c42327764 Add ttyEconf char device for wsmoused. The wonders of having MI stuff, it
just worked.

Also add wsfont and ttyEconf to the wscons section, which now means they're
created by default.

No man page update due to this.
2002-10-05 10:47:51 +00:00
tron
6e40068171 Automatically create and destroy cloning interfaces and sync IP Filter
immediately afterwards before bringing the interface up. This avoids
a small security gap existing in the previous scheme where IP Filter
was synced after all cloning interfaces were created and brought up.
2002-10-05 05:24:40 +00:00
elric
f31269d0d9 Include cgd on the list of things to be mknod(8)ed on all arches. 2002-10-04 18:53:22 +00:00
grant
5cc1bbe41d Nuke 'umask 2' as it is inappropriate for the default useradd(8)
behaviour. The system default (022) is more sensible.
2002-09-29 14:52:57 +00:00
martin
e7aaaf890a Add support for various USB character devices.
From Takeshi Nakayama in PR 18450.
2002-09-28 19:49:34 +00:00
augustss
b7f522dbbf Create pci device nodes. 2002-09-27 09:50:56 +00:00