summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* add a "mode" directive to specify the operating mode for multi-mode devices;sam2003-04-283-3/+120
* Don't abuse module names to facilitate ifconfig module loading;mdodd2003-04-151-1/+1
* Uncomment the description of the ipdst parameter, but refer to IPXtjr2003-03-081-9/+6
* Kill #ifdef NS codepeter2003-03-051-72/+0
* Document the rxcsum and txcsum commands.ru2003-02-271-0/+11
* Add missing #if USE_IF_MEDIA/#endif.mdodd2003-01-231-1/+4
* fix link_status() in non-Ethernet casefjoe2003-01-221-4/+6
* mdoc(7) police: markup, spelling.ru2002-11-251-8/+6
* update vlandev description; vlan code now auto-recognizes devices thatsam2002-11-151-6/+4
* o display new interface capability bitssam2002-11-151-1/+1
* Remove a line that reflected behavior that does not actually exist.chris2002-10-281-1/+0
* Document the `maclabel' command.chris2002-10-251-0/+7
* Report the MONITOR bit.phk2002-10-241-1/+1
* Rename ifconfig's "mac" argument to "maclabel" to prevent confusionrwatson2002-10-233-9/+9
* Teach ifconfig(8) how to print and set the MAC labels on networkrwatson2002-10-234-0/+116
* Don't crash when the user feeds us nonesense in the form:dd2002-10-021-3/+4
* Add the "Monitor" interface flag.phk2002-09-272-0/+13
* Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).sobomax2002-08-192-1/+7
* Fix last-minute typo which breaks the world.sobomax2002-08-191-1/+1
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-2/+3
* mdoc(7) police: KAMEism in rev. 1.56, nits in rev. 1.58.ru2002-08-131-3/+4
* Warn that hex keys are the most portable.imp2002-08-121-0/+3
* The .Nm utilitycharnier2002-07-061-7/+10
* Add eui64 option which fills interface index (lowermost 64bit ofume2002-06-152-0/+42
* Reword the ``alias'' description slightly. We must specify a non-conflictingbrian2002-05-111-2/+3
* De-__P, use ansi function definitionsimp2002-04-184-268/+117
* Turn "ether" address family into a generic "link" familyru2002-03-272-72/+56
* Remove 'register' keyword.obrien2002-03-201-11/+11
* mdoc(7) police: kill whitespace at eol.ru2002-03-151-1/+1
* Some style(9) whitespace fixes and a correction to the copyright.brooks2002-02-281-22/+24
* Do not disable IPv6 and vlan support when RELEASE_CRUNCH is defined.luigi2002-02-151-2/+0
* Note what the default address_family is.dd2002-02-111-0/+2
* mdoc(7) police:ru2002-01-091-0/+14
* In the words of the submitter:dd2002-01-071-1/+1
* Fix bugs in the structure for rx_frame by making gap length one byte andambrisko2001-12-311-0/+17
* Move the WARNS attribute down so that it also applies to themike2001-12-051-1/+1
* Default to WARNS=2.obrien2001-12-041-0/+1
* MTU and metric are available with NET_RT_IFLIST.ru2001-12-031-22/+4
* Spelling police: sucessful -> successful.dd2001-11-241-1/+1
* Spelling police: "more then" - "more than" where appropriate.dd2001-11-241-1/+1
* Back out previous commit.asmodai2001-11-151-2/+0
* Report ad hoc mode correctly.asmodai2001-11-151-0/+2
* Cosmetic: Don't output a blank line if a driver providesyar2001-11-021-2/+1
* When specifying an interface to ifconfig, first look up the interfacejlemon2001-10-171-25/+11
* o Reduce userland inclusion of kernel headers -- remove unneeded includerwatson2001-09-241-1/+0
* Split hwcsum into rxcsum and txcsum components.jlemon2001-09-181-3/+5
* Teach ifconfig about the new interface capability words.jlemon2001-09-181-1/+43
* Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently addsdd2001-09-051-1/+1
* ``create'' and ``destroy'' are command modifiers (.Cm), not flags (.Fl).yar2001-08-221-2/+2
* Actuall make plumb work in addition to create as per the manpage.brooks2001-08-171-1/+2
OpenPOWER on IntegriCloud