Commit Graph

4533 Commits

Author SHA1 Message Date
tv
7ec460046d Major readability cleanup; nuke redundancies; MKfoo=no -> NOfoo=. 2001-12-12 00:05:09 +00:00
martin
aabc2a9efc Add pppoe(4). 2001-12-10 20:51:11 +00:00
martin
fa6de1190e /usr/sbin/{pppoectl,ispppcontrol} -> /sbin/ 2001-12-10 17:27:05 +00:00
martin
d835715cfa Add ifwatchd. 2001-12-10 17:02:23 +00:00
jmc
bbce64239a Convert to minimal /dev with the rest generated at bootup on an mfs mounted dir 2001-12-10 06:18:26 +00:00
jmc
440c9209e1 Remove ed. It's not needed for install and consumes way too much space to fit.
Also convert umount to using the x_ version
2001-12-10 06:17:24 +00:00
jmc
353e1ce493 Clean this up for a proper cross-build setup.
1. Replace all "groff"'s with $GROFF so the right binary is picked up depending
on new or old toolchain setups and USETOOLS
2. Remove the DESTDIR check where it adds -M. This is pointless as some of the
file in share/tmac have hard coded references to /usr/share/tmac so using the
new ones in $DESTDIR will just point you back into /usr/share anyways...
(the new toolchain has no issue here as it's tmac files all point into
$TOOLDIR. Any old setups should just depend on the local setup instead of
some mix of DESTDIR and old files the -M would have produced).
2001-12-10 05:27:59 +00:00
minoura
9d9c30bd81 Correct argument order of installboot. 2001-12-10 03:09:03 +00:00
ross
0537ea5213 simplify all vnd(4) names for vnconfig(8) and disklabel(8) as required
by recent libutil changes; it's nicer this way in any case
2001-12-09 00:37:38 +00:00
ross
0293291e61 + get mtree definition from bsd.sys.mk, for subtree make runs
+ change all disklabel and vnconfig instances to track libutil opendisk(3) mods
2001-12-09 00:32:51 +00:00
gmcgarry
1e6e7a59a1 Add rtc(4) 2001-12-08 05:50:52 +00:00
yamt
604f3ffeb7 add manpages for stdio wide char related functions. 2001-12-07 11:56:14 +00:00
yamt
2aebb3d002 bump libc minor version. 2001-12-07 11:53:58 +00:00
minoura
a05e3fce0a Overhaul installation system.
- Use new boot system.  Bootfloppies now use ustarfs.
 - Split instkernel.* directory from bootfloppy.*.
 - Adjust ramdisk size.
 - others.
2-floppy installation system cannot be compiled due to size bloat.
Disabled temporarily (?).
2001-12-07 06:57:49 +00:00
briggs
a0464e11d0 First cut at ramdisk image for sandpoint installation kernel. 2001-12-07 05:04:57 +00:00
minoura
7d3c9783e0 Use new boot system. 2001-12-06 04:15:31 +00:00
augustss
3316c2f3bc Add irdaattach(8). 2001-12-05 12:50:52 +00:00
ad
6b286ee8f2 +malloc_roundup.0. 2001-12-05 12:45:36 +00:00
ad
079e2a0548 Document malloc_roundup(). 2001-12-05 12:44:24 +00:00
lukem
c06546a2cc add <sys/hash.h> 2001-12-05 06:57:35 +00:00
jmc
c15d918f56 Add bsd.prog.mk for libhack components 2001-12-04 18:14:20 +00:00
wiz
a19ffa4418 Add ./usr/lkm/compat_freebsd.o. 2001-12-04 17:36:58 +00:00
minoura
2eed9a4741 Add elf2aout. 2001-12-04 09:44:19 +00:00
minoura
0b1f78486f Add some missing manpages.
Sort.
2001-12-04 09:40:50 +00:00
jdolecek
666315fdb3 Now that LKMs work all over, bring the VFS LKMs and if_ipl LKM to mi list from
arch ones. Also make all VFS LKMs 'base-vfs-lkm'.
2001-12-04 00:12:45 +00:00
jdolecek
2909de9a04 remove empty lists 2001-12-04 00:09:50 +00:00
augustss
467db01652 Add irframetty(4). 2001-12-03 23:25:33 +00:00
bjh21
e76d12d108 /usr/mdec/BBBB is obsolete. 2001-12-03 23:12:31 +00:00
jhawk
2689c284c0 Don't use CURDIR-relative .so for reading the toc, as it breaks
with objdirs.
2001-12-03 22:05:28 +00:00
thorpej
9403ea63a5 Mirror change made by jhawk while I was writing the NetBSD/evbarm
release notes (and thus missed updating the NetBSD/evbarm notes):

