Commit Graph

618 Commits

Author SHA1 Message Date
mycroft
7c05310612 Don't lose if obj dir not present. 1993-04-18 17:37:21 +00:00
mycroft
e2b92c3fc0 Return correct value for new probe sequence. 1993-04-18 10:24:56 +00:00
mycroft
0105f6f55d Return correct value for new probe sequence. 1993-04-18 10:14:15 +00:00
deraadt
e2a9eb19a4 slight code quality improvement. not related to the bug with very
old controllers or disks! :-)
1993-04-18 10:03:20 +00:00
mycroft
24e496eca2 Eliminate GCC 2 warning due to prototype not being in scope. 1993-04-18 09:22:35 +00:00
mycroft
78ff981673 Fix error in last patch. 1993-04-18 09:21:15 +00:00
mycroft
f6eb9a54d8 Make arguments match prototypes. 1993-04-18 09:19:56 +00:00
mycroft
f3abdec36a Rewrite. Add support for GCC 2. 1993-04-18 08:47:09 +00:00
mycroft
24b644ac3d Map QMAGIC execs at correct address. 1993-04-18 07:34:34 +00:00
mycroft
b4066ead64 Add N_RELOFF(). 1993-04-17 20:07:05 +00:00
mycroft
0f409d388b Fix egregious stupidity which caused QMAGIC execs to be 32 bytes too long.
(Also occurs in BSDI's version, apparently.)
1993-04-17 20:06:31 +00:00
sef
12f82a1ed4 NCCS is required by POSIX, so not defining it if _POSIX_SOURCE is
defined is *really* silly.
1993-04-17 18:04:18 +00:00
mycroft
f7450657ec Allow argument to #!' (i.e. #!/bin/foo -argument'). 1993-04-17 08:07:03 +00:00
mycroft
72654bc9d0 Enlarge MAXINTERP to make room for argument. 1993-04-17 08:06:33 +00:00
glass
d5f887d44c this file is never compiled, nor included in 'files' because it is adapted
for the particular architecture.  However, it never would've compiled either
as it had the old '../h/foo.h' stuff in it.
1993-04-17 05:20:54 +00:00
mycroft
ba40575afe Use new format for attach message. 1993-04-17 04:46:12 +00:00
sef
7e852bb789 `inline' is not present in gcc when -ansi is given; use __inline instead. 1993-04-17 02:13:22 +00:00
mycroft
a978d6900e Fix silly typo. 1993-04-17 01:40:36 +00:00
mycroft
e0cc195419 Add entry for HP ethernet driver. 1993-04-17 01:40:10 +00:00
mycroft
e415187cd4 Add driver for HP ISA and EISA ethernet adapters. 1993-04-17 01:39:27 +00:00
mycroft
aabb2e137e Add proper cast. 1993-04-17 01:38:51 +00:00
mycroft
c9a19fb3f9 Add config for Mycroft's 486. 1993-04-17 01:22:04 +00:00
sef
583bdd93e4 Allow 'su foo -c command'. MAY BE BUGGY! (So sayeth Keith Bostic.)
I have noticed no problems yet, however.  Since Keith never did it
"properly" ...
1993-04-17 01:10:19 +00:00
mycroft
8f7f9de18d Add support for QMAGIC. 1993-04-16 13:44:34 +00:00
mycroft
47ec3b0c74 Pick up QMAGIC stuff from BSDI and remove -screwballmode. 1993-04-16 13:33:02 +00:00
mycroft
7db68148ea Add QMAGIC support. 1993-04-16 13:18:52 +00:00
mycroft
2d8799343e Add support for QMAGIC. 1993-04-16 12:09:18 +00:00
alm
9b18e2903e Removed getrange() hack from undo() 1993-04-16 08:38:44 +00:00
deraadt
aee9e16f75 Changed the files referenced in this manual page 1993-04-15 23:16:27 +00:00
deraadt
6bee5294bc ioconf changes, see previous cvs's that dumped core 1993-04-15 07:57:50 +00:00
deraadt
fbecd3e987 Once more: some changes to the ioconf.c structure. It will now handle
devices hanging off controllers, any kind of controller.
A device on isa0 is called at probe(self), then attach(self)
A controller on isa0 is called at probe(self), then all it's children with
    defined unit numbers are initialized by calling attach(subdev); next all
    subdevices with unit ? are initialized by calling attach(sundev).
Almost all device entry points is now like the vax/sun model (intr being
the weird one)
1993-04-15 07:52:08 +00:00
glass
ed4a9f1a3c i hate NDDB...... 1993-04-15 07:15:25 +00:00
glass
6eb0490333 NDDB made a re-appearance.... 1993-04-15 07:11:01 +00:00
deraadt
e42c6edf94 ooops. DDB instead of NDDB. A typo, i swear 1993-04-15 07:09:23 +00:00
deraadt
653e85f75a #ifdef DDB fix 1993-04-15 07:01:16 +00:00
deraadt
bf6814fb30 wd driver would fail on calling wdgetctlr() for older drives and
controllers. New behaviour is that if the standard method fails, try
to recalibrate the drive. Success means the drive exists.  patch by
hpeyerl@novatel.cuc.ab.ca (who owns several of these historical
artifacts)
1993-04-15 06:39:00 +00:00
sef
9c736c1dcf Added QMAGIC, which is a "compact demand load" format: first page is
unmapped, and the a.out header is inside the text section.
1993-04-15 05:48:22 +00:00
alm
f30a0860be added an efficient and relatively clean move (`m' command)
added ustack checking
1993-04-15 04:58:32 +00:00
deraadt
7343f8c2de Because so much stuff expects it.. 1993-04-15 01:04:14 +00:00
sef
caf88a2f34 Bloody stupid misspelled name caused me grief, so I'm changing it
wherever I can.  (Function is getgrnam, documentation says getgrnam*e*!)
1993-04-14 21:31:58 +00:00
alm
d95358e7cc cleaned up docs 1993-04-14 12:22:59 +00:00
alm
b9b97259e6 implemented line marks as pointers
marks to lines that are moved, deleted or otherwise changed are cleared
undo restores cleared marks
added strerror diagnostics
1993-04-14 12:22:14 +00:00
alm
f428f0420e added tests for the k' and w' commands 1993-04-14 12:05:05 +00:00
alm
bb106b2b49 added Berkeley sed with mods to use GNU regex 1993-04-13 23:49:12 +00:00
alm
5594a0292f moved Makefile -> Makefile.bsd
(cvs add ../Makefile doesn't work otherwise)
1993-04-13 23:48:12 +00:00
mycroft
6c5fe93efb Clean up deleted files. 1993-04-13 23:21:46 +00:00
cgd
571aba5ed9 should be looking in /usr/include/sys/syscall.h 1993-04-13 16:33:31 +00:00
cgd
1614399ffc forgot a \... 1993-04-13 16:17:59 +00:00
cgd
fd29a1fd79 oops. screwed that up... 1993-04-13 16:15:29 +00:00
cgd
d0664cff6a make /var/spool/output and /kern, and disable example printer 1993-04-13 16:12:56 +00:00