Commit Graph

482 Commits

Author SHA1 Message Date
Gary Palmer
2db2081438 Correct a small problem in that when there isn't a checksum for that
particular file, but there is a files/md5, it reports that it failed
the checksum
1995-01-16 23:33:08 +00:00
Andreas Schulz
eda3ffc7c2 Add the Adaptec 282x Series of controller to the supported controllers.
They seem to be detected and working ok from the aic driver.
1995-01-16 19:19:14 +00:00
Joerg Wunsch
9088576b20 Could someone please add the following patch to
/usr/src/share/termcap/termcap.src? It defines the sequences emitted
by the PageUp, PageDown and Keypad-[79513] keys.

Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-01-16 17:29:29 +00:00
Andrey A. Chernov
9bc89504b8 Remove duplicated ec capability 1995-01-15 06:31:14 +00:00
Andrey A. Chernov
bf8a2c7b91 Fix cv & ch to increment pos by one 1995-01-15 06:26:58 +00:00
Garrett Wollman
e7f8d55240 Slightly more complete implementation of SUBDIR for libraries. 1995-01-14 22:18:15 +00:00
Garrett Wollman
83fc2a702a Add SUBDIR facility to bsd.lib.mk like in bsd.prog.mk. 1995-01-14 22:14:54 +00:00
Jordan K. Hubbard
b6cc3bfac6 The enclosed patch fixes the Makefile contained in
share/doc/usd/{30.rogue,31.trek}: make fails if the games source
tree is not present (see the mail that I have sent yesterday).

        This patch makes the Makefiles test if the games source
tree is present.  If it is not present, the Makefiles default to
no operation.
1995-01-14 19:56:16 +00:00
Jordan K. Hubbard
7f272b53a0 The enclosed patch fixes the Makefile contained in
share/doc/usd/{30.rogue,31.trek}: make fails if the games source
tree is not present (see the mail that I have sent yesterday).

        This patch makes the Makefiles test if the games source
tree is present.  If it is not present, the Makefiles default to
no operation.

