index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
ifconfig
/
ifconfig.c
Age
Commit message (
Expand
)
Author
2021-07-04
store provider ID in umb(4), and display it in ifconfig. OK stsp deraadt
Stuart Henderson
2021-03-20
RFC 8981 allows the configuration of only temporary IPv6 addresses.
Florian Obser
2021-03-16
Move setifrtlabel() and *keepalive() prototypes out of SMALL
kn
2021-03-13
Remove "deletetunnel" (deprecated with 6.4)
kn
2021-03-13
Move all rdomain bits under SMALL
kn
2021-03-13
Move MPLS related function prototypes under SMALL
kn
2021-03-12
Add deprecation warning for autoconfprivacy.
Florian Obser
2021-03-11
When RFC 8981 obsoleted RFC 4941 the terminology changed from
Florian Obser
2021-03-04
remove extra argument to printf
Jonathan Gray
2021-02-20
add support for handling the interface monitor flag
David Gwynne
2021-02-10
Use the same check in kernel and ifconfig for group names. ifconfig
Alexander Bluhm
2021-01-16
Only recover the scope_id if it was not set. This way this code works
Claudio Jeker
2020-12-30
getifaddrs() can return entries where ifa_addr is NULL. Check for this
Sebastian Benoit
2020-11-06
Keep track of allowed ips pointer correctly
kn
2020-10-07
Fix display of P2P link to be consistent over all AF.
denis
2020-10-07
Reverse previous, needs discussion.
denis
2020-10-07
Fix display of P2P link to be consistent over all AF.
denis
2020-09-15
umb(4) shows the speed of the LTE connection but misses the b in Mbps.
Claudio Jeker
2020-08-05
Merge switch_status() into bridge_status()
kn
2020-07-03
Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY.
Florian Obser
2020-06-22
use (undocumented) base64 code in libc instead of libcrypto.
David Gwynne
2020-06-21
teach ifconfig about wireguard.
David Gwynne
2020-02-27
Do not set A_JOIN unconditionally. Otherwise join "" takes effect even
Stefan Sperling
2020-02-24
fix column alignment of 'ifconfig joinlist'; padding had an extra " "
Stefan Sperling
2020-02-24
Don't needlessly cap SSID width in 'ifconfig joinlist' (matters with hex SSIDs).
Stefan Sperling
2020-02-18
Add IPv6 support to umb(4).
Gerhard Roth
2019-12-27
Fix ifconfig WPA key installation with max allowed length SSIDs.
Stefan Sperling
2019-11-30
ifconfig(8) did silently ignore the netmask parameter for inet6 and
Alexander Bluhm
2019-11-27
use _PATH_ names for unveil if possible
Theo de Raadt
2019-10-24
Fix ifconfig(8) compiler warnings regarding variable "name" reuse.
Alexander Bluhm
2019-10-17
Fix some compiler warings in ifconfig(8). Move all prototypes and
Alexander Bluhm
2019-09-02
Make net80211 expose reasons for association failures to userland and have
Stefan Sperling
2019-08-30
whitespace, found while pondering improvements to sffdump
Theo de Raadt
2019-08-26
Adjust umb DNS printing code since the type of those addresses changed.
Claudio Jeker
2019-08-08
added /* no filesystem visibility */ above unveil("/", "") since "" is too easy
Ricardo Mestre
2019-07-25
AF_INET comes before AF_INET6. Shorten line to <80 chars.
Kenneth R Westerback
2019-07-25
Add IFXF_AUTOCONF4 to if_xflags to match IFXF_AUTOCONF6. Let
Kenneth R Westerback
2019-07-25
make a half-hearted attempt to shrink trunkport info a bit
David Gwynne
2019-07-24
print out lacp actor and parter info
David Gwynne
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-05-10
Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>
Philip Guenther
2019-04-19
add support for getting and setting rxprio
David Gwynne
2019-04-15
Remove old vlan and [-]vlandev code
kn
2019-04-11
print transceiver information inline with standard interface details
Stuart Henderson
2019-04-10
add support for fetching and parsing SFF module info and diags
David Gwynne
2019-03-11
remove an extra ; on a line
David Gwynne
2019-02-26
get rid of the mpw goop
David Gwynne
2019-02-26
implement support for pwe3 ioctls
David Gwynne
2019-02-20
Tweak previous, use the same wording everywhere
Jeremie Courreges-Anglas
[next]