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
thorpej
2e6852d279
A Makefile for the examples tree; currently builds "supfiles".
1997-11-13 02:33:12 +00:00
thorpej
6ca07951cf
Add example supfiles for the known NetBSD SUP mirrors.
1997-11-13 02:31:36 +00:00
thorpej
e6889efbce
Make sup(1) handle lines continued with '\'. Fixes PR #4430 , from
...
Ty Sarna <tsarna@endicor.com>.
1997-11-13 01:05:28 +00:00
phil
621f2971b1
Changes to make endwin() act like a SIGSTP in terms of nicely restarting
...
curses mode. Taken from e-mail about PR 3981. (Still some stuff left
in PR3981 to deal with.)
1997-11-13 00:40:27 +00:00
thorpej
ce4c770f88
Make sure CPP, AR, AS, and RANLIB are defined.
1997-11-12 23:11:50 +00:00
thorpej
a421995756
Define LORDER, NM, and TSORT here, like we do the rest of the tools.
1997-11-12 22:25:31 +00:00
pk
ff4f5f4528
If necessary, defer console output until TX interrupt handler runs.
1997-11-12 22:18:54 +00:00
pk
39879b883e
Use a 1-character queue so polled console output can be deferred if
...
regular I/O has been scheduled.
1997-11-12 22:17:07 +00:00
thorpej
142a4c50c4
el_gets() takes an int *, not a size_t *.
1997-11-12 21:56:05 +00:00
augustss
dd95190002
XXX Workaround for ViBRA cards with two 8 bit DMA channels.
1997-11-12 20:28:42 +00:00
gwr
a46d55768b
Integrate a fix from the latest GDB: Need to initialize the
...
"endian" field in the "disassemble info" otherwise the SPARC
disassembler assumes it should do little-endian swap. (dumb)
1997-11-12 17:34:41 +00:00
mjacob
ddaa6c3262
Fix compile problem.
1997-11-12 05:49:24 +00:00
cjs
af5956aa6b
Make this compile with -DSMALL and warnings on.
1997-11-12 03:40:55 +00:00
ender
a6564b07d4
o Added a section on the X11 distribution sets to contents
...
o Added recently supported hardware
o Noted setup of rc.conf in install
o Added a new upgrade procedure
o Explained 1.3 enhancements in whatis
o Converted Mac-side utility names to be more version independent
1997-11-12 02:16:09 +00:00
augustss
e50fe447d7
Make sure numeric escapes are limited to 3 characters.
1997-11-12 02:02:34 +00:00
pk
c144b2c93b
Fix typo.
1997-11-12 01:30:30 +00:00
pk
b7f5e603b4
Previous sync with `etc/netstart' was not complete.
1997-11-12 01:13:54 +00:00
mrg
6be07a674c
add missing .Nm calls and MLINKS. from spz@serpens.swb.de
1997-11-12 00:47:32 +00:00
pk
a309481f34
Change load address to avoid cache-aliasing on machines with Harvard-style
...
cache implementations (notably the Hypersparcs).
1997-11-12 00:37:07 +00:00
mrg
81a056bc2e
handle strings longer than 256 bytes. should do this with fgetln()...but
...
fgetln() doesn't nul terminate, and thus requires malloc/copy for each
interation (actually, *two* for whatis(1)).
1997-11-12 00:04:49 +00:00