Commit Graph

525 Commits

Author SHA1 Message Date
sos
864d8e3641 Third round in syscons update.
Display update method changed, now allways write in memory buffer,
  then periodically update physical display.
Speed improvements (now > 5 times faster than the old syscons).
History now circular buffer, with changeable size.
History scroll by up/down line, up/down page, home and end.
Backtab proberly implemented.
Now space for 96 function keys, 63 allocated standard, default now
  SCO/SYSV compat again as in the old days.
New keyboard definition files ~share/syscons/keymaps/*
Misc fixes for old "hacks" that broke SCO/SYSV compat.
More that I forgot before writing this...
1995-01-28 22:18:05 +00:00
jkh
f9a12a17c5 Delete a bogus :. 1995-01-28 13:17:38 +00:00
jkh
7f2435f217 Update these to be a little more business-like in appearance.
Delete obsolete information.
1995-01-27 23:15:31 +00:00
phk
0c003f1f1b Man page for the new nca driver. 1995-01-27 07:54:59 +00:00
ache
8677ac9b2e Change overloaded Keypad 5 to fkey65 1995-01-26 11:22:01 +00:00
ache
23ae9a188f Upgrade Back tab & Keypad 5 info 1995-01-26 11:04:52 +00:00
ache
f882be36f0 Describe Left window, Right window and Menu keys 1995-01-26 09:24:14 +00:00
ache
368c5e2b96 Remove Delete remapping, unneccesary now 1995-01-26 09:10:41 +00:00
ache
91bec5baf7 Describe Delete key 1995-01-26 09:05:22 +00:00
ache
467f3d972d Correct Delete key description 1995-01-26 08:48:13 +00:00
ache
0437a79952 Describe Delete key 1995-01-26 08:45:51 +00:00
jmz
e5b3a6bd4a Add joystick man page 1995-01-25 21:41:09 +00:00
ache
5fc39ffb0f LIBFORMS & LIBSCSI added 1995-01-25 20:24:01 +00:00
dg
5cece308ce Add links from mem.4 to kmem.4. 1995-01-25 09:43:20 +00:00
dg
a0d88a4b50 Added link from utmp.5 to lastlog.5. 1995-01-25 09:35:47 +00:00
dg
b6eb6b993a Added more missing manual pages from 1.1.5. 1995-01-25 09:18:56 +00:00
dg
b25ea304d3 Install bpf manual page. 1995-01-25 08:47:30 +00:00
dg
ac70a42e4d Added bpf(4) manual page from 1.1.5. 1995-01-25 08:46:06 +00:00
jkh
155e15d1ef NOOBJS was bogus - use the already extant `NOOBJ'. 1995-01-24 17:50:30 +00:00
jkh
c3e71c4f94 Add the ability to say `NOOBJS' to indicate that the target has no object
files.
1995-01-24 17:33:22 +00:00
jkh
e5d80aaf3e Fix bogus tab in makesum target. 1995-01-24 02:41:52 +00:00
jkh
2ba2eaa6ba Fix this bogus Makefile. 1995-01-24 00:36:27 +00:00
jkh
357ca756ee Fix more deranged targets. 1995-01-24 00:28:51 +00:00
jkh
b2cdb093d3 Fix bogus all & clean rules. 1995-01-24 00:23:34 +00:00
jkh
62bb97d8ba Fix bogus tab. 1995-01-24 00:22:24 +00:00
jkh
4983b3a935 Whomever put the depend rule in screwed it up. Fix it. 1995-01-23 20:53:38 +00:00
jkh
eee68c8b0f Eliminate a bogus stray tab. 1995-01-23 20:50:56 +00:00
jkh
661bef7849 Set PREFIX in the build target. Suggested by John Fieber. 1995-01-23 18:22:36 +00:00
jkh
e5e1e87ac4 Update the Korean admin's address. 1995-01-23 02:37:04 +00:00
gpalmer
e086cf68f9 Oops. Fix up the checksum routine - my last commit broke it slightly. 1995-01-22 20:40:48 +00:00
bde
b8cadc0b9e Build ref.bib.i in the object directory. 1995-01-22 16:49:22 +00:00
ache
a7ec4dfd81 Put brackets around EXTRACT_CMD, can be several commands here 1995-01-17 23:55:53 +00:00
ache
7099a78c80 Remove -Wall for ascii formatting, we don't need so many
warnings while formatting standard BSD docs
1995-01-17 22:04:38 +00:00
ache
cd23049810 Modify prev. change, pass internal args directly to groff,
if PRINTER == ascii, because nroff shell script strip off
some groff flags
1995-01-17 21:36:06 +00:00
ache
bd928ec83b Call nroff, if PRINTER == ascii 1995-01-17 21:27:30 +00:00
ache
612b4d65e7 Nuke BSD tmac 1995-01-17 19:10:35 +00:00
gpalmer
bddad19f9c 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
ats
1d179839c8 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
edb52ba829 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
ache
0b22c22a7e Remove duplicated ec capability 1995-01-15 06:31:14 +00:00
ache
2f56d62efa Fix cv & ch to increment pos by one 1995-01-15 06:26:58 +00:00
wollman
43585efc03 Slightly more complete implementation of SUBDIR for libraries. 1995-01-14 22:18:15 +00:00
wollman
bffdafc2b0 Add SUBDIR facility to bsd.lib.mk like in bsd.prog.mk. 1995-01-14 22:14:54 +00:00
jkh
123c1abaed 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
jkh
1fb59b63c7 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
jkh
ed6af7e310 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
jkh
ab5b9305a8 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
bde
c357bcee81 Silence `make -ss'. 1995-01-14 09:48:14 +00:00
jkh
030d01ab3c Change DISTRIBUTION names. Also make bsd.doc.mk go to doc distribution,
not bin.  Hmmm.
1995-01-14 07:51:10 +00:00
jkh
4ce4dddfd8 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