leo
d7160491e3
Install loadkmap in the default distribution. The keymap files are moved
...
to ..../stand/keymaps and have their own Makefiles there.
1996-06-22 20:21:55 +00:00
leo
323c486e74
Add the subdirs: binpatch, keymaps and loadkmap.
1996-06-22 20:18:15 +00:00
leo
1a5ae2120a
Atari keyboard maps
1996-06-22 20:14:09 +00:00
christos
ebef85c991
Code cleanups.
...
- check malloc returns
- null terminate strncpy() strings
- use snprintf instead of sprintf
- pass the right arguments to the right functions
- check usage
- use err(3) and warn(3) instead of printfs.
1996-06-22 17:59:52 +00:00
chuck
7544016a9d
sbus specific stuff for eni155s sbus atm card.
...
XXX: only works on sun4c, needs something better than vtophys() for
machines with IOMMUs(?).
1996-06-22 02:02:48 +00:00
chuck
254ec3a7ef
pci specific code for the eni155p card
1996-06-22 02:00:31 +00:00
chuck
d96712ec4b
regenerate to fix "generated from" comment
...
(next commit pcidevs first, then regenerate)
1996-06-22 01:58:54 +00:00
chuck
cf4c02966d
add product code for efficient networks eni155p atm card and regenerate
1996-06-22 01:55:43 +00:00
chuck
ba63d22426
add support for efficient networks midway atm chip.
1996-06-22 01:50:52 +00:00
chuck
e186894640
add atm networking stuff
1996-06-22 01:49:00 +00:00
chuck
d9c6fd68b8
network support for ATM networks (ATM == Async Transfer Mode, not
...
Automatic Teller Machine).
Currently supports PVCs only (no ATM ARP either).
1996-06-22 01:47:35 +00:00
pk
2e5424b85c
A fd manual page.
1996-06-21 23:07:59 +00:00
pk
a256bdcf52
Add cgfour & cgeight manual pages.
1996-06-21 22:34:44 +00:00
pk
11ec3b4d2e
Update synopses.
1996-06-21 22:23:00 +00:00
is
05b852e890
Add directory for Amiga binary keymaps.
1996-06-21 22:13:54 +00:00
pk
8807007f29
Add cgtwo and tcx manual page.
1996-06-21 22:12:03 +00:00
is
24a0b3ecb0
Forgotten $(DESTDIR) in special install rule.
1996-06-21 21:55:53 +00:00
briggs
8d1606fcb9
Move splimp back to spl2 (from spl4).
1996-06-21 21:51:15 +00:00
pk
51347fcaaa
Return useful file descriptor when opening a raw device.
1996-06-21 20:51:23 +00:00
pk
68f420b593
Oh, what's in a name..
1996-06-21 20:29:28 +00:00
pk
b461ef1d17
Allow seeks on raw devices. A `f_offset' field is added to the file structure
...
which is maintained in lseek(), read() and write(), and passed along to
the device's strategy routine.
1996-06-21 20:09:03 +00:00
jtc
3a375fb249
Merged in changes from branch (make sure all memory, file descriptors,
...
mappings, etc. are freed and return (nl_catd) -1 on error). Also fix
one minor bug and clean up NLSPATH parsing a bit more.
1996-06-21 06:21:04 +00:00
scottr
231a66aa69
Minor style cleanup (avoid goto); no functional change.
1996-06-21 06:12:45 +00:00
scottr
08a2715e38
Test for serial console in adb_init() early, and abort if we're using it.
...
Initiialize ROM vectors regardless of this so that the PRAM RTC read and
write work regardless of whether a serial console is in use.
1996-06-21 06:10:56 +00:00
pk
d5a4ec3087
Add tcx framebuffer.
...
Add rd memory disk device.
1996-06-20 20:26:53 +00:00
pk
43cca6772f
rd_root.c' =>
md_root.c'
1996-06-20 20:17:57 +00:00
pk
ba3ce100e0
memory disk driver hooks to pass on the root filesystem bits.
...
Note: this file is called `md_root.c' in anticipation of the forthcoming
`rd' => `md' rename.
1996-06-20 20:15:40 +00:00
pk
b0b2a995cd
When booting from a floppy drive and RAMDSK_HOOKS is defined, arrange for
...
a callback from memory disk driver to load the actual root image.
1996-06-20 20:12:31 +00:00
pk
d802ca2b2a
Declare a memory disk at block device #5 .
1996-06-20 20:07:45 +00:00
pk
417fc9581d
ramdisk stuff
1996-06-20 20:06:16 +00:00
pk
5b9021505a
ramdisk stuff.
1996-06-20 20:05:46 +00:00
pk
a0222c1293
Turn on disconnect/reselect by default on targets 4-7 on the premise that
...
tape devices normally are set to one of these targets. Tape devices should
be allowed to disconnect for the SCSI bus to operate acceptably.
1996-06-20 19:50:41 +00:00
leo
e07a535f4e
Some minor nits.
1996-06-20 19:41:01 +00:00
jtc
749fcbc59b
Ensure user can't make us overrun fixed sized buffers.
1996-06-20 18:47:08 +00:00
jtc
c40394d175
Fix NLSPATH processing --- catopen was not processing beyond the first
...
colon. Try all paths in NLSPATH as per XPG4.2. Expand %l, %t, and %c
to nothing. Should be language, territory, and codeset.
1996-06-20 14:54:38 +00:00
is
0569d3582c
Use the right microsecond delay address. To achieve this, also map that
...
piece of hardware into kernel virtual memory (was only a guess 'til now).
XXX Unfortunately, the hardware vendor reserves the right to change this in
future DraCo revisions. We must rethink delay() and DELAY(), at least for the
DraCo, soon.
1996-06-20 09:31:58 +00:00
jonathan
fc7c84da3a
Explictly credit Per Fogelstrom for the mips shared library support in elf.c,
...
which was taken from OpenBSD/pica.
The previous revision of elf.c replaced Ted Lemon's elf exec machinery
with something closer to Christos' MI elf machinery. It turns out
that old NetBSD/pmax elf binaries have three segments, and the newer
elf exec machinery cannot exec them.
The old elf exec machinery is folded back into cpu_exec.c, which falls
back onto using the old machinery if the new machinery fails. The
old-style binaries will be deprecated at the 1.2 release.
1996-06-20 07:06:36 +00:00
scottr
02f1ebc3de
SPOT is now an NFS server, too.
1996-06-20 04:11:55 +00:00
gwr
e1cc05a94c
Fix ZMAGIC (from Chuck Cranor)
1996-06-20 03:59:41 +00:00
gwr
a1ec070f97
Take control over the kernel libraries so cross-build is easier.
1996-06-20 03:47:27 +00:00
gwr
4bb67f0a27
Take control over the kernel libraries so cross-build is easier.
1996-06-20 03:11:06 +00:00
pk
d1d8376b06
Fix spelling.
1996-06-19 22:53:54 +00:00
pk
a212048a9c
.Pa' =>
.Fa'
1996-06-19 22:50:16 +00:00
jtc
0df251764e
Changed clnt_{s,}p{errno,error,createerror} so that the functions that
...
output emit newlines and those that return a pointer to string do not
append them.
The existing behavior was inherited from RPC4.0, but this seems to have
been corrected sometime before SunOS 4.1.
The documentation has been updated to reflect the new behavior.
1996-06-19 20:38:43 +00:00
gwr
f1d623f2f2
Some corrections regarding boot file and path (suggested by cgd)
1996-06-19 16:08:34 +00:00
gwr
587d8cc1f5
Explain why the HP printers fail and how to work around the problem.
1996-06-19 15:15:40 +00:00
gwr
2a6455604b
Minor fixes sent in since bootp-2.4.3 release:
...
Correct length arg to haddrtoa() in report of duplicate address.
The string value for a generic tag should not include the null.
(Including the null in reponses really annoys HP printers!)
When reading hardware addresses, allow colon separators
(only works if the whole H/W address is in quotes).
1996-06-19 14:52:34 +00:00
pk
187edb5fa8
Insert pause after disklabel blurb.
...
Remove `-v' from binstall.
1996-06-19 14:18:40 +00:00
pk
0719964575
Typos I thought I killed before.
1996-06-19 14:16:25 +00:00
pk
dba83379bd
Remove a "notyet" in last commit.
1996-06-19 13:30:49 +00:00