[Note:  I'm not sure if the Makefile changes might not be collapsable into
a shorter format, but I'll just leave it this way for now and be safe -jkh]

Submitted by:	Remy Card <Remy.Card@masi.ibp.fr>
1995-01-14 19:55:40 +00:00
Jordan K. Hubbard
314bc6245e The enclosed patch makes bsd.doc.mk consistent with bsd.prog.mk
when creating the obj link.  While bsd.prog.mk inconditionnaly creates
a link in /usr/obj, bsd.doc.mk tests if the source tree is contained in
/usr/src.  If so, it creates a link to /usr/obj.  If the source tree
is contained in another directory, bsd.doc.mk creates an obj subdirectory.
Submitted by:	Remy Card <Remy.Card@masi.ibp.fr>
1995-01-14 19:49:54 +00:00
Jordan K. Hubbard
af8dd62b9a The enclosed patch is a cosmetic change to bsd.prog.mk. When
a program directory has subdirectories, make now prints "===> dir/subdir"
instead of "===> subdir".  This is modeled after the rules contained in
bsd.subdir.mk.

Submitted by:	Remy Card <Remy.Card@masi.ibp.fr>
1995-01-14 19:48:49 +00:00
Bruce Evans
4d12ebe42c Silence `make -ss'. 1995-01-14 09:48:14 +00:00
Jordan K. Hubbard
d9584d768f Change DISTRIBUTION names. Also make bsd.doc.mk go to doc distribution,
not bin.  Hmmm.
1995-01-14 07:51:10 +00:00
Jordan K. Hubbard
c19abbbbd7 Close PR#108 - man page 4 tty lies - needs updated info
Submitted by:	jgreco@hummin.sol.net
1995-01-14 02:48:13 +00:00
Andrey A. Chernov
985649bb94 Add more funkeys, correct existen ones 1995-01-13 00:51:48 +00:00
Andrey A. Chernov
dd5527fa91 Add nw & ec capabilities from new syscons 1995-01-13 00:16:52 +00:00
Andrey A. Chernov
c58a405f43 Add more termcap capabilities, correct one escape 1995-01-13 00:14:52 +00:00
Garrett Wollman
7ba7177c6e Other part of Makefile spam fix. 1995-01-12 20:58:10 +00:00
Garrett Wollman
65dd2ce99f Correctly fix spam with usd/psd Makefile mix-up. 1995-01-12 20:57:11 +00:00
Guido van Rooij
7fc5551693 Install the ipfw.samp.* files
Reviewed by:
Submitted by:
Obtained from:
1995-01-12 18:40:10 +00:00
Jordan K. Hubbard
42941e8055 Remove 05.sysman until I can figure out why the ascii generation
runs amuck.
1995-01-12 17:32:12 +00:00
Jordan K. Hubbard
c270d29802 Make this agree with reality - it was actually a Makefile for ../usd! 1995-01-12 16:25:51 +00:00
Jordan K. Hubbard
3506b124bf Correct some bogus instructions, flesh out some of the other doc. 1995-01-12 12:13:58 +00:00
Søren Schmidt
6378775666 First round in syscons update. Several new features has been added:
No kernel config options anymore besides keyboard language layout.
Virtual consoles are now dynamically allocated, no NCONS anymore.
Software cursor blinking/nonblinking.
Visual bell for laptops (don't beep at meetings :-).
Cursor/bell default type setable via config "flags" instead of as defines.
Cursor/bell type setable via ioctl's.
New video modes 80x30 80x60 for some laptops, and those with multisync monitors.
Scroll-lock history (length currently fixed at 100 lines).
Lots of cleanups, some only commented out for now (will goaway soon).
Support for new features in vidcontrol/kbdcontrol.
Updated manpages.
1995-01-12 11:47:05 +00:00
Jordan K. Hubbard
533c1db8da Whoops! Correct cut-and-paste gaffe. 1995-01-12 08:21:31 +00:00
Jordan K. Hubbard
161e6a3e83 Add an ID line at the top (this thing still needs some sort of
copyright, Andrew).
Add support for the distribute target.
1995-01-12 08:20:25 +00:00
Andrey A. Chernov
41c4bc57c7 Use absolute path for install passed to configure
to disallow prepending ../ in second level Makefiles
1995-01-12 02:29:42 +00:00
Garrett Wollman
1df8e837d0 Delete VFS example since it doesn't apply and there are ten perfectly
good examples elsewhere in the tree.  (The MISC example should probably
go, too, but it should still compile so I'm leaving it for now.)
1995-01-11 21:44:23 +00:00
Garrett Wollman
204da1b6b7 Fix these up as much as I'm able; see the README file for more info. 1995-01-11 21:33:54 +00:00
Garrett Wollman
9e681ba3da Always delete ${DOC}.ps and ${DOC}.ascii in the clean target, no matter what
${PRINTER} is set to.
1995-01-11 19:58:03 +00:00
Garrett Wollman
4b77ba7f2c Add back in the -me papers now that they all work. 1995-01-11 19:51:47 +00:00
Satoshi Asami
fb097df2ce Typo! 1995-01-11 08:53:28 +00:00
Satoshi Asami
1deaf2e347 Add missing ! in front of pipeline for extract commands---otherwise
it would exit on *successful* extraction.
1995-01-11 08:50:48 +00:00
Garrett Wollman
7a41acfd08 Now that `doc' works, do it. 1995-01-11 04:33:00 +00:00
Garrett Wollman
056721988a Always make the papers. Automatically make both PostScript and ASCII versions
of each document, and install both on request.
1995-01-11 04:29:38 +00:00
Garrett Wollman
debba9d5a3 Disable 05.sysman, it sends nroff into an infinite loop. 1995-01-11 04:24:41 +00:00
Garrett Wollman
a316b26e50 Make all these format under the new scheme. I haven't had a chance to
test the -me stuff, so it's still disabled for now.
1995-01-11 04:10:10 +00:00
Andrey A. Chernov
cd4e4d36de Fix path in FILES section 1995-01-11 03:58:32 +00:00
Garrett Wollman
417ed37975 Get the USD to format under the new structure. 1995-01-11 03:24:33 +00:00
Garrett Wollman
be3dff6e36 Add .MAIN: all so that extraneous targets don't confuse `make'. 1995-01-11 02:41:09 +00:00
Garrett Wollman
d448c6a94f Add standard before/real/afterinstall support like in bsd.prog.mk. 1995-01-11 02:27:01 +00:00
Garrett Wollman
83a924ecc9 Fix last .endif. 1995-01-11 02:06:58 +00:00
Garrett Wollman
b7a1a0a5ff Make these documents build if possible. 1995-01-11 01:53:04 +00:00
Garrett Wollman
26b8cb48b1 Add Id keyword. 1995-01-11 00:16:04 +00:00
Garrett Wollman
f8f8058e6f Make everything work with new bsd.doc.mk and without symlinks in the
source tree.  Eliminate papers which require -me macros, 'cos they
currently don't work with groff.
1995-01-11 00:15:23 +00:00
Garrett Wollman
25514a1236 Changes to make /usr/share/doc work somewhat right. (SMM commits
to follow soon.)
1995-01-11 00:00:11 +00:00
Jordan K. Hubbard
8b9d60735d Catch case where extraction fails. Thanks! 1995-01-10 12:23:44 +00:00
Jordan K. Hubbard
8bc0985035 Latest changes from vak.
Submitted by:	vak
1995-01-10 11:44:30 +00:00
Jordan K. Hubbard
5e65101c41 Fix a messed-up URL. 1995-01-09 14:30:42 +00:00
Jordan K. Hubbard
9b37088687 Add ftp.dataplex.net to USA mirrors. 1995-01-08 12:18:50 +00:00