OpenBSD CVS

CVS log for src/sbin/ifconfig/Makefile


[BACK] Up to [local] / src / sbin / ifconfig

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.17 / (download) - annotate - [select for diffs], Mon Jun 22 02:08:43 2020 UTC (3 years, 11 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, HEAD
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

use (undocumented) base64 code in libc instead of libcrypto.

naddy gave me a pointer in the right direction
ok millert@ deraadt@
looks good to matt dunwoodie

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jun 21 12:20:06 2020 UTC (3 years, 11 months ago) by dlg
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

teach ifconfig about wireguard.

note that this links ifconfig with libcrypto to get at base64
encoding and decoding routines. im looking at an alternative way
to do that, so hopefully this is temporary.

secondly, note that all the wireguard stuff is under ifndef SMALL,
so the special build of ifconfig for install media does include
wireguard support, and also does not need libcrypto.

from Matt Dunwoodie and Jason A. Donenfeld

ok deraadt@

Revision 1.15 / (download) - annotate - [select for diffs], Wed Apr 10 10:14:37 2019 UTC (5 years, 2 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

add support for fetching and parsing SFF module info and diags

this is very basic, and will get cut up a lot by sthen@ soon, but
it was enough to get us started with. at the moment it shows the
type of module, some vendor and products strings, and detects if
the device supports diag and then shows it. qsfp info is structured
very differently, but i'll let sfp support settle before trying to
make it look the same.

so far only ix(4) and some ixl(4) with up to date firmware implement
the backend ioctl for this. no em(4) yet :(

suggestions from mikeb@
ok deraadt@ sthen@

this was started because of a question from rachel roch

Revision 1.14 / (download) - annotate - [select for diffs], Tue May 3 17:52:33 2016 UTC (8 years, 1 month ago) by jca
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.13: +1 -3 lines
Diff to previous 1.13 (colored)

Remove INET6 #ifdefs

ifconfig.c doesn't build without -DINET6, and those #ifdefs clutter the
code.  ok bluhm@ henning@

Revision 1.13 / (download) - annotate - [select for diffs], Fri Sep 7 00:33:24 2012 UTC (11 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

no need for the ../bioctl

Revision 1.12 / (download) - annotate - [select for diffs], Thu Sep 6 19:41:59 2012 UTC (11 years, 9 months ago) by tedu
Branch: MAIN
Changes since 1.11: +5 -4 lines
Diff to previous 1.11 (colored)

move pkcs5_pbkdf5 function to libutil so everybody can play with it
ok deraadt jsing matthew

Revision 1.11 / (download) - annotate - [select for diffs], Mon Oct 18 04:10:56 2010 UTC (13 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.10: +5 -3 lines
Diff to previous 1.10 (colored)

Add wpakey/-wpakey options.  This was originally written by halex and
has gone many times around now (it is smaller now).  man page diff
coming soon.  Fits onto the media that need it.
ok halex

Revision 1.10 / (download) - annotate - [select for diffs], Sun Nov 22 22:00:24 2009 UTC (14 years, 6 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Merge brconfig into ifconfig. It is annoying that it is impossible to do
ifconfig bridge0 add em0 add gif0 add vether0 up
instead you need to
ifconfig bridge0 create
brconfig bridge0 add em0 add gif0 add vether0 up
This is working for everything now but we may do some changes when needed.
Manpages and startup scripts are following soon.
OK deraadt@, henning@

Revision 1.9 / (download) - annotate - [select for diffs], Wed Nov 15 01:53:00 2006 UTC (17 years, 7 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.8: +1 -4 lines
Diff to previous 1.8 (colored)

remove KAME_SCOPEID #ifdef.
__KAME__ should suffice (__KAME__ should be nuked too?)

Revision 1.8 / (download) - annotate - [select for diffs], Tue Apr 27 22:14:11 2004 UTC (20 years, 1 month ago) by pb
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.7: +1 -2 lines
Diff to previous 1.7 (colored)

clean up ifdef hell

Revision 1.7 / (download) - annotate - [select for diffs], Fri Apr 14 02:40:01 2000 UTC (24 years, 2 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

use getifaddrs, instead of SIOCGIFCONF.
XXX ifr/ifr6 manipulation is kind of ugly.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 14 02:38:20 2000 UTC (24 years, 2 months ago) by itojun
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

recover "ifconfig -a" and "ifconfig -A" behavior for inet (least surprise).

Revision 1.5 / (download) - annotate - [select for diffs], Thu Dec 30 16:19:31 1999 UTC (24 years, 5 months ago) by itojun
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

enable KAME scopeid hack (print link-local addresses with scope identifier
like "fe80::1@de0").

Revision 1.4 / (download) - annotate - [select for diffs], Wed Dec 8 07:45:30 1999 UTC (24 years, 6 months ago) by itojun
Branch: MAIN
Changes since 1.3: +6 -1 lines
Diff to previous 1.3 (colored)

IPv6-enabled ifconfig from KAME.
it now loops through all the aliases on interfaces.
KAME_SCOPEID will be enabled when get{addr,name}info(3) are replaced with
KAME code.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Sep 21 11:36:46 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored)

$OpenBSD$

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jun 23 14:30:46 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

update rcsid

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:43:35 1995 UTC (28 years, 8 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:43:35 1995 UTC (28 years, 8 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.