Commit Graph

1699 Commits

Author SHA1 Message Date
sommerfe
711bf4b2db Minor version bump 1999-03-22 17:58:31 +00:00
ross
ac722a849a Bug fix: deal with race-like (select(2) vs wait4(2)) error flow bogon. 1999-03-22 09:02:47 +00:00
ross
5d25794ed2 Rearrange progs slightly to split up MI and MD specs. 1999-03-22 08:59:33 +00:00
ross
47b20698b5 +pax, +less, +swapctl, rm /etc/*pwd.db, synch with i386.
move the machine-dependent links and progs to separate lines, to purify
diffs with i386
1999-03-22 08:52:21 +00:00
ross
bde3024a9b Make vnd image bigger. 1999-03-22 08:44:57 +00:00
ender
e7a6b35eae The sysinst utility for NetBSD/mac68k. From Bob Nestor <rnestor@metronet.com>
in PR #6867 with some cleanup by me.
1999-03-22 08:37:31 +00:00
thorpej
08dd61824d Add cdefs_{aout,elf}.h 1999-03-20 01:42:13 +00:00
hubertf
15bf64c0ac add me 1999-03-20 00:00:43 +00:00
thorpej
83b5f3a79d Add link_{aout,elf}.h 1999-03-19 22:09:26 +00:00
ross
bef0fed619 Bring back credits that were in the old version of mac68k/legal. 1999-03-19 19:40:31 +00:00
ross
a62a87639d g/c 1999-03-19 19:12:03 +00:00
he
2efafeabaa Add note about /usr/include/machine and e.g. /usr/include/i386 on upgrade. 1999-03-19 15:44:59 +00:00
perry
0547e6d3b2 URLs can't safely contain certain characters unless they are %XX hex
encoded. This means certain passwords, usernames, etc., will not work
with "ftp ftp://...."

This code, submitted by Alan Barrett <apb@iafrica.com>, fixes this by
hex encoding unsafe strings in a clean fashion. This should close a
couple of outstanding PRs. Thanks Alan!
1999-03-19 14:49:07 +00:00
ross
27fa34dd96 Remove these before someone changes them. There is a common contents file
in distrib/notes/common/contents, conditionalized for the differences
between platform distributions.
1999-03-19 04:52:04 +00:00
ross
c43460bf64 Remove this before someone changes it. There is a common contents file
in distrib/notes/common/contents, conditionalized for the differences
between platform distributions.
1999-03-19 04:51:10 +00:00
ross
fffafc75b0 Remove these before someone spends time changing them. There is one
contents file now: notes/common/contents.
1999-03-19 04:48:18 +00:00
perry
7f01219e2e nuke 1.3 references 1999-03-18 19:40:49 +00:00
perry
74439bc057 update file sizes, fix X references 1999-03-18 19:40:28 +00:00
ross
41d402e6e4 Add i386 distribution set sizes. Add xserver set description. 1999-03-18 18:57:18 +00:00
perry
68c3caeeb7 update X11 dist. information 1999-03-18 18:34:14 +00:00
ross
597243a47a ld.so.conf doesn't belong in mi. 1999-03-18 05:27:37 +00:00
ross
eb309c6446 Enable the std lkm's for alpha. 1999-03-18 04:56:30 +00:00
he
83636f9dde Since we include EXT2FS in the kernel, we should have mount_ext2fs too. 1999-03-17 23:32:33 +00:00
minoura
8d49dfbad7 Add missing files. 1999-03-17 16:17:48 +00:00
simonb
826dd9708b Add "Set root's shell and password." 1999-03-17 12:42:42 +00:00
leo
d932c4af3a Add ieee.h 1999-03-17 10:00:37 +00:00
he
0cc83570fc Reenable gzip symlink, pax uses it. 1999-03-16 20:17:14 +00:00
he
f65003b4d3 Sync to reality. gcov, rc.wscons, queue/list man pages, i386/ieee.h. 1999-03-16 12:06:31 +00:00
is
2bf4692b0e Add explicit filesystem endianness, to help cross-building releases. 1999-03-15 20:54:54 +00:00
fvdl
a4ca20e23e Start cleaning up geometry code by storing the disk geometry in a structure
with proper names, not an integer array with is numerically indexed.
1999-03-14 14:19:05 +00:00
sommerfe
2d2e8be23c Temporarily back out the libhack version of gethostby* as it's *too* small. 1999-03-14 03:29:06 +00:00
ender
5a333883e0 Fix a typo. 1999-03-13 23:17:04 +00:00
sommerfe
6a5409ffe2 Update comment about newfs parameters for 1.44M disks
(and make it clear they're not going to get better)
1999-03-13 21:43:34 +00:00
sommerfe
72b3c2be3c Shrink ramdiskbin by ~184K.
- use libhack to avoid dragging in YP and DB (saves about 108K of libc
   we have no need for).
 - use more of the -DSMALL utils from distrib/utils/x_*  (saves about 76K)
	(except x_gzip, which is actually bigger).
People who want to be able to install files which have been translated
into EBCDIC, or install over XNS, can probably figure out other ways
to get this done.

This means that a boot image again fits on a single 1.44M floppy, with
about 50k to spare.
1999-03-13 21:21:51 +00:00
sommerfe
2f946a25db Don't over-reserve space in the tarball for the bootfile; strip the bootblocks
(just being used as a "spacer" in the tarball).
1999-03-13 20:44:16 +00:00
sommerfe
d9994f64bd Copy compressed kernel with miniroot inside to "netbsd" rather than
"netbsd.gz".  This speeds the boot by a small but perceptable amount.

The time between when the bootblocks print "no such file or directory"
for netbsd and when they show signs of actually having found netbsd.gz
is long enough to be noticeable, and looks bad..
1999-03-13 20:02:32 +00:00
sommerfe
2ccf28fc88 Install bootblocks before the kernel; this speeds the boot slightly as
the system doesn't have to seek to the end of the disk and then back
again.
Use gzip -9 to try to squeeze every last bit in.
1999-03-13 19:58:44 +00:00
sommerfe
40b1ba1fb9 Use installboot and bootblocks from DESTDIR 1999-03-13 19:19:03 +00:00
sommerfe
93c6dea365 Make it more clear where this came from. 1999-03-13 19:11:54 +00:00
sommerfe
a8ff351bae Warnsify.
Add reduced version of getcap routines, so sysinst need not drag in
the database goop via libtermcap.
1999-03-13 19:08:43 +00:00
drochner
51b87dd93c g/c regdef.h 1999-03-13 13:03:26 +00:00
itohy
29b70cd215 Use G0 (not G1) for the alternative character set (DEC line graphics).
Delete "\E)0" sequences and make ":as=\E(0:ae=\E(B:"
(some terminals use "1" for "0").
This change makes it easy to use 8-bit encodings, such as ISO8859, EUC, etc.
PR #7126.
1999-03-13 09:03:28 +00:00
ragge
aa897b228c Put in new code to make a ramdisk system for installation. 1999-03-12 18:36:52 +00:00
sommerfe
fc47c0c742 Also build serial bootblocks by default, installing into
/usr/mdec/biosboot_ser.sym
Change Makefile.booters to not assume `version' file is in source directory.
1999-03-12 16:07:57 +00:00
marc
a08745a0e8 if exec fails, perror() and _exit(). exit() is no good, because if
the child runs the atexit cleanup() function, the filesystems get
unmounted and things lose.
1999-03-11 16:48:27 +00:00
leo
dbe02b9472 Sync with checkflist output from Julian Coleman. 1999-03-11 15:35:11 +00:00
marc
d498a2d354 update the list to correspond to the programs which are actually in
the ramdiskbin
1999-03-11 06:24:36 +00:00
marc
15d1a6cc63 alphabetize 1999-03-10 08:02:12 +00:00
he
1a36836b8e If TIOCGWINSIZE returns 0 x 0, default to 80 x 24 instead of crashing. 1999-03-09 19:30:00 +00:00
he
982ab7b13a Add termcap.mini, with both pc3 and vt100 terminal types, and use it. 1999-03-09 19:28:54 +00:00