CVS commit: src/sbin/ifconfig

2021-06-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 21 03:14:41 UTC 2021 Modified Files: src/sbin/ifconfig: agr.c env.c lagg.c pfsync.c vlan.c Log Message: fix proplib deprecation To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sbin/ifconfig/agr.c src/

CVS commit: src/sbin/ifconfig

2021-03-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 9 14:39:43 UTC 2021 Modified Files: src/sbin/ifconfig: ifconfig.8 Log Message: PR/50933: Uwe Toenjes: Document hardware limitations To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/sbin/ifconfig/ifc

CVS commit: src/sbin/ifconfig

2021-03-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Mar 1 16:47:48 UTC 2021 Modified Files: src/sbin/ifconfig: Makefile.common Log Message: Make IEEE802.11 support optional To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sbin/ifconfig/Makefile.common Please

CVS commit: src/sbin/ifconfig

2020-10-14 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Oct 14 13:37:14 UTC 2020 Modified Files: src/sbin/ifconfig: ifconfig.c media.c media.h Log Message: ifconfig: go back to using direct ioctls rather than data from getifaddrs AF_LINK may not be the first address returned for the

CVS commit: src/sbin/ifconfig

2020-10-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Oct 11 21:32:37 UTC 2020 Modified Files: src/sbin/ifconfig: util.c Log Message: ifconfig: if SIOCGLIFADDR fails, continue to the next address To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sbin/ifconfig/util.

CVS commit: src/sbin/ifconfig

2020-10-05 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Oct 5 17:29:22 UTC 2020 Modified Files: src/sbin/ifconfig: media.c Log Message: Minor correction to prior To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sbin/ifconfig/media.c Please note that diffs are not

CVS commit: src/sbin/ifconfig

2020-10-05 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Oct 5 16:17:05 UTC 2020 Modified Files: src/sbin/ifconfig: media.c Log Message: ifconfig: Warn once more if media supported but no types This reverts media.c -r1.7 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sbin/ifconfig

2020-09-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Sep 29 08:52:11 UTC 2020 Modified Files: src/sbin/ifconfig: ifconfig.8 Log Message: Add [-]eee and [-]vlan-hwfilter. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 src/sbin/ifconfig/ifconfig.8 Please note

CVS commit: src/sbin/ifconfig

2020-09-28 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Sep 28 13:50:22 UTC 2020 Modified Files: src/sbin/ifconfig: ifconfig.c Log Message: ifconfig: Just look at if_data->ifi_link_state for carrier It should be the sole source of truth. if_data is also carried in ifa_data from getif

CVS commit: src/sbin/ifconfig

2020-09-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Sep 26 23:43:26 UTC 2020 Modified Files: src/sbin/ifconfig: ifconfig.c Log Message: ifconfig: We already have struct if_data in ifa_data. So let's not bother with an ioctl we don't need. To generate a diff of this commit: cvs

CVS commit: src/sbin/ifconfig

2020-09-23 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Sep 23 10:48:12 UTC 2020 Modified Files: src/sbin/ifconfig: ifconfig.c Log Message: ifconfig: test cases want LINK_STATE_UNKNOWN to be treated as up. To generate a diff of this commit: cvs rdiff -u -r1.244 -r1.245 src/sbin/ifco

CVS commit: src/sbin/ifconfig

2020-09-22 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Sep 23 02:09:18 UTC 2020 Modified Files: src/sbin/ifconfig: ifconfig.8 ifconfig.c Log Message: ifconfig: teach carrier test about ifi_link_state from SIOCGIFDATA Because not all interfaces support media. To generate a diff of

CVS commit: src/sbin/ifconfig

2020-06-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jun 7 06:02:58 UTC 2020 Modified Files: src/sbin/ifconfig: af_atalk.c af_inetany.c carp.c env.c ether.c ifconfig.c media.c parse.c pfsync.c tunnel.c Log Message: Update for proplib(3) API changes. To generate a

CVS commit: src/sbin/ifconfig

2020-04-10 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Fri Apr 10 14:32:50 UTC 2020 Modified Files: src/sbin/ifconfig: af_inet.c Log Message: trim extraneous return statement To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sbin/ifconfig/af_inet.c Please note that

CVS commit: src/sbin/ifconfig

