summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Oh crud, did I ever screw the pooch! Rather than sync this with -stable,jkh1999-09-0248-286/+829
| | | | | | | | | | 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>
* Re-add the libmytinfo/libncurses stuff - removing it breaks staticchris1999-09-011-2/+2
| | | | | | linkage. Pointed out by: bde
* column counter (cnt) not reset to 0 on display of '\r' which could causedbaker1999-09-011-1/+4
| | | | | | unnecessary forced linewraps on some terminals. Submitted by: David McNett <nugget@slacker.com>
* Properly document -P and -p flags.chris1999-09-012-1/+4
|
* Remove unused variable `ch'.chris1999-09-011-1/+0
|
* Corrected apparent omission in program logic which was causing thedbaker1999-09-011-1/+2
| | | | | | | insertion of redundant crlf's. Eliminated the venetian-blind effect in walled text. Submitted by: David McNett <nugget@slacker.com>
* Typo: 'x' should be 'y' (only affects debugging output)n_hibma1999-09-011-1/+1
|
* This is part of an untested set of changes to the ed driver to supportdfr1999-09-012-0/+180
| | | | | | 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.
* This represents essentially a complete rewrite of the ISA PnP code. Thedfr1999-09-0120-201/+1597
| | | | | | | | 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.
* The libraries `libmytinfo' and `libncurses' are not required by thischris1999-09-011-2/+2
| | | | program.
* Slay a grammar gremlin.hoek1999-09-011-1/+1
|
* This commit was generated by cvs2svn to compensate for changes in r50764,markm1999-09-0112-0/+1891
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Double pointy hat award. Import this into the right area.markm1999-09-0112-0/+1891
|
*-. This commit was generated by cvs2svn to compensate for changes in r50760,markm1999-09-01102-0/+25303
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | * Drat. Import this into the right place. Pass me the pointy hat.markm1999-09-011-0/+508
| | |
| * | Drat. Import this into the right place. Pass me the pointy hat.markm1999-09-01101-0/+24795
| /
* | Termcap header no longer needed.markm1999-09-012-2/+0
| |
* | Re-arrange things in the attach routines of the 3Com and RealTek PHYwpaul1999-09-012-13/+13
| | | | | | | | | | | | | | drivers so that we don't clobber things or leave them uninitialized if we abort due a failure. Submitted by: Luoqi Chen
* | quoted string change: the si driver also covers the Specialix "SX"nsayer1999-09-011-1/+1
| | | | | | | | product.
* | Make prototype match function.sef1999-09-011-1/+1
| |
* | Fix the sense of the vn_isdisk() check.phk1999-09-012-2/+2
| |
* | Sigh. Serves me right for testing against a modified tree (dfr's pnppeter1999-09-011-4/+4
| | | | | | | | | | changes). Doug changed these variables. This should fix the isa_compat.c breakage that phk reported. (Sorry!)
* | Update to driver 1.72.roger1999-09-012-0/+8
| | | | | | | | | | | | | | 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>
* | Set si_bsize_phys and si_bsize_max in all legacy CD drivers.phk1999-09-018-0/+16
| |
* | Fix stupid disorder in previous commit. This was my own error, notsheldonh1999-09-011-1/+1
| | | | | | | | the mistake of the PR's originator.
* | The -f option stole the -d option's option string colon in the getoptsheldonh1999-09-011-1/+1
| | | | | | | | | | | | | | optstring. PR: 13521 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* | Try to win back the "removal of most crufty code" trophy from markm:phk1999-09-017-212/+66
| | | | | | | | | | | | | | | | | | 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
* | unifdef -Uvax -Uhp300 -Uluna68k -Umips -Utahoephk1999-09-011-48/+0
| |
* | unifdef -Uvaxphk1999-09-011-148/+0
| |
* | Use the appropriate macro for double quotes rather than using doublejkh1999-09-014-20/+47
| | | | | | | | | | | | | | quotes. Submitted by: Alexey Zelkin <phantom@cris.net> PR: 13436
* | Use "multiple 4 char outdent until no wrap" rather than ANSI stringphk1999-09-011-7/+7
| | | | | | | | | | | | | | concatenation to preserve K&R compatibility. Requested by: bde Terminology by: grog
* | Change $Id$ to $FreeBSD$dfr1999-09-013-2/+3
| |
* | Make the libcrypt's build in the correct order.markm1999-09-011-6/+5
| |
* | * Fix a stack of warnings.dfr1999-09-0112-42/+228
| | | | | | | | | | | | * 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).
* | Try and commit the tun comment fix again; I have no idea why therejkh1999-09-012-2/+2
| | | | | | | | | | was a clash the last time, leading me to think that it had already been fixed.
* | -background is also a legitimate ppp mode. Don't change it to -auto.peter1999-09-017-7/+14
| |
* | Add $FreeBSD$peter1999-09-011-0/+2
| |
* | $Id$ -> $FreeBSD$peter1999-09-0148-48/+48
| |
* | Eliminate some magic numbers.peter1999-09-012-8/+8
| |
* | Update a comment regarding dependencies on libtermcap and curses etc.peter1999-09-011-2/+1
| |
* | Improve the micro "disk" layer after gaining more experience with it.phk1999-09-013-20/+75
| |
* | Improve the returned values in st_blksize a little bit, avoidphk1999-09-011-11/+21
| | | | | | | | accessing union fields not valid for dev_t type.
* | Add a missing dependency for make_hash which could make various forms ofpeter1999-09-012-2/+2
| | | | | | | | | | | | | | 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
* | MFC: Catch 3.2-stable sysinstall up to 4.0-current level functionality,jkh1999-09-0148-827/+284
| | | | | | | | | | | | | | 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.
* | say hello to newpcm. it is not yet enabled, requiring new pnp code from dfrcg1999-09-0140-0/+11805
| | | | | | | | | | to compile successfully. further details will be provided in the commit enabling newpcm.
* | mss and sb drivers updated for newpcmcg1999-09-0110-9126/+7532
| | | | | | | | Reviewed by: peter, dfr
* | Just when I thought it was safe. In the original 3c905-TX NICs, thewpaul1999-09-011-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Ppp is started on vty2, not vty3brian1999-09-012-2/+2
| |
* | ppp(1) -> ppp(8)brian1999-09-012-2/+2
| |
* | Add MAINTAINER linenewton1999-09-013-0/+5
| |
OpenPOWER on IntegriCloud