christos
98ec14c8e6
PR/4504: Tero Kivinen: Add DB_HISTORY_SIZE option to enable history in ddb
1997-11-16 22:24:47 +00:00
christos
fd7ea84f27
Increase minor number for fparseln
1997-11-16 22:20:14 +00:00
christos
2d0fe6e822
tyop
1997-11-16 22:19:54 +00:00
christos
987d6a1d4c
Add fparseln(3)
1997-11-16 22:18:03 +00:00
christos
d0d7e22dc8
PR/4475: Jason R. Thorpe: there is no common function to parse a continued
...
line.
1997-11-16 22:15:54 +00:00
christos
af27f4e9b5
PR/4506: Andreas Gustafsson: Finnish keyboard mapping for pccons.
1997-11-16 22:05:48 +00:00
christos
ceedd58536
PR/4394: Rick Byers: MSDOSFS_DEBUG kernel panics during mount.
1997-11-16 21:50:10 +00:00
christos
96a8d9af7b
PR/4393: Rick Byers: MSDOSFS_DEBUG kernel does not compile.
1997-11-16 21:47:27 +00:00
christos
732b368142
PR/4489: Mika Nystroem: Security hole exec'ing more in fish instructions.
1997-11-16 21:41:53 +00:00
christos
f5024bbed0
PR/4509: Jarle F. Greipsland: avoid redefinition of rfc931_timeout.
1997-11-16 21:30:25 +00:00
mycroft
466fb6d0db
On output, if the packet length doesn't match the length in the IP header,
...
drop the packet with EINVAL.
1997-11-16 20:58:18 +00:00
christos
e65e7d8dd2
Use {warn,err}{,x}(3) instead of printf's
1997-11-16 17:03:11 +00:00
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