KATO Takenori
c322fa140e
The ed_probe_Novell should not clear id_maddr when it fails to probe.
...
This fixes potential panic by kvtop at addr == 0.
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
1999-09-02 15:01:56 +00:00
KATO Takenori
ae46296f4c
Sync with sys/i386/i386/userconfig.c revision 1.156.
1999-09-02 13:44:52 +00:00
KATO Takenori
c1699f31a8
Sync with sys/i386/conf/files.i386 revision 1.263.
1999-09-02 13:43:00 +00:00
KATO Takenori
de7e0308e8
Sync with sys/i386/conf/GENERIC revision up to 1.186.
1999-09-02 13:41:15 +00:00
Chris Costello
d4f6f2f108
Remove superfluous tab in `Fix:' field.
...
Cosmetic, and done mostly for consistency.
1999-09-02 12:00:49 +00:00
Jordan K. Hubbard
68318acfc3
It's "router_flags" not "routerflags"
...
Submitted by: kasey@ambernetworks.com
PR: 13534
1999-09-02 11:55:11 +00:00
Kazutaka YOKOTA
b86daab4e5
Enable ioctls to manipulate color palette. They have been implemented,
...
but disabled until now...
1999-09-02 08:09:13 +00:00
Kazutaka YOKOTA
a847d1e2d7
Do not call the VESA BIOS if the current video mode is not one of
...
the VESA modes.
1999-09-02 08:08:49 +00:00
Marcel Moolenaar
5772c0559a
Silence warnings about the use of vnode sanse declaration.
1999-09-02 08:02:17 +00:00
Warner Losh
f183d53e63
Fix the root cause of the fts buffer overflow. This is a temporary
...
patch to stop the core dumps while others come up with a better
reviewed patch which may also fix other problems. We do illegal
pointer arithmetic, but it should be OK since FreeBSD only supports
machines with flat address spaces.
Submitted by: bde
1999-09-02 07:45:07 +00:00
Peter Wemm
ae5d5ac013
Missed this use of the old pnp includes. I don't think this is meant to
...
be here though.
1999-09-02 05:59:20 +00:00
Peter Wemm
6c233a7138
Update for new pnp includes
1999-09-02 05:37:25 +00:00
Peter Wemm
6970268ef9
So that there is no confusion, zap these now. pnpinfo(8) should compile
...
with the new includes.
1999-09-02 05:22:16 +00:00
Peter Wemm
724dcf900f
Take a shot at getting this to compile under newpnp.
1999-09-02 05:20:08 +00:00
David E. O'Brien
64da768b1d
Document that dhclient-script will only set the hostname if it is unset.
...
Submitted by: John Baldwin <jobaldwi@vt.edu>
1999-09-02 05:15:26 +00:00
Peter Wemm
48ab255e6b
s/LOGIGAL/LOGICAL/
1999-09-02 05:13:01 +00:00
David E. O'Brien
6a37402ef6
- Don't use contractions
...
- discuss the setting of hostname in the face of DHCP
Submitted by: John Baldwin <jobaldwi@vt.edu> (DHCP part)
1999-09-02 05:12:03 +00:00
Peter Wemm
a3d5686298
Stub out the old pnp code till these are converted so GENERIC builds again.
1999-09-02 04:37:07 +00:00
Jordan K. Hubbard
3910e95363
Oh crud, did I ever screw the pooch! Rather than sync this with -stable,
...
I backed-out the changes in -current and didn't touch stable at all (I
thought I had my patch order reversed, not what actually happened).
AIEEE! I can't even blame the crack for this one since I broke my
crack pipe a few weeks ago. I think sleep deprivation gets the blame
for this one.
Medal for noticing this one goes to: Jim Bloom <bloom@acm.org>
1999-09-02 00:51:16 +00:00
Chris Costello
bca1bc6498
Re-add the libmytinfo/libncurses stuff - removing it breaks static
...
linkage.
Pointed out by: bde
1999-09-01 23:36:21 +00:00
Daniel Baker
c87eca8b08
column counter (cnt) not reset to 0 on display of '\r' which could cause
...
unnecessary forced linewraps on some terminals.
Submitted by: David McNett <nugget@slacker.com>
1999-09-01 23:07:29 +00:00
Chris Costello
f72286af57
Properly document -P and -p flags.
1999-09-01 22:56:44 +00:00
Chris Costello
8ceb6dbdf7
Remove unused variable `ch'.
1999-09-01 22:26:36 +00:00
Daniel Baker
b4d6ab014c
Corrected apparent omission in program logic which was causing the
...
insertion of redundant crlf's. Eliminated the venetian-blind effect
in walled text.
Submitted by: David McNett <nugget@slacker.com>
1999-09-01 22:21:24 +00:00
Nick Hibma
2e771e0387
Typo: 'x' should be 'y' (only affects debugging output)
1999-09-01 21:37:56 +00:00
Doug Rabson
f6b6a3497c
This is part of an untested set of changes to the ed driver to support
...
the new PnP code. Since the bulk of the driver changes are not being
committed at this time, it will not affect the driver. The code is being
committed early to allow others synchronise changes.
1999-09-01 21:21:03 +00:00
Doug Rabson
4249382df0
This represents essentially a complete rewrite of the ISA PnP code. The
...
new system is integrated with the ISA bus code more cleanly and allows
the future addition of more enumerators such as PnPBIOS and ACPI.
This commit also enables the new pcm driver since it is somewhat tied to
the new PnP code.
1999-09-01 20:53:43 +00:00
Chris Costello
5d3e37130b
The libraries libmytinfo' and
libncurses' are not required by this
...
program.
1999-09-01 20:37:44 +00:00
Tim Vanderhoek
82691dfd5c
Slay a grammar gremlin.
1999-09-01 20:25:44 +00:00
Mark Murray
23a0bda696
This commit was generated by cvs2svn to compensate for changes in r50764,
...
which included commits to RCS files with non-trunk default branches.
1999-09-01 20:02:46 +00:00
Mark Murray
847a74626b
Double pointy hat award. Import this into the right area.
1999-09-01 20:02:46 +00:00
Mark Murray
778981c288
This commit was generated by cvs2svn to compensate for changes in r50760,
...
which included commits to RCS files with non-trunk default branches.
1999-09-01 19:59:25 +00:00
Mark Murray
21424c1a5c
Drat. Import this into the right place. Pass me the pointy hat.
1999-09-01 19:59:25 +00:00
Mark Murray
0a21b04f59
Drat. Import this into the right place. Pass me the pointy hat.
1999-09-01 19:59:25 +00:00
Mark Murray
2d8a17c768
Termcap header no longer needed.
1999-09-01 18:57:38 +00:00
Bill Paul
1ff33426c8
Re-arrange things in the attach routines of the 3Com and RealTek PHY
...
drivers so that we don't clobber things or leave them uninitialized
if we abort due a failure.
Submitted by: Luoqi Chen
1999-09-01 17:07:27 +00:00
Nick Sayer
c94abdcc97
quoted string change: the si driver also covers the Specialix "SX"
...
product.
1999-09-01 16:42:54 +00:00
Sean Eric Fagan
f3a6cf7052
Make prototype match function.
1999-09-01 16:21:57 +00:00
Poul-Henning Kamp
fd559c6fc1
Fix the sense of the vn_isdisk() check.
1999-09-01 15:17:18 +00:00
Peter Wemm
523df07b14
Sigh. Serves me right for testing against a modified tree (dfr's pnp
...
changes). Doug changed these variables. This should fix the isa_compat.c
breakage that phk reported. (Sorry!)
1999-09-01 14:53:16 +00:00
Roger Hardiman
216c19e338
Update to driver 1.72.
...
Fix a bug where video capture locks up on channel changes.
Many thanks to Juha for solving this.
Submitted by: Juha Nurmela <Juha.Nurmela@quicknet.inet.fi>
1999-09-01 14:09:53 +00:00
Poul-Henning Kamp
db6f05bfac
Set si_bsize_phys and si_bsize_max in all legacy CD drivers.
1999-09-01 13:03:05 +00:00
Sheldon Hearn
c6b85633cb
Fix stupid disorder in previous commit. This was my own error, not
...
the mistake of the PR's originator.
1999-09-01 12:42:00 +00:00
Sheldon Hearn
c575918381
The -f option stole the -d option's option string colon in the getopt
...
optstring.
PR: 13521
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
1999-09-01 12:37:26 +00:00
Poul-Henning Kamp
df8f292395
Try to win back the "removal of most crufty code" trophy from markm:
...
Remove WD formatting code which has never worked in 386bsd or FreeBSD.
Remove DIOCSSTEP and DIOCSRETRIES ioctls as well, they belong in
history, along with the SMD disks.
OK'ed by: bde
1999-09-01 11:32:52 +00:00
Poul-Henning Kamp
0e8a43c502
unifdef -Uvax -Uhp300 -Uluna68k -Umips -Utahoe
1999-09-01 11:25:25 +00:00
Poul-Henning Kamp
bf995c1b2f
unifdef -Uvax
1999-09-01 11:17:58 +00:00
Jordan K. Hubbard
c32155b9e3
Use the appropriate macro for double quotes rather than using double
...
quotes.
Submitted by: Alexey Zelkin <phantom@cris.net>
PR: 13436
1999-09-01 10:04:47 +00:00
Poul-Henning Kamp
e3dca63008
Use "multiple 4 char outdent until no wrap" rather than ANSI string
...
concatenation to preserve K&R compatibility.
Requested by: bde
Terminology by: grog
1999-09-01 09:39:11 +00:00
Doug Rabson
be73175638
Change $Id$ to $FreeBSD$
1999-09-01 09:38:21 +00:00