403 Commits

Author SHA1 Message Date
mycroft
3466930de8 Use new format for attach message. 1993-04-17 04:46:12 +00:00
sef
09cde31707 `inline' is not present in gcc when -ansi is given; use __inline instead. 1993-04-17 02:13:22 +00:00
mycroft
dc3b547a84 Fix silly typo. 1993-04-17 01:40:36 +00:00
mycroft
3bc97d9bec Add entry for HP ethernet driver. 1993-04-17 01:40:10 +00:00
mycroft
5d780bda95 Add driver for HP ISA and EISA ethernet adapters. 1993-04-17 01:39:27 +00:00
mycroft
a0e6f2c7bb Add proper cast. 1993-04-17 01:38:51 +00:00
mycroft
6af04fb666 Add config for Mycroft's 486. 1993-04-17 01:22:04 +00:00
sef
58d09cb559 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
6b40c02cc9 Add support for QMAGIC. 1993-04-16 13:44:34 +00:00
mycroft
84bd62fdcd Pick up QMAGIC stuff from BSDI and remove -screwballmode. 1993-04-16 13:33:02 +00:00
mycroft
4530ae04c1 Add QMAGIC support. 1993-04-16 13:18:52 +00:00
mycroft
5eef9b466d Add support for QMAGIC. 1993-04-16 12:09:18 +00:00
alm
ec6b21ba74 Removed getrange() hack from undo() 1993-04-16 08:38:44 +00:00
deraadt
7c2e9690fa Changed the files referenced in this manual page 1993-04-15 23:16:27 +00:00
deraadt
54644c7177 ioconf changes, see previous cvs's that dumped core 1993-04-15 07:57:50 +00:00
deraadt
7baaf22913 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
37307e0b61 i hate NDDB...... 1993-04-15 07:15:25 +00:00
glass
5bffa11cfd NDDB made a re-appearance.... 1993-04-15 07:11:01 +00:00
deraadt
e05042b9be ooops. DDB instead of NDDB. A typo, i swear 1993-04-15 07:09:23 +00:00
deraadt
1c0d05697f #ifdef DDB fix 1993-04-15 07:01:16 +00:00
deraadt
1e4fafdaef 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
028559fcaf 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
fb70385fc6 added an efficient and relatively clean move (`m' command)
added ustack checking
1993-04-15 04:58:32 +00:00
deraadt
3ed5eae43d Because so much stuff expects it.. 1993-04-15 01:04:14 +00:00
sef
e88c7edca2 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
babc5cf00d cleaned up docs 1993-04-14 12:22:59 +00:00
alm
e748ae8f6b 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
c299c721c9 added tests for the k' and w' commands 1993-04-14 12:05:05 +00:00
alm
eb0d8da56e added Berkeley sed with mods to use GNU regex 1993-04-13 23:49:12 +00:00
alm
cf9efdf1cc moved Makefile -> Makefile.bsd
(cvs add ../Makefile doesn't work otherwise)
1993-04-13 23:48:12 +00:00
mycroft
7d7f7e5d35 Clean up deleted files. 1993-04-13 23:21:46 +00:00
cgd
cdc01a2dd4 should be looking in /usr/include/sys/syscall.h 1993-04-13 16:33:31 +00:00
cgd
96921c0276 forgot a \... 1993-04-13 16:17:59 +00:00
cgd
e16bd78642 oops. screwed that up... 1993-04-13 16:15:29 +00:00
cgd
ebc9fba652 make /var/spool/output and /kern, and disable example printer 1993-04-13 16:12:56 +00:00
alm
1cfeb117a7 cleaned up mkscripts.sh and ckscripts.sh 1993-04-13 09:29:21 +00:00
alm
188a177c19 Added tests: \n[12].[drt] [ik]3.err 1993-04-13 08:35:55 +00:00
cgd
087bb37eba got rid of sf entry for cp3100, and added new cp3100 layout, for testing
on boat anchor
1993-04-12 20:40:20 +00:00
sef
712141c190 Print spaces instead of '0' for a non-idle user. Looks nicer. 1993-04-12 19:40:01 +00:00
cgd
71c43bc162 added -DNFSSERVER to makefile. another point for glass. 1993-04-12 19:31:40 +00:00
cgd
65943e206b got rid of options for hacked com driver; it's not in this tree,
they shouldn't be in the config file.  not that SUN_LAMP has
com ports anyway...
1993-04-12 19:25:38 +00:00
cgd
17484ea11a fixed NFSCLIENT problem. 1993-04-12 18:22:27 +00:00
deraadt
7b108ed800 fixed various bugs like cdattach() returning garbage. 1993-04-12 12:10:28 +00:00
deraadt
3dc8192f36 kernel config files that know the new scsi system 1993-04-12 11:39:53 +00:00
mycroft
e19097b43c Ignore forged ICMP_UNREACH with dport==0 and sport==0. 1993-04-12 11:07:57 +00:00
deraadt
3ddc28e3ec small fixes 1993-04-12 10:15:21 +00:00
cgd
29316aa733 needed -f on that rm... 1993-04-12 09:44:53 +00:00
deraadt
53dfa9ea25 new scsi subsystem.
changes also in config/mkioconf.c
	i386/isa/wd.c, fd.c, and all scsi drivers.
1993-04-12 08:19:28 +00:00
deraadt
dfe7c1c5d5 new scsi subsystem.
changes also in /sys/scsi/* i386/isa/wd.c, fd.c, and all scsi drivers.
1993-04-12 08:18:09 +00:00
deraadt
5cb8874dd9 new scsi subsystem.
changes also in config/mkioconf.c & sys/scsi/*
1993-04-12 08:17:23 +00:00