lukem
f7ad6f8074
- use .Pp to separate paragraphs
...
- indent paragraphs which are preceeded by the paragraph
``In the following statement, "This software" refers to the [...]''
2000-10-04 00:28:36 +00:00
lukem
4b0f21a916
- use "press" instead of "hit"
...
- use "Control-A" instead of "^A"
- update copyright date
2000-10-03 23:23:56 +00:00
lukem
0a266992a1
- use "press" instead of "hit"
...
- update copyright date
2000-10-03 23:19:11 +00:00
lukem
db32885e42
- use "press" instead of "hit"
...
- update copyright date
2000-10-03 23:05:30 +00:00
lukem
812f74a909
update copyright date
2000-10-03 22:46:20 +00:00
lukem
9a21eb644a
- spell `separate' correctly
...
- update copyright date
2000-10-03 22:43:37 +00:00
lukem
83bfef4f5d
- use press' instead of
hit'
...
- update copyrights
2000-10-03 22:24:33 +00:00
lukem
1010f59149
update copyright
2000-10-03 00:01:10 +00:00
fvdl
f7cac0d34b
Add empty stubs for md_init().
2000-10-02 12:05:10 +00:00
lukem
62435065fe
replace 1.4 with \\*V
2000-10-02 11:42:20 +00:00
fvdl
e615284d83
* In md_init, determine what kind of bootfloppy we are (either
...
by checking uname, or the BOOTMODEL environment var), and set
the kernel setname accordingly for some bootmodels (tiny and laptop),
to install GENERIC_TINY and GENERIC_LAPTOP respectively. There's
no sense in installing plain GENERIC, especially on "tiny" systems;
it may not even make it far enough to add swapspace on 4M machines.
* Make sure to always install bootcode into the MBR (unless the user
explicitly tells us not to). Should fix PR#8887, PR#9093, PR#9999
2000-10-02 09:36:24 +00:00
fvdl
4ee4b50498
Add a definition for md_init(), an MD function to initialize whatever
...
needs to be initialized before sysinst starts processing menus.
Call it from main().
2000-10-02 09:26:26 +00:00
lukem
2b0e78e073
- remove 1.4 stuff, and add some 1.5 stuff like ELF and MCA
...
- use \*V instead of `1.4'.
2000-10-02 08:01:55 +00:00
minoura
c2972543ed
Missing `the'. Pointed out by jhawk.
2000-10-02 01:07:06 +00:00
thorpej
0ae6087eae
Add xmisc set. THIS METHOD OF HANDLING SETS MUST DIE!!!
2000-10-01 22:57:15 +00:00
thorpej
d01921b990
Add the xmisc set.
2000-10-01 22:49:05 +00:00
thorpej
ea11d81504
Add the "xmisc" set. Misc. X11 programs that NetBSD includes
...
as part of the system. Currently it has ssh-askpass.
2000-10-01 22:46:39 +00:00
lukem
9dd7b7e45b
move default config files from /etc/default -> /etc/defaults, to be
...
consistent with what FreeBSD uses /etc/defaults for, and since SVR4
uses /etc/default for another purpose.
as discussed on tech-userlevel, and no objections were made.
2000-10-01 06:12:25 +00:00
fvdl
ae06835447
ldconfig is no longer obsolete (in fact, the entries were wrong; it was
...
never in /bin). Put it back for i386 and sparc.
2000-09-29 18:06:25 +00:00
thorpej
a04669c405
Add ssh-related files.
2000-09-28 22:25:28 +00:00
fvdl
67226ec4f1
Add empty 'release' target. The kernels have been made and copied in the
...
kernel-ramdisk subdir already.
2000-09-28 13:05:37 +00:00
abs
5aa0a5abb1
Prior art in naming would suggest INSTALL_SYSINST rather than INSTALL-SYSINST.
2000-09-28 12:46:43 +00:00
simonb
db6547104d
Bump default root partition size to 64MB due to growth and number of
...
static binaries in /bin and /sbin.
2000-09-28 12:39:16 +00:00
thorpej
5bd7ece600
Add vlan(4) pages.
2000-09-28 07:00:54 +00:00
enami
dbf09f35da
Add net/if_vlanvar.h.
2000-09-28 06:10:53 +00:00
phil
478822de36
Add the missing .\} to get the rest of the document in the output.
2000-09-28 06:06:24 +00:00
fvdl
19f23b26a8
Remove some unnecessary links.
2000-09-27 22:14:15 +00:00
fvdl
ae21c8a20e
Allow BOOTCODE override (another overhaul victim).
2000-09-27 22:03:44 +00:00
fvdl
f84d9da649
Remove outdated comment.
2000-09-27 20:02:16 +00:00
fvdl
fca3019c39
Use 'bootlap' as a basename for this set, to avoid conflicts.
2000-09-27 19:13:52 +00:00
fvdl
36640e437b
There's no dhclient on this disk, it had to be sacrificed for space.
2000-09-27 18:53:57 +00:00
fvdl
0734e3a954
We don't use dot.hdprofile anymore.
2000-09-27 18:53:35 +00:00
fvdl
350aa78fde
Re-add another merge victim: generation of the obsolete file lists.
2000-09-27 17:43:49 +00:00
fvdl
4b5ce0a778
Re-add auth.o for dhclient. Got lost in the overhaul.
2000-09-27 17:22:08 +00:00
fvdl
37f785d55d
Rearrange bootfloppies. The idea is that "rescue" tools go on the
...
floppies as long as they fit, but they are the first to be sacrificed
if space is short, and get moved to a seperate rescue floppy.
This means that the default fdset and the 2.88M image have them,
but others (the "small" and "tiny" floppies) do not.
Sysinst is also back on the "tiny" image, and tested to be working
within 4M.
2000-09-27 16:04:13 +00:00
fvdl
7864d584a1
Remove old files in preparation of rearrangement.
2000-09-27 15:45:40 +00:00
fvdl
09aafa8795
Move md_enable_swap to disks.c, rename it set_swap, and handle both
...
enabling and disabling swap. Enabling swap is currently only
done by the i386 port on systems with <= 8M of physical memory.
If a user re-enters the install procedure through the main menu,
and the target disk has an active swap partition, try to disable it,
warning the user that this might lead to 'out of swap' problems,
making a restart necessary. This should not happen very often.
Partly based on comments by Simon Burge.
2000-09-27 12:42:04 +00:00
leo
4adddc0597
Sync recommended disk sizes with the Amiga port. I have no reason to believe
...
this is different for the Atari.
2000-09-27 10:54:53 +00:00
fvdl
6bf2c525a2
On the i386, enable swapspace as soon as the disklabel has been written,
...
to play nice with low-memory systems.
Add a md_pre_update() hook, to do MD things before an upgrade operation.
On the i386, use it to enable swap.
2000-09-26 23:12:44 +00:00
abs
318ff6a182
Remind people to gunzip syboot.fs
2000-09-26 14:11:02 +00:00
fvdl
40cd491caa
Don't call test(1) to determine the existence/type of files, that's
...
rather over the top. Not doing this also means that test(1) can
be omitted from the ramdisks (for scripts it's not needed, because it
is built in to sh(1)).
2000-09-26 13:26:02 +00:00
ad
a01a66c525
cac* at eisa? reported as working.
2000-09-26 11:51:14 +00:00
is
8bb7233144
also distribute the amiga/boot.8 manual source.
2000-09-24 20:05:05 +00:00
is
7d779f5512
Add amiga/boot.8 manual page to the list.
2000-09-24 19:57:21 +00:00
augustss
40d348ed16
Bump minor.
2000-09-24 02:21:13 +00:00
simonb
cd2e1c1e91
Use ${COPY} instead of -c for ${INSTALL} commands.
2000-09-23 13:53:41 +00:00
augustss
072f52651e
Add uscanner(4).
2000-09-23 04:37:18 +00:00
bouyer
acb9f8aefa
Make change similar to msg.mi.en 1.69. From Hubert Feyrer.
2000-09-21 17:12:40 +00:00
jhawk
7f1db25a27
Revert rev 1.7, because retaining any symbols
...
causes fdset booting to require 2 floppy swaps.
XXX Need to deal with install(8) suggesting you can patch
vars.
2000-09-21 04:43:32 +00:00
hubertf
d2c5531d61
Remove some stale debug code, OK'd by itojun
2000-09-20 21:28:51 +00:00
hubertf
10384ae3ba
Doesn't it make you nervous to see a "lastchance" warning, telling you
...
that "your hard disk" is about to get nuked, and you are no longer sure
which of your ten disks you told sysinst to wipe?
Change this to tell you:
``Ok, we are now ready to install NetBSD on your hard disk (wd0). Nothing ...''
2000-09-20 21:21:14 +00:00
hubertf
5fffd5f0c2
* Fix changing of /etc/rc.conf after the main file moved recently.
...
'rc_configured' is still changed via sed's s///, wscons=yes is appended
via "echo >>".
* make target-routines (target_expand(), and whatnot) work if no root
disk was selected. With this, sysinst can now be used on a "normal"
system to adjust the system's timezone. Use the entry in the "Utilities"
menu for that.
Both changes were tested by a full i386 installation.
2000-09-20 19:53:35 +00:00
hubertf
b438f1b65b
Improve wording for timezone selection menu a bit.
2000-09-20 19:46:33 +00:00
hubertf
5f9422b41a
Tell people that the default values for /etc/rc.conf are in
...
/etc/default/rc.conf. (People moving files should care for this...)
2000-09-20 19:42:04 +00:00
wrstuden
fec34c3630
Tell make not to look for init in its path. This prevents make from
...
replacing the init in src/sbin/init with the small init we make here.
2000-09-19 20:40:19 +00:00
christos
48f9465eba
add restore
...
XXX1: clearly /bin/test and /bin/[ should be replaced by #!/bin/sh\ntest "$@"\n
XXX2: ramdisk-tiny/list should be generated from ramdisk/list to avoid skew;
XXX3: there is no point in including dump in ramdisk-tiny/list
2000-09-19 20:35:51 +00:00
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