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
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
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
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
Mark Murray
7b2d810a97
Make the libcrypt's build in the correct order.
1999-09-01 09:12:16 +00:00
Doug Rabson
74b128bad6
* Fix a stack of warnings.
...
* Make it possible to type a filename to boot1 so that it is possible to
recover from fatally broken versions of /boot/loader.
* Make a start at a CD boot program (not yet functional).
1999-09-01 09:11:14 +00:00
Jordan K. Hubbard
3dd1fb6608
Try and commit the tun comment fix again; I have no idea why there
...
was a clash the last time, leading me to think that it had already
been fixed.
1999-09-01 09:01:54 +00:00
Peter Wemm
805e4f2d64
-background is also a legitimate ppp mode. Don't change it to -auto.
1999-09-01 08:57:01 +00:00
Peter Wemm
b9b9a813b1
Add $FreeBSD$
1999-09-01 07:00:27 +00:00
Peter Wemm
53c5a968fe
$Id$ -> $FreeBSD$
1999-09-01 06:58:27 +00:00
Peter Wemm
1be9d26e4a
Eliminate some magic numbers.
1999-09-01 06:34:24 +00:00
Peter Wemm
68db232834
Update a comment regarding dependencies on libtermcap and curses etc.
1999-09-01 06:21:52 +00:00
Poul-Henning Kamp
8684f73af8
Improve the micro "disk" layer after gaining more experience with it.
1999-09-01 05:38:09 +00:00
Poul-Henning Kamp
de5f40afa6
Improve the returned values in st_blksize a little bit, avoid
...
accessing union fields not valid for dev_t type.
1999-09-01 05:36:55 +00:00
Peter Wemm
b78515bd1a
Add a missing dependency for make_hash which could make various forms of
...
make -jN fail. This fixes the present problem only, not the larger one
of when those internal tools are built and the cross-compiling etc.
Submitted by: luoqi
1999-09-01 05:14:57 +00:00
Jordan K. Hubbard
d03dcaa779
MFC: Catch 3.2-stable sysinstall up to 4.0-current level functionality,
...
bringing in DHCP support. The only thing I left out were Poul-Henning's
newfs changes since I'm not sure if he's brought the rest of that support
into -stable yet. If it turns out that this is the case, I'll MFC those
changes too.
1999-09-01 04:29:30 +00:00
Cameron Grant
987e59726a
say hello to newpcm. it is not yet enabled, requiring new pnp code from dfr
...
to compile successfully. further details will be provided in the commit
enabling newpcm.
1999-09-01 04:08:39 +00:00
Cameron Grant
bfd9d61ea6
mss and sb drivers updated for newpcm
...
Reviewed by: peter, dfr
1999-09-01 04:01:57 +00:00
Bill Paul
499d0ac7aa
Just when I thought it was safe. In the original 3c905-TX NICs, the
...
external NatSemi PHY chip was programmed to respond to MII address 24.
In the 3c905B ASICs, the transceiver is internal but it's still mapped
to MII address 24. But *some* 3Com 3c905B ASIC revisions map the
transceiver control registers to *all* MII addresses (0 through 31).
The miibus code probes for PHYs at all MII addresses and because of
this unusual behavior, it will attempt to map the same PHY registers
several times over, which doesn't work.
Naturally, the 3c905B NIC that I tested happened not to exhibit this
behavior.
The fix is to tweak xl_miibus_readreg() and xl_miibus_writereg()
to only respond when attempting to read from MII address 24. This
is safe to do since the 3Com documentation indicates that the PHY
and/or internal transceiver will always be mapped to address 24,
and there are no 3Com XL NICs with more than one PHY.
1999-09-01 03:16:21 +00:00
Brian Somers
3655c82c30
Ppp is started on vty2, not vty3
1999-09-01 00:53:25 +00:00
Brian Somers
3e5eed686b
ppp(1) -> ppp(8)
1999-09-01 00:51:23 +00:00
Mark Newton
c2de70091b
Add MAINTAINER line
1999-09-01 00:32:18 +00:00
Julian Elischer
fca666a142
General cleanup of core-dumping code.
...
Submitted by: Sean Fagan,
1999-09-01 00:29:56 +00:00
Doug Rabson
8f0ba3dbab
Make multiuser boots the default instead of singlue user.
1999-08-31 22:42:15 +00:00
Poul-Henning Kamp
3b7df19ba4
Set the buffersize for non BSDFFS labeled partitions to
...
max(dev->si_bsize_phys, BLKDEV_IOSIZE).
Requested by: davidg
1999-08-31 21:46:42 +00:00
Poul-Henning Kamp
586e1b7b46
Make buffered acces to bdevs from userland controllable with
...
a sysctl vfs.bdev_access.
1999-08-31 21:01:57 +00:00
Poul-Henning Kamp
d27535c143
Include "dscheck" and device name in all messages from dscheck().
1999-08-31 18:36:15 +00:00
Poul-Henning Kamp
c43f30e13a
Fix savecore so that it operates correctly on character devices with
...
sectorsizes up to 8k.
Pointed out by: sos
1999-08-31 18:12:44 +00:00
John Polstra
ad49df8e02
Add ports-irc, ports-java, and ports-x11-servers. For some reason
...
these made it into the RELENG_3 branch but not into -current.
1999-08-31 18:06:53 +00:00
John Polstra
b2e5ee7600
Adjust the examples to reflect the new "src-sys-crypto" collection.
...
Add back "src-eBones" to "cvs-supfile" and "secure-cvs-supfile".
Even though the eBones tree is disused, it still has files in the
repository. People fetching the repository might want them.
1999-08-31 17:26:21 +00:00
Warner Losh
30e90e8bc0
Forgot Peter's Id->FreeBSD change as well as tn3270 being removed from
...
the base system and added as a port.
1999-08-31 17:07:14 +00:00
Warner Losh
f8a59eae48
Add blurb Jonathan Lemmon provided about the new TCP timer values. I
...
didn't document the couple day window when the units were in terms of
ticks rather than ms.
Also add note about libreadline major version retrograde motion.
1999-08-31 17:01:34 +00:00