summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mdoc(7) police: restore markup bit that got accidentally lost in rev. 1.44.ru2001-08-161-1/+1
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-2/+0
* Spelling.mckay2001-08-071-2/+2
* ifconfig if0 netmask xxx.xxx.xxx.0 didn't change the netmask.ume2001-07-261-1/+3
* Fix a stupid bug which resulted in a blank line in the status output ifbrooks2001-07-251-8/+4
* Dike out the IPX bits if RELEASE_CRUNCH is defined.obrien2001-07-212-2/+23
* mdoc(7) police: fix markup.ru2001-07-051-101/+159
* Support network device cloning via create and destroy options.brooks2001-07-022-12/+162
* Sync with recent KAME.ume2001-06-112-12/+232
* ARP works on networks other than Ethernet.dd2001-06-021-2/+5
* Mention the 'ether' parameter.dd2001-06-021-0/+4
* When using interfaces that support if_media, the supported media list isphk2001-05-294-28/+136
* Forgot to cvs add these two files for the previous commit.phk2001-05-261-0/+520
* Currently, each wireless networking driver has it's own control programphk2001-05-265-3/+182
* Cosmetics: .Dl -> .Li.ru2001-05-071-1/+1
* Let ifconfig(8) catch up with the new functionality wherejesper2001-05-051-1/+11
* Implement slash/CIDR notation for IPv4 and IPv6 addresses.jesper2001-05-041-0/+29
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
* if no address is setted, do not call ioctl(SIOCAIFADDR)ume2001-02-211-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-7/+22
* mdoc police.ben2001-01-221-2/+3
* Add 'netrange' parameter to 'range' command and fix a couple of typos.ben2001-01-201-3/+3
* Add missing && which absense stops 'make world'ache2000-11-301-1/+1
* remove an undefined reference when no VLAN support is compiled in.luigi2000-11-302-1/+7
* Add missing initialization for IPv6 address lifetime.ume2000-11-271-1/+35
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-6/+6
* Show the actual command line usage in the man page and usage error string.archie2000-07-192-5/+17
* Make "ifconfig" with no arguments equivalent to "ifconfig -a".archie2000-07-181-0/+4
* Note that "ether" is a supported address family for setting addresses.jhb2000-07-121-0/+1
* Add support to the 'ether' address family to support setting of addresses.jhb2000-07-121-23/+28
* Implement SIOCSIFLLADDR, which allows you to change the link-levelwpaul2000-06-162-1/+36
OpenPOWER on IntegriCloud