David E. O'Brien
eaee96e94a
Add links to "edit" to ease tech support's job.
2000-06-06 22:55:41 +00:00
Cameron Grant
2f9aa04e7f
this driver does not support the cs4281 and probably never will, different code
...
will be required
2000-06-06 22:42:57 +00:00
Cameron Grant
dafad92c7d
support recording
2000-06-06 22:34:09 +00:00
Cameron Grant
20cdda004b
improve recording
2000-06-06 22:30:22 +00:00
Cameron Grant
9c3268206d
don't panic if we try to add a channel we said we wouldn't
2000-06-06 22:24:53 +00:00
Wilko Bulte
2ac1994e85
[Miata]: document SRM upgrade requirement when experiencing SRM
...
'scancode' errors after halting FreeBSD.
2000-06-06 19:32:11 +00:00
Andrey A. Chernov
2d7426084c
Null commit to fix commit log message.
...
Rev 1.30 incorrectly stated "spaces to TABs replace", when it should have been
"TABs to spaces replace"
Pointed-by: obrien
2000-06-06 16:39:24 +00:00
David E. O'Brien
b9b6854181
Properly spell "OSF/1".
2000-06-06 16:18:53 +00:00
Matthew Dillon
50ed7dfec0
INTR_TYPE_FAST / FAST_INTR interrupts (currently just serial interrupts)
...
have their own lock and do not need the MP lock. The SMP cleanup was
a little too conservative in MP locking fast interrupts but at least
it's trivial to fix. MFC soon.
Submitted by: bde
2000-06-06 15:28:00 +00:00
Andrey A. Chernov
18d8a22b61
Fix one conditionalization in my prev. commit
2000-06-06 13:02:52 +00:00
Andrey A. Chernov
22ff3e9e29
Greately simplify oxtabs fix by simple setting f_notabs for f_color
2000-06-06 12:44:29 +00:00
Andrey A. Chernov
322b47fd88
Honor f_notabs flag even in COLORLS
2000-06-06 12:25:17 +00:00
Bruce Evans
46d31a8b36
Removed bogus 'l' suffixes in FP register to register instructions.
2000-06-06 12:12:36 +00:00
Andrey A. Chernov
6cd5adff75
Back out spaces to TABs replace removing for COLORLS
...
Rewrite corresponding comment to say what happens in reality with oxtabs
and current terminal column.
2000-06-06 12:10:07 +00:00
Joerg Wunsch
aaf8e08205
Mention that i4bisppp requires sppp; too many people use LINT as a
...
configuration guide and then miss this one.
2000-06-06 10:31:19 +00:00
KATO Takenori
e276b136e4
Merged from sys/i386/i386/machdep.c revision 1.394.
2000-06-06 08:21:59 +00:00
KATO Takenori
dc41b25cb0
Merged from sys/i386/isa/{clock.c,npx.c} revisions 1.151 and 1.82,
...
respectively.
2000-06-06 08:20:22 +00:00
KATO Takenori
7dca57550f
Merged from sys/conf/Makefile.i386 revision 1.187.
2000-06-06 08:18:31 +00:00
KATO Takenori
031491c0a6
Merged from sys/i386/isa/npx.c revision 1.81.
2000-06-06 08:12:17 +00:00
David Nugent
6a1eaeca35
Fix db syncronization when username is changed with -l under usermod.
...
pw(8) was calling pwd_mkdb -u oldusername instead of newusername, so
the update appears to have failed until the next full pwd_mkdb
syncronization.
PR: bin/16418
2000-06-06 07:33:00 +00:00
Andrey A. Chernov
82dd3eab13
Don't replace TABs with spaces for COLORLS because "some terminals get confused"
...
as comment says. I know no terminal confused by this. If even such terminal
exists, it must be termcap flag for this, not hardcoded in ls.
2000-06-06 07:32:20 +00:00
Andrey A. Chernov
a04eaf5b2e
Add -G to usage: if COLORLS
2000-06-06 07:29:43 +00:00
Andrey A. Chernov
1bf1478a9f
Staticize more functions
2000-06-06 07:19:50 +00:00
Andrey A. Chernov
fd4e4d608f
Move colorquit() prototype to extern.h
...
Add "extern" to variables declarations in extern.h to not make them
commons into each compiled file.
2000-06-06 07:14:01 +00:00
Andrey A. Chernov
38782c258d
Make signal handler safe - don't use stdio (pointed by bde)
...
Staticize some color functions
Add yet one tolower() call which is forgotten after check
Don't check for OOPS - not really needed
2000-06-06 06:52:03 +00:00
Brian Feldman
2803b77e52
Allow "DenyUsers" to function.
2000-06-06 06:16:55 +00:00
Andrey A. Chernov
c661df54c3
Wording: reset to normal ANSI value -> reset to the normal color
2000-06-06 06:14:37 +00:00
Bill Paul
4d1f3470e3
- Call mii_pollstat() after we bring up the link on a 1000baseTX card
...
after autoneg so we make sure to set the link state and duplex mode
correctly.
- Make sure to set the 'ignore pause frames' bit on the XMAC.
- Small linewrap fix.
2000-06-06 02:56:37 +00:00
Andrey A. Chernov
4304e142c2
Reflect reality:
...
yellow -> brown
white -> light grey
2000-06-06 00:42:24 +00:00
Chris Costello
f574046378
Instead of completely disallowing VOP_SETATTR, just do it where there is
...
an underlying vnode.
Suggested by: bde
2000-06-06 00:35:39 +00:00
Andrey A. Chernov
d2cb162e9c
ANSI attribute -> video attribute, was confused by wrong syscons comment
2000-06-06 00:19:51 +00:00
Andrey A. Chernov
4d9a01eba4
Cosmetique: fix comments - don't use 'ansi' word for non-ansi (adapter) colors
2000-06-06 00:13:40 +00:00
Robert Watson
0c167ea96c
o Minor spelling/grammar nits in intro header about conference
...
- s/netoworking/Networking/
- s/are/is/
2000-06-06 00:08:26 +00:00
Andrey A. Chernov
9d95519b5b
initial -> normal (since this term used in syscons too)
...
Explicitly mark ANSI colors from non-ANSI
2000-06-06 00:03:38 +00:00
Andrey A. Chernov
30c768bd37
Properly mark all sequences which set initial colors.
...
Clean color tables.
2000-06-05 23:50:00 +00:00
Andrey A. Chernov
96a7b7f843
Specify parameters ranges for E[...x
2000-06-05 23:24:37 +00:00
David E. O'Brien
7a0e3a90cb
Consistently protect f28 with noat/at pairs.
...
This may be be necessary. But we are taking the conservative approach at
the moment.
Reviewed by: mjacob, gallatin
2000-06-05 23:05:22 +00:00
Andrey A. Chernov
f396b96167
Document E[39m and E[49m
...
Describe whole E[...x set
2000-06-05 23:01:58 +00:00
Andrey A. Chernov
5da0ba24b7
cons25*: fix "op" to set initial (and not default) color pair.
...
NOTE: you need to recompile old kernel first, "op" will not work otherwise
2000-06-05 22:21:31 +00:00
Andrey A. Chernov
f9641ac41e
Implement ANSI E[39m and E[49m to set fg and bg to initial (not to default!)
...
values. E[x is bad because set them to default values and should be used only
in reset sequence.
2000-06-05 22:16:11 +00:00
Andrey A. Chernov
c85e2c8e57
Get rid of curses completely - use tgoto instead of tparm
2000-06-05 20:54:46 +00:00
Martin Cracauer
ab08444f95
Do SIGINT cleanup for SIGQUIT as well.
2000-06-05 20:38:47 +00:00
Andrey A. Chernov
faebfe2e07
Kill yourself in ^C handler, not exit(1) to allow script to sense signal
2000-06-05 20:08:50 +00:00
Andrey A. Chernov
47bb6b11f3
Cosmetique of prev. optimization - don't use global variable
2000-06-05 19:56:52 +00:00
Andrey A. Chernov
cf0feaeee9
Don't use curses includes, include termcap.h instead
...
Don't use curses functions, use tputs instead
Add ^C reaction - reset colors
Optimization - don't turn off colors after EACH file printed.
Fix wrong ctype macro arg type in LSCOLORS parsing
2000-06-05 19:39:39 +00:00
Bill Paul
b6a1416d3a
Don't bother checking the link state in dcphy_status() if the interface
...
isn't up.
2000-06-05 19:37:15 +00:00
Andrey A. Chernov
bd82d8ab8f
Don't use curses includes, include termcap.h instead
...
Add ^C reaction set
2000-06-05 19:36:06 +00:00
Andrey A. Chernov
ecb7192ace
Don't use ncurses, use termcap
...
Add DPADD
2000-06-05 19:34:31 +00:00
Robert Watson
579f4eb4cd
o bde suggested moving the SYSCTL from kern_mib to the more appropriate
...
kern_prot, which cleans up some namespace issues
o Don't need a special handler to limit un-setting, as suser is used to
protect suser_permitted, making it one-way by definition.
Suggested by: bde
2000-06-05 18:30:55 +00:00
Wilko Bulte
4c859e8ae9
Correct info on AS2[01]00
...
Submitted by: Andrew Gallatin
2000-06-05 17:48:40 +00:00