History log of /freebsd/sbin/ifconfig/ifconfig.c (Results 251 – 275 of 512)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e82866fe 26-Jul-2004 Yaroslav Tykhiy <ytykhiy@gmail.com>

Add two knobs to ifconfig(8), `vlanmtu' and `vlanhwtag',
that provide control over the respective capabilities
of an interface, reception of extended frames and hardware
VLAN multiplexor.


Revision tags: release/4.10.0_cvs, release/4.10.0
# 41b0ee74 01-May-2004 Doug Ambrisko <ambrisko@FreeBSD.org>

For both ifconfig and route if we didn't get enough memory from the
prior sysctl due to the structure growing between calls try again.

Also try again for deleting routes if things fail. We've seen

For both ifconfig and route if we didn't get enough memory from the
prior sysctl due to the structure growing between calls try again.

Also try again for deleting routes if things fail. We've seen
route -f fail this way which does not actually flush all routes.
This fixes it. It will whine but it will do the work.

PR: 56732
Obtained from: IronPort

show more ...


# 0b46c085 13-Apr-2004 Luigi Rizzo <luigi@FreeBSD.org>

Replace ROUNDUP/ADVANCE with SA_SIZE


# 3a3b019a 11-Apr-2004 Ruslan Ermilov <ru@FreeBSD.org>

Added the new interface capability option for drivers that implement
user-configurable polling(4) support. Make ifconfig(8) aware of it.

Suggested by: luigi


# 4c723140 09-Apr-2004 Mark Murray <markm@FreeBSD.org>

Remove advertising clause from University of California Regent's license,
per letter dated July 22, 1999.

Approved by: core, imp


# a6b03f42 31-Mar-2004 Sam Leffler <sam@FreeBSD.org>

add support for setting 802.11 rtsthreshold, transmit power,
and 11g protection mode

Reviewed by: imp (just code)


# 08b82c6b 13-Mar-2004 Ruslan Ermilov <ru@FreeBSD.org>

The print mask's first part is the base, not the total number of bit
identifiers.


# aec32663 13-Mar-2004 Ruslan Ermilov <ru@FreeBSD.org>

Show the polling(4) flag on the interface.


# c88f8102 10-Mar-2004 Bruce Evans <bde@FreeBSD.org>

Fixed a misspelling of 0 as NULL.


# 652d6e18 27-Feb-2004 Alexander Kabaev <kan@FreeBSD.org>

Look for both name and if_<name> strings in module metadata. Pseudo-devices
like tun are naming their modules using the 'if_; prefix and previous version of
the code failed to detect their presence i

Look for both name and if_<name> strings in module metadata. Pseudo-devices
like tun are naming their modules using the 'if_; prefix and previous version of
the code failed to detect their presence in the kernel, resulting in the same
module being loaded twice.

show more ...


Revision tags: release/5.2.1_cvs, release/5.2.1
# 97bebf0a 04-Feb-2004 Brooks Davis <brooks@FreeBSD.org>

Add ifconfig support for network interface renaming. In the process,
reorganize the printing of the interface name when using wildcard
cloning so it is not printed if it we either immediately rename

Add ifconfig support for network interface renaming. In the process,
reorganize the printing of the interface name when using wildcard
cloning so it is not printed if it we either immediately rename or
destroy the interface.

Reviewed by: ru

show more ...


# bbe513db 31-Jan-2004 Brooks Davis <brooks@FreeBSD.org>

Use memcpy plus a manual NUL termination when copying the interface name
from the sdl because strlcpy requires that the source string be
NUL-terminated unlike strncpy.

Submitted by: Peter Jeremy <Pe

Use memcpy plus a manual NUL termination when copying the interface name
from the sdl because strlcpy requires that the source string be
NUL-terminated unlike strncpy.

Submitted by: Peter Jeremy <PeterJeremy at optushome dot com dot au>

show more ...


# a4fa9864 27-Jan-2004 Brooks Davis <brooks@FreeBSD.org>

Use IFNAMSIZ instead of a magic value for the length of an interface
name.

Prevent the kernel from potentially overflowing the interface name
variable. The size argument of strlcpy is complex becau

