commit d5e6c24f77ac1154d7c486381fc10f51c2d9e087
Author: Aaron LI
Date: Sun Apr 12 20:56:39 2020 +0800
ifconfig(8): Render non-ASCII SSID names with UTF-8 locales
Currently ifconfig(8) only prints the hex representation of ssid names
with non-ASCII characters. Many modern ter
commit 598a666bccff5d91ec5bc75a130e6b7d19147d49
Author: Aaron LI
Date: Sun Apr 12 21:29:32 2020 +0800
ifconfig(8): Make lagg creation more fault-tolerant
* Warn, don't exit, when SIOCSLAGGPORT returns an error.
When we exit with an error during lagg creation, a single
commit 51a3d09e9966badabd8cb22a3721055a7ff47e20
Author: Aaron LI
Date: Fri Jun 26 14:02:58 2020 +0800
ifconfig(8): Add '-f' option to print in more formats
* Add the '-f' option to control the output formats of addresses,
inet (IPv4) subnet masks, inet6 (IPv6) prefix length
commit 2ecde6140905fddab3e25c30b54bfe405886f488
Author: Aaron LI
Date: Tue May 5 10:58:20 2020 +0800
ifconfig(8): Print more WPS attributes in verbose "list scan" output
* Move WPS-related defines to a dedicated file
* Add handlers for more WPS attributes
Obta
commit a143db0917208ba06adacd7010fede195588a17d
Author: Aaron LI
Date: Sun Apr 12 21:53:32 2020 +0800
ifconfig(8): Eliminate trailing whitespace on inet6 and group lines
Obtained from FreeBSD:
https://github.com/freebsd/freebsd/commit/edcbc8f7441a32ec27fb2e57542bf291cb01029e
commit 808e96707e9276922a8cca487369f5774f7c0e63
Author: Aaron LI
Date: Sun Apr 12 21:36:22 2020 +0800
ifconfig(8): Drop two unused macros from ifieee80211.c
Obtained from FreeBSD:
https://github.com/freebsd/freebsd/commit/1ce3befafefa7226bcff3621562943176fe87ff3
Summary of
commit 5ecbd7012b0fe835dcda54ca97b260ded1a4b136
Author: Aaron LI
Date: Fri Jun 26 17:59:53 2020 +0800
ifconfig(8): Use getifaddrs(3) from libc
Use libc's getifaddrs(3) instead of implementing its own version.
Obtained from FreeBSD (revisions 166956 and 199770); with mino
commit 7d438afad0520862de97054e705e9e7e184a5e3d
Author: Aaron LI
Date: Fri Jun 26 22:21:56 2020 +0800
ifconfig.8: Update to show '-d' and '-u' is mutually exclusive
Summary of changes:
sbin/ifconfig/ifconfig.8 | 18 --
sbin/ifconfig/ifconfig.c | 6 +++---
2 files change
commit 6cfdf6e4249caa6bec584bbc49fc88d7681dbfdf
Author: Aaron LI
Date: Fri Jun 26 15:53:07 2020 +0800
ifconfig(8): Use correct interface name when setting flags
Obtained from FreeBSD (revision 187253).
With this change, the comment to setifflags() is now obsolete, so rem
commit 7fc7addcbc2bc5f6f644d5d161bce35ecbbebcca
Author: Aaron LI
Date: Fri Jun 26 20:56:17 2020 +0800
ifconfig(8): Group addresses of each interface by family
Group the list of addresses associated with an interface by the address
family. A stable sorting algorithm is employ
commit 80af6b5d1f3b09540f20bb00ab899d2d722b12e6
Author: Aaron LI
Date: Fri Jun 26 22:34:43 2020 +0800
ifconfig(8): Support to filter output by interface groups
Add options '-g ' and '-G ' to select and
unselect interfaces by groups in the output of 'ifconfig -a', just
lik
commit 028754e08bbbc6c906ce702fdebdc75f785d3037
Author: Aaron LI
Date: Fri Jun 26 21:38:11 2020 +0800
ifconfig(8): Speed up non-status operations to a single interface
When performing a non-status operation on a single interface (e.g., set
address or flags), it is not necessa
commit 1e831468c4b2ac63fde9c10100979d310441c9c5
Author: Aaron LI
Date: Thu Feb 14 15:28:02 2019 +0800
ipfw3: Fix several comments and error messages
Summary of changes:
sbin/ipfw3/ipfw3.c | 4 ++--
sys/net/ipfw3/ip_fw3.c | 2 +-
sys/netinet/in.h | 3 ++-
3 files changed, 5 ins
commit a7ccbcb31f0729ea49b5b1f7c9387366ebc1ac3e
Author: Aaron LI
Date: Fri Jun 26 22:43:28 2020 +0800
ping.8: Mention ping6(8) and traceroute6(8)
Summary of changes:
sbin/ping/ping.8 | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.gi
commit 7c8d170e3a048eba6b042d4d904949df4fbafb77
Author: Aaron LI
Date: Fri Jun 26 22:45:21 2020 +0800
traceroute.8: Mention ping6(8) and traceroute6(8)
Summary of changes:
usr.sbin/traceroute/traceroute.8 | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
http://gitweb.dragon
15 matches
Mail list logo