Commit Graph

9397 Commits

Author SHA1 Message Date
ache
5f38924add This commit was generated by cvs2svn to compensate for changes in r9946,
which included commits to RCS files with non-trunk default branches.
1995-08-05 23:23:41 +00:00
ache
e90c6792aa Very simple LC_TIME compiler, you fill free to commit more complicated one 1995-08-05 23:23:41 +00:00
jkh
8d694298ca Reference to obj dir hardcoded in this file replaced with
a more intelligent macro.  I hate the obj link mechanism, I tell you, I hate
it! :-)
1995-08-05 23:21:39 +00:00
ache
5ec1f8dfb4 Use %+ to print data using LC_TIME 1995-08-05 23:08:17 +00:00
ache
db0e73744f Remove _set_ospeed, it is done in tgetent 1995-08-05 22:04:23 +00:00
ache
e5b7520924 Remove _set_ospeed, it is done in tgetent now
Remove ospeed redefinition from header file
1995-08-05 21:48:16 +00:00
ache
b5d2d54dc4 Remove _set_ospeed, done in tgetent now. 1995-08-05 21:33:11 +00:00
peter
94298d4284 Grab next major (68) for the Specialix SI/XIO driver which is due to
come in RSN.  As Jordan said "First in, first served.."
1995-08-05 21:33:04 +00:00
ache
6e28dc018a Remove _set_ospeed, trick done in tgetent now 1995-08-05 21:25:28 +00:00
ache
100e6f311c Do a little trick which covers 99% cases: initialize ospeed
variable directly in tgetent by stderr or stdout output speed.
It helps hide in non-standard __set_ospeed function and remove it
from other sources (coming soon).
Do prototype cleanup too.
1995-08-05 21:22:07 +00:00
wollman
c426abc424 Update timezone compiler and dumper to understand the new EC rules. 1995-08-05 20:28:48 +00:00
wollman
58f52714ed The European Commission went out and invented a new sort of summer-time
changeover, so we have to extend the format of timezone files (in a backward-
compatible way, of course).  This probably means that libc needs a minor
version number bump before 2.2 is released (or maybe not).
1995-08-05 20:28:08 +00:00
wollman
69fff289db Don't depend on bogusly-installed <tzfile.h>. 1995-08-05 20:25:24 +00:00
wollman
bb1cde1c8e Don't install bogus tzfile.h. In fact, don't install any tzfile.h. 1995-08-05 20:24:32 +00:00
pst
0e79ca4d90 Use data ports in the range 40000..44999 by default to enhance FTP usability
in a firewall environment.  Original idea by Mark Tracy (?).

Reviewed by:	wollman
Submitted by:	pst
1995-08-05 19:12:05 +00:00
ache
f87a14f2ec Comment out LDADD+=-ldescrypt, it is not yet active due to
missng defines for krb4encpwd and rsaencpwd and missing rsa library too.
1995-08-05 19:10:25 +00:00
ats
9eb7a64ecc Fix some typos in a comment BUAD -> BAUD. 1995-08-05 18:16:50 +00:00
gibbs
8ef6697e87 Update the SCB controll byte bit definitions to match new SCB_DISCENB bit.
Remove "#ifdef NOT_YET"s since the features they pertain too are committed
now.
1995-08-05 17:32:55 +00:00
ache
93a197827a Fix cut&paste error: LC_COLLATE should be LC_TIME 1995-08-05 17:32:06 +00:00
gibbs
685c99c94e Total rewrite of the dataphase sections of the sequencer. This was done
to replace the very poor, original implementation of Scatter/Gather operations.

Use a bit (that was freed up with the rewrite above) in the SCB control byte
to designate commands that should allow disconnection.  The kernel driver
makes this decision now instead of the sequencer since the sequencer can't
do the indexing very efficiently.

This commit drops the sequencer from 426 instructions to 390 most likely
freeing enough space to do a target mode implementation.
1995-08-05 17:31:39 +00:00
ache
e6be3172f8 Add time locale loading 1995-08-05 17:31:17 +00:00
dg
c95012c29f Add back $Id$ that got nuked in rev 1.6. 1995-08-05 07:39:02 +00:00
bde
7c26ba05b7 Move rtprio.2 from usr.sbin/rtprio to lib/libc/sys, overwriting the bogus
version in the latter directory.

Reviewed by:	davidg
1995-08-05 07:31:19 +00:00
bde
832ba59977 Don't install me.7. Use the one in groff. 1995-08-05 07:25:43 +00:00
gibbs
1df678461b Fix two race conditions.
The first could occur because the original code would continue to reset
the SCSIID register while waiting for a selection.  This could potentially
conflict with a reconnect since a successfull reconnect will also set the
SCSIID register.  The fix is to use a separate wait loop after starting
a selection (as was done a few revisions ago).

