| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Submitted by: kasey@ambernetworks.com
PR: 13534
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
linkage.
Pointed out by: bde
|
|
|
|
| |
program.
|
|
|
|
| |
the mistake of the PR's originator.
|
|
|
|
|
|
|
| |
optstring.
PR: 13521
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
|
| |
|
|
|
|
|
|
|
| |
quotes.
Submitted by: Alexey Zelkin <phantom@cris.net>
PR: 13436
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
review.
Requested by: bde
|
|
|
|
| |
they aren't here any more.
|
|
|
|
|
| |
Cleanup a few "-Wall -O" warnings.
Make "usage()" agree with man page.
|
|
|
|
|
|
|
| |
option as an optimization.
PR: 13346
Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
|
|
|
|
|
|
|
| |
the first occurrence of a GID > USHRT_MAX.
PR: 13344
Reviewed by: bde
|
| |
|
|
|
|
|
|
|
| |
easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
|
| |
|
|
|
|
| |
like libdisk does bad things. :)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
going to remove ppp from the installation options in 5 days if ppp is
still broken, however, as it hasn't worked at installation time
for several weeks now and it's only causing people to fill my mailbox
with questions.
|
|
|
|
| |
Reported by: Terry Jones <terry@cliffs.ucsd.edu>
|
|
|
|
|
| |
for a binary it's far from it. This is why sysinstall is unable to run
ppp at startup time and causing weirdies in -current.
|
|
|
|
| |
to evaluate an interface number that didn't previously exist.
|
| |
|
| |
|
|
|
|
| |
Submitted by: Alexey M. Zelkin" <phantom@cris.net>
|
|
|
|
| |
PR: 13286
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in NMEA mode (without date).
Trimble OEM Ace-II receiver. Low cost PCB with single
voltage input, external active antenna and two serial
ports with either NMEA and ITAPs output. Programmable
to be tuned for 'time' accuracy in fixed station config.
Author of tool notified.
Submitted by: Dirk van Gulik <dirk.vangulik@jrc.it>
|
|
|
|
|
|
|
| |
Before:
isab0@pci0:8:0: class=0x060100 card=0x00000000 chip=0xffffffffc6931080 ...
After:
isab0@pci0:8:0: class=0x060100 card=0x00000000 chip=0xc6931080 ...
|
|
|
|
| |
Reminded by: jkh
|
|
|
|
|
|
|
|
|
|
|
| |
in source input if the -f flag is used, and modify Makefile.yp to only
use -f for the passwd, master.passwd and group maps. These should be
the only ones for which the + and - characters have special meaning
that make it important for us to avoid letting them into any of the map
databases. In some cases (namely the automounter maps) we have to allow
at least the - character through in order to create the map properly.
This closes PR #8699.
|
|
|
|
|
| |
Submitted by: Alexey M. Zelkin <phantom@cris.net>
PR: 13271
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PCI fast ethernet controller. Currently, the only card I know that uses
this chip is the D-Link DFE-550TX. (Don't ask me where to buy these: the
only cards I have are samples sent to me by D-Link.)
This driver is the first to make use of the miibus code once I'm sure
it all works together nicely, I'll start converting the other drivers.
The Sundance chip is a clone of the 3Com 3c90x Etherlink XL design
only with its own register layout. Support is provided for ifmedia,
hardware multicast filtering, bridging and promiscuous mode.
|
|
|
|
|
|
|
|
|
| |
should be used from now on for anything security but not auth-related.
Included are updates for all relevant manpages and also to /etc files,
creating a new /var/log/security. Nothing in the system logs to
/var/log/security yet as of the time of this commit.
Reviewed by: rgrimes, imp, chris
|
|
|
|
| |
the DHCP support code.
|
|
|
|
| |
Noticed by: Norman C. Rice <nrice@emu.sourcee.com>
|
|
|
|
| |
Noticed by: Norman C. Rice <nrice@emu.sourcee.com>
|
|
|
|
|
|
|
|
|
|
| |
(num > MAX) ? MAX : num
rather than
(MAX > num) ? MAX : num
Also, make things a little easier to read while I'm here.
|
|
|
|
|
|
|
|
|
| |
that ppp stays in the foreground.
o Add the -quiet switch to quieten ppps startup
o Add the -nat flag and discourage the use of the -alias flag. Both do
the same thing.
o Correct some nat usage strings.
o Change the internal ``alias'' command to ``nat''.
|
| |
|
|
|
|
|
|
|
|
| |
Remove src/contrib/bind/bin/nslookup/commands.c as it is generated by lex
from commands.l.
Submitted by: lpc/cdcontrol patches originally by msmith.
Reviewed by: msmith (in theory)
|
| |
|
| |
|
|
|
|
|
|
| |
to ``set timeout''.
This is useful for situations where your minimum call charge is (say)
5 minutes (like mine is)
|
|
|
|
| |
exec()ing other programs.
|