History log of /openbsd/regress/sbin/ifconfig/ifaddr.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 5b133f3f 08-Mar-2023 guenther <guenther@openbsd.org>

Delete obsolete /* ARGSUSED */ lint comments.

ok miod@ millert@


# e66b2d70 31-Jan-2023 tb <tb@openbsd.org>

Remove "deletetunnel" command (marked as "remove during 6.4-current").
The "-tunnel" command of course remains.


# bc5a8259 12-Jul-2021 beck <beck@openbsd.org>

Change the error reporting pattern throughout the tree when unveil
fails to report the path that the failure occured on. Suggested by
deraadt@ after some tech discussion.

Work done and verified by A

Change the error reporting pattern throughout the tree when unveil
fails to report the path that the failure occured on. Suggested by
deraadt@ after some tech discussion.

Work done and verified by Ashton Fagg <ashton@fagg.id.au>

ok deraadt@ semarie@ claudio@

show more ...


# 4ac0decd 12-Mar-2021 florian <florian@openbsd.org>

INET6_NOPRIVACY is called AUTOCONF6TEMP now, missed during rename.


# c99d424e 03-Jul-2020 florian <florian@openbsd.org>

Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY.
This is the name the other BSDs use for this, there is no reason to
be different, the IPv6 RFCs call these addresses temporary, and some
software in ports

Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY.
This is the name the other BSDs use for this, there is no reason to
be different, the IPv6 RFCs call these addresses temporary, and some
software in ports wants to use this as well.
Most recently pointed out for firefox by landry.
OK claudio, sthen

show more ...


# 4d9e9af5 19-Dec-2019 jmc <jmc@openbsd.org>

spelling; from bryan stenson


# 93c38893 30-Nov-2019 bluhm <bluhm@openbsd.org>

Test inet6 netmask and non-contiguous netmask in ifconfig(8).


# 055a451e 24-Oct-2019 bluhm <bluhm@openbsd.org>

Test the old ioctl(2) for interface addresses SIOCSIFADDR,
SIOCSIFNETMASK, SIOCSIFDSTADDR, SIOCSIFBRDADDR, and SIOCGIFADDR.
Implement ifaddr.c which is a stripped down ifconfig(8) converted
to the ol

Test the old ioctl(2) for interface addresses SIOCSIFADDR,
SIOCSIFNETMASK, SIOCSIFDSTADDR, SIOCSIFBRDADDR, and SIOCGIFADDR.
Implement ifaddr.c which is a stripped down ifconfig(8) converted
to the old interface.

show more ...