Commit Graph

3775 Commits

Author SHA1 Message Date
is a1a3401b61 Fix comment: install kernel, not GENERIC. 2000-09-19 18:26:13 +00:00
darrenr 8c0d804feb fix problems building a distribution on i386
re. PR's 11023, 10991, 10978 (others ?)
2000-09-18 11:56:09 +00:00
msaitoh cf09304c21 G.C. 2000-09-18 07:25:42 +00:00
msaitoh d41a8befab evbsh3's ramdisk dirs to make ROM image.
This is example.
2000-09-18 07:21:01 +00:00
is 1a0314541e Use INSTALL kernel instead of GENERIC for miniroot. 2000-09-17 21:11:09 +00:00
is 06d6fdab8f Now that we use an INSTALL kernel on the miniroot, give the user the
opportunity to install the GENERIC from kern.tgz.
2000-09-17 21:07:10 +00:00
mrg 9a3cd1d826 finish porting these from the sparc versions. they are mostly correct
now though the install instructions could still do with some more work
and expansion....
2000-09-17 21:03:32 +00:00
minoura bf7d1f145b - Correct options for installboot.
- sed is not in the ramdisk, since it is too large.
2000-09-16 13:12:09 +00:00
minoura c331228c46 Remove /kern, which is not any longer needed. 2000-09-15 01:21:49 +00:00
is 1fd5b3110d My src tree wasn't completely up-to-date when I measured the current
syssrc size. Correct it.
2000-09-14 19:57:01 +00:00
matt 9b40acae9e Add dependall target
Use the c device for installboot so it will not conflict with the mount a
parition.
2000-09-13 15:53:29 +00:00
matt 71a96f0b47 Need ${.CURDIR} for print-objdir 2000-09-13 15:49:27 +00:00
tsutsui c9a96015d1 Remove mount -t kernfs. 2000-09-13 13:50:16 +00:00
tsutsui 6c73b7cec0 /kern is no longer needed. 2000-09-13 13:49:30 +00:00
tsutsui ddae6ab8a8 Remove mount_kernfs and add dmesg. 2000-09-13 13:48:25 +00:00
matt 405f9f1508 Add installboot (duh!) 2000-09-13 07:08:26 +00:00
thorpej b5377930e3 libi386.so.0.3 2000-09-13 04:53:15 +00:00
hubertf 36942dc548 We now have a wscons.conf(5) manpage. 2000-09-13 03:39:12 +00:00
matt 72b37119a0 ${.CURDIR} is not optional when using MAKEOBJDIRPREFIX. 2000-09-12 17:21:44 +00:00
minoura a78010b7b8 Adjust ramdisk sizes. 2000-09-12 17:07:44 +00:00
minoura ff60191d5e Pull common files into newly created ramdisk-common directory. 2000-09-12 16:42:50 +00:00
matt 98670586e9 ramdisk-kernel needs ${.CURDIR} 2000-09-12 16:06:55 +00:00
matt 79f8ad425f Add missing directories so make obj DTRT. 2000-09-12 16:06:23 +00:00
minoura 8199d05ce7 Reduce ramdisk size by using hacked commands in distrib/utils. 2000-09-12 15:40:00 +00:00
fvdl f23bd81c97 Add usr/libexec/ld.so to the base set again. This is not optimal, but
until there is a pkg-ized install, it'll have to do.
2000-09-11 23:28:53 +00:00
abs 235368355b MSG_fspart only takes onn argument - multname
Noted by Charles Carvalho <carvalho@employees.org>
2000-09-11 21:29:52 +00:00
tsutsui e8d0e60d35 Add some missed acknowledgements. 2000-09-11 13:34:48 +00:00
is a67e6ea0cb First pass of 1.5 status. 2000-09-11 06:26:01 +00:00
is e0229cf7cc Adapt size table to bigger /usr and /usr/src. 2000-09-11 06:23:30 +00:00
jhawk fa355af084 Remove the kernel symbol files during a `make clean'. 2000-09-10 21:59:00 +00:00
joda 3c07acb379 add /usr/share/examples/kerberos/krb5.conf 2000-09-10 20:03:11 +00:00
joda 508e837d4f add /usr/share/examples/kerberos 2000-09-10 20:02:46 +00:00
joda d629df9360 add kadmin, kadmind, kerberos, and kstash manpages 2000-09-10 19:58:32 +00:00
jlam aa8883f44d Make the `clean' target match the one in ../ramdisk/Makefile. 2000-09-10 18:55:15 +00:00
jlam dbaf4cbb17 Remove the kernel symbol files during a `make clean'. 2000-09-10 18:48:36 +00:00
nisimura bbd34dfd6e MD filename lists for NetBSD/luna68k distribution. 2000-09-10 05:51:20 +00:00
tsutsui d8352a33cc Add missing ${MACHINE}/asm.h. 2000-09-10 05:46:35 +00:00
jhawk 00058e57d8 For stripped kernels, run nm and save the output as
netbsd.KERNELNAME.symbols, and install in the release(7) tree.
2000-09-09 19:10:10 +00:00
hubertf caaae66450 Move aside X link before /etc, and move the X link back if moving /etc fails.
Else if moving X fails, the system will end with no /etc.
2000-09-09 00:21:36 +00:00
hubertf 71be3a3b99 When upgrading and /usr/X11R6/bin/X is a symlink, move it aside (X.old)
before extracting sets, and move it back afterwards, to save the information
which X server to use.

Adresses PR 10935 by Dan McMahill <dmcmahill@netbsd.org>
2000-09-08 02:50:42 +00:00
soren 4acde5a795 sup.no is no more. 2000-09-06 20:29:33 +00:00
minoura b53cfef01f Adjust ramdisk size. 2000-09-06 14:29:41 +00:00
minoura 256d7e4d2e Add dmesg.
Apparently I forgot to do this in the previous commits.
2000-09-06 14:24:30 +00:00
minoura 56165ba9c6 Enable INET6 on x68k.
Use ${MACHINE} instead of ${MACHINE_ARCH}, since the installer is
built per-${MACHINE} based.
2000-09-05 16:06:49 +00:00
minoura 304befe761 Enable INET6 on x68k.
Use ${MACHINE} instead of ${MACHINE_ARCH}, since the installer is
built per-${MACHINE} based.
2000-09-05 15:49:28 +00:00
christos 0ffdc3e20c add cvs files. 2000-09-04 22:49:11 +00:00
abs 2d3bda117b Use $(IMAGE) where appropriate 2000-09-04 17:04:24 +00:00
abs f4355d4669 Sync (to some extent) with bootfs/Makefile 2000-09-04 17:00:16 +00:00
abs 8b08f6e605 Now the miniroot based 'netbsd.ram.gz' is being installed into the installation
release dir we need to rename our 'netbsd.ram.gz' to 'netbsd.syram.gz'.
Man{ag,gl}ing two installation systems for NetBSD/sparc just gets more fun.
2000-09-04 16:54:39 +00:00
abs b1b976ee25 Handle 'make release' 2000-09-04 16:36:59 +00:00
abs 20ead94140 Add usr/mdec/boot.3E0000 2000-09-04 16:29:49 +00:00
abs e77376f339 Try to cover the fact NetBSD/sparc has both a sysinst and a miniroot
isntallation option for all methods.
2000-09-04 16:08:50 +00:00
pk db46ad3478 Use `nlist' to get the set list from ftp. 2000-09-03 20:01:46 +00:00
msaitoh dabddf08fa add IIJ's advertising clause (sh3disasm.c) 2000-09-01 22:27:38 +00:00
itojun f91d963e3f add attribution to ISC and UOregon - usr.sbin/pim6{dd,sd} 2000-08-31 16:26:42 +00:00
itojun 107dcca9c3 add attribution to the following people.
- Eric Young (eay@mincom.oz.au) - sys/crypto
- OpenSSL project - crypto/dist/openssl
2000-08-31 16:14:39 +00:00
jhawk 3995670885 Update dependancies to include common/sysinst and common/upgrade
(where appropriate).
2000-08-31 16:00:49 +00:00
hubertf a042bcfea0 set_timezone:
* If etc/localtime can't be readlink(3)'d, assume the default time zone is
   UTC
 * if errors occur (malloc, fts_open, fts_read, menu generation fails),
   skip timezone setting instead of terminating sysinst.
2000-08-31 01:10:43 +00:00
jhawk a022cf9d37 Use
${MAKE}
instead of
  make
2000-08-30 23:51:46 +00:00
is 0a7489b1e8 Enlarge RAMDISK to make it fit the installation fs again.
By Mike Pumford per port-arm32 mailing list..
2000-08-30 21:29:16 +00:00
leo e388684ccd Backout previous commit. It shouldn;t have happend. 2000-08-29 11:41:24 +00:00
leo f07d4c1517 Pull up revision 1.16 (requested by leo, approved by thorpej).
Log:
  Use x_ed and x_route to save space on the miniroot.
2000-08-29 11:31:18 +00:00
pk a17689f528 Install the default boot program again (hopefully this will last a while..) 2000-08-28 19:14:25 +00:00
leo 1c453dd5ad Oops, link x_route to route... 2000-08-28 07:48:04 +00:00
leo f11cee47f5 Fix a comment that was way out of line... 2000-08-27 19:40:45 +00:00
leo 388269283a Use x_ed and x_route to save space on the miniroot. 2000-08-27 19:34:41 +00:00
lukem e174c16ddc add rc.d/securelevel. noted in [install/10896] by Rafal Boni. 2000-08-26 09:17:00 +00:00
jhawk f7ed8c99f1 Fix double ()/Pq markup error. 2000-08-25 23:56:08 +00:00
jhawk 0e36b20c67 Fix missing conditional termination (.\}) from previous. 2000-08-25 23:52:25 +00:00
jhawk 2b5deb0e20 update Dd 2000-08-25 23:51:43 +00:00
jun d3380997ca Add
./usr/X11R6/man/cat1/Xhpc.0
2000-08-25 07:58:07 +00:00
jun dae36feb2d add:
./usr/share/man/cat8/hpcmips/pbsdboot.0
	./usr/share/man/man8/hpcmips/pbsdboot.8