Use IFNAMSIZ instead of a magic value for the length of an interface
name.

Prevent the kernel from potentially overflowing the interface name
variable. The size argument of strlcpy is complex because the name is
not null-terminated in sdl_data.

show more ...


Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0
# 566214a3 26-Oct-2003 Peter Wemm <peter@FreeBSD.org>

Give wider types to sscanf to fix two warnings (u_short cannot be > 0xffff)
and to make sure that we catch oversized arguments rather than silently
truncate them. I dont know if sscanf will reject a

Give wider types to sscanf to fix two warnings (u_short cannot be > 0xffff)
and to make sure that we catch oversized arguments rather than silently
truncate them. I dont know if sscanf will reject an integer if it will
not fit in the short return variable or not, but this way it should be
detected.

show more ...


# deb62e28 01-Oct-2003 Ruslan Ermilov <ru@FreeBSD.org>

By popular demand, added the "static ARP" per-interface option.


Revision tags: release/5.1.0_cvs, release/5.1.0
# 4e61f6f1 28-Apr-2003 Sam Leffler <sam@FreeBSD.org>

add a "mode" directive to specify the operating mode for multi-mode devices;
this is mostly intended for use with multi-mode 802.11 devices that support
some combination of 11a, 11b, and 11g


# 71d66ceb 15-Apr-2003 Matthew N. Dodd <mdodd@FreeBSD.org>

Don't abuse module names to facilitate ifconfig module loading;
such abuse isn't really needed. (And if we do need type information
associated with a module then we should make it explicit and not
u

Don't abuse module names to facilitate ifconfig module loading;
such abuse isn't really needed. (And if we do need type information
associated with a module then we should make it explicit and not
use hacks.)

show more ...


Revision tags: release/4.8.0_cvs, release/4.8.0
# 059c32d2 05-Mar-2003 Peter Wemm <peter@FreeBSD.org>

Kill #ifdef NS code


# 83d5e173 23-Jan-2003 Matthew N. Dodd <mdodd@FreeBSD.org>

Add missing #if USE_IF_MEDIA/#endif.


# b8701b54 22-Jan-2003 Max Khon <fjoe@FreeBSD.org>

fix link_status() in non-Ethernet case

MFC after: 1 week


Revision tags: release/5.0.0_cvs, release/5.0.0
# 94da2600 15-Nov-2002 Sam Leffler <sam@FreeBSD.org>

o display new interface capability bits
o capitilize capability bit strings for consistency

Approved by: re


# fb313324 24-Oct-2002 Poul-Henning Kamp <phk@FreeBSD.org>

Report the MONITOR bit.


# 97490f4b 24-Oct-2002 Robert Watson <rwatson@FreeBSD.org>

Rename ifconfig's "mac" argument to "maclabel" to prevent confusion
regarding 802.1 MAC and Mandatory Access Control (MAC). Some
potential for confusion remains further in other areas of the
system

Rename ifconfig's "mac" argument to "maclabel" to prevent confusion
regarding 802.1 MAC and Mandatory Access Control (MAC). Some
potential for confusion remains further in other areas of the
system regarding Message Authentication Codes (MAC).

Requested by: wollman
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories

show more ...


# 2d58d642 23-Oct-2002 Robert Watson <rwatson@FreeBSD.org>

Teach ifconfig(8) how to print and set the MAC labels on network
interfaces using the 'mac' argument. Without MAC support in the
kernel, this does not change the behavior of ifconfig.

Approved by:

Teach ifconfig(8) how to print and set the MAC labels on network
interfaces using the 'mac' argument. Without MAC support in the
kernel, this does not change the behavior of ifconfig.

Approved by: re
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories

show more ...


Revision tags: release/4.7.0_cvs
# b6fcb4fe 02-Oct-2002 Dima Dorfman <dd@FreeBSD.org>

Don't crash when the user feeds us nonesense in the form:
ifconfig IF ether WHATEVER -alias

PR: 42544
Submitted by: Mike Makonnen <makonnen@pacbell.net>


1...<<1112131415161718192021