Commit Graph

35419 Commits

Author SHA1 Message Date
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
thorpej 031232e9ba NetBSD Makefile for GNU gprof. Tested on NetBSD/alpha. 1997-12-18 19:27:58 +00:00
scw cd2fc4079a Installation MD files for mvme68k. 1997-12-18 19:20:10 +00:00
scw d214328947 Add ./sbin/edlabel to list 1997-12-18 19:10:46 +00:00
ender 20edd43dc0 Add mac68k/mc.4 (MACE ethernet driver) 1997-12-18 18:30:04 +00:00
ender 7b9a6c237d o Make mc.4 1997-12-18 18:13:31 +00:00
mycroft 61475326e0 Add delays for lame keyboard controllers, as in the keyboard driver. Do a
better job of flushing input in various cases.
1997-12-18 16:49:10 +00:00
fvdl 65295d9fb4 Fix typo that made label overlap check unreliable. 1997-12-18 11:54:11 +00:00
sakamoto 73a2fb9659 support simple stack trace. 1997-12-18 09:09:01 +00:00
sakamoto e2f98dba9e remove avail_end temporarily for compile. 1997-12-18 09:08:35 +00:00
sakamoto 15dd19ea29 use pmap.c of port-powerpc.
mem_regions support.
1997-12-18 09:07:58 +00:00
thorpej afc0f998fc NetBSD Makefile framework to build GNU binutils. Tested, works on
NetBSD/alpha.
1997-12-18 07:37:37 +00:00
ender 20fd84e917 o Change the list of changes into a true list
o Make note of changes to ADB and serial support as well
1997-12-18 07:34:18 +00:00
thorpej c333a506de Oops, typo. 1997-12-18 07:30:34 +00:00
mikel f5098db92a sync struct statfs with <sys/mount.h> 1997-12-18 07:22:58 +00:00
mikel e0fbb13a20 document -F flag; part of PR 4030 from der Mouse 1997-12-18 07:11:48 +00:00
scottr e43a4bda4a Update for the NWO 1997-12-18 06:45:30 +00:00
scottr 0b62536fdf Make these more closely resemble the old configurations. 1997-12-18 06:44:15 +00:00
mikel 1ec50600e6 add /etc/aliases.db 1997-12-18 06:32:32 +00:00
mikel 91b08a9d37 build $DESTDIR/etc/aliases.db in distribution: target 1997-12-18 06:31:33 +00:00
ender 54d86e7158 Man page for MACE ethernet (AM79C940) from David Huang <khym@bga.com> 1997-12-18 06:22:45 +00:00
mikel 30f9c7850e make root owner of /usr/games/hide to match NetBSD.dist, fixes PR 4658 1997-12-18 06:10:31 +00:00