Commit Graph

35033 Commits

Author SHA1 Message Date
simonb
3c7dec974a Add contributors and copyrights from all pmax specific files. 1997-11-16 12:55:50 +00:00
simonb
cd1152e9eb Change the tar command that copies the diskimage files to the target
disk to use reletive pathnames to stop the "removing /" warnings.
1997-11-16 12:53:07 +00:00
simonb
06f521afad Distribution sets are in ..../binary, not ..../binary/Tarfiles 1997-11-16 12:50:05 +00:00
mycroft
0963ca7386 Minor change. 1997-11-16 12:31:00 +00:00
mycroft
d7107be1c9 Fix a condition where we might keep interrupts blocked while servicing a soft
interrupt.
Fixes serial port silo overflow problems.
1997-11-16 12:30:00 +00:00
lukem
b181ccb476 log debug stuff using LOG_DEBUG not LOG_INFO 1997-11-16 12:04:21 +00:00
is
c4aac00e95 Make deleting proxy arp entries on ARCnet interfaces work again.
Fixes my own last PR, whose number I don't know yet.
1997-11-16 11:25:08 +00:00
jonathan
45ad7fb3e5 Fix cursor sprite for X11 startup/exit:
* add cursor on/off functions.
 * Default cursor state is off (for framebuffer console).
 * Turn off cursor in each driver's xxxCursorInit() entrypoint.
 * Turn on cursor at the end of each driver's xxxLoadCursor() entrypoint.