The second probably never happens, but it was possible for a target to
reconnect while there was a pending SCB on the waiting list and not get
noticed.  The fix was to remove a supurflous check of the scb waiting
list.
1995-08-05 06:59:17 +00:00
jkh
5e2d56d556 Update cmich's URL.
Submitted by:	Mail Archive <archive@cps.cmich.edu>
1995-08-05 02:04:18 +00:00
ache
287d1f84d4 Add missing ospeed initialization 1995-08-04 19:52:44 +00:00
ache
7f093ebd6e Fix sh coredump in vi mode with empty colon command 1995-08-04 19:42:23 +00:00
wollman
99cef2aaa7 Implement locale-sensitive strftime () from ADO (heavily modified
by me).  This probably loses for multibyte characters, but I have no
way of telling.  I'll let ache decide whether to add this support to
startup_setlocale.  Note that for this to make any sense at all, the
symlinks in /usr/share/locale must go.  (For the moment, this doesn't
make any difference since there are no locales supplied.)

Obtained from:	Arthur David Olson <ado@elsie.nci.nih.gov>
1995-08-04 18:43:01 +00:00
joerg
98a78b7aa4 Make install not remove the target file if -s has been specified but
stripping failed (since the file has been a shell script, for
example).

Closes PR # bin/645: "install -c -s" can't inst...

Submitted by:	hohmuth@inf.tu-dresden.de (Michael Hohmuth)
1995-08-04 17:13:36 +00:00
joerg
4d820dd715 Make only a -r' flag (as opposed to -r*') special within the
LINK_SPEC.  This solves a problem with the f77 frontend where
aproviding the -r8 option (use REAL*8) caused `cc' to ``forget'' to
pass the entry point to the linker.

Closes PR #gnu/644: f77 -r8

Reviewed by:	watanabe@komadori.earth.s.kobe-u.ac.jp (Takeshi WATANABE)
1995-08-04 17:11:32 +00:00
joerg
3e48994129 expr(1) didn't comply to Posix.2 and its own man page: any
comparisions have been made as string comparisions, even in cases
where both operands clearly qualified as integers.

The fix is to make the parser properly analyzing whether an operand is
a valid integer or not.
1995-08-04 17:08:07 +00:00
wollman
f7ba213e8c Merge timzeone data changes from vendor branch. Most significant change
is 1996 EC harmonization.  Also, the following timezones have been renamed:
	Asia/Frunze -> Asia/Bishkek
	Pacific/Cocos -> Indian/Cocos
	Pacific/Belau -> Pacific/Palau
	America/Navajo -> America/Shiprock
and one new timezone has been added:
	Australia/Canberra
1995-08-04 16:23:09 +00:00
wollman
dffe3b9efb This commit was generated by cvs2svn to compensate for changes in r9905,
which included commits to RCS files with non-trunk default branches.
1995-08-04 15:53:27 +00:00
wollman
6ed4024cc3 Latest timezone data from Arthur David Olson
Obtained from:	Arthur David Olson <ado@elsie.nci.nih.gov>
1995-08-04 15:53:27 +00:00
asami
48ac31ff0f We don't have libftp anymore, so why don't we stop trying to do a
make beforeinstall in it. :)
1995-08-04 12:06:51 +00:00
ache
99415acc78 Allow any speeds in baudrate 1995-08-04 11:06:00 +00:00
ache
2a5321cace Add SA_RESTART to ^Z reaction, EIO was returned in other case 1995-08-04 11:05:29 +00:00
ache
078a33dc42 Simplify baud printing code 1995-08-04 10:30:34 +00:00
ache
b23ac99c8c Add missing ospeed setting 1995-08-04 09:54:54 +00:00
ache
5cfe85c0a4 Add missing entries to speedtable 1995-08-04 09:42:05 +00:00
ache
be182d2421 Nuke local termcap.h and use system one 1995-08-04 09:26:10 +00:00
ache
2e718b4cda Add missing ospeed initialization. 1995-08-04 08:05:18 +00:00
jkh
7c489bde43 Remove libftp from Makefile 1995-08-04 07:27:24 +00:00
ache
56e4caf676 Add missing ospeed initialization 1995-08-04 07:17:24 +00:00
jkh
e73cbd277f Remove useless -lftp arguments from Makefiles.
Suggested by: ache
1995-08-04 07:14:08 +00:00
ache
cc27b9f050 Replace ospeed switch with _set_ospeed 1995-08-04 07:04:40 +00:00
ache
5f647d7dc1 Replace wrong ospeed setting (overflows) with new _set_ospeed
function.
1995-08-04 06:58:45 +00:00
ache
e287a130ea Allow it works with non-fixed termios speeds.
Replace ospeed switch with new _set_ospeed
1995-08-04 06:54:18 +00:00
ache
c69710868e Eliminate ospeed switch with new _set_ospeed 1995-08-04 06:50:12 +00:00