2000-08-25 06:33:46 +00:00
abs 1804626ad3 Clarify how to generate a NetBSD/sparc install floppy - from a mail by
Henry Nelson <henry@irm.nara.kindai.ac.jp>
2000-08-24 16:41:04 +00:00
minoura 5733e0b1ae Add new developers, ichiro, toshii, taca, kei, and tshiozak. 2000-08-24 14:49:41 +00:00
tsutsui a0c6dc1939 Fix botch in previous, which caused mismatch braces. 2000-08-24 14:03:03 +00:00
abs dfee9fe080 Removedaccidental CCOPTS+=-Os 2000-08-24 13:38:33 +00:00
enami d7e1b49cca Remove an obsolete rc.wscons. 2000-08-24 05:06:52 +00:00
jhawk e19b3dce6d Use consistent casing for "Internet". 2000-08-24 03:57:38 +00:00
jhawk 78b4c3eca7 Pulldwon changes commited to netbsd-1-4 back to the trunk.
Most of revs 1.2.2.4 and 1.2.2.5.
Fix a few wording issues, and update the PCMCIA
section to note the existing of pcic irq probing.
2000-08-24 03:52:27 +00:00
jhawk b0dcac329d Pullaround from distrib/bootfloppy-common/Makefile.inc rev 1.18.2.2:
Make sure PCMCIA alloc variables are retained in the symbol table of
  the resulting kernel, allowing them to be tweaked.
Also add pcic_irq_probe.
2000-08-24 00:58:02 +00:00
jhawk ebba3f6378 For stripped kernels, run nm and save the output as
netbsd.KERNELNAME.symbols, and install in the release(7) tree.
2000-08-24 00:41:54 +00:00
jun 3e1c22d207 add
./usr/X11R6/bin/Xwrapper
2000-08-23 17:04:58 +00:00
leo 101d6677d2 Replace edahdi by ahdilabel. 2000-08-23 14:15:06 +00:00
lukem 595a8a89a7 migrate default installation config files from /etc to /etc/default 2000-08-23 11:54:32 +00:00
bjh21 fb18971ae5 Initial INSTALL documentation for NetBSD/arm26. 2000-08-22 21:46:48 +00:00
bjh21 b86b5d0346 Remember that arm26/spl.h is obsolete. 2000-08-22 21:39:37 +00:00
augustss a5626942dc Add usr/include/dev/usb/usbdevs.h 2000-08-22 16:51:35 +00:00
minoura fb119983f3 X68k now uses sysinst.
Also update reflecting the current version.
More cleanup is needed before pulling it up to netbsd-1-5.
2000-08-22 15:34:00 +00:00
abs 863e9c9128 Bring up to date and save some more space (as ever). 2000-08-22 14:11:45 +00:00
abs 911ac86efa Switch to boot.400000, as the default sparc boot breaks if the in kernel
ramdisk is greater than 2950 (for the current INSTALL kernel).
2000-08-22 14:11:07 +00:00
abs 5838140e1a Add COPYSTRIPCOMMENTS, which passes files through sed to strip comments and
some whitespace, which halves the size of at least /etc/services...
2000-08-22 14:08:47 +00:00
abs bd9b9e0b4c Shave another few bytes here and there - compile with -Os 2000-08-22 14:06:37 +00:00
abs ec021a9f22 Fix some netinstall related text 2000-08-22 13:44:45 +00:00
lukem 05ad37d692 repalce rc.d/fsck.sh with rc.d/fsck 2000-08-22 08:38:54 +00:00
lukem 1d1d5add83 depreceate rc.wscons & rc.d/fsck.sh 2000-08-22 08:38:08 +00:00
mrg 6c9a390cac sparc64 base set bits 2000-08-22 06:22:46 +00:00
mrg 1e067c72f0 add fstab.wd 2000-08-22 05:35:53 +00:00
mrg 743c8178fc base/md.sparc64 2000-08-22 05:31:13 +00:00
wdk b45cb63296 Add portmaster for mipsco port 2000-08-22 05:10:10 +00:00
ad 990c310b3f Sort developer list. 2000-08-21 14:08:00 +00:00
mrg cc8bba3950 add "make release" support 2000-08-20 14:46:03 +00:00
mrg 885498ebaa fix sparc64 support. 2000-08-20 14:43:19 +00:00
toddpw eb6225f8f4 Enhance script. Add -all option and improve intelligence about which files to
sum (and whether to do sums at all!). Describe script in comments at the top.
2000-08-20 08:29:59 +00:00
mrg ca3e065825 update vague reality. 2000-08-19 13:33:40 +00:00
mrg 0e05e02e18 make work on sparc64. use LINK everywhere 2000-08-19 13:33:01 +00:00
mrg f90a1ea9d6 handle the case where we boot from a real root, too. 2000-08-19 13:23:27 +00:00
mrg 03a1aeebd0 first cut sysinst for sparc64. seems to work OK. 2000-08-19 13:22:40 +00:00
mrg 326aa2d78a correct ramdisk size. sparc64 is big-endian. 2000-08-19 13:17:38 +00:00
mrg 56334e8175 initial sparc64 install notes; still needs major editing to remove sparc-specific
crap and add ultrasparc specific crap.
2000-08-19 13:15:59 +00:00
abs dd9317de9a Add /usr/share/games/fortune/{limerick-o,netbsd-o{,.dat}} 2000-08-17 16:59:23 +00:00
hubertf caa284ac57 * Add timezone-setting menu to sysinst, offering all timezones from
(/mnt)/usr/share/zoneinfo in a listbox, and setting (/mnt)/etc/localtime
   accordingly.
 * Adjust for the needed menuc change un run.c's log_flip() and script_flip()
   functions.

Related PRs:
 5777   sysinst does not offer to tweak /etc/localtime
 8099   changing the default time zone is non-obvious
 9910   sysinst doesn't ask about setting timezone
2000-08-15 01:08:00 +00:00
wiz 71913384f4 remove some not-so-obsolete files from the obsolete lists (these are
still built and installed into DESTDIR). Approved by perry.
2000-08-13 22:24:30 +00:00
jdolecek 78b131351f set BOOTCODE via ?=, to allow overriding it 2000-08-13 18:42:54 +00:00
itojun 229f25d14b install m4 file for darwin (added in 8.10.x -> 8.11.0) 2000-08-13 16:22:53 +00:00
wiz af2bea44c1 sync (some crypto headers and man pages, tprintf* man pages) 2000-08-13 11:03:35 +00:00
wiz ad5ec35153 libkrb5 seems to be at 12.1 now 2000-08-13 11:00:30 +00:00
tshiozak 2ef55c239a Add __mb_cur_max and rename setlocale function.
(Lack of __mb_cur_max causes to import setlocale.o in libc.a
and causes conflict of symbol, pointed out by Johan Danielsson.)
2000-08-11 19:58:34 +00:00
jdolecek 0e25756aee s/LANG/SYSINST&/ - the former one clashes with variable commonly
used to choose locales
2000-08-11 13:05:15 +00:00
toddpw e36c17d6c2 Have port-i386 use installation/floppy, for conformance with release(7). 2000-08-11 09:20:38 +00:00
hubertf 41894d882b in ftpsource: Add a space after host, directory, etc.'s %s
to prevent menuc(?) from putting all things in one line