works with X11R5 servers shipped with NetBSD 1.3.
1997-11-16 10:17:53 +00:00
phil
980ab5b3b1 Make boot image data printing more understandable. 1997-11-16 07:35:52 +00:00
phil
7f2f468376 Add needed functions for linking. 1997-11-16 06:59:09 +00:00
lukem
61dc6d01ce fix hostbase [bin/4500] 1997-11-16 03:37:25 +00:00
hubertf
d738090b5a xref atalk.4 now as we have it 1997-11-15 22:58:39 +00:00
msaitoh
39c2acb633 fix typo 1997-11-15 21:01:36 +00:00
msaitoh
bc200ff3f1 sort xrefs 1997-11-15 20:55:51 +00:00
carrel
2030b7b104 Turn off reseting and disabling the device by default.
Document the option to turn them back on.
1997-11-15 20:18:50 +00:00
msaitoh
6783bd9fb9 Add ".Sh DIAGNOSTICS" 1997-11-15 20:16:16 +00:00
msaitoh
400f289b1d fix typo 1997-11-15 19:38:48 +00:00
cjs
d434714783 Add a minimal set of devices for install disks, etc. 1997-11-15 18:38:30 +00:00
msaitoh
6bbe51cef1 fix typo 1997-11-15 17:42:07 +00:00
pk
639260ce32 Use DESTDIR consistently when constructing `boot.net'. 1997-11-15 14:29:36 +00:00
simonb
c8f66d4491 Use bootp or dhcp to get some network services? (hostname, domain
name, name servers...)
1997-11-15 11:09:45 +00:00
ross
42046e9698 A new kprintf was imported on 10/24, and it will cause a kernel panic
whenever the %: format is used on NetBSD/Alpha. Disable %: for __alpha__.
Note: the "correct" (but untested on other architectures) fix is to
change the wrong: kprintf(cp, oflags, tp, NULL, va_arg(ap, va_list));
    to the right: kprintf(cp, oflags, tp, NULL, ap);
1997-11-15 09:27:33 +00:00
mycroft
93b31159bf When fixing up traps 1, 3 and 4, turn off the RF flag. 1997-11-15 04:47:30 +00:00
wrstuden
3cb2709fab Don't forget to make atalk.4 now that we have it 1997-11-15 04:00:34 +00:00
thorpej
de98182f51 If DESTDIR is set and not empty and not /, force SYS_INCLUDES to "copies";
chances are, we're building a release or snapshot in this case.
1997-11-15 01:09:15 +00:00
wrstuden
971b386d3e First stab at an Appletalk man page. Taken from the NetAtalk atalk(4)
man page, and beaten on my myself and Ted Lemon.
1997-11-15 00:08:16 +00:00
simonb
b2ba0b82ff Fix typo in a comment. 1997-11-14 23:47:49 +00:00
kleink
e460bea7ea Fix section number. 1997-11-14 21:49:20 +00:00
phil
fe8c89a497 Do screen refresh correctly. 1997-11-14 18:27:17 +00:00
phil
24a09a1420 Make ^L redisplay the screen. 1997-11-14 16:31:45 +00:00
mrg
d2143111bd merge ip-filter 3.2.1 1997-11-14 12:57:55 +00:00
mrg
84ecff38c2 merge ip-filter 3.2.1 1997-11-14 12:40:06 +00:00
mycroft
6250567ba0 Make INTO actually work right. 1997-11-14 12:30:06 +00:00
veego
35168e8100 md_native_fsopts don't need a '-', because install.sub use this
variable for '-o $md_native_fsopts'.
marmoset <pygmymarmoset@geocities.com> noticed the problem with
mounting a ados filesystem.
1997-11-14 10:09:08 +00:00
simonb
5a662afa53 A few more ideas. Clean SIGINT handling, loading from mounted
filesystems and from maximum entropy - better error message handling
1997-11-14 09:32:24 +00:00
mrg
61cbfaca09 import ip-filter 3.2.1 1997-11-14 08:03:01 +00:00
gwr
77f5bb0a92 Fix pasto. OPCODE_SRCS=... dis-buf.o disassemble.o
was supposed to list the .c files.  Does now.
1997-11-14 04:33:10 +00:00
mrg
4e252e8c4d add missing .Nm entries. from spz@serpens.swb.de. 1997-11-14 02:04:36 +00:00
jonathan
0c7ac6dc71 Initialize 3100 cursor to off, for rcons text mode.
(Minimal-distance fix for 1.3 release).
1997-11-14 02:01:22 +00:00
jonathan
a5449ca17c Back out read-side DELAY() in previous revision added on advice of
tech-kern.  Reported by Sean Davidson to cause erroneous doubling of
keyboard input on a 5000/50 under load.

Increasing the DELAY() from 2 to 30 doesn't help. Remove it for the
1.3 release. May cause problems with low-speed serial input, but
console keyboards work properly.
1997-11-14 01:38:57 +00:00
simonb
0768a55cf8 Add a token legal file so the distrib notes build on a pmax. Bigger
and better legal notes to hopefully come soon.
1997-11-14 01:03:55 +00:00
is
ad4c422ef9 Oops. Somehow the code to actually config_find the BBC on A1200s wasn't
committed.
1997-11-13 23:03:10 +00:00
pk
f58457ccca Expand on shared object's `.init' functions a bit, and mention
`/usr/lib/c++rt.o'.
1997-11-13 22:25:23 +00:00
phil
2516dd1548 int -> long in a structure. 1997-11-13 20:57:31 +00:00
thorpej
ade3ce9789 Fix int vs. size_t lossage. 1997-11-13 18:35:57 +00:00
mjacob
940f8fcfd1 remove unneeded and conflicting prototype 1997-11-13 18:06:01 +00:00
phil
a4f785ec69 Fix va_start call, PR 4477. 1997-11-13 17:26:25 +00:00
thorpej
0e42d89fac Oops! Forgot this yesterday: Add read_line.o goo. 1997-11-13 17:09:04 +00:00
thorpej
481e558f6c Oops! Forgot to commit this: build read_line.o 1997-11-13 17:05:20 +00:00
hubertf
793d82f785 Alter the default behaviour of pkg_info. With no options given, behave as
if -Ia was given, instead of showing usage.
1997-11-13 15:15:48 +00:00