Doug Rabson
fac7bcd92c
Make nfs diskless work again.
...
Reviewed by: John Hay <jhay@mikom.csir.co.za>
1995-08-30 17:24:15 +00:00
Andrey A. Chernov
c6eb6d4f8f
Fix 8bit chars output, not highlight all of them
1995-08-30 17:11:54 +00:00
Jordan K. Hubbard
892e037673
While posting something to -current about this, I got an idea for making
...
it a more ideal I18N candidate. Here it is.
1995-08-30 13:25:55 +00:00
Jordan K. Hubbard
323b0c7f1f
Add ee.
1995-08-30 09:52:07 +00:00
David Greenman
f3a06d3ee0
Corrected Marc Frajola's email address.
1995-08-30 09:51:38 +00:00
David Greenman
929bb32c22
Corrected Marc Frajola's email address.
1995-08-30 09:44:45 +00:00
Jordan K. Hubbard
6c29f08e5a
This commit was generated by cvs2svn to compensate for changes in r10452,
...
which included commits to RCS files with non-trunk default branches.
1995-08-30 07:28:06 +00:00
Jordan K. Hubbard
6f80b46075
This is `ee' - the Easy Editor. I'm bringing it in to replace vi on
...
the installation floppy (and in any references in new user docs for
editing files) since tossing a novice into vi with no help or clue as
to what the key bindings are is both cruel and in violation of the
Hague Convention. It's also much SMALLER than vi and even supports emacs
key bindings for those so inclined.
Submitted by: "Hugh F. Mahon" <hugh@nsmdserv.cnd.hp.com>
1995-08-30 07:28:06 +00:00
Bruce Evans
8d7459c596
Declare vfs_mountroot() in the right place.
1995-08-30 01:34:28 +00:00
Bruce Evans
44fc47d706
Fix several sysinit functions that had the wrong type and unnecessarily
...
external linkage.
1995-08-30 00:33:35 +00:00
Bruce Evans
b6f5c0b824
Fix several sysinit functions that had the wrong type and unnecessarily
...
external linkage.
Remove useless comments saying that SYSINIT() does system initialization.
1995-08-30 00:33:22 +00:00
Bruce Evans
088f73968c
Fix several sysinit functions that had the wrong type and unnecessarily
...
external linkage.
Remove useless comments saying that SYSINIT() does system initialization.
shm.c:
Remove nearly useless comment that gave wrong pseudo-prototypes.
1995-08-30 00:33:02 +00:00
Bruce Evans
41a93c86d6
Fix benign type mismatch in a sysinit function arg.
1995-08-30 00:17:18 +00:00
Bruce Evans
9ef6c28ae2
Fix benign type mismatches and nested extern declarations in new sysinit
...
code.
Fix old and new missing prototypes.
1995-08-29 23:59:22 +00:00
Bruce Evans
154042d309
Remove relocation of Crtat. Drivers already relocate it (somewhat
...
bogusly). We used to undo the driver relocation here before doing
a somewhat less bogus relocation. The result was a null relocation
here.
1995-08-29 23:45:20 +00:00
Garrett Wollman
b52d94c100
Add support for printking Kerberos v4 packets (file I forgot to add)
...
Obtained from: John Hawkinson <jhawk@mit.edu> by way of comp.protocols.kerberos
1995-08-29 19:50:18 +00:00
Garrett Wollman
8f548d4466
Add support for printing Kerberos v4 packets.
1995-08-29 19:48:11 +00:00
Garrett Wollman
f6d60042e7
Add official protocol and port numbers for RSVP.
1995-08-29 19:29:36 +00:00
Garrett Wollman
2b758395ea
Fix long-standing bug in ICMPPRINTFS code where NTOHL was used instead
...
of ntohl for printing IP addresses, by instead substituting inet_ntoa()
to produce human-readable output.
Obtained from: 4.4-Lite-2
1995-08-29 17:49:04 +00:00
Jordan K. Hubbard
dbae4437e2
Address Bruce's mmap concerns in this driver too.
...
Submitted by: Jim Lowe <james@miller.cs.uwm.edu>
1995-08-29 16:44:46 +00:00
Andrey A. Chernov
413c9ee9cd
Reset LANG and LC_TIME env. variables to produce english date
1995-08-29 16:08:27 +00:00
Poul-Henning Kamp
359f7ce862
Wash hands and datastructures before transplanting drivers in the kernel.
...
Now pseudo-quasi-semi-works with my modem.
1995-08-29 14:06:16 +00:00
Andrey A. Chernov
6932478de9
Remove -O2 from COPTS, known rogue
1995-08-29 14:04:39 +00:00
Jordan K. Hubbard
93fe9cf4a4
Fixes for issues raised by Bruce Evans.
...
Submitted by: Jim Lowe <james>
1995-08-29 13:55:24 +00:00
Andrey A. Chernov
bb22b34ecd
Fix ${.CURDIR} misspelling
1995-08-29 13:42:52 +00:00
Andrey A. Chernov
85b3ab5887
National date/time representation in syslog logfiles looks ugly,
...
change strftime to ctime. Logfiles must have default (english) date/time
representation for access/view from various places.
1995-08-29 13:21:53 +00:00
Jordan K. Hubbard
4f898a4b38
Add MLINKS for sendbug manpage.
...
Suggested by: paul
1995-08-29 13:01:40 +00:00
Satoshi Asami
00f4a8c7f8
Don't trust ncftp's exit status, they are not indicative of whether
...
the file is fetched or not. Apparently Jordan fixed it a long time
ago but it was broken again at import of the new version of ncftp.
Which means even if we fix it, it may break again and we may need to
fix it again, and (imagination here, please)....
Instead, move the file existence check into the for loop for
MASTER_SITES/PATCH_SITES and break out with "continue 2" when the file
is found. This is actually a cleaner logic than before if you ask me,
because instead of assuming the file is fetched on a 0 exit status
from ncftp AND checking for the existence of the file after the loop,
the check is done exactly once for each iteration and nowhere else.
1995-08-29 11:57:40 +00:00
Satoshi Asami
7daa3c4b5a
Clean up EXTRACT_ONLY logic a bit. Instead of branching in the
...
do-extract target depending on defined(EXTRACT_ONLY) or not, simply
set EXTRACT_ONLY ?= ${DISTFILES} and always use ${EXTRACT_ONLY} as
the extraction list.
1995-08-29 11:24:50 +00:00
Andras Olah
c6444359fa
Add myself to the contributor list.
1995-08-29 07:28:48 +00:00
Bruce Evans
5c7761b2af
kmstartup had the wrong type and unnecessarily external linkage for a
...
sysinit function.
subr_prof.c:
Remove useless comment.
1995-08-29 03:09:14 +00:00
John Fieber
7ceae9a83d
Bug fixes. Added an <htmlurl> tag to be compatible with the latest
...
linuxdoc.
Obtained from: Linuxdoc 1.3
1995-08-29 01:46:34 +00:00
John Fieber
1279901cec
Clean up assorted formatting glitches. Mostly associated with missing
...
<header> tags.
1995-08-29 01:42:52 +00:00
John Fieber
918bad6d52
New Improved navigation controls.
1995-08-29 01:02:12 +00:00
Jordan K. Hubbard
38f7fda14c
Link send-pr to sendbug. sendbug is back! hurrah!
1995-08-28 23:16:28 +00:00
Mike Pritchard
64653e0d72
Add myself to the contributor list.
1995-08-28 21:53:12 +00:00
Mike Pritchard
ae532ecb79
Check for expired passwords before allowing access to the system.
1995-08-28 21:30:59 +00:00
John Fieber
d1017b80bf
Fix assorted formatting glitches.
1995-08-28 20:34:59 +00:00
Joerg Wunsch
248ffae537
Sigh. This will become a never ending story. :-(
...
When comparing my recent parser change against the ash in 1.1.5.1, i
found that a couple of other problems in the same area has been fixed
there, but not in 2.2. Semicolons and EOF do also delimit words...
1995-08-28 19:24:35 +00:00
Paul Traina
a4a142bd15
Do NOT compile with -DKLUDGELINEMODE...hoses many telnet clients
1995-08-28 17:55:08 +00:00
Jordan K. Hubbard
0031ae7a17
Oh foo. I should a) learn to read. b) learn to think. :-)
...
Telnet has nothing to do with this, it's telnetd and telnetd
doesn't use KLUDGELINEMODE so that theory is washed up. Anyway,
back out previous commit and slink away with red face.
1995-08-28 17:52:39 +00:00
Jordan K. Hubbard
58cba44370
Remove -DKLUDGELINEMODE again; it's breaking things and Paul T. says
...
it's a bug anyway.
1995-08-28 17:47:39 +00:00
Jordan K. Hubbard
f5de4fdbaf
Man page for Matrox meteor.
...
Submitted by: Mark Tinguely <tinguely@plains.nodak.edu> and Jim Lowe <james>
1995-08-28 17:08:26 +00:00
Jordan K. Hubbard
1d86961e14
Kernel components of Matrox Meteor driver.
...
Submitted by: Mark Tinguely <tinguely@plains.nodak.edu> and Jim Lowe <james>
1995-08-28 17:03:18 +00:00
Jordan K. Hubbard
79f04fe603
Bring in example files for Mark Tinguely and Jim Lowe's Matrox Meteor driver.
...
Submitted by: Mark Tinguely <tinguely@plains.nodak.edu> and Jim Lowe <james>
1995-08-28 16:54:54 +00:00
Bruce Evans
4bb0ce8ce3
Fix correct_writedisklabel() and writedisklabel(). Their setting of
...
bp->b_flags has been broken for many years:
a) they didn't set B_BUSY for doing i/o. This has been fatal since
1995/07/25 when biodone() started checking that B_BUSY is set.
b) they didn't set B_INVAL for releasing the buffer. This at best
just put a useless buffer in the LRU queue for a little while.
Fix a couple of spelling errors and complete a couple of function
pointer declarations.
1995-08-28 16:09:11 +00:00
Jordan K. Hubbard
5ceffd88de
Don't be needlessly verbose in the pkg_create.
1995-08-28 14:47:30 +00:00
Guido van Rooij
de319b9419
Add SIOCGIFADDR ioctl so rarpd actually works with the if_ep interface.
1995-08-28 12:01:17 +00:00
David Greenman
92f6a19170
Correct the default format info to indicate "%+".
1995-08-28 10:38:01 +00:00
Poul-Henning Kamp
41c9aa4fae
A bunch of small bug-fixes, doesn't quite work yet, but I'm getting closer.
...
At least it doesn't core-dump now.
1995-08-28 10:30:47 +00:00