Commit Graph

1671 Commits

Author SHA1 Message Date
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
garbled
c6d6153ab6 Found another case of shell redirection in a run_prog. Tidy it up with
do_system, and appropriate logging calls.
1999-03-08 19:42:30 +00:00
kleink
7c689f6dd8 Add hcreate(3) and friends. 1999-03-08 18:49:54 +00:00
kleink
718a724b1c Add missing ioctl(9). 1999-03-08 18:31:04 +00:00
he
97645818ba Let's call this image boot-big.fs. 1999-03-08 15:59:34 +00:00
he
25e8d87423 Add README.I128. 1999-03-08 08:40:49 +00:00
hubertf
7ed74de17b Add some more MLINKS to queue.3 (tailq_next, ...) 1999-03-07 03:21:01 +00:00
he
94d92ef5c2 Forgot ./usr/libexec/sendmail entry. 1999-03-06 19:13:32 +00:00
he
111a866fcd Fixing various chaff, sync to current reality:
o mailwrapper, postfix and sendmail
 o hello, sup.no.netbsd.org; bye to skarven.itea.unit.no
 o innetgr / netgroup
 o a few sendmail master config file changes
1999-03-06 19:11:07 +00:00
drochner
e6c7d6de02 workaround to make "make depend" succeed 1999-03-06 11:31:51 +00:00
wrstuden
ad140b77ea Modify all calls to newfs in ramdisk/miniroot creation to include
the needed endianism of the architecture. One step towards cross-building
releases.

Not touched are newfs calls in install scripts as they run on the desired
machine and thus default correctly.
1999-03-04 20:32:18 +00:00
ross
f6dcb51416 Sync: sha1(3), tfind(3) (et al), mk.conf(5), mailwrapper(8) 1999-03-04 08:13:14 +00:00
tv
730800f9f6 Add some missing Info stuff. 1999-03-03 13:22:34 +00:00
explorer
8650b13a6c add SHA1 man pages and include/sha1.h 1999-02-28 18:18:46 +00:00
scw
a6a7b5c100 Add ./etc/fstab.sd example. 1999-02-27 17:59:35 +00:00
ross
17556b8ba3 Convert GENERIC floppy image to ustarfs.
Make sure kernel is stripped.
1999-02-25 12:31:30 +00:00
abs
6f9ff1cdcb Update libc and libamu version - noted by dokas@cs.umn.edu 1999-02-25 08:08:06 +00:00
scottr
4687329516 Add the mac68k iwm(4) man page. 1999-02-23 14:53:57 +00:00
lukem
66f6dda9f1 regen 1999-02-23 14:34:21 +00:00
ross
5bc723973e Add sched.h. 1999-02-23 03:04:49 +00:00
kleink
4e1ecffb24 Back out revision 1.91; I'm a dork. 1999-02-21 17:19:40 +00:00
scw
6d5ffe9469 Updates for MVME167 support. 1999-02-20 16:21:19 +00:00
scw
a946bd14d0 Update mvme68k sections for MVME167 support.
Also move Chuck to "Developers" and myself to mvme68k port-master.
1999-02-20 16:19:48 +00:00
scw
df90f3d608 Update for MVME167 support. 1999-02-20 16:18:10 +00:00
tron
e22dbe7254 Be more precise about which of Adaptec's AIC chips we support.
Fixes PR kern/7011 by Olaf Seibert.
1999-02-19 16:41:57 +00:00
is
6edf8af927 Warm about root/swap placement within the first 4 GB of the disk 1999-02-19 15:01:26 +00:00
thorpej
6ecf444398 Add fdformat. 1999-02-18 20:33:10 +00:00
tv
c2fadca3a6 We don't install gprof.callg' and gprof.flat' anymore - those text files
are now part of the gprof binary.
1999-02-18 15:35:06 +00:00
he
e861a305f3 Typo correction. 1999-02-17 12:27:16 +00:00