Based on feedback (various), remove the .toc files from CVS,
and instead generate them each and every time (twice!).
2001-12-03 20:30:05 +00:00
christos
274d31de8f fix libcdk bump. noticed by wiz. 2001-12-03 14:25:30 +00:00
christos
d1d1fbb92a major bump for libmenu, libform, libcdk because of libcurses bump. 2001-12-03 14:06:35 +00:00
jhawk
55b9072766 s/change a partition/change partitions/
otherwise it looks like you're being asked to change
partition 'a'.
2001-12-03 06:12:19 +00:00
christos
5cbb7cd02b bump libcurses.5 2001-12-02 22:46:05 +00:00
augustss
3776d30935 Add cir(4), irframe(4), and oboe(4). 2001-12-02 19:55:35 +00:00
wiz
70fe6c1246 Add MAKEDEV(8) for acorn32 and necessary directories. 2001-12-02 18:56:47 +00:00
blymn
5a1109e6a8 Bump libcurses minor. 2001-12-02 10:10:37 +00:00
minoura
f2ff44241e Add new boot programs. 2001-12-02 10:05:45 +00:00
mbw
4133cc1aef Mention tlp0 as possible built-in ethernet option
Mention how to manually create /dev entries, since the suggested "Re-install
sets" option doesn't automatically do this (leaving the user without
/dev/console)
2001-12-02 03:59:41 +00:00
gmcgarry
796fcac29a Documentation for itimerfix(9), from Christos Zoulas. 2001-12-02 02:26:26 +00:00
jmc
0a04168b5e Change to use utils/x_ed 2001-12-02 01:44:08 +00:00
jmc
ce9f4d2c00 Fix VND device for unconfig 2001-12-02 01:43:38 +00:00
jmc
de9d0f2c64 Tweak newfs params and fix VND device for unconfig 2001-12-02 01:43:12 +00:00
jmcneill
fa0a465c3f Added myself. 2001-12-01 22:44:37 +00:00
jhawk
700b43b275 s/MAKETOCS/MKTOCS/ 2001-12-01 17:54:11 +00:00
bouyer
34d6f4f3c4 Note ATAPI tape support 2001-12-01 00:29:50 +00:00
thorpej
86e4569262 First cut at installation notes for NetBSD/evbarm. Needs some
fleshing-out (and general "how to set up diskless environment"
instructions in the ../common directory).

Supported hardware and setup for the Intel IQ80310 board is written.

I've filled in the supported-hardware bits for the ARM Integrator
board, but someone (HI RICHARD! :-) will need to provide info about
setting up the firmware for booting and typical run-time environments
for this board.
2001-11-30 23:48:50 +00:00
jhawk
a5c0fa3864 Based on feedback (various), remove the .toc files from CVS,
and instead generate them each and every time (twice!).
Based on a suggestion from Alan Barrett, allow setting MAKETOC=no
to permit rebuilding the install notes without regenerating the
.toc files, to allow more speedy debugging of markup changes.
2001-11-30 22:20:03 +00:00
kleink
56c8c8b400 Update for tzdata2001d import. 2001-11-30 13:33:27 +00:00
thorpej
3a4956a5c8 On platforms for which there is more than one kernel set choice,
default the kernel sets to "no", thus requiring that the user
explicitly enable the one that is right for their system.
2001-11-29 23:24:23 +00:00