lukem
80b66e48af
change references from draft-ietf-ipngwg-url-literal-01.txt to RFC 2732
1999-12-21 13:00:18 +00:00
lukem
019b95b641
crank version
1999-12-21 12:57:45 +00:00
lukem
5c024702df
* add support for optional groupglob in ftpuser entry. the syntax is now:
...
userglob[:groupglob][@host] [directive [class]]
* append ``(class: CLASSNAME, type: TYPE)'' to the syslogged login messages
1999-12-21 12:56:15 +00:00
lukem
80ca00b8cd
trivial simplification
1999-12-21 12:52:18 +00:00
drochner
b7b6c4bb4f
machdep.c is becoming an unmaintainable mess
...
put console initialisation into a separate file
1999-12-21 12:34:11 +00:00
drochner
caaf1beab2
change decoding function to return multiple symbols per keypress
...
(through the "internal" structure), derive a METAESC flag from the
layout variant and translate ALT-<key> into ESC <key> if the flag is set
1999-12-21 12:02:04 +00:00
drochner
54e8bcd294
add a symbol for keyboard variant bits which are not handled by the
...
mapping code
1999-12-21 11:59:13 +00:00
drochner
fc4003355e
introduce a METAESC keyboard variant bit
1999-12-21 11:57:59 +00:00
drochner
503713f39e
update: new maps and options, sort differently to avoid duplication,
...
add example for map setting
1999-12-21 11:31:07 +00:00
drochner
5ae50a30a1
update: more keyboard types, translation issues
1999-12-21 11:29:21 +00:00
drochner
297be23733
some updates:
...
-APM v1.2 now
-APM_NO_V12, APM_NO_STANDBY options
-kill notes about startup process which are not true anymore
1999-12-21 11:27:55 +00:00
drochner
97cb2fa397
put mi ISA, PCI and TC configurations into an own group, mention DEPCA
...
and isapnp support, remove a "10Mb/s" (there are 100Mb/s chips too)
1999-12-21 11:17:14 +00:00
drochner
b95651b752
set carrier early if used as console or kgdb line, fixes PR kern/6547
...
by Andreas Gustafsson, gson@iengines.com
1999-12-21 11:04:36 +00:00
pk
03c8221ad0
Use BMSR to test for `negotiation complete'; the alternative bit in the
...
LXT vendor register 20 is latching high and resets to low on read causing
subsequent status request to return `IFM_NONE'.
1999-12-21 10:47:00 +00:00
fair
0ce579a4d0
add gencat(1)
1999-12-21 09:27:43 +00:00
fair
37d4a35950
A gencat(1) manual page, which satisfies PR 4749
1999-12-21 09:25:43 +00:00
tsutsui
386f0ea7b6
Typo.
1999-12-21 08:37:36 +00:00
fair
dff1f241b0
le.4 is now MI
1999-12-21 08:09:43 +00:00
fair
f9cf214985
Merged le.4 with MI le.4
1999-12-21 07:49:50 +00:00
fair
928c8b9d54
Merged le.4 man pages from amiga, hp300, i386, pmax, sparc, and sun3.
...
This solves PR 7142
Added configuration information from other GENERIC kernels, including
news68k, newsmips, atari, alpha, and vax.
Added text explaining "dropping chained buffer" diagnostic in more detail;
this solves PR 6230 and partially deals with PR 6475
1999-12-21 07:48:11 +00:00
fair
84c3f9b4b8
merged le.4 with MI le.4
1999-12-21 06:33:00 +00:00
fair
8e92ba6587
merged le.4 with MI le.4
1999-12-21 06:15:15 +00:00
fair
1ad9ae90df
merged le.4 with MI le.4
1999-12-21 06:01:19 +00:00
fair
cdd237cc17
merged le.4 with MI le.4
1999-12-21 05:32:02 +00:00
fair
ec4d5af3b9
le.4 moved up to MI
1999-12-21 05:22:59 +00:00
fair
94ea198e13
Merged with man4/le.4
1999-12-21 05:22:18 +00:00
fair
992ab7b70c
Moved to le.4,v
1999-12-21 05:10:25 +00:00
fair
b13e70269f
Moved from man4.sun3/le.4,v
1999-12-21 05:10:24 +00:00
itojun
8a32f07b83
wording fix.
1999-12-21 01:39:44 +00:00
jwise
850fb37f89
Fix error handling throughout. First off, it is not true as claimed in swap.c
...
that `systat doesn't handle errors'. Second off, errx should not be used directly, since
the terminal should be cleaned up before bailing. Third off, whatever we do we need
to be consistent.
There, I feel better now.
1999-12-20 23:11:50 +00:00
fair
bc2c2462e1
one too many backslashes in an nroff expression, fixed per PR 8724
1999-12-20 23:01:20 +00:00
fair
f466a1ab82
Fix minor nroff source error, per PR 8724
1999-12-20 22:55:20 +00:00
fair
aff3242363
fix trivial nroff source bug, per PR 8724
1999-12-20 22:53:44 +00:00
pk
bbbbfe896e
* Remove spurious blockade in the path to get the transceiver status word.
...
* Make sure to flip the 10baseT/100baseTX bit when doing autoselect.
* Miscellaneous cosmetics.
1999-12-20 22:23:39 +00:00
pk
d135edf1a7
#define the bit positions of the MIF I/O lines.
1999-12-20 22:19:11 +00:00
fvdl
655a7bf795
Always unlock the "fnode", even if we're about to free it, to keep
...
lock counts consistent. DIAGNOSTIC checks will barf otherwise.
XXX ntfs_ntput should not free the node, the reclaim vop should do it
XXX why does the ntfs code do its own internal locking?
1999-12-20 22:11:57 +00:00
jwise
bc8f4e2f46
Be consistent about whether to block SIGALRM before calling command() -- don't
...
ever do so, as the first thing command() does is block SIGALRM.
1999-12-20 21:59:29 +00:00
lukem
00a4e0e7ce
need <string.h> for strlen()
1999-12-20 21:49:11 +00:00
jwise
24b9ee353a
Nuke assignment unneeded after last commit
1999-12-20 21:46:10 +00:00
jwise
b037ddd3b7
More cleanup -- use strtok() rather than rolling our own not-quite-correct version.
1999-12-20 21:42:50 +00:00
jwise
5a69f1bd85
Block alarm signals while displaying -- there's no reason to allow recursive
...
display at all.
1999-12-20 21:04:41 +00:00
frueauf
57f1c5ca28
Add missing loadfile_machdep.h to the list.
1999-12-20 20:58:08 +00:00
jwise
d0e3cec262
1.) Clean up keystroke processing
...
2.) Add the all-time most requested feature: hitting space or CR while
not in command mode now causes an instant refresh
1999-12-20 20:49:06 +00:00
frueauf
8870b49ed5
Add loadfile_machdep.h to includes to be installed - this makes
...
sys/arch/hp300/stand/* compile again.
1999-12-20 20:45:56 +00:00
frueauf
176df8913d
Make this compile again:
...
NEWIP6OUTPUT gets no longer defined, revers logic to use OLDIP6OUTPUT.
1999-12-20 20:27:14 +00:00
jwise
299c3534d3
TNF copyright -- I will do the paperwork to give these over asap.
1999-12-20 19:31:47 +00:00
hubertf
be1f1ece47
Set things to a sane state for db(3) routines.
1999-12-20 18:23:03 +00:00
fair
35b8613acb
change "millisecond" to "microsecond" for headswitch and track seek
...
comments, to resolve PR 8189. This makes the documentation for these
fields consistent. Not that it matters - a grep of syssrc shows that
these fields aren't actually used for anything and should probably be
GC'd.
1999-12-20 18:19:18 +00:00
itojun
8471c4a69a
fix "netstat numbers".
1999-12-20 17:26:50 +00:00
nathanw
19d95c5d43
Fix typo in comment.
1999-12-20 17:19:13 +00:00