2020-01-02 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Jan 2 23:02:19 UTC 2020 Modified Files: src/sbin/ifconfig: ether.c ifconfig.c Log Message: fix printing capabilities and enabled flags. no need to skip a prefix "0x" of output of snprintb. ifconfig expect the result of snprintb

CVS commit: src/sbin/ifconfig

2019-04-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Apr 22 10:44:55 UTC 2019 Modified Files: src/sbin/ifconfig: media.c Log Message: Suggested by Christos: - Dont' cast malloc()'s return value. - Use calloc() instead of malloc(). To generate a diff of this commit: cvs rdif

CVS commit: src/sbin/ifconfig

2018-11-14 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Nov 15 04:37:20 UTC 2018 Modified Files: src/sbin/ifconfig: ifconfig.8 Log Message: Fix the format of ifconfig linkstr; it takes an argument To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 src/sbin/ifconfig/

CVS commit: src/sbin/ifconfig

2018-11-14 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Nov 15 04:36:46 UTC 2018 Modified Files: src/sbin/ifconfig: ifconfig.c Log Message: ifconfig: add linkstr/-linkstr to the help message To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237 src/sbin/ifconfig/ifconf

CVS commit: src/sbin/ifconfig

2018-07-31 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Jul 31 20:54:18 UTC 2018 Modified Files: src/sbin/ifconfig: ifconfig.8 Log Message: Remove ISO & XNS references which are now long gone. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sbin/ifconfig/ifconf

CVS commit: src/sbin/ifconfig

2018-06-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jun 11 17:45:51 UTC 2018 Modified Files: src/sbin/ifconfig: af_inet.c Log Message: Correct Undefined Behavior in ifconfig(8) Unportable left shift reported with MKSANITIZER=yes USE_SANITIZER=undefined: # ifconfig alc0: flags=

CVS commit: src/sbin/ifconfig

2017-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 2 20:12:27 UTC 2017 Modified Files: src/sbin/ifconfig: Makefile.common Log Message: We don't need agr or l2tp when we are small. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sbin/ifconfig/Makefile.c

CVS commit: src/sbin/ifconfig

2017-02-16 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 16 13:51:08 UTC 2017 Modified Files: src/sbin/ifconfig: ifconfig.8 Log Message: New sentence, new line. Remove superfluous Oc and merge line to make it less likely to happen again. Fix typo. To generate a diff of this commi

CVS commit: src/sbin/ifconfig

2017-02-16 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Feb 16 08:28:03 UTC 2017 Modified Files: src/sbin/ifconfig: Makefile.common Added Files: src/sbin/ifconfig: l2tp.c Log Message: add l2tp(4) subcomands to ifconfig(8). originally implemented by IIJ SEIL team. To g

CVS commit: src/sbin/ifconfig

2017-02-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 8 23:34:15 UTC 2017 Modified Files: src/sbin/ifconfig: Makefile Makefile.common Log Message: Cosmetic changes. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sbin/ifconfig/Makefile

CVS commit: src/sbin/ifconfig

2017-01-18 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Jan 18 22:07:26 UTC 2017 Modified Files: src/sbin/ifconfig: ifconfig.8 Log Message: Fix typo: s/forwared/forwarded Also remove full stop from the date. To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/sbi

CVS commit: src/sbin/ifconfig

2016-10-01 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Oct 1 20:59:49 UTC 2016 Modified Files: src/sbin/ifconfig: af_inet.c Log Message: Return to printing explicit "netmask 0x" in the case that the mask set is non-contiguous. We don't prohibit setting such things (even if the

CVS commit: src/sbin/ifconfig

2016-10-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Oct 1 15:10:59 UTC 2016 Modified Files: src/sbin/ifconfig: af_inet.c af_inet6.c Log Message: Modernise the output for the address to address/prefix instead of differring outputs for INET and INET6. The hex string of the INET net

CVS commit: src/sbin/ifconfig

2016-09-30 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 30 16:52:17 UTC 2016 Modified Files: src/sbin/ifconfig: af_inet.c Log Message: Remove the alias keyword from ifconfig output as it serves no purpose. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sbin/if

CVS commit: src/sbin/ifconfig

2016-09-30 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 30 16:47:56 UTC 2016 Modified Files: src/sbin/ifconfig: af_inet.c af_inet6.c Log Message: ifaddrs has more data than just the address. Use it instead of making pointless ioctl calls. To generate a diff of this commit: cvs r