(I don't know since when we got this "auto-wrapping" stuff,
and it may be nice for text paragraphs, but it's a PITA for
tables etc.)
2000-08-10 17:06:02 +00:00
mrg 1473c2ecc9 first cut sysinst installer. 2000-08-10 14:38:51 +00:00
mrg 84cb48f20c remove incomplete miniroot configuration. 2000-08-10 14:32:29 +00:00
kleink c3bd6c3636 Sync libc minor. 2000-08-10 10:06:09 +00:00
leo 1ea4a54de4 Remove MAKEDEV.local, we don't need it after creating the devices. Feable
attempt #1 to gain space :-(
2000-08-09 13:38:48 +00:00
leo a3495b2d17 smaller ed(1) 2000-08-09 13:35:23 +00:00
mrg 940eb01a60 sparc64 is elf, too 2000-08-09 10:51:50 +00:00
tv a66ae22ffa This file shouldn't include /usr/lib/*_pic.a or /usr/lib/crt{begin,end}.o. 2000-08-09 10:37:38 +00:00
tv 8ba27bd9cd Resort. 2000-08-09 10:28:54 +00:00
tv 361f4e3a0d Add new kprintf links and bitmask_snprintf(9). 2000-08-09 10:27:43 +00:00
briggs 07967289f9 Needs to be linked with -lbz2 now. 2000-08-09 02:07:47 +00:00
hubertf 79bc2b5079 We ship XFree 3.3.6 these days, not 3.3.3.1. 2000-08-08 13:13:41 +00:00
hubertf 627cce8f8d Document -f flag
XXX someone please check the french translation ;-)
2000-08-07 15:56:34 +00:00
hubertf 7aaca8a557 Remove paragraph about secr set. 2000-08-07 12:08:36 +00:00
hubertf 43b2b58c33 secrsrc.tgz is no longer. 2000-08-07 11:58:04 +00:00
enami 94c412e795 Sync with reality. 2000-08-07 05:40:21 +00:00
wiz aba1831bf4 RCS police 2000-08-06 22:37:18 +00:00
wiz 1a5d4c285d kdc & hprop moved from /usr/libexec to /usr/sbin 2000-08-06 22:35:40 +00:00
wiz 55ea1a8885 RCS police 2000-08-06 22:34:54 +00:00
wiz ea1313a15c kerberos -> kdc 2000-08-06 22:34:00 +00:00
wiz 122b5e3b12 add RCS Id 2000-08-06 22:33:35 +00:00
thorpej 32451298d6 kerberos -> kdc 2000-08-06 21:37:02 +00:00
thorpej 9ccb9bba06 /usr/libexec/hprop -> /usr/sbin/hprop 2000-08-06 20:44:54 +00:00
thorpej b07f36fe5c /usr/libexec/kdc -> /usr/sbin/kdc 2000-08-06 19:32:13 +00:00
nonaka 7a41932873 for make snapshot 2000-08-06 16:11:32 +00:00
fvdl 8b6d807ef1 We don't have seperate secr source sets anymore, so don't try to create
them.
2000-08-06 13:22:16 +00:00
hubertf 926bd8ce2a We have useradd(8) now, no more need to bother people with vipw and
the adduser manpage.
2000-08-04 14:51:36 +00:00
ad 96d8e7ee58 obsolete.md_share. Contains MD files from obsolete.mi, and PCVT pages
removed today.
2000-08-03 10:51:55 +00:00
ad a0f1d16fcc Missed a directory in previous. 2000-08-03 10:46:56 +00:00
ad 0f7d0b71cf Strip MD files. These will be re-added to obsolete.md_share. 2000-08-03 10:43:13 +00:00
ad 27ce48dc85 Look for and use `obsolete.md_share'. 2000-08-03 10:41:02 +00:00
ad f3e1d1930e PCVT is dead. From NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>. 2000-08-03 09:42:52 +00:00
itojun f7e4207188 add ppsratecheck(9). 2000-08-03 00:09:39 +00:00
enami fce828f34e When output device is ascii, load tmac.tty-char explicity as nroff does,
so that some developer's names are translated saner way.
2000-08-01 01:57:57 +00:00
wiz be8ff811b7 Rename VM_INHERIT_* to MAP_INHERIT_* and move them to sys/sys/mman.h as
discussed on tech-kern.
Retire sys/uvm/uvm_inherit.h, update man page for minherit(2).
2000-08-01 00:53:07 +00:00
kleink 83c3cc1409 Sync with tzdata2000e. 2000-07-31 14:26:40 +00:00
briggs e662eb71b4 Note support for SMC-based ethernet cards. 2000-07-31 00:10:03 +00:00
skrll 7c81cf05ee Add myself to the list. 2000-07-29 11:40:49 +00:00
wdk 00d537c969 Add myself to the developers list 2000-07-29 04:02:18 +00:00
federico 6107af201f Add myself to the developers list 2000-07-28 22:26:50 +00:00
bernie 91c88b6b86 Add myself to the developers list 2000-07-28 22:15:19 +00:00
wiz 908a5651dd pasto 2000-07-28 00:17:36 +00:00
wiz 7f740f64c9 add dty.[04], cat5/passwd.conf.0, and lint.[07] 2000-07-28 00:17:06 +00:00
wiz 50765f3176 sync (msg_*, {RMD,rmd}160*, pw_getconf, clock_*_to_*, todr_*) 2000-07-28 00:15:49 +00:00
wiz d92d6cf4ad add /usr/share/wscons directory and contents 2000-07-28 00:13:59 +00:00
wiz a74701a897 add /usr/include/dev/tc/tcds{reg,var}.h 2000-07-27 23:16:45 +00:00
bouyer 7b6418e7b4 Now that HPT370 works we can claim to support it. 2000-07-27 14:31:49 +00:00
pk e0a4823dfa Add todr.9 2000-07-26 23:00:23 +00:00
pk a0c5f89f2d Add mk48txx.4 & intersil7170.4 2000-07-26 22:57:38 +00:00
augustss fa6273782e Add ofisa(4). 2000-07-26 22:12:08 +00:00
itojun 0e416c083c add usr.bin/{hoststat,purgestat}, which are new argv[0] hack
for sendmail 8.10.x and beyond.  sorry that i forgot to add this one.

From: Andrew Brown <atatat@atatdot.net>
2000-07-26 16:35:33 +00:00
lukem 7139ec4211 add rc.d/NETWORK, obsolete rc.d/systemfs 2000-07-26 05:24:59 +00:00
thorpej 3457a101f5 The `secr' set no longer exists; crypto is now part of the base
distribution.
2000-07-25 18:17:03 +00:00
ad 25047caef0 PCVT is dead. 2000-07-24 14:42:27 +00:00
ad 119ee262a5 PCVT is dead. 2000-07-24 12:26:15 +00:00
ad 31364cda65 Add ioat.{0,4}. 2000-07-24 11:54:41 +00:00
ad b7f651f06b px(4) is now installed. 2000-07-24 11:51:23 +00:00
ad bb947b76e3 This product includes software developed by Manuel Bouyer. 2000-07-24 11:47:03 +00:00
itojun 738859d74e do not skip IPv6 configuration menu on dhcp configuration.
do not save address/netmask/default router, if we got them from dhcp.
(we shouldn't do that).  if we keep any of dhcp config into /etc, we shoul
update rc.conf to run dhcp again.
2000-07-24 10:52:28 +00:00
tsubai ad07de7aae Use cp to install the kernel.
Use print-objdir target to determine ramdisk directory.
...etc.
2000-07-24 09:27:40 +00:00
tsubai 274dca4f93 Use KERNSRCDIR instead of BSDSRCDIR/sys. 2000-07-24 09:16:27 +00:00
tsubai 4c37b0db76 Remove kernfs, add dmesg link.
Compile with -Os -mmultiple.
2000-07-24 09:15:21 +00:00
itojun a3c60d7535 need -DCLIENT_PATH to compile the latest dhclient. not 100% sure if it's
completely right.
2000-07-24 07:59:28 +00:00
itojun 006f0a5618 run IPv6 configuration even if we use dhcp. background:
- on a IPv6/v4 dual stack network, it makes more sense to configure both.
- also, many of IPv4/v6 dual stack network requires us to contacd DNS
  over IPv4 transport.
discussed with cyber@netbsd.org.
2000-07-24 06:05:51 +00:00
jhawk 601d3aa149 Add thorpej and jhawk (myself) to releng 2000-07-23 20:22:30 +00:00
wiz bb2467339b add the last missing (obsolete) vm files (and the directory itself) 2000-07-23 14:17:49 +00:00
mycroft 741470debd Revert revision 1.17. This was not a bug, and should certainly not have been
changed in a vacuum.
2000-07-23 05:54:59 +00:00
bjh21 5a263911f5 ea(4) is now useful on arm26, so document it. 2000-07-22 23:14:38 +00:00
tsubai a66935b46e Add fstab.wd. 2000-07-20 09:21:09 +00:00
minoura 6e6e2897da Add compat_pecoff(8) manpage. 2000-07-17 14:39:33 +00:00
mrg 0190889425 add <openssl/ebcdic.h> 2000-07-17 05:49:28 +00:00
mrg 439532f303 bump libssl major 2000-07-17 02:32:56 +00:00
mrg 218aaf9ee5 bump libcrypto minor 2000-07-17 02:21:18 +00:00
toddpw 2583501a28 Add myself. 2000-07-15 11:00:57 +00:00
lukem 0b284e70ff add usr/share/examples/syslogd/* 2000-07-13 14:31:13 +00:00
thorpej d4ef07d010 Add the bdes(1) related entries. 2000-07-13 00:35:22 +00:00
soren df9f4f3541 sup.no is no more. 2000-07-10 23:41:46 +00:00
jeffs 9614613391 Add myself to the developers list. 2000-07-10 16:25:44 +00:00
joda 135bc4a5e7 don't cause failures in mv -f to abort build 2000-07-10 09:50:48 +00:00
fvdl 73683a9450 If the PAD variable is defined, pad the floppy image to its maximum size.
Use this in bootfloppy-big. mkisofs likes to have images fullsize nowadays.
Also, insert a file called "USTAR.volsize.<blocksize_in_octal>" if the
size of the ustar image is not the 1.44M default. This stops bootfloppy-big
from asking for a second diskette.
2000-07-09 12:09:01 +00:00
shin 854ee3f4c8 add /usr/X11R6/lib/X11/rgb.db 2000-07-09 05:28:56 +00:00
kleink cb17c4c493 Add fseeko(3) and ftello(3) links. 2000-07-08 14:17:46 +00:00
kleink 1a4d443770 Sync libc minor. 2000-07-08 13:47:34 +00:00
pk 79e78efd1c /kern can go since dmesg now uses sysctl() to get the kernel's msgbuf. 2000-07-08 11:32:05 +00:00
enami bf53880ad5 Create link to lchflags.[02]. 2000-07-08 00:53:39 +00:00
itojun b596a9b104 rename securepath.3 into secure_path.3, as the function is named secure_path().
it is too hard to guess...
2000-07-07 11:05:06 +00:00
bouyer 4097e6af1e Note promise Ultra/100 support. 2000-07-07 09:53:28 +00:00
imp 7753949047 Cleanup english usage in places.
Spell Windows CE with a space always.
Add Vr4181 to list of supported processors
Change VR to Vr since that's how it is typically represented in datasheets.

Changes approved by: Jun Ebihara-san
2000-07-07 01:39:26 +00:00
mjl c31ef53b64 Bump libskey version. 2000-07-06 22:33:50 +00:00
jhawk f893f0e7e2 Use msg_clear() + msg_table_add() instead of msg_display() when showing
the ftpsource message, so that the short lines are not paragraph-filled.
2000-07-06 20:25:26 +00:00
dmcmahill a837227ef1 Add ofwboot.xcf 2000-07-06 19:46:15 +00:00
jhawk 5b7f59e5d1 For all filesytem image building targets, build ${IMAGE}.tmp and
move it to ${IMAGE} when done, to ensure that an interrupted
build does not leave a broken non-functional target. (This can occur,
for instance, if one types 'make' as a non-root user and the vnconfig
fails, and then a subsequent 'make' will not rebuild the filesystem
image, using the all-zeroes image created by dd.)
2000-07-06 18:16:35 +00:00
thorpej ad560c44c2 Allow BOOTCODE to be set by the file which includes this one. 2000-07-06 17:17:54 +00:00
thorpej 8a967a7bdf Don't truncate the image if it fits on a single floppy. 2000-07-06 17:17:15 +00:00
ad 8a82d4a86e Bump libutil minor (pw_getconf()). 2000-07-06 11:26:23 +00:00
ad 2fb062082f Add passwd.conf.5. 2000-07-06 11:24:03 +00:00
ad 9500f6c8db This product contains software developed by Niels Provos. 2000-07-06 11:09:54 +00:00
ad 489f880428 Add rmd160.h. 2000-07-06 10:58:56 +00:00
minoura 4557a2e890 Reduce ramdisk size (again!). 2000-07-05 16:13:28 +00:00
veego 1b45532bcc Bump the minor version, because RIPEMD-160 was added to libc. 2000-07-05 16:08:28 +00:00
minoura 74704eb9e4 Support INET6. 2000-07-05 16:07:49 +00:00
minoura a5b1f99a17 Missing ;;. 2000-07-04 14:07:43 +00:00
itojun 0bfeec5234 sync sendmail default configuration file with GENERIC kernel setting.
was: sendmail-IPv6.cf(v4/v6) + sendmail.cf(v4)
now: sendmail-IPv4only.cf(v4) + sendmail.cf(v4/v6)

do we need etc/obsolete.mi?
2000-07-04 12:21:02 +00:00
gmcgarry 76405ae56d audioamd(4) man page. 2000-07-04 07:59:12 +00:00
sommerfeld 76827b3e8f Install netbsd.ram.gz into release area so it can be used to start a netinstall
on systems which can use boot_big.net
2000-07-03 02:17:56 +00:00
assar 91c3839d0a add man-pages for kf and kfd 2000-07-02 16:40:14 +00:00
itojun 2d3b669a75 ping ff02::2 instead of ff02::9. ff02::9 indicates RIPng capable interface,
which does not necessarily visible.  ff02::2 indicates routers.
2000-07-02 15:07:52 +00:00
thorpej 8b1b3bc680 gifconfig(8) is obsolete. 2000-06-30 18:07:16 +00:00
wiz dd3a57931e leave curses before rebooting (as seen in menus.mi.fr) 2000-06-29 16:47:09 +00:00
mrg 128b39502d * sys/vm is dead.
- obsolete <vm/vm.h>
- put ./usr/include/uvm in base not comp (like everything else).
- remove ./usr/include/vm
2000-06-29 12:03:08 +00:00
mhitch dead2ce832 add <m68k/endian_machdep.h> 2000-06-28 19:53:14 +00:00
ur 1fca26e9c7 Add myself to developer list. 2000-06-28 07:06:46 +00:00
scw ce868d7546 Back up one more level to get etc/netconfig 2000-06-27 20:47:49 +00:00
mrg 88adda1288 more vm header file changes:
<vm/vm_extern.h> merged into <uvm/uvm_extern.h>
	<vm/vm_page.h> merged into <uvm/uvm_page.h>
	<vm/pmap.h> has become <uvm/uvm_pmap.h>

this leaves just <vm/vm.h> in NetBSD.
2000-06-27 09:00:14 +00:00
mrg d1039325e4 <vm/pmap.h> -> <uvm/uvm_pmap.h> 2000-06-27 07:18:07 +00:00
gmcgarry ee16625999 Add lock(9) entries. 2000-06-26 21:55:25 +00:00
jdolecek dbda17aa53 note experimental MCA support
add [m] flag and use it for devices supported by MCA-enabled kernels
2000-06-26 20:53:01 +00:00
mrg 2def7838c4 add removed vm headers; from veego. 2000-06-26 16:47:58 +00:00
kleink f4314449b5 Add <machine/int_types.h>. 2000-06-26 15:49:42 +00:00
mrg 7665599771 <vm/vm_map.h> gets merged into <uvm/uvm_map.h> 2000-06-26 15:32:23 +00:00
mrg 4c698e84f6 <vm/vm_param.h> -> <uvm/uvm_param.h> 2000-06-26 14:58:58 +00:00
mrg 2f159a1bac remove/move more mach vm header files:
<vm/pglist.h> -> <uvm/uvm_pglist.h>
	<vm/vm_inherit.h> -> <uvm/uvm_inherit.h>
	<vm/vm_kern.h> -> into <uvm/uvm_extern.h>
	<vm/vm_object.h> -> nothing
	<vm/vm_pager.h> -> into <uvm/uvm_pager.h>

also includes a bunch of <vm/vm_page.h> include removals (due to redudancy
with <vm/vm.h>), and a scattering of other similar headers.
2000-06-26 14:20:25 +00:00
briggs 379713ee71 Define SMALL. 2000-06-26 12:34:05 +00:00
bouyer 6a452adcf5 Note PCI0648/0649 support. 2000-06-26 10:12:14 +00:00
soren dbed2b99d1 Reflect reality. 2000-06-25 17:00:08 +00:00
mrg 53be5b215c <vm/vm_pageout.h> is already empty; kill it totally. 2000-06-25 13:49:33 +00:00
mrg f5f84f80c5 <vm/vm_prot.h> becomes <uvm/uvm_prot.h> 2000-06-25 13:37:51 +00:00
soren 5f5263355b Add sgimips. 2000-06-24 11:12:55 +00:00
matt e13db8434d Export boot.fs 2000-06-23 17:59:03 +00:00
matt e8065169a7 lie about the geometry and get an extra 16 blocks back. 2000-06-22 17:32:22 +00:00
matt 182fce9675 Switch to x_ftp 2000-06-22 17:07:40 +00:00
matt 43c75b3d03 Add dmesg to prog. 2000-06-22 16:00:45 +00:00
minoura f4876c3dff Use more and zlib version of gzip-clone, and reduce ramdisk size.
Still work in progress...
2000-06-22 14:24:09 +00:00
minoura 3c32824e8a Use newdisk(8) instead of built-in version. 2000-06-22 14:22:41 +00:00
thorpej 53eb5923da libcrypto.so.0.1 and libdes.so.5.1 2000-06-21 19:50:51 +00:00
thorpej b4ee6fb6cc First sweep of fixing up set lists after crypto integration. 2000-06-21 06:27:55 +00:00
thorpej e7d6b96938 Merge a bunch of things from crypto-us and crypto-intl into basesrc,
adding support for Heimdal/KTH Kerberos where easy to do so.  Eliminate
bsd.crypto.mk.

There is still a bunch more work to do, but crypto is now more-or-less
fully merged into the base NetBSD distribution.
2000-06-20 06:00:24 +00:00
enami ff4f7d0056 Sync with reality; netconfig.4 is moved to section 5. rpc.4 is removed. 2000-06-20 04:31:45 +00:00
matt 6f65b2f744 Nuke mount_kernfs and add the new small dmesg. 2000-06-20 04:30:16 +00:00
simonb ec2eacc1f6 Add a -DSMALL dmesg that uses sysctls only. 2000-06-20 01:52:11 +00:00
minoura 860baf4491 Sort. 2000-06-20 01:28:36 +00:00
tsutsui b703642129 Rename netbsd-RAMDISK{,3X}.gz -> netbsd.RAMDISK{,3X}.gz for consistency.
etc/Makefile uses ${KERNEL}.${CONFIGFILE}.gz.
2000-06-19 23:46:08 +00:00
tsutsui db1b5537b4 Rename netbsd-RAMDISK{,3X}.gz -> netbsd.RAMDISK{,3X}.gz for consistency.
etc/Makefile uses ${KERNEL}.${CONFIGFILE}.gz.
2000-06-19 23:46:06 +00:00
tsutsui 01397a64b5 Add etc/netconfig to lists. 2000-06-19 14:55:20 +00:00
tsutsui c72204655e mkdir -p ${RELEASEDIR}/installation/miniroot on "make release". 2000-06-19 14:39:24 +00:00
matt bf54f490b3 fix typo. 2000-06-19 01:14:34 +00:00
cyber 4f6b2833f7 dhclient support added 2000-06-18 23:57:32 +00:00
cyber cbefbdefce dhclient support added
only invoked if dhclient is present on install image
2000-06-18 23:50:02 +00:00
abs 2e1a21aab4 Fix netboot link - noted by ADAM Sulmicki 2000-06-18 19:36:20 +00:00
hubertf 2c8ac0d812 don't worry about non-existing files when deleting obsolete files
in the upgrade-case. just skip them silently.
2000-06-18 13:40:41 +00:00
minoura bdb99fed93 Reduce the size to fit with a single floppy.
Still too large by 20KB.  ...give up IPv6?
2000-06-18 10:33:18 +00:00
tsutsui f185c9ff49 Include bsd.subdir.mk first to pull in /etc/mk.conf (via bsd.own.mk).
Otherwise, ".ifndef RELEASEDIR" fails if RELEASEDIR is defined in mk.conf.
2000-06-17 18:37:43 +00:00
hubertf 570a88792c s/cause cause/cause/ 2000-06-17 17:40:32 +00:00
martin 823b565eba Fixed typo. 2000-06-17 15:05:26 +00:00
soda 7c71d119cd legal notice for William F. Jolitz and TeleMuse. 2000-06-17 09:31:17 +00:00
soda 9b59eb4406 backout previous my change (move legal notice of wjolitz from i386 to common),
since
 - it broke context of sentence in i386 port.
 - it seems to better to have port specific legal notice in
   port specific place from maintenance point of view.
2000-06-17 09:28:25 +00:00
soda 9be7e873e1 move legal notice of William F. Jolitz and TeleMuse from i386 to common,
since this is now referred from arc port, too.
2000-06-17 09:14:15 +00:00
soda abd83a7d2c add legal notice of OpenBSD, Per Fogelstrom and Opsycon AB. 2000-06-17 09:12:42 +00:00
matt 5274ffa9e2 Add dev/dec/dec_boot.h / remove pmax/dec_boot.h 2000-06-17 06:07:53 +00:00
matt 948f64e88f .include <bsd.own.mk> for BSDSRCDIR 2000-06-17 03:16:54 +00:00
matt d877c43bc4 quiet this when boot.fs doesn't exist 2000-06-17 03:10:23 +00:00
matt 9317210f75 Add bsd.own.mk so BSDSRCDIR is defined. 2000-06-16 19:28:26 +00:00
minoura fbf88e897c Include <bsd.kernobj.mk> and <bsd.own.mk> for ${KERNOBJDIR}. 2000-06-16 16:07:09 +00:00
itojun 13f3f0e53d remove /usr/sbin/setkey, since it is now in /sbin .
From: "Akira KUBO" <punio@BALTIMORE.CO.JP>
2000-06-15 04:11:18 +00:00
cgd c85d2eb42b sweep of my licenses for consistency. (no functional changes) These
files have copyright held by people in addition to myself.  (I did the
original work, they copied it, enhanced it, and added their copyright
to the derivative work.)  Their approval has been given re: the license
change.
2000-06-14 22:52:37 +00:00
cgd db755e7c76 sweep of my licenses (userland files w/o only my copyright) for
consistency.  (no functional changes)
2000-06-14 17:24:02 +00:00
thorpej 9079663531 Put test(1) back, and give myself 20 lashings for nothing thinking
about that one more carefully.
2000-06-14 17:20:56 +00:00
assar 66ac6d517e obsolete list from crypto stuff 2000-06-14 15:33:58 +00:00
assar 7aa55bcadf update so that it's more in-line with reality 2000-06-14 15:24:08 +00:00
tsutsui 289fd8c28e The first cut of news68k install notes. Needs more enhancement.
XXX How can we sync "contents" files on all ports?
2000-06-14 10:34:29 +00:00
tsutsui 09e4bbfffd Change directory name (floppies -> floppy) like other ports. 2000-06-14 10:24:24 +00:00
cgd d220ca5ba3 fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well.  No functional changes.
2000-06-14 06:48:47 +00:00
cgd c3d57dd767 move RCS Id, and fix bogus comment start (# instead of # ?!?!) 2000-06-14 06:35:19 +00:00
cgd ba7e40e619 trim some irrelevant gunk 2000-06-14 06:32:31 +00:00
shin 0750878997 note that Xhpc is EXPERIMENTAL. 2000-06-14 03:33:11 +00:00
itojun 00ded2c64e add rc.d/ipsec for ipsec configuration. when enabled, it will inject
/etc/ipsec.conf into "setkey -f".  PR 9609.
2000-06-13 16:29:53 +00:00
itojun 11a42bf1f4 move setkey(8) from usr.sbin to sbin, to enable us to initialize
IPsec manual key before /usr mount..
(based on "don't use cvsmove" discussion i have seen, I did not use cvsmove)
2000-06-13 15:15:21 +00:00
shin 1168e0d779 make it up to date. 2000-06-13 12:56:59 +00:00
shin 7a28f08c92 add some supported hardwares. 2000-06-13 12:56:13 +00:00
itojun f271a2cc0d do not install /usr/sbin/scriptdump, a helper perl script for setkey(8).
makes no sense when we have no perl in base system.
2000-06-13 05:35:45 +00:00
mycroft 4fcafab072 Oops; nuke a file that really should be gone. 2000-06-13 03:12:44 +00:00
wiz e5fae83b0b add mvme68k/le.{0,4}, too. 2000-06-13 01:54:28 +00:00
wiz 3249547159 oops, awictl.h was in dev/ic, not dev/isa 2000-06-13 01:53:48 +00:00
wiz ad144540cf add /usr/share/postfix 2000-06-13 01:02:31 +00:00
wiz 16764c07a1 add awictl.h, espvar.h, some ntfs/*.h, vm/vm_{conf,swap}.h and
svc_getreg{,set}.{0,3}
2000-06-13 01:00:17 +00:00
wiz f0abc226bd for consistency with other obsolete.*: remove leading '.' 2000-06-13 00:58:33 +00:00
wiz 632e153699 add bin/rcorder, portmap, usr/sbin/smrsh, update;
also add atari/ahdi* man pages, and fix a pasto for nfsiod.8
2000-06-13 00:57:22 +00:00
wiz 827edfa76c move pcvt files and devices to obsolete lists 2000-06-13 00:54:21 +00:00
matt 0e1c354b40 Install XCOFF ofwboot into installation area. 2000-06-12 23:02:45 +00:00
gmcgarry 0e85a3b273 Add Gregory McGarry <gmcgarry@netbsd.org> to list of developers. 2000-06-12 22:47:17 +00:00
bouyer 5df54cd1f2 Note HPT366 support. 2000-06-12 21:27:12 +00:00
mycroft 5f61ae5a02 Whee. Catchup time again. 2000-06-12 19:49:17 +00:00
he 561186c423 Oops, need to descend into ramdisk-tiny now too. 2000-06-12 18:53:01 +00:00
he 5ebb61c202 Fix the previous in another way:
o Wave goodbye to INSTALL_SMALL-based boot image (it was originally
   built for 5.25" media, but isn't anymore).
 o Make a separate ramdisk image for the INSTALL_TINY image,
   using the old script-based installer (not fixed/checked at the moment).
   However, at least tweak the profile scripts to start it instead of sysinst.
   Also remove ping6 and rtsol from ramdisk compared to original; the
   INSTALL_TINY image doesn't have INET6.
 o Add dump/restore back into both ramdisk images.
 o Add scsictl and chio to the normal ramdisk image (INSTALL-based fdset)
 o With dump/restore reinstated, remove the rescue-* and ramdisk-rescue
   directories.

So, we're now back to having the recovery tools on the same image as
the boot media images.
2000-06-12 18:51:14 +00:00
shin 9816e4fe55 install installation kernel and helper program (pbsdboot.exe). 2000-06-12 12:39:20 +00:00
ad 96efe00076 Fix a botch. 2000-06-12 11:05:35 +00:00
jtk 8a4c44eac9 Fix up to reflect source changes in dhclient 2000-06-12 02:36:18 +00:00
tsubai 8df877fc1c Add powerpc/{endian_machdep.h,hid_601.h}.
Create obsolete.powerpc.
2000-06-11 14:13:00 +00:00
tsutsui f3534d3bec - Build an INSTALL kernel on the separate directory.
- Install an INSTALL kernel and boot.fs image to RELEASEDIR.
2000-06-11 11:35:18 +00:00
fredb 0a7043068f Expand NOTESOBJDIR only once. 2000-06-11 11:06:24 +00:00
he ceaccf4ae5 Add construction of three types of "rescue" images, based on the
boot images.

The difference compared to the boot images is that these do not contain
sysinst, but do on the other hand contain dump/rdump, restore/rrestore,
scsictl and chio in addition to the other stuff already on the install
floppies.

The images built are
	rescue1.fs
	rescue2.fs	Based on the full INSTALL kernel, on two floppies
	rescue-sm.fs	Based on INSTALL_SMALL
	rescue-ti.fs	Based on INSTALL_TINY
2000-06-10 18:56:47 +00:00
matt 4a6f6fd467 nuke slattach and restore/rrestore to get back space taken by new rpc code 2000-06-10 04:56:12 +00:00
matt d619f5e86e Remove update since it doesn't exist anymore 2000-06-10 04:29:31 +00:00
tsutsui 1fae0a9ed1 Make fd0 device files. 2000-06-10 04:05:49 +00:00
tsutsui 1b49850675 Sync with etc/etc.sun3/MAKEDEV. 2000-06-10 04:04:45 +00:00
tsutsui 46b2cf55f2 Ramdisk kernels have been renamed. 2000-06-10 03:04:43 +00:00
tsutsui 42f4262fbb Pass ${DESTDIR} to RunList.sh. 2000-06-10 03:02:14 +00:00
tsutsui 2175a56cb7 - Pass ${DESTDIR} to RunList.sh.
- Remove *.cro and *.c on make clean.
2000-06-10 03:01:14 +00:00
tsutsui 294d8d9c41 sysctl(8) was moved from /usr/sbin to /sbin. 2000-06-10 02:57:25 +00:00
tsutsui 7d1f42b466 Remove include bsd.own.mk. It is included by bsd.subdir.mk. 2000-06-10 02:50:34 +00:00
tsutsui 75c6529048 Remove unused ${GEOM}. 2000-06-09 16:45:31 +00:00
tsutsui a3a4a93eab Pass ${DESTDIR} to runlist.sh. 2000-06-09 15:18:55 +00:00
tsutsui c6083562ce - Use vnd instead of sd1b to build ramdisk image.
- Adjust ramdisk size.
- Switch to MI mdsetimage(8) from home-grown rdsetroot.
2000-06-09 15:03:34 +00:00
tsutsui b3e031a6db Use vnd rather than sd1b to make miniroot image. 2000-06-09 14:58:32 +00:00
tsutsui 3efda7f3c0 - Update shlib versions. (XXX They should be taken from shl.mi)
- Remove strings and libgnumalloc.
2000-06-09 12:55:40 +00:00
onoe d875086bb3 /usr/include/dev/ic/awictl.h is removed due to awictl interface has been
replaced by wiconfig(8)
2000-06-09 05:59:43 +00:00
tsutsui b8883b183d Use also x_ftp and x_sh. 2000-06-08 23:39:43 +00:00
tsutsui b0d54f368a Add "COPTS= -Os" for building libhack.o. 2000-06-08 23:39:07 +00:00
matt 238972e741 Add make release support so automake snapshots 2000-06-08 17:39:44 +00:00
tsutsui 8e84cf560d Add Makefile for building SUBDIR. 2000-06-08 13:55:46 +00:00
itojun 9537caed22 add 1.13 -> 1.14 again (obsolete IPv6 headers). it would be better
if we can smoothly upgrade from 1.4[A-Z] to 1.5 (like Comdex snapshot).
2000-06-08 01:24:38 +00:00
marc 064ca03436 prevent unecessary rebuilds of ${IMAGE} 2000-06-07 22:15:31 +00:00
thorpej 5dd5a4e083 Remove restore(8). It doens't belong on install media, and if we
want to provide that functionality, we can do it some other way.
2000-06-07 21:13:12 +00:00
thorpej 9e01451f4c test is a shell built-in; don't need a separate binary. 2000-06-07 21:00:03 +00:00
thorpej 2304ada2b0 Need /etc/netconfig. 2000-06-07 20:43:11 +00:00
thorpej 765e8772d7 Need /etc/netconfig. 2000-06-07 20:42:19 +00:00
thorpej ceff2dc6bc Need /etc/netconfig. 2000-06-07 20:32:06 +00:00
thorpej b871a87cc8 Need /etc/netconfig. 2000-06-07 20:23:19 +00:00
matt a83202e259 Add netconfig 2000-06-07 20:08:12 +00:00
thorpej 464b4e3de0 Need /etc/netconfig. 2000-06-07 19:54:50 +00:00
thorpej eef8b653bc Need /etc/netconfig. 2000-06-07 19:42:23 +00:00
thorpej afb5621bab Add another `cylinder' to the ramdisk. 2000-06-07 19:41:47 +00:00
matt a0cdedfb34 add netconfig 2000-06-07 19:38:00 +00:00
tsutsui c49a328d6f Turn off xserver and xfonts sets on default. 2000-06-07 13:07:41 +00:00
thorpej 4b4411fe04 Update for reality. 2000-06-07 01:31:37 +00:00
matt 3d4cc8a161 Needed so that obj directories are created properly. 2000-06-06 21:00:31 +00:00
gmcgarry 3129070fd6 New driver for Xircom CreditCard PCMCIA Ethernet. Replaces xe driver which
didn't work.  Renamed to avoid clash with next68k network driver.
2000-06-05 23:14:22 +00:00
thorpej 60a5fb3613 alpha/intrcnt.h is obsolete. 2000-06-05 21:55:29 +00:00
simonb 57301eb879 Add xntp 3.5 programs, libraries and doco to the obsolete list 2000-06-05 03:17:23 +00:00
cgd cffb580806 Implement the more flexiable `evcnt' interface as discussed (briefly) on
tech-kern and now documented in evcnt(9).
2000-06-04 19:14:14 +00:00
itojun eed37fdd23 we have never shipped IPv6/IPsec in official releases, so we don't
need to register files that are gone.  From: bernd ernesti
2000-06-04 12:25:25 +00:00
itojun d586fbe2be register removed IPv6/IPsec include files (nonstandard file paths). 2000-06-04 11:58:25 +00:00
itojun 93b2b4e693 remove include files in nonstandard path
(has been #error for couple of months).
2000-06-04 11:52:06 +00:00
itojun e56538278d add sys/ansi.h 2000-06-04 08:53:58 +00:00
matt 04a2da60cb add some missing files. 2000-06-03 05:36:56 +00:00
matt da9fca7cc8 va-ppc.h and vmparam.h are no longer existant in /usr/include/powerpc 2000-06-03 05:31:23 +00:00
matt d5ae57122b need bsd.own.mk 2000-06-01 06:56:55 +00:00
matt b0eda434e1 need bsd.own.mk for BSD*DIR 2000-06-01 06:56:12 +00:00
matt 8b35a1a9be need bsd.own.mk for KERNOBJDIR 2000-06-01 06:54:57 +00:00
matt 6efd6747ac need bsd.own.mk 2000-06-01 06:53:55 +00:00
matt 3586ef00b3 make snap_md_post do the right thing. 2000-05-31 21:51:27 +00:00
matt 5d41eae943 Need <bsd.own.mk> to get BSDSRCDIR 2000-05-31 20:28:27 +00:00
matt 559fadb14a To pick up KERNOBJDIR, we need to include bsd.own.mk before the loop. 2000-05-31 17:14:01 +00:00
enami 48f28a68be There is no formatted man pages under man9. 2000-05-31 08:02:45 +00:00
cgd 016962c8ae add softintr-related pages 2000-05-31 00:43:17 +00:00
matt f43d715728 Make the path relative instead of using BSDSRCDIR 2000-05-29 05:37:06 +00:00
matt cd116b1569 Add fddi.c 2000-05-29 03:13:24 +00:00
augustss 5036bc4fc0 Add mca(4). 2000-05-28 22:38:54 +00:00
ragge db2af6e8dc Place vsio.h in obsolete list. 2000-05-28 19:49:50 +00:00
blymn ef06522539 Bump minor lib version of libtermcap & libtermlib 2000-05-28 09:59:48 +00:00
fvdl 902ae34ae6 When converting from relsecs to chs, if the value exceeds the maxmimum
that can be specified with CHS, truncate it to the maximum values that
the BIOS provided, not 1023*255*63. Some BIOSs get awfully cranky when
you do that.
2000-05-27 18:41:36 +00:00
simonb 3ecaf10108 Bump libkvm minor. 2000-05-26 02:44:33 +00:00
shin 1498143bfa add lfs_ manpages. 2000-05-25 04:20:46 +00:00
matt 2b6f5625e6 Fix a new nits. we never the dev entries for cd0 or cd1. opps. be
consistent with terminal types.
2000-05-24 23:20:46 +00:00
matt 5d64a08f5f add ramdisk-kernel. 2000-05-23 18:36:04 +00:00
matt 76a7f5856a Build the INSTALL ramdisk kernel 2000-05-23 18:34:58 +00:00
shin 7b961f3147 fix disk usage. 2000-05-23 12:38:39 +00:00
blymn dd22c41749 Bumped minor of libtermcap. 2000-05-20 13:57:28 +00:00
wiz c4c0300d19 We don't need to fsck -f filesystems, plain fsck is good enough.
Define DEBUG_SETS to fsck -f by default instead.
2000-05-20 00:45:45 +00:00
kleink 793557dfb6 Sync. 2000-05-18 12:09:52 +00:00
shin 6eb7daf256 sync with reality. 2000-05-18 07:22:57 +00:00
shin 15a4223c42 add <mips/endian_machdep.h>. 2000-05-18 07:02:00 +00:00
matt 9d53129465 Updagte the VAX bits so they actually work. Use the common method of building
miniroots.  Fix the ramdisk bits.  Use the INSTALL kernel.  This stuff has
really suffered from bitrot.
2000-05-18 02:12:43 +00:00
matt 594a6a1750 Link sysinst -static too. 2000-05-18 01:10:58 +00:00
matt 9b64288b04 Part II. Link everything -static since that's what want for crunchgen
later on.
2000-05-18 01:10:22 +00:00
matt e123fd0f5a Compile things with -Os. I wonder if compiling -Mno-pic for mips and vax
would shrink them even more?
2000-05-18 00:43:05 +00:00
thorpej 031c192cf0 Add cz(4). 2000-05-17 18:20:31 +00:00
shin f26609f174 add X server for hpcmips (Xhpc). 2000-05-16 11:27:37 +00:00
bouyer 73faa41bdf Add siop(4) 2000-05-15 07:50:44 +00:00
christos 72c4881e9a add magic.mime 2000-05-14 23:07:43 +00:00
tsutsui df0f7248cd Move soren's name to portmasters list. 2000-05-14 13:22:17 +00:00
bjh21 307b716293 I believe I've expunged all advertising clauses relating to me. 2000-05-14 09:56:26 +00:00
jdolecek 9732605da9 add biosboot_ps2.sym - IBM PS/2 bootblocks 2000-05-13 20:03:32 +00:00
lukem 78abee064b remove netstart 2000-05-13 08:07:01 +00:00
thorpej 03f41d304a Add x_dhclient. 2000-05-12 20:54:16 +00:00
thorpej 5a58ea4ad2 Support for building a small(er) DHCP client, one day suitable for
installation media.  From Erik Berls <cyber@netbsd.org>, with some
slight frobbing by me.
2000-05-12 20:53:21 +00:00
hubertf 6ff1541020 Whitespace fix. 2000-05-12 01:00:08 +00:00
jdc 5133f6e158 libcurses minor++. 2000-05-11 22:56:46 +00:00
bjh21 d1744447e8 Add arm26 port 2000-05-11 21:30:07 +00:00
hubertf 601fd8e3ee Add some "\n"s (one to make things look better, and one for consistency). 2000-05-11 02:27:25 +00:00
hubertf d30469d828 Move the configbootsel selection box down some lines so it doesn't
overwrite anything important. (The moving down hides some elements
of the selection box, but we can scroll).

Took some digging to find out that aparently all selection boxes default
to a upper row of 12 and some more digging on how to change it.
2000-05-11 02:26:24 +00:00
hubertf e20160f1a2 add blank line after bootselectors partition list 2000-05-11 02:24:36 +00:00
hubertf 6458701315 fix typo 2000-05-11 02:23:53 +00:00
hubertf baa1e576e4 Make it easier to comment out single targets/floppies. 2000-05-10 23:44:51 +00:00
thorpej b7600c4149 Add viaenv and viapm manapges. 2000-05-10 23:29:46 +00:00
thorpej f7c5e1ea86 Add missing cat4/bktr.0 2000-05-10 23:28:17 +00:00
thorpej 2d395cdbf0 Add missing arm26 {cat,man}4 arcws{kbd,mouse}.[04] 2000-05-10 23:27:14 +00:00
thorpej 2a90261514 Add cat4/arm26 and man4/arm26. 2000-05-10 23:25:44 +00:00
thorpej 6d85384c6f Update for location of aliases/aliases.db. 2000-05-10 23:24:04 +00:00
groo 4bfa511ce1 add arm26 devices 2000-05-10 16:46:06 +00:00
hubertf ec974f2650 Seperate "Shall we continue?" questions optically, to make them more
obvious.
2000-05-09 00:25:27 +00:00
mycroft 0236348990 Sync. 2000-05-08 06:09:57 +00:00
itojun ab325e0bb6 add netbsd-proto-IPv6.mc 2000-05-08 00:38:29 +00:00
itojun 10e25f6012 make default sendmail.cf IPv4-only again.
roll sendmail-IPv6.cf, which does IPv4/v6.
2000-05-08 00:37:53 +00:00
wiz a30914202c add man page for bktr(4) 2000-05-07 20:46:10 +00:00
mycroft 0033b70c27 Put the ramdisk kernel in the release area. 2000-05-07 18:21:17 +00:00
bjh21 9404af6d5a Add myself to portmasters list 2000-05-07 09:57:46 +00:00
wiz a84ef58660 added bt8xx.h for bktr driver 2000-05-07 00:56:03 +00:00
augustss 32e67c7edb Add pas(4) man page. 2000-05-06 14:33:22 +00:00
sjg df3dbd39a6 Allow bootfs to grow as needed. It does not fit on a floppy
anymore - so stop trying, a new floppyfs is needed.
Meanwhile this bootfs remains useful to those that don't use floppies.
2000-05-06 14:18:53 +00:00
mycroft 681d659b77 Finish previous sync. 2000-05-06 06:27:42 +00:00
mycroft b62104ce62 Sync (mostly). 2000-05-06 06:22:21 +00:00
mycroft 873c2fbd93 Build bootfloppy-small, as a 1.44MB floppy image. 2000-05-06 05:32:28 +00:00
mycroft 48b5b5f82c Build bootfloppy-tiny again. 2000-05-05 21:37:05 +00:00
mycroft b0afa4ef98 Need BLOCK8K now. 2000-05-05 21:35:51 +00:00
mycroft 819afb8af2 Switch to using ustarfs. Saves space, and allows us to truncate the image if
it's smaller than the media (e.g. boot-big.fs).
2000-05-05 21:34:32 +00:00
mycroft 23873a5473 GC some unused stuff. 2000-05-05 21:25:58 +00:00
mycroft 21d295469d Minor cleanup in previous. 2000-05-05 21:08:01 +00:00
mycroft 0992b5f229 Make this capable of generating a single-floppy image. 2000-05-05 21:01:35 +00:00
mycroft 00975f989f Merge latest build system changes, and use the kernels built in ramdisk-kernel. 2000-05-05 20:13:29 +00:00
mycroft 64228ba734 Build in ramdisk-kernel. 2000-05-05 19:30:13 +00:00
mycroft 7080cedad4 Makefile to build and install the ramdisk kernels, separately from the boot
floppy images.
2000-05-05 19:29:28 +00:00
itojun 945422d310 update wording for sendmail upgrade issues. 2000-05-05 19:05:29 +00:00
sjg 9caa7e60e5 Added missing .gz to makesums arg 2000-05-05 11:15:45 +00:00
hubertf 057045f8bf Add commented-out BOOTCODE setting for bootfloppies with output to
serial console.
2000-05-04 14:12:13 +00:00
itojun 1f8a9e6165 supply IPv6-ready route(8) for i386 and hpcmips
(those who has IPv6-ready sysinst already)
2000-05-04 03:30:57 +00:00
itojun 3b30be92ba make -DINET6 conditional with MACHINE_ARCH.
checked after a comment from "Simon J. Gerraty" <sjg@quick.com.au>
2000-05-04 03:27:09 +00:00
itojun ee5a20c368 sync better with 8.10.1. 2000-05-04 00:52:58 +00:00
simonb 79d9107b9d Remove ntptimeset.[08] - there is no man page for this program.
Noted by Johan Danielsson.
2000-05-03 23:30:35 +00:00
augustss c8cd24e809 Add entries for the new links. 2000-05-03 23:04:13 +00:00
augustss e4e7996be0 Reflect bba(4) move. 2000-05-03 22:58:39 +00:00
itojun cca383c204 fix sendmail.cf file path. 2000-05-03 17:12:16 +00:00
itojun 79099a85c3 change sendmail.cf path in "postinstall".
sync "main" with reality.  rc.d/sendmail will die if there's /etc/sendmail.
2000-05-03 17:09:13 +00:00
veego cf189f1d7e Add ipfs(8). 2000-05-03 11:45:28 +00:00
veego 43cea5b587 Add /usr/sbin/ipfs 2000-05-03 11:44:31 +00:00
itojun debc4ca3f3 correct more sendmail upgrade issue. 2000-05-03 11:22:28 +00:00
itojun 9a24a3ec5b sync with sendmail upgrade. 2000-05-03 10:57:29 +00:00
itojun 24ff0c6e1f mention sendmail upgrade twists (/etc -> /etc/mail) 2000-05-03 10:56:45 +00:00
sjg 45fb67b360 remove/change missleading comments 2000-05-03 00:10:33 +00:00
sjg 1f724b9392 use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels. 2000-05-02 16:06:45 +00:00
sjg 4f4b625421 incase we muck up number of ../'s below 2000-05-02 14:30:14 +00:00
sjg 591dd83065 use KERNOBJDIR if set 2000-05-02 13:59:20 +00:00
sjg 1350b8fdf4 use KERNOBJDIR from bsd.kernobj.mk 2000-05-02 13:57:27 +00:00
simonb 44e419a369 Adjust sets for ntp4.
XXX: Obsolete sets still need to be fixed.
2000-05-02 12:46:05 +00:00
augustss 22ffe6a4de Add mainbus(4). 2000-05-02 11:43:23 +00:00
augustss 08e476f3c5 Add bba(4) man page. 2000-05-02 07:17:20 +00:00
sjg 952a141de5 use KERNOBJDIR from bsd.kernobj.mk 2000-05-02 07:10:19 +00:00
sjg 8124e16d8e use ../../Makefile.inc 2000-05-02 06:47:23 +00:00
sjg 49cf26c7de Use top-level Makefile.inc to set BSDSRCDIR
use bsd.kernobj.mk to set KERNOBJDIR and pass this to runlist.sh
2000-05-02 06:45:24 +00:00
sjg 6f2260a0ca Added bsd.kernobj.mk 2000-05-02 04:52:16 +00:00
augustss e3358cb8ef Add cms(4). 2000-05-01 22:49:55 +00:00
blymn 935e860337 bump libcurses minor. 2000-05-01 12:35:42 +00:00
thorpej 47ac8ca416 Add dhcp-eval(5). 2000-05-01 05:33:55 +00:00
thorpej 9f5624b38b Add vax asc(4). 2000-05-01 05:33:41 +00:00
thorpej 14efce2b9b Add postfix-related files. 2000-05-01 05:31:14 +00:00
thorpej 314fe7d9ef ./usr/share/postfix -> ./usr/share/examples/postfix 2000-05-01 05:28:25 +00:00
thorpej eb050496a9 Back out rev 1.69 -- I dunno what the deal was on Manuel's system, but
we're certainly still at libutil.so.5.2 on the snapshot I just built.
2000-05-01 05:24:12 +00:00
augustss 891e47054b Add cmpci(4) man page. 2000-04-30 22:03:24 +00:00
lukem 8452ac780c add rc.d.8 and rc.shutdown.8 2000-04-29 21:42:46 +00:00
thorpej 0a15898a28 Add <machine/lock.h> 2000-04-29 03:46:24 +00:00
itojun 5d5dd022cb add bind operators guide into share/doc/smm/10.named. PR 9996. 2000-04-28 06:21:20 +00:00
veego 3cc8b08293 Move the rl(4) manpage to the obsolete list and add rtk(4) to the mit list. 2000-04-27 20:55:04 +00:00
jdc 85a2e6448b Bump libcurses minor (new functions - wnoutrefresh() and doupdate()). 2000-04-27 00:28:58 +00:00
bouyer 602855a62b Looks like we're at libutil.so.5.3 now ... 2000-04-26 17:07:52 +00:00
blymn 4a7660dd24 Bump libcurses minor. 2000-04-26 12:31:27 +00:00
itojun dffc281396 add zone file for "localhost.". this is included in examples in BIND8,
and is a good thing to have (no outside DNS server will supply this).
2000-04-26 01:33:27 +00:00
thorpej 25d3912e71 G/C alpha/sfbreg.h, pointed out by Tim Rightnour <root@garbled.net>. 2000-04-25 22:52:03 +00:00
blymn 3b60d26e3a Bumped libcurses minor version. 2000-04-25 14:08:45 +00:00
hubertf 416a0bca75 Implement a "poweroff" command which is equivalent to "halt -p",
but allows powering down the system from an exec(2) call, e.g. via
a user which has "poweroff" as login shell.

The command name is modeled after Solaris.
2000-04-25 14:03:25 +00:00
mellon 9f8dbb43de Get rid of second instance of sysconfd and statmsg, previously missed. 2000-04-25 05:38:56 +00:00
mellon d0b595e6df Add sysconfd and statmsg man pages to obsolete list. 2000-04-25 05:38:00 +00:00
mellon b6c95ec0aa Add sysconfd and statmsg to obsolete list. 2000-04-25 05:36:06 +00:00
mellon d3ddd4f46d Remove obsolete DHCP-related files. 2000-04-24 22:06:50 +00:00
sommerfeld e551a33ad0 mention in comment that libtermcap/libtermlib share a version 2000-04-24 15:13:20 +00:00
tsarna ded4f99470 Add ./usr/mdec/biosboot_resetvideo.sym 2000-04-23 20:06:09 +00:00
sommerfeld 59c8861b20 Disable building of bootfloppy-tiny for now since we don't fit. 2000-04-23 15:05:02 +00:00
sommerfeld 1613a87db4 Change how ramdisk is sized so we can actually use more than 1.44mb of
space.

Adjust RAMDISKCYLS and/or RAMDISKSPC to change the ramdisk geometry.
the total blocks on the ramdisk is computed automagically from this.
2000-04-23 15:04:25 +00:00
thorpej c4f7002d69 Update for libtermlib.so.0.2. 2000-04-22 16:52:40 +00:00
hubertf a6d0c13e51 Add /sbin/ldconfig - no longer needed since the ELF transition.
(Hey, the upgrade on option actually DOES work besides this - wow!)
2000-04-22 00:51:21 +00:00
explorer 1804bb1414 Add documentation for Addonics FlexPort 8S 2000-04-21 18:20:53 +00:00
minoura 8bffa1abc1 issetugid(2) manpage. 2000-04-21 16:39:23 +00:00
minoura 599d65f132 New syscall issetugid. 2000-04-21 16:24:22 +00:00
tsubai b2f1182c3f Sync. 2000-04-21 13:13:47 +00:00
blymn 6965dd7b76 Bumped major of libmenu. 2000-04-21 11:07:05 +00:00
blymn fca4cb67e8 Updated minor of libtermcap. 2000-04-19 13:42:58 +00:00
itojun d300ce3942 add net/if_stf.h and netinet/ip_encap.h (almost noone will include them though) 2000-04-19 06:39:15 +00:00
itojun 8c8a291b7f add stf(4), for stf (6to4) pseudo interface. 2000-04-19 06:34:19 +00:00
augustss e29659f7dd Add PCIBIOS 2000-04-17 17:07:51 +00:00
augustss 072b191e5f Add mandoc. 2000-04-17 17:06:21 +00:00
perry 4b44b23c11 sync to reality. 2000-04-16 23:39:58 +00:00
perry b75b48379e sync to reality. why the libbfd_pic.a? not for me to say. 2000-04-16 23:38:48 +00:00
pk 6fa10bb0bf Fix path to `makesums' 2000-04-16 21:27:00 +00:00
matt fedc2dd8aa Use relative path to osrelease.sh 2000-04-16 19:17:18 +00:00
mrg 6ce8bed0fd - add a "netbsd.ram" target so we can build a kernel that has an embedded
filesystem but don't need/want to compress it.
- use "KERN?=" so that "make KERN=/path/to/my/netbsd" works.
2000-04-16 04:16:12 +00:00
david 784ea78445 add myself to supporting-cast 2000-04-16 03:46:28 +00:00
tsarna f9366f5ba5 Update sets and obsolete lists to reflect death of nfsiod 2000-04-15 22:02:14 +00:00
scw 1689370d0d Add machine/intr.h 2000-04-15 21:23:02 +00:00
mrg 0bd238bf14 remove <vm/vm_swap.h> and <vm/vm_conf.h> 2000-04-15 18:12:46 +00:00
augustss 1b6a056021 Add ucom(9) 2000-04-15 17:23:02 +00:00
augustss f6355e3f7d Add uftdi(4) and urio(4). 2000-04-15 00:27:21 +00:00
thorpej 0893e278cb Update for racoon removal. 2000-04-14 23:00:26 +00:00
thorpej 3b709d7ae5 Update for libcurses.so.3.1 2000-04-14 22:55:56 +00:00
thorpej d972fb140a Don't access curses internals, use getmaxy() instead. 2000-04-14 21:46:11 +00:00
jhawk ebb5b94cb0 Clarify that /usr/pkgsrc is not the One True Location, but merely
an accepted-by-convention default, per agc.
2000-04-14 10:17:44 +00:00
jhawk a110807f8f Clarify exactly where pkgsrc.tar.gz should be extracted.
Fixes install/9580 (INSTALL is vague about pkgsrc installation location)
2000-04-13 18:24:13 +00:00
jhawk c4f30d4a4e Add self (jhawk) to list o' Developers 2000-04-13 17:53:58 +00:00
hubertf f577078528 note that the installation software (sysinst) may have already set
rc_configured to YES in /etc/rc.conf, and that the drop to
	singleuser mode may not happen.
 remove special mentioning of 1.4.
2000-04-13 15:46:43 +00:00
christos f0653e6271 Oops, forgot to include test here. 2000-04-11 12:45:18 +00:00
pk 3123085e13 Make FQDN optional (PR#9823). 2000-04-11 08:26:34 +00:00
hubertf dd8cb52a5d Enable wscons by default, by
* setting wscons=YES in etc/rc.conf
 * setting ttyE* to "on" in etc/ttys
2000-04-10 01:40:51 +00:00
augustss 147fc51309 Add upl(4) man page. 2000-04-09 18:27:04 +00:00
tsarna a125dbe844 add /etc/sysctl.conf 2000-04-08 23:06:45 +00:00
thorpej 04b675c7a2 Provide a Makefile here so that the previous level will traverse down. 2000-04-07 17:44:19 +00:00
thorpej 7ab88fa264 Make this traverse into subdirectories properly. 2000-04-07 17:33:34 +00:00
erh 744f0f6486 libc is at 12.60 now. 2000-04-06 21:22:49 +00:00
jdolecek 97c7b9f310 Correct typo. Fix sent by Dave Huang in port-mac68k/9788 2000-04-05 16:27:16 +00:00
itojun 6f5a562309 rareflect removal of racoon build tree. 2000-04-04 03:12:22 +00:00
christos 7c693afd21 oops, forgot the man page... 2000-04-02 20:34:18 +00:00
christos f44fd4a857 add getopt.h 2000-04-02 20:33:21 +00:00
minoura 59816535a2 Update libc.so version. 2000-04-02 15:39:54 +00:00
soda 82b036ca26 cancel previous change.
$INCS variable is introduced by cgd to export kernel headers which
are needed from userland. In other words, $INC should only have
headers for kernel <-> userland programming interface.
Headers for kernel internal implementation should not be exported
to userland.
2000-03-31 11:50:06 +00:00
tsarna 840b9e3b24 Add auvia(4) 2000-03-31 06:01:48 +00:00
soren ad597b3ab0 Match reality. 2000-03-30 21:39:29 +00:00
soren 0d2208fd02 etc.cobalt (fstab.wd). 2000-03-30 21:13:37 +00:00
soren f1ebda6de6 fdisk and installboot. 2000-03-30 21:13:06 +00:00
augustss f3b7e3201c Add uvisor(4). 2000-03-30 16:59:36 +00:00
fredb 3ff49ae387 Make the notes reachover more robust, and only build INSTALL.more, since
that's the only one we use.
2000-03-30 04:33:57 +00:00
thorpej 5c4ddfff99 Make doing a few things here (e.g. checkflist) a little easier. This
determines which crypto set to build based on <bsd.crypto.mk> and invokes
the programs with the various correct options.

Not complete yet, but a good starting point for a few things, and a little
more flexible than the method used in the release: target in etc/Makefile.
2000-03-28 00:38:06 +00:00
thorpej e1e415963d Add an option of the `secr' set (but default it to OFF), and allow the
kernel/base/etc sets to be toggled.
2000-03-28 00:29:53 +00:00
soda 07f31bdc87 add spllowersoftclock(9) man/catman page, pointed out by enami@netbsd.org. 2000-03-27 10:01:47 +00:00
thorpej 06f397e94e Allow for building with an alternate default FTP server and alternate
default FTP directory, based on mk.conf variables SYSINST_FTP_HOST
and SYSINST_FTP_DIR.
2000-03-24 21:56:04 +00:00
onoe 5e2634ff53 Added /usr/include/dev/ic/awictl.h 2000-03-23 07:28:00 +00:00
thorpej 6e327348f1 callout.9 pages. 2000-03-23 07:12:36 +00:00
tron a66ade11c0 Add missing "./usr/lib/libi386.so". Problem noted by Patrick Welche in
PR port-i386/9659.
2000-03-22 17:32:03 +00:00
jun 64a063e730 add supported hardware List
- Sharp Telios
 - Compaq C810 C2010
 - Mobilon HC-4100
2000-03-22 14:36:35 +00:00
soda cccbe9a4f3 sync with i386 about ahc. 2000-03-21 10:50:03 +00:00
soda fdc9111bb2 add Adaptec AHA-2910, 2915, 2920, and 2930C adapters (supported by ahc) 2000-03-21 10:39:23 +00:00
garbled fee34ab92e Stop this make from descending into directories that don't exist yet. 2000-03-21 03:58:12 +00:00
jlam 41053184b6 /usr/include/dev/isa/espvar.h became /usr/include/dev/isa/esp_isavar.h 2000-03-20 19:09:19 +00:00
ad 99ad897ea3 Note devices supported by cac(4). 2000-03-20 18:25:20 +00:00
jun 92a2e14c2a typo fix. 2000-03-19 16:17:12 +00:00
augustss 970cd3e4db Add nca(4). 2000-03-18 14:10:49 +00:00
tron 4ca37ae145 Add "machine_machdep.h". 2000-03-17 22:54:04 +00:00
tron 6345e92ee0 Add "./usr/include/i386/endian_machdep.h". 2000-03-17 17:35:03 +00:00
ad 21eb44e2ba Add {ca,cac}.4. 2000-03-16 15:35:29 +00:00
ad 649f9c330f Add cac{reg,var}.h. 2000-03-16 15:33:24 +00:00
ad 63b3c394ac More inodes. 2000-03-16 14:56:19 +00:00
ad d0084dcebe Allow install on /dev/ca??. 2000-03-16 14:55:23 +00:00
tron cd90b3ddcb Add "./usr/include/dev/microcode/aic7xxx/aic7xxx_reg.h" forgotten in
revision 1.199.
2000-03-15 16:09:20 +00:00
tron bbe2d4b1c0 "/usr/include/dev/hpc" exists only on the "hpcmips" port. 2000-03-15 16:03:50 +00:00
tron efbc6482aa Correct list of include files for updated Adaptec driver. 2000-03-15 16:02:25 +00:00
tsutsui da5ce39d89 Remove AIC-7890 from "we do NOT currently support" list. 2000-03-15 14:08:44 +00:00
soren 89e842a822 mbrlabel moves to /sbin. 2000-03-15 12:16:36 +00:00
fvdl a1ccc336af Note support for more Adaptec SCSI cards. 2000-03-15 02:28:42 +00:00
fvdl 97965ecea8 Convert ask_sizemult to take an argument, so that MBR using ports can
actually call it with the right sectors per cylinder size during
MBR partitioning.
2000-03-14 22:42:48 +00:00
shin e8da1c58bf sync with reality. 2000-03-14 09:06:50 +00:00
shin 17fe2b89c8 add /etc/rc.d. 2000-03-14 08:49:50 +00:00
shin 405564cecb fix DAEMON,LOGIN,SERVERS,sshd in /etc/rc.d. 2000-03-14 08:49:22 +00:00
shin c992820a4d add /usr/include/dev/hpc/hpcfbio.h 2000-03-14 08:44:54 +00:00
shin c40db3fc1b fix set sizes. 2000-03-14 01:58:34 +00:00
shin a992c45b8e increase STDNEEDMB value. 2000-03-14 01:57:59 +00:00
soren fe277f0e79 Fix doubled 'the'. 2000-03-13 22:45:46 +00:00
soren 874c2bbe49 Fix doubled 'the's. 2000-03-13 22:37:10 +00:00
itojun 8ab75e23f4 hide shouldn't-be-exported symbols from the outside.
don't compile pfkey*, since we expect tons of changes in the near future.

bump shlib major (due to less exported APIs than before - am I correct here?).
2000-03-13 21:23:55 +00:00
tsutsui d8a503fec5 Try to make the install floppy work on 4MB machines:
- reduce memory disk size
- use x_dd, x_ifconfig and x_route
- use libhack.o (sync with i386)
- don't use mfs as /tmp

Tested by Luigi Filippini <filippini@tiscali.it> and me.
2000-03-13 13:16:54 +00:00
jlam dff1e64aad Add /etc/rc.d scripts. 2000-03-12 21:47:16 +00:00
martin 29ca614469 Added myself. 2000-03-12 19:18:50 +00:00
shin 745a0cd2a9 enlarge ramdisk size. 2000-03-11 09:12:34 +00:00
groo 38cfdfd8fc Add envstat(8) for displaying sensor readings from any envsys(4)
compatible device.
2000-03-10 05:51:56 +00:00
onoe 2ec94d1a53 add myself to developpers. 2000-03-10 01:59:06 +00:00
cjs e4d280c038 Update minor version of libc so that those installing a snapshot actually
get a libc with it. (Someone's been naughty!)
2000-03-09 23:32:03 +00:00
cjs 727677837e Include bsd.own.mk so we use /etc/mk.conf. 2000-03-08 21:58:10 +00:00
cjs 81999926fe Include bsd.obj.mk so we can have RELEASEDIR in /etc/mk.conf. 2000-03-08 15:39:48 +00:00
cjs 365f78431b Fix typo. 2000-03-08 14:28:54 +00:00
cjs a195a52b81 Include bsd.own.mk so we use /etc/mk.conf, which may well have RELEASEDIR
in it.
2000-03-08 13:34:58 +00:00
hubertf 9aea0d6d08 Make setting of pcic_isa_intr_alloc_mask via DDB a bit clearer.
Suggested in PR 9568 by sanpei@sanpei.org
2000-03-08 13:09:00 +00:00
cjs 3ec9dae179 1800k is not big enough, so make it 1920k. (Though I'm not sure that making
this larger is the solution we're looking for.) And make it actually work
with a larger size, rather not using the extra space we've allocated due
to not changing the geometry we disklabel it with. Do we even need to give
this a disk-like geometry, especially if it's a `floppy' with more tracks
than a real floppy has?
2000-03-08 06:08:37 +00:00
veego 70b32a2849 Remove unused libahdi.
It will be replaced in the future with a more generic libdisklabel.
2000-03-07 20:54:57 +00:00
jun d26f8fbcde Warner Losh reports to port-hpcmips,port-hpcmips-ja@jp.netbsd.org
Everex A-10
	    main memory 4M  too tight for living
	    main memory20M  live in peace
2000-03-07 14:24:59 +00:00
pk 20bea9cdbc Bump image size by 1MB. 2000-03-07 08:41:35 +00:00
imp 64d1b1dbe8 Add Everex Freestyle A-10 to the supported list. Mine now boots. 2000-03-07 03:03:29 +00:00