Yoshihiro Takahashi
8b838a7ac2
Merge from the following changes.
...
File Revision
sys/conf/files.i386 1.303 and 1.304
sys/dev/kbd/atkbd.c 1.23
sys/dev/syscons/scterm-sc.c 1.2
sys/dev/syscons/scvgarndr.c 1.5
sys/dev/syscons/scvtb.c 1.5
sys/dev/syscons/syscons.c 1.335
sys/isa/syscons_isa.c 1.11
sys/isa/vga_isa.c 1.17
2000-03-29 12:26:41 +00:00
Sheldon Hearn
ba901a111b
Add -p option to prevent lpd(8) from opening a listening socket.
...
PR: 17384
Submitted by: Niels Endres <niels@b5.nu>
2000-03-29 11:15:54 +00:00
Brian Somers
b565321aa1
Log information about packets being dropped (probably due to
...
``nat deny_incoming yes'') by libalias.
2000-03-29 09:31:52 +00:00
Brian Somers
6578fcf3f3
Allow the use of hostnames instead of (and as well as) IP
...
numbers in all commands.
If people use hostnames and have dodgy resolvers or try to resolve
the hostname before the link is up, they get what they deserve....
Requested by: ru
2000-03-29 09:31:27 +00:00
Matthew Dillon
7da240d003
This should fix the lockups people have been experiencing. I muffed up
...
giving astpending two flag bits. A cmpl $0 had to turn into a bit test.
Many thanks to: Alain Thivillon <Alain.Thivillon@hsc.fr>
2000-03-29 09:07:47 +00:00
Hellmuth Michaelis
b3615526e1
PR: i386/1671
...
Submitted by: Mats O Jansson <maja@celsiustech.se>
The existing s2 map is supposed to be ISO 8859-1 but some characters are
not (it's CP850). But the f1 map applied on sweden2 will fixit.
(Fulfilled request by Joerg to close this PR)
2000-03-29 08:58:44 +00:00
Kris Kennaway
e31adaffd9
Fix a memory leak.
...
PR: 17360
Submitted by: Andrew J. Korty <ajk@iu.edu>
2000-03-29 08:24:37 +00:00
Joerg Wunsch
f72d9d83f5
Peter Johnson found another log() call without a trailing newline.
...
All three of them have been introduced in rev 1.64, so i guess i've
got all of them now. :)
Submitted by: Peter Johnson <locke@mcs.net>
2000-03-29 07:50:39 +00:00
Ruslan Ermilov
8d76bd014c
Get rid of "sticky" files when updating sources with cvs(1).
...
Approved by: peter
2000-03-29 07:30:44 +00:00
Chris Piazza
2bed2aa31f
export host after setting it.
...
This is needed so passwd diffs show the hostname instead of
" passwd diffs:"
PR: 17651
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
2000-03-29 07:05:29 +00:00
Chris Piazza
7e1e216acf
Add NVidia GeForce 2 and Quadro 2
...
Ids and names were taken from nv4_disp.inf in the latest windows drivers.
2000-03-29 06:49:25 +00:00
Matthew Dillon
bd5caafc4d
The SMP cleanup commit broke need_resched, this fixes that and also
...
removed unncessary MPLOCKED and 'lock' prefixes from the interrupt
nesting level, since (A) the MP lock is held at the time, and (B) since
the neting level is restored prior to return any interrupted code
will see a consistent value.
2000-03-29 06:15:43 +00:00
Jonathan Lemon
863bdc0cff
Change the mbuf size from 128 -> 256. Increasing the mbuf header size
...
caused some headers not to fit in MHLEN any more. This matches the
current size on the alpha, so it shouldn't cause problems.
Problem observed by: Geoff Rehmet <geoff@is.co.za>
Originally suggested by: shin
2000-03-29 05:39:04 +00:00
KATO Takenori
91cb959ddb
Added indirect pio into the bus space stuff for the NEC PC-98. bus.h
...
includes one of bus_at386.h and bus_pc98.h. Becuase only bus_pc98.h
supports indirect pio and bus_at386.h is identical to old bus.h, there
is no functional change in PC-AT's kernels. That is, it cannot cause
performance loss.
Submitted by: nyan
Reviewed by: imp
bde and luoqi provided useful comments for earlier version.
2000-03-29 03:15:22 +00:00
Brian Feldman
fe69f87383
Actually, ${LIBY}/-ly aren't needed either. This should finish unbreaking
...
the world build.
2000-03-29 00:54:06 +00:00
Brian Somers
0e20b8777c
Mention the value of the unexpected return code in nat_LayerPull()
2000-03-29 00:14:24 +00:00
Joerg Wunsch
e44d62832c
Added two missing newlines in calls to log(9).
...
Reported in Usenet by: locke@mcs.net (Peter Johnson)
While i was at it, prepended a 0x to the %D output, to make it clear that
the printed value is in hex (i assume %D has been chosen over %#x to
obey network byte order).
2000-03-28 21:14:35 +00:00
Nick Hibma
1cd27266f4
Remove some cruft
2000-03-28 19:07:37 +00:00
Cameron Grant
57376530f0
split up ess and sb code
...
rewrite ess mixer to use native registers
rewrite play/rec code to use more accurate timer when available
add code to use audio2 for playback, but disable it as no irqs are generated
2000-03-28 18:31:01 +00:00
Matthew Dillon
db6a426158
The SMP cleanup commit broke UP compiles. Make UP compiles work again.
2000-03-28 18:06:49 +00:00
Yoshinobu Inoue
7791c9212c
Avoid using sed and awk in configure script.
...
TODO: also replace other sed and awk usages.
Submitted by: wollman
2000-03-28 17:46:02 +00:00
Yoshinobu Inoue
39257a7c67
Add a configuration options which enable/disable IPv4 mapped IPv6 addr
...
support.
Suggested and Reviewed by: ume
2000-03-28 17:39:53 +00:00
Nick Hibma
a0e14f58d9
Revert to a static value for the timeout. The timeout was supposedly
...
to be based on the transfer speed, but I got it all wrong. The by far
biggest factor in the timeout is the start of a removable device, which
is about 2 seconds anyway.
Prodded by: Lennart Augustsson
2000-03-28 17:38:00 +00:00
Chris Timmons
99d2860f1b
Clarify the disposition of hosts.deny and provide a logically
...
consistent portmap example rule.
Reviewed by: obrien, markm
Obtained-good-ideas from: obrien
2000-03-28 17:28:56 +00:00
Sheldon Hearn
fd5075e5c6
Back out the new advice introduced in the previous commit, which at
...
least one reviewer is now unhappy with, since it contains incomplete
and misleading advice that is not easy to correct.
The net effect of this commit and the previous commit is to simply
remove all discussion of setting dumpdev to catch crash dumps
prior to entering user mode.
2000-03-28 15:54:32 +00:00
Brian Somers
f3a0d054fe
don't treat # specially if PARSE_NOHASH is passed
2000-03-28 15:14:15 +00:00
Brian Somers
effc341fe3
Don't treat # specially here
2000-03-28 15:11:38 +00:00
KATO Takenori
a729b39d7c
Merged from sys/isa/fd.c revision 1.180.
2000-03-28 15:09:13 +00:00
KATO Takenori
ab067f0297
Merged from sys/i386/i386/userconfig.c revision 1.179.
2000-03-28 15:07:28 +00:00
KATO Takenori
d46a1af4b6
Merged from sys/i386/i386/machdep.c revision 1.387.
2000-03-28 15:04:29 +00:00
Andrey A. Chernov
1c0a1964ab
Back out valid argument domain change - sneak to this function by error.
...
Reword test condition better. Previous variant was true for negative
characters too.
2000-03-28 11:46:40 +00:00
Yoshinobu Inoue
4b89b76f24
Remove libl related dependencies, because it is not necessary, and even more,
...
it cause building world failure.
Specified by: Nickolay Dudorov <nnd@mail.nsk.ru>
2000-03-28 11:41:18 +00:00
Andrey A. Chernov
4c48fdaf53
Describe valid argument domain for 8-bit wide locales to prevent common error
...
calling ctype functions with signed char as an argument.
2000-03-28 11:36:31 +00:00
Hellmuth Michaelis
1185c7ce99
pcvt cleanup. remove hopeless outdated example/demo Microemacs
...
file. update Makefile.
2000-03-28 10:12:03 +00:00
Sheldon Hearn
a3ad0852cc
Optimize those services that send only one block of data: use send(2)
...
with the MSG_EOF flag set instead of write(2).
Submitted by: David Malone <dwmalone@maths.tcd.ie>
Reviewed by: wollman
2000-03-28 09:45:19 +00:00
Hellmuth Michaelis
2d4574973b
pcvt cleanup.
...
add $FreeBSD$
remove obsolete and completely outdated files.
2000-03-28 09:41:40 +00:00
Sheldon Hearn
df586e923b
Update instructions for setting the dump device prior to multi-user
...
mode.
Reported by: dcs
Submitted by: asmodai
2000-03-28 09:32:38 +00:00
Hellmuth Michaelis
f4fbd51a87
pcvt cleanup.
...
after cleaning up pcvt_ioctl.h (and ispcvt) adjust kernel part
again to get everything in sync again (name, minor release no.
and major release no.)
2000-03-28 09:32:29 +00:00
Hellmuth Michaelis
a14dea64c1
pcvt cleanup.
...
remove obsolete stuff resulting from the pcvt kernel part cleanup.
2000-03-28 09:29:50 +00:00
Hellmuth Michaelis
2729997038
pcvt update.
...
remove obsolete stuff.
2000-03-28 09:26:48 +00:00
Hellmuth Michaelis
76514d3981
pcvt cleanup.
...
add $FreeBSD$
get copyright in sync with FreeBSD recommendation.
2000-03-28 09:26:02 +00:00
Hellmuth Michaelis
b53d4b9ddb
pcvt cleanup.
...
add $FreeBSD$.
get copyright in sync with FreeBSD recommendation.
make it compile and run again.
add a manpage.
2000-03-28 09:24:38 +00:00
Hellmuth Michaelis
ca8b57af45
pcvt cleanup.
...
add $FreeBSD.
get copyright in sync with FreeBSD recommendation.
remove obsolete stuff resuling from pcvt kernel part cleanup
(caution: this depends in part on modifications to pcvt_ioctl.h,
commit will follow shortly).
add new option "-n" to ispcvt to get number of compiled-in
virtual screens.
2000-03-28 09:21:05 +00:00
Hellmuth Michaelis
e92ac3ae97
pcvt cleanup. add $FreeBSD$.
2000-03-28 09:07:18 +00:00
Hellmuth Michaelis
543b4045c6
pcvt cleanup. add $FreeBSD$. get copyright in sync with
...
FreeBSD recommendation.
2000-03-28 09:06:19 +00:00
Hellmuth Michaelis
0944e7fabc
pcvt cleanup. add $FreeBSD$. get copyright header in sync with
...
FreeBSD recommendation.
2000-03-28 09:04:02 +00:00
Hellmuth Michaelis
9e23122a66
pcvt cleanup. added $FreeBSD$. get copyright header in sync with
...
the FreeBSD recommendation.
2000-03-28 09:02:52 +00:00
Sheldon Hearn
35add0e9a7
Cross-reference ldd(1) in rtld(1) and vice versa.
2000-03-28 09:01:04 +00:00
Hellmuth Michaelis
dd4a46d7f2
pcvt cleanup. added $FreeBSD$.
2000-03-28 09:00:24 +00:00
Hellmuth Michaelis
3044613ec4
pcvt cleanup. removed obsolete dependencies.
2000-03-28 08:59:35 +00:00