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
chopps
3749cf660a
fix couple typos
1997-11-13 14:38:01 +00:00
leo
f1f734f05a
Save +/- 70Kb on miniroot.....
...
- Use init_s
- Link etc/pwd.db etc/spwd.db
1997-11-13 13:56:52 +00:00
veego
86086729e7
if NARP -> if NARP > 0
1997-11-13 10:48:19 +00:00
veego
8b485c5962
Add a missing #if NARP > 0 around arpintr(); and add a #include "arp.h"
...
for NARP. This is for the 'new' arp system.
1997-11-13 10:43:06 +00:00
veego
df6d37534b
s/NETHER/NARP/ and s/ether.h/arp.h/ for the 'new' arp system.
1997-11-13 10:37:40 +00:00
mycroft
b1c7e79679
Map NMI in user-level code to SIGBUS.
1997-11-13 10:13:46 +00:00
veego
f93c329b6d
- s/samples\/ipf/examples\/ipf/ and remove the ./usr/share/samples entry
1997-11-13 09:48:06 +00:00
veego
84123ddbb6
- s/samples\/ipf/examples\/ipf/
...
- Added missing ipf examples from the import of 3.2
1997-11-13 09:46:41 +00:00
veego
b8356b176f
- s/samples\/ipf/examples\/ipf/ and remove the ./usr/share/samples entry
...
- Added examples files from the base set
- Added missing ipf examples from the import of 3.2
1997-11-13 09:45:48 +00:00
veego
5846c8699a
- s/samples\/ipf/examples\/ipf/ and remove the ./usr/share/samples entry
...
- Move the /usr/share/examples 'files' to the misc set
1997-11-13 09:44:51 +00:00
thorpej
f35a3d52d0
Copyright assigned to The NetBSD Foundation.
1997-11-13 09:29:40 +00:00
thorpej
f72895d295
Echo the target we're working on while traversing subdirs, so one can
...
better judge how much longer a build will take. Patch submitted
by Brian Grayson <bgrayson@ece.utexas.edu> in PR #4419 .
1997-11-13 09:18:19 +00:00
mycroft
f946a9746d
Oops; previous logic was wrong.
1997-11-13 07:21:23 +00:00
mycroft
da60005b96
Only do the Pentium trap fixup when we get a kernel mode page fault.
1997-11-13 05:31:04 +00:00
jonathan
ec0c3a8489
Add README.pmax. Delete obsolete Xsfbpmax server (Xcfbpmax handles both.)
1997-11-13 05:01:46 +00:00
jonathan
040d2c120f
Make symlink /dev/mouse -> /dev/fb0 for Xserver as part of 'all'.
1997-11-13 04:59:36 +00:00
thorpej
c8160e6ecd
Un-"protect" term_beep() and rename it to __term_beep() to keep it out
...
of the user's namespace. We need to do this because the readline
emulation functions call term_beep(), but readline isn't built using
the same (funky) namespace-protection method as the rest of libedit (it's
included like a normal library object).
Without this (fairly disgusting) hack, any program linked against
libedit will fail to link with an unresolved reference to term_beep()
if using an Elf toolchain (e.g. on the Alpha).
XXX Why this doesn't happen with NetBSD's a.out toolchain is a mystery
XXX to me, and I'm not sure I really want to know (given that a.out
XXX _should_ break the same way as Elf does in this case).
1997-11-13 04:48:48 +00:00
thorpej
285ed31737
Build readline.o into debugging versions of libedit, too.
1997-11-13 04:43:07 +00:00
simonb
0c8e3514d7
Reposition some menus (the "change a partition" and "change distribution
...
sets" menus) so that the bottom of the menu doesn't go below the 24th
line of the screen.
1997-11-13 04:23:39 +00:00
mhitch
7984f5ce3a
The scsi command length was not being set in rz_command(), which caused
...
the SII driver to fail when trying to get the drive geometry.
Remove extraneous newline when printing out the disk geometry during device
probes.
1997-11-13 03:56:49 +00:00
thorpej
729f3fffc2
NetBSD, not BSD4.
1997-11-13 03:39:34 +00:00
thorpej
555540aeec
Update for new location of "examples" files. (Actually, these manpages
...
were never correct in this regard, since "/usr/share/samples" never
existed, only "/usr/src/share/samples".)
1997-11-13 03:35:57 +00:00
thorpej
7ef7ed7c0b
Add ./usr/share/examples/...
1997-11-13 03:30:08 +00:00
mycroft
4f8b60c6bb
Implement the BSDI kluge for the Pentium `hang'; leave the first 7 IDT
...
descriptors in an unmapped page, and patch up the trap information inside
the page fault handler if the faulting VA is inside the IDT.
1997-11-13 03:25:27 +00:00
thorpej
6e1f26ce78
These have moved to share/examples/...
1997-11-13 03:19:00 +00:00
mycroft
6a310175c6
Some general cleanup:
...
* Call gdt_init() earlier on.
* Don't bother to check for TSS and LDT descriptors in verr_gdt().
* Nuke the sti special case for trace and breakpoint traps.
* Move some variable declarations into more appropriate locations.
1997-11-13 03:16:42 +00:00
thorpej
aab15741b1
Add ./usr/share/examples/{svr4,ultrix}/etc
1997-11-13 03:15:59 +00:00
jonathan
35fa360c0b
* Create /mnt2 before unpacking sets, in case it's not on install media.
...
* Create target /kern after creating target /etc/fstab entry for /kern.
* Check for more files in target when done: /etc/{rc,rc.subr,conf}
* Clean up warning exerciser.
1997-11-13 03:06:44 +00:00
thorpej
6473e0aedf
Oops, forgot to add these before: example supfiles for NetBSD SUP mirrors.
1997-11-13 03:03:06 +00:00
thorpej
bc5cb74a7b
Move the svr4 and ultrix example files from "share/samples" to
...
"share/examples" (because that's what they are: examples) and install
them into $DESTDIR/usr/share/examples/emul/{svr4,ultrix}/etc.
1997-11-13 03:02:02 +00:00
jonathan
bf4782e7cf
Rephrase intro text to mention sysinst by name, mention upgrades, and
...
to fit in 80 colums even during _ALPHA.
1997-11-13 02:44:34 +00:00
thorpej
8801848476
Add ./usr/share/examples/supfiles
1997-11-13 02:36:18 +00:00
thorpej
bd9d662719
Build "examples".
1997-11-13 02:34:00 +00:00