Jordan K. Hubbard
c646fc1cfa
Un-nuke krb and do what I *meant* to do, darn it.
1997-10-04 09:01:20 +00:00
Jordan K. Hubbard
1de31251a4
Adapt for new crypto source layout.
1997-10-04 08:58:16 +00:00
KATO Takenori
7ccd420567
Synchronize with sys/i386/isa/if_ed.c revision 1.122.
1997-10-04 05:19:49 +00:00
Kazutaka YOKOTA
0de89efe5c
Make the blank screen saver work with MDA and CGA. The fade and green
...
savers are also modified so that they behave in the same way as the
blank saver on MDA and CGA, although it's not the way these screen
savers are supposed to work, but fading monitor and tickling green
monitor cannot be done on MDA and CGA, AFAIK. So, this is the second
best solution.
As of this change, the current state of support of screen savers is
summarized in the following table.
MDA CGA EGA VGA
blank OK OK NA OK
daemon OK OK OK OK
fade * * NA OK
green * * NA OK
snake OK OK OK OK
star OK OK OK OK
OK: works
NA: doesn't work, the module cannot be loaded for this adapter.
*: behave the same way as the blank saver.
As you can see, EGA is left out for now. But, we can do no better, as
EGA registers cannot be read...
Reviewed by: sos
1997-10-04 04:24:18 +00:00
Andrey A. Chernov
b7536ed531
Check for invalid lower controls to not claim binary data with chars < 128 as
...
ASCII _text_
Cleanup names detection code
1997-10-04 01:03:28 +00:00
Brian Somers
57fd05c48b
Cosmetic: Log a strerror(errno) when failing to write to
...
the tun device.
1997-10-04 00:14:39 +00:00
Julian Elischer
ed0af9bc44
Allow interfaces to be attached to bpf at times other than boot.
...
doing so without this patch leads to an infinite loop in the kernel.
1997-10-03 21:32:05 +00:00
Wolfgang Helbig
b9b51fb731
Merged in better support of ISO 8601 from elsie.nci.nih.gov.
...
Added the conversion specifiers %g and %G, that are replaced
by the year which contains the greater part of the week in question.
1997-10-03 19:06:57 +00:00
Wolfram Schneider
ab215c6703
cp(1) is too silent if used with the option -i. It should
...
print which input cp(1) expect (y/n) and print a warning if the
file was not overwritten.
1997-10-03 18:11:14 +00:00
Mark Murray
bd00bedcd6
Reinsert telnet.h into the list of files installed into include/arpa/
...
I suspect a commit of mine had this (bogusly).
1997-10-03 18:10:35 +00:00
Wolfram Schneider
f50f7e1e32
Change example from US to international standard date notation.
1997-10-03 18:09:17 +00:00
David Greenman
bcedb8707e
Backed out part of a previous change: don't set ZWS on '790 chips; it has
...
shown to be harmful in that it results in the card not being detected
properly on warmboot due to the station address failing to be read
correctly from the NVRAM.
1997-10-03 16:26:15 +00:00
KATO Takenori
dd15a0d07f
Call identifycyrix() when 6x86MX CPU is found. The identifycyrix()
...
function sets cyrix_did. Old code could not display correct variable.
Reviewed by: Hideyuki Suzuki <hideyuki@sat.t.u-tokyo.ac.jp>
1997-10-03 14:23:47 +00:00
Peter Wemm
64bdf0c18d
Nuke these two out of date readme files. This stuff should be in de(4)
...
man pages rather than hidden here anyway.
1997-10-03 14:22:10 +00:00
Jordan K. Hubbard
0f51f8ab40
Install boot.help differently.
1997-10-03 14:17:46 +00:00
Jordan K. Hubbard
4a0aa46197
Get boot.help from a different place.
1997-10-03 14:14:40 +00:00
Mark Murray
e15ac533b0
The eBones src distribution is gone, and crypto is here. So remove
...
references to sebones.* and bring in scrypto.*.
1997-10-03 14:05:29 +00:00
Jordan K. Hubbard
7fd698d732
Don't attempt to deref OpenConn after it's been set to NULL. :)
1997-10-03 14:00:09 +00:00
Daniel O'Callaghan
c5c1c13516
Back out suppress '\n' mod.
1997-10-03 12:54:30 +00:00
Mark Murray
536a384920
*GULP* Punt this into the attic. It is no longer used.
1997-10-03 09:49:50 +00:00
Mark Murray
8ac06e6171
Correct the MAKE_EBONES macro --> MAKE_KERBEROS4
1997-10-03 06:37:35 +00:00
Jordan K. Hubbard
e6b43fd1a1
Correct typo.
...
PR: 4681
Submitted by: Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>
1997-10-03 03:34:00 +00:00
Jordan K. Hubbard
6cf4a83ec5
For people running paranoid ftpds, use the real username to log in
...
with when running multi-user and we actually have one.
Suggested by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
1997-10-03 03:32:03 +00:00
Jun-ichiro itojun Hagino
7bb8e61105
added icmp6 and ip6. they are becoming common.
...
Source: ftp://ftp.isi.edu/in-notes/iana/assignments/protocol-numbers
1997-10-03 01:32:41 +00:00
Bill Fenner
b1cb1b02f1
Teach ftpErrString to format UNIX errnos, since at least ftpLogin()
...
can return UNIX errnos. When UNIX errnos catch up with FTP status
codes (e.g. at 100) a new way will have to be found to tell which
is which.
This allows fetch to print errors like
fetch: ftp.fu-berlin.de: No route to host
instead of
fetch: ftp.fu-berlin.de: Unknown error
1997-10-02 23:26:03 +00:00
Jordan K. Hubbard
1202aab978
Take pity on Mark and fix the bogus paths to dump and restore in the
...
help-distribute target myself. They live in /usr/src/sbin, not
/usr/src/usr.sbin. :-)
I'm also assuming the omission of telnetd and telnet from this target
are intentional so I'll leave that alone.
1997-10-02 22:59:48 +00:00
Mark Murray
44705d085f
Whoops! Missed one.
1997-10-02 20:45:14 +00:00
Mark Murray
132c6503f2
Tidy up the bootstrap: target. Blind commit by me.
...
Tested by: jkh
1997-10-02 17:10:56 +00:00
Mark Murray
0d5894c3bd
Fix a break in the includes where the build blows chunks if it is
...
being built in a totally clean environment.
Found by: jkh and "make release"
1997-10-02 15:03:23 +00:00
Philippe Charnier
2d7a5bff3b
Use err(3).
1997-10-02 11:46:53 +00:00
Philippe Charnier
0fc81af12d
Use err(3). Change firewall to firewall_enable in man page according to
...
/etc/rc.conf.
1997-10-02 11:43:33 +00:00
KATO Takenori
bde734639c
Synchronize with sys/i386/isa/syscons.c and syscons.h revisions 1.234
...
and 1.34, respectively.
1997-10-02 09:14:33 +00:00
David Greenman
4281faf253
Killed the SYN_RECEIVED addition from rev 1.52. It results in legitimate
...
RST's being ignored, keeping a connection around until it times out, and
thus has the opposite effect of what was intended (which is to make the
system more robust to DoS attacks).
1997-10-02 02:10:40 +00:00
Jordan K. Hubbard
5611e231f1
Note kerberosIV inclusion.
1997-10-02 02:03:58 +00:00
Jordan K. Hubbard
c451e37b82
src-contrib-crypto is now just src-crypto (unless the user wants to see
...
tons of stuff in an Attic).
1997-10-02 00:01:36 +00:00
Wolfram Schneider
4e8f5527a1
Support output formats dvi, ps, latin1.
1997-10-01 21:35:14 +00:00
Søren Schmidt
b478da3630
Add rudimentary support for using the keyboard.
1997-10-01 20:53:41 +00:00
Søren Schmidt
3bd724f2b3
Add a new keyboard mode K_CODE. Returns a single byte for each key
...
much like the scancode mode.
However the keys that (for no good reason) returns extension codes
etc, are translated into singlebyte codes.
Needed by libvgl. This makes life ALOT easier, also the XFree86
folks could use this.
1997-10-01 20:46:29 +00:00
Poul-Henning Kamp
62a9dc968b
Update to tcl8.0 release version.
1997-10-01 13:37:27 +00:00
Poul-Henning Kamp
865d6cb1ab
New shlib is 80.3
1997-10-01 13:31:29 +00:00
Poul-Henning Kamp
7ff52f246b
Resolve conflicts.
1997-10-01 13:27:30 +00:00
Poul-Henning Kamp
6456a78f41
This commit was generated by cvs2svn to compensate for changes in r30037,
...
which included commits to RCS files with non-trunk default branches.
1997-10-01 13:19:13 +00:00
Poul-Henning Kamp
539e1e66ff
Upgrade to 8.0 release.
1997-10-01 13:19:13 +00:00
Andrey A. Chernov
6d80f5b075
/etc/opielocks -> /var/spool/opielocks
1997-10-01 13:06:31 +00:00
Andrey A. Chernov
b1769be32c
Move locks from /etc/opielocks to /var/run/opielocks to keep
...
/etc non-writeable as possible
1997-10-01 13:02:20 +00:00
Jordan K. Hubbard
64fd8fa8a0
kerberos4 -> kerberosIV
...
Submitted by: Akira Watanabe <akira@myaw.ei.meisei-u.ac.jp>
1997-10-01 09:01:16 +00:00
Jordan K. Hubbard
ab3e75b948
Delete extraneous paren.
...
Submitted by: Akira Watanabe <akira@myaw.ei.meisei-u.ac.jp>
1997-10-01 09:00:06 +00:00
Jordan K. Hubbard
dcb69d91c2
Correct an ancient bogon which involved trying to read() from a
...
nuked file descriptor. This is probably why sysinstall's ftp xfer
occasionally SEGV'd if you left things alone for a long time and
the timeout code got called. Whoops!
1997-10-01 07:21:41 +00:00
Philippe Charnier
5848fd5f35
According to Bruce, err(-1,..) is bogus. Change it to err(1,..). More commits
...
to come in this area.
1997-10-01 06:34:09 +00:00
Philippe Charnier
de1ef5eb94
Use err(3) instead of local redefinition.
1997-10-01 06:30:02 +00:00