Commit Graph

35440 Commits

Author SHA1 Message Date
cjs
087a1a699c Bring in full complement of md.alpha files. 1997-12-21 02:28:37 +00:00
fvdl
3025da4d42 Add i386 MD servers & XF86Config stuff to the i386 setlist. While here,
add an empty md.alpha file.
1997-12-21 02:24:41 +00:00
fvdl
336f0ccb20 Add this while here. 1997-12-21 02:21:28 +00:00
fvdl
0e207fa1a4 Add MD i386 comp files. Mainly XFree86 extension stuff. 1997-12-21 02:19:16 +00:00
fvdl
e6bb02fd88 Move the rgb.db file to the MD sets, XFree86 does it differently, so
the i386 uses something else at the moment.
1997-12-21 02:17:44 +00:00
fvdl
6e35ffa291 Note the presence of the X sets. 1997-12-21 02:13:22 +00:00
hubertf
6e5296d50f Fix up documentation (MASTER_SITE_SUBDIR, PATCH_SITE_SUBDIR,
MASTER_SITE_BACKUP).
1997-12-21 01:59:44 +00:00
cjs
799614b03d Add alpha machine-dependent set lists. 1997-12-21 01:55:58 +00:00
cjs
a85a1c039c Initialise the array primes at run-time rather than compile time
so it's put in bss rather than data. Saves 38K or so. :-) (Well,
only 125 bytes or so after commpression.)
1997-12-20 23:47:02 +00:00
leo
fb151b6527 Fix off-by-one error when showing the partition range one is able to modify
(from Julian Coleman).
1997-12-20 21:49:30 +00:00
perry
589a5e2c79 patch from is -- I don't know what it does, but he says it's critical. 1997-12-20 21:13:13 +00:00
kleink
1e97337b98 Add entries for 1.3A and 1.4. 1997-12-20 20:37:35 +00:00
christos
16c7b8eb7e PR/4569: Phil Nelson: inconsistent documentation / examples. 1997-12-20 20:36:04 +00:00
kleink
2701d4ce7b Change the -xpg4.2 abbreviation to ``XPG4.2''. 1997-12-20 20:33:52 +00:00
christos
24ef784453 PR/4383: Martin Husemann: ipnat fails to mention file name on open errors 1997-12-20 20:29:12 +00:00
kleink
8abd2d52ce Bump libc minor to 23, because of lockf() addition. 1997-12-20 20:24:31 +00:00
kleink
916831ec4e Add lockf(), an alternate interface to perform advisory record locking;
per XPG4.2.
1997-12-20 20:23:15 +00:00
christos
5e54e11fbe PR/3830: Enami Tsugutomo: ipnat -l prints netmask in dot-notation even if
contiguous.
1997-12-20 20:18:47 +00:00
christos
0a66272517 PR/3638: David Brownlee: Add /etc/ipnat.conf functionality. 1997-12-20 20:11:53 +00:00
christos
96b7728cb2 PR/3576: Enami Tsugutomo: getline overruns and bugs 1997-12-20 20:07:47 +00:00
christos
a6e206b6f7 Oh, my god... bc with readline support does not work at all:
echo 10 / 3 | bc
prints
	10 / 3\r\n\r3\r\n
with a stock readline... Our readline does not echo when it does not
have a tty, so it printed:
	\r3\n
I removed printing the printing of \r for now...
1997-12-20 19:19:07 +00:00
christos
c49189ae41 Small optimization. Don't call isatty() on every invocation of el_gets, but
remember if the tty setup failed... Also trim the input line of trailing \r's.
1997-12-20 19:15:50 +00:00
gwr
80797f9f71 Copy from md.hp300 (all m68k the same). 1997-12-20 17:54:00 +00:00
kleink
29a50e6221 Protect namespace from struct sigaltstack13. 1997-12-20 12:00:06 +00:00
gwr
717c88a09d OK, put it back in release.7 format again. 1997-12-20 03:01:56 +00:00
gwr
425a8ba622 Adapt to the new release.7 layout. 1997-12-20 02:52:49 +00:00
gwr
07534ce1f9 Add BIN3+=etc.sun3/ttyaction 1997-12-20 01:56:51 +00:00
pk
bf8e38df4f Establish the interrupt handlers on sun4 `oclocks'; pointed out
by Chuck Cranor.
1997-12-19 22:53:10 +00:00
ender
ee336284b8 A few more minor cleanups...how do I let this stuff get through? 1997-12-19 22:36:31 +00:00
ender
103a9f53c3 Fix another typo! 1997-12-19 22:10:03 +00:00
kleink
f47d490f87 Change several functions to return -1 instead of EOF, which was semantically
wrong.
1997-12-19 14:08:41 +00:00
hubertf
320012817f Now that we have ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles,
add it to MASTER_SITE_BACKUP.
1997-12-19 10:20:02 +00:00
pk
8beed703a9 we now have floppy support for sun4m's. 1997-12-19 10:01:42 +00:00
scottr
6a7a3fb133 spurintr() is a low-level interrupt handler, and must not
be called by C code!  Spotted by Bill Studenmund, who also provided
#the substance of this change.
1997-12-19 05:38:00 +00:00
fvdl
e816de7dbc Remove extraneous line. 1997-12-19 01:46:16 +00:00
fvdl
79227d6edd Changes to always use new install system; remove old scripts. 1997-12-19 01:03:39 +00:00
fvdl
0af1a33c39 Update install docs for new install system. 1997-12-19 00:59:56 +00:00
fvdl
e139ac966d Be sure to clear the screen after the fscks in the re-install option. 1997-12-19 00:57:56 +00:00
fvdl
1188ad336b Copy a temporary termcap file onto the harddisk for sysinst's convenience.
Enables sysinst to be run from the harddisk itself as well (PCMCIA workaround).
1997-12-19 00:57:18 +00:00
thorpej
818382c29c Eek, another typo. 1997-12-18 22:51:16 +00:00
thorpej
ade8fb4c56 Sigh, typo. 1997-12-18 22:34:25 +00:00
perry
907c7a3c43 fix the Linksys Combo EthernetCard (for carrel) 1997-12-18 22:29:29 +00:00
gwr
92cab719b3 Aw crud. Commented the wrong line. 1997-12-18 22:22:32 +00:00
gwr
ce5d046445 Well... it turns out that the ramdisk root runs out of inodes,
but it doesn't need the block devices nor most partitions, so
this can use a customized MAKEDEV to avoid making those.
(I'd rather not enlarge the ramdisk image right now.)
1997-12-18 22:18:43 +00:00
pk
af8bba0f42 Update files sizes and set names. 1997-12-18 22:08:42 +00:00
pk
964a147839 Clean vers.c & vers.o. 1997-12-18 21:03:58 +00:00
gwr
339bdc744d consistent block size 1997-12-18 20:20:10 +00:00
gwr
ab374ba74c Scripts provided in the distribution under .../sun3/install/ 1997-12-18 20:17:48 +00:00
thorpej
bf32610248 Fix a typo in a comment, and simplify the .PATH directive. 1997-12-18 19:32:46 +00:00
gwr
09f783b95e Go back to the layout use in the 1.2 release, because I don't
have time to make the install tools handle release.7 layout.
Restore the change mycroft made in revision 1.3 (accidently
removed in my previous commit).  Update sizes again.
1997-12-18 19:32:12 +00:00