Commit Graph

41935 Commits

Author SHA1 Message Date
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
alm 83ab6f7f6f cleaned up mkscripts.sh and ckscripts.sh 1993-04-13 09:29:21 +00:00
alm b1d3887a30 Added tests: \n[12].[drt] [ik]3.err 1993-04-13 08:35:55 +00:00
cgd 426073e2ff 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 15a4e0a939 Print spaces instead of '0' for a non-idle user. Looks nicer. 1993-04-12 19:40:01 +00:00
cgd e17cdf070b added -DNFSSERVER to makefile. another point for glass. 1993-04-12 19:31:40 +00:00
cgd 136c7a5766 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 9c7a811a01 fixed NFSCLIENT problem. 1993-04-12 18:22:27 +00:00
deraadt bee6f373e4 fixed various bugs like cdattach() returning garbage. 1993-04-12 12:10:28 +00:00
deraadt 469f8e3f30 kernel config files that know the new scsi system 1993-04-12 11:39:53 +00:00
mycroft 348f9280dc Ignore forged ICMP_UNREACH with dport==0 and sport==0. 1993-04-12 11:07:57 +00:00
deraadt d0d3380f80 small fixes 1993-04-12 10:15:21 +00:00
cgd f9487a0fe3 needed -f on that rm... 1993-04-12 09:44:53 +00:00
deraadt 2c98ef3b72 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 a183b8d0bf 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 f262b564a2 new scsi subsystem.
changes also in config/mkioconf.c & sys/scsi/*
1993-04-12 08:17:23 +00:00
cgd 9fb6e78a30 need com[01] rather than com[12] 1993-04-11 20:42:46 +00:00
cgd 29511629ba give 1.2M floppies an "a" partition 1993-04-11 20:30:41 +00:00
cgd c9b2b84704 changed ident 1993-04-11 18:56:21 +00:00
cgd 022fab27e5 NFS not properly defined. glass gets another point. 1993-04-11 18:29:46 +00:00
cgd 766c70273a forgot semicolon => syntax error. stupid error, glass... 1993-04-11 17:33:43 +00:00
deraadt 7f77252a93 Whoops. vidio card io space is 16 bytes large, not 8 bytes large. probe
now returns the right thing
1993-04-11 10:16:54 +00:00
deraadt fda0ef9095 nay, pccons.c still did not return the right thing from probe.. --> 8 1993-04-11 07:09:29 +00:00
cgd 1edb36e917 name of root device for new scsi system is 'sd'. duly noted. 1993-04-10 21:58:52 +00:00
cgd 49828746dc aha (aha1542) and ahb (aha1742) conflict; can't put them in the same
config file
1993-04-10 21:55:49 +00:00
cgd de2ed850e7 made it appropriately generic, and added PCFS and KERNFS support 1993-04-10 21:21:33 +00:00
cgd 506ea71fe9 was saying "not responding" on failed probe. that's bogus. 1993-04-10 21:09:13 +00:00
cgd e12540ddf3 changed titles from elvrec to elvisrecover 1993-04-10 21:02:56 +00:00
cgd 36cc48db29 give boat-anchor a PCFS 1993-04-10 20:46:46 +00:00
cgd a434508e6d version's not supposed to be printed here; it's supposed to be printed
in machdep.c
1993-04-10 20:46:16 +00:00
cgd 773a01b924 make sure /usr/share/misc exists before installing into it. 1993-04-10 20:39:06 +00:00
glass 550b9e0bef forgot to update syscalls.master. the makesyscalls.sh generated stuff
is now updated
1993-04-10 20:27:10 +00:00
cgd 0ce421dcab get rid of /sys before you try to make the symlink... 1993-04-10 20:20:21 +00:00
glass 97aac27660 fixed an #ifdef NFS 1993-04-10 20:19:59 +00:00