CVS commit: src/sbin/ifconfig

2016-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 22 18:22:52 UTC 2016 Modified Files: src/sbin/ifconfig: ieee80211.c Log Message: fix bugs in ssid printing To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sbin/ifconfig/ieee80211.c Please note that d

CVS commit: src/sbin/ifconfig

2016-09-14 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Sep 14 11:46:43 UTC 2016 Modified Files: src/sbin/ifconfig: media.c Log Message: Don't bail if SIOGIFMEDIA doesn't return any media lists because we can still report link status. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sbin/ifconfig

2016-09-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 13 00:20:51 UTC 2016 Modified Files: src/sbin/ifconfig: af_inet.c af_inet6.c Log Message: print address flag bits using snprintb To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sbin/ifconfig/af_inet.c

CVS commit: src/sbin/ifconfig

2016-09-11 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Sep 11 22:10:47 UTC 2016 Modified Files: src/sbin/ifconfig: ifconfig.8 Log Message: Replace contractions & abbreviation. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sbin/ifconfig/ifconfig.8 Please not

CVS commit: src/sbin/ifconfig

2016-03-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 7 15:56:17 UTC 2016 Modified Files: src/sbin/ifconfig: env.c Log Message: PR/50909: David Binderman: Optimize memset To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sbin/ifconfig/env.c Please note t

CVS commit: src/sbin/ifconfig

2016-03-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 7 12:48:53 UTC 2016 Modified Files: src/sbin/ifconfig: env.c Log Message: PR/50909: David Binderman: Optimize memset To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sbin/ifconfig/env.c Please note th

CVS commit: src/sbin/ifconfig

2016-02-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 29 16:23:25 UTC 2016 Modified Files: src/sbin/ifconfig: af_inet.c af_inet6.c Log Message: Consistently use estrlcpy for ifr.ifr_name here, not strncpy. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src

CVS commit: src/sbin/ifconfig

2016-01-07 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Jan 7 11:32:21 UTC 2016 Modified Files: src/sbin/ifconfig: af_inet.c af_inet6.c ifconfig.8 ifconfig.c util.h Log Message: -W seconds will wait for the detached flag to clear on addresses on interfaces marked up to allow time for

CVS commit: src/sbin/ifconfig

2015-07-29 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Jul 29 07:42:28 UTC 2015 Modified Files: src/sbin/ifconfig: ifconfig.c Log Message: Don't divide flags output If there are many enabled flags, ifconfig divides flags output into multiple formatted strings due to snprintb_m,

CVS commit: src/sbin/ifconfig

2015-05-19 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue May 19 08:14:38 UTC 2015 Modified Files: src/sbin/ifconfig: Makefile Log Message: Fix rump.ifconfig shows host's interface names in link local addresses To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sbin

CVS commit: src/sbin/ifconfig

2015-05-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue May 12 14:05:29 UTC 2015 Modified Files: src/sbin/ifconfig: af_inet.c af_inet6.c Log Message: ioctl -> prog_ioctl as pointed out by pooka@ To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sbin/ifconfig/af_inet.

CVS commit: src/sbin/ifconfig

2015-05-02 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat May 2 14:43:51 UTC 2015 Modified Files: src/sbin/ifconfig: af_inet.c Log Message: Report IN_IFF_TENTATIVE and friends. Wait for IN_IFF_TENTATIVE to be removed with the -w flag. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/sbin/ifconfig

2015-04-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 28 15:14:57 UTC 2015 Modified Files: src/sbin/ifconfig: Makefile ieee80211.c Log Message: remove 80211 stats if small. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sbin/ifconfig/Makefile cvs rdiff

CVS commit: src/sbin/ifconfig

2015-04-22 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Apr 22 17:42:22 UTC 2015 Modified Files: src/sbin/ifconfig: af_inet6.c ifconfig.c util.h Log Message: Move the INET6 specific code for wait_dad_exec() into af_inet6 by using a new afswtch hook af_addr_tentative. To generate a d

CVS commit: src/sbin/ifconfig

2015-01-20 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Jan 20 22:13:19 UTC 2015 Modified Files: src/sbin/ifconfig: af_inet6.c Log Message: Display the IPv6 address flags autoconf and temporary To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sbin/ifconfig/af_inet6.

CVS commit: src/sbin/ifconfig

2014-09-14 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Sep 15 06:48:05 UTC 2014 Modified Files: src/sbin/ifconfig: ifconfig.8 Log Message: Write about -vlanif in ifconfig.8 PR 49114 To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/sbin/ifconfig/ifconfig.8 P

CVS commit: src/sbin/ifconfig

2014-09-14 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Sep 15 06:46:04 UTC 2014 Modified Files: src/sbin/ifconfig: vlan.c Log Message: Add -vlanif to the help message of ifconfig PR 49114 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sbin/ifconfig/vlan.c P

CVS commit: src/sbin/ifconfig

2014-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Sep 12 08:54:26 UTC 2014 Modified Files: src/sbin/ifconfig: ifconfig.c Log Message: Initialize timespec "end" for the benefit of some gcc versions getting "may be used uninitialized" warnings wrong. To generate a diff of thi

CVS commit: src/sbin/ifconfig

2014-01-19 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 19 22:31:13 UTC 2014 Modified Files: src/sbin/ifconfig: af_link.c Log Message: Rename link to link_pkw to avoid shadowing the link syscall. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sbin/ifconfig/af_l

CVS commit: src/sbin/ifconfig

2014-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 8 01:56:20 UTC 2014 Modified Files: src/sbin/ifconfig: ieee80211.c Log Message: perror is obsolete, use warn and add missing paren. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sbin/ifconfig/ieee8

CVS commit: src/sbin/ifconfig

2014-01-07 Thread Arnaud Degroote
Module Name:src Committed By: degroote Date: Tue Jan 7 20:25:24 UTC 2014 Modified Files: src/sbin/ifconfig: ieee80211.c ifconfig.8 Log Message: Before scanning, check if the card is up. If it is not the case, exit with some useful error message. Add some note about this f

CVS commit: src/sbin/ifconfig

2013-11-09 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Sat Nov 9 13:10:35 UTC 2013 Modified Files: src/sbin/ifconfig: ifconfig.8 Log Message: Bring tunnel src_addr and dst_addr on the same line To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sbin/ifconfig/ifconf

CVS commit: src/sbin/ifconfig

2013-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 19 00:35:30 UTC 2013 Modified Files: src/sbin/ifconfig: af_atalk.c af_inet6.c ifconfig.c tunnel.c util.c util.h Log Message: use the new scopeid functions To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sbin/ifconfig

2013-07-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 17 15:42:03 UTC 2013 Modified Files: src/sbin/ifconfig: parse.c Log Message: print the next parser name instead of just the pointer in debugging. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sbin/i

CVS commit: src/sbin/ifconfig

2013-07-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 17 15:40:42 UTC 2013 Modified Files: src/sbin/ifconfig: ifconfig.c Log Message: Allow -v to be used with other commands (list scan for example) as documented. To generate a diff of this commit: cvs rdiff -u -r1.229 -r1

CVS commit: src/sbin/ifconfig

2013-02-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Feb 7 13:21:35 UTC 2013 Modified Files: src/sbin/ifconfig: ifconfig.c Log Message: Abort on error from prop_dictionary_augment. To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229 src/sbin/ifconfig/ifconfig.c Plea

CVS commit: src/sbin/ifconfig

2013-02-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Feb 7 13:20:51 UTC 2013 Modified Files: src/sbin/ifconfig: env.c Log Message: Avoid dereferencing NULL. Coverity CID 275201. Also fix a typo in previous: !== should be != To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/sbin/ifconfig

2013-02-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Feb 7 11:24:15 UTC 2013 Modified Files: src/sbin/ifconfig: env.c Log Message: Don't call prop_distionary_make_immutable on a NULL pointer. Coverity CID 275179. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sb

CVS commit: src/sbin/ifconfig

2012-12-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 30 22:52:35 UTC 2012 Modified Files: src/sbin/ifconfig: af_inetany.c Log Message: fix function name in error messages. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sbin/ifconfig/af_inetany.c Pleas

CVS commit: src/sbin/ifconfig

2012-12-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 30 22:50:43 UTC 2012 Modified Files: src/sbin/ifconfig: af_inetany.c Log Message: PR/46579: Takahiro HAYASHI: ifconfig clone destroy should not print useless diagnostic and exit with an error code. Get the interface name

CVS commit: src/sbin/ifconfig

2012-11-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Nov 1 13:43:23 UTC 2012 Modified Files: src/sbin/ifconfig: ether.c ifconfig.c Log Message: Use snprintb_m(3) to split flags/capabilities/enabled across multiple output lines. As discussed on current-users To generate a d

CVS commit: src/sbin/ifconfig

2012-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 8 14:10:39 UTC 2012 Modified Files: src/sbin/ifconfig: Makefile Log Message: don't define RUMP_ACTION if MKRUMP = no To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sbin/ifconfig/Makefile Please not

CVS commit: src/sbin/ifconfig

2012-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 17 02:25:08 UTC 2012 Modified Files: src/sbin/ifconfig: af_inetany.c Log Message: PR/43141: Tobias Nygren: Print an error on unknown interfaces. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sbin/if

CVS commit: src/sbin/ifconfig

2012-01-28 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Jan 28 15:01:44 UTC 2012 Modified Files: src/sbin/ifconfig: ifconfig.8 ifconfig.c Log Message: When ifconfig is invoked without any arguments, display the list of all network interfaces (equivalent to ifconfig -a), instead of

CVS commit: src/sbin/ifconfig

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:15:15 UTC 2011 Modified Files: src/sbin/ifconfig: Makefile af_atalk.c Log Message: use memcpy to avoid strict aliasing warnings To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sbin/ifconfig/Make

CVS commit: src/sbin/ifconfig

2011-05-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 31 16:17:30 UTC 2011 Modified Files: src/sbin/ifconfig: ifconfig.8 Log Message: Fix typo: `symbolically' takes three l's, not two. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/sbin/ifconfig/ifco

CVS commit: src/sbin/ifconfig

2011-05-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue May 24 11:38:56 UTC 2011 Modified Files: src/sbin/ifconfig: af_inetany.c Log Message: Don't use address strings as format string. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sbin/ifconfig/af_inetany.c P

CVS commit: src/sbin/ifconfig

2010-12-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Dec 14 10:51:51 UTC 2010 Modified Files: src/sbin/ifconfig: ifconfig.c Log Message: A few weeks ago when i added "linkstr" support I didn't know that the string parser gives a proplib object which isn't a terminated string. Fi

CVS commit: src/sbin/ifconfig

2010-12-13 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Dec 13 19:17:21 UTC 2010 Modified Files: src/sbin/ifconfig: prog_ops.h Log Message: op_read return value is a ssize_t, not an int. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sbin/ifconfig/prog_ops.h Plea

CVS commit: src/sbin/ifconfig

2010-12-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Dec 13 17:35:08 UTC 2010 Modified Files: src/sbin/ifconfig: Makefile Makefile.inc af_atalk.c af_inet.c af_inet6.c af_inetany.c af_iso.c env.c ieee80211.c ifconfig.c media.c util.c Added Files: src

CVS commit: src/sbin/ifconfig

2010-11-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Nov 4 23:31:13 UTC 2010 Modified Files: src/sbin/ifconfig: Makefile env.h ifconfig.c Log Message: Update RUMP_ACTION to use the newstyle rump client. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sbin/ifc

CVS commit: src/sbin/ifconfig

2010-07-01 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Jul 1 16:44:05 UTC 2010 Modified Files: src/sbin/ifconfig: ieee80211.c media.c parse.c parse.h util.c util.h Log Message: Add to the string parse object (pstr), and its constructors, a flag that tells whether it should detect

CVS commit: src/sbin/ifconfig

2010-07-01 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Jul 1 16:28:21 UTC 2010 Modified Files: src/sbin/ifconfig: Makefile Log Message: Apparently, -g belongs in the DBG variable, not in CFLAGS. Make it so on a line that is commented-out in this makefile. To generate a diff of

CVS commit: src/sbin/ifconfig

2010-07-01 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Jul 1 16:12:23 UTC 2010 Modified Files: src/sbin/ifconfig: util.c Log Message: Change a > to a >= to avoid writing to the character after the end of the buffer passed to get_string(). To generate a diff of this commit: cvs

CVS commit: src/sbin/ifconfig

2010-04-20 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Tue Apr 20 21:25:25 UTC 2010 Modified Files: src/sbin/ifconfig: parse.c Log Message: C99 says that offsetof() expands to a constant expresssion, so we can't use variable array index in there. Do the calculation manually for C99 co