Author: hrs
Date: Sun Dec 15 16:17:00 2013
New Revision: 259417
URL: http://svnweb.freebsd.org/changeset/base/259417
Log:
Replace Sun RPC license for TI-RPC library with a 3-clause BSD license,
with the explicit permission of Sun Microsystems in 2009.
The code in question in this file was co
Author: hrs
Date: Tue Jan 14 22:46:23 2014
New Revision: 260653
URL: http://svnweb.freebsd.org/changeset/base/260653
Log:
- Purge old translations.
- Add missing footer due to DSSSL->XSLT migration and use XML catalog to
resolve URI[*].
Based on the work by: gabor [*]
Added:
head/r
Author: hrs
Date: Tue Jan 14 23:04:31 2014
New Revision: 260655
URL: http://svnweb.freebsd.org/changeset/base/260655
Log:
Add missing arch= and revision= support.
Modified:
head/release/doc/share/xml/release.xsl
Modified: head/release/doc/share/xml/release.xsl
===
Author: hrs
Date: Wed Jan 15 17:34:21 2014
New Revision: 260691
URL: http://svnweb.freebsd.org/changeset/base/260691
Log:
- Fix indent.
- Minor clean up after DB5 migration.
Modified:
head/release/doc/en_US.ISO8859-1/errata/article.xml
Modified: head/release/doc/en_US.ISO8859-1/errata/arti
Author: hrs
Date: Mon Feb 2 16:10:03 2015
New Revision: 278101
URL: https://svnweb.freebsd.org/changeset/base/278101
Log:
Add a toc.section.depth=3 parameter to use the same ToC depth as DocBook
DSSSL stylesheet.
Reported by: gjb
Modified:
head/release/doc/share/mk/doc.relnotes.mk
M
Author: hrs
Date: Sat Feb 14 18:15:14 2015
New Revision: 278766
URL: https://svnweb.freebsd.org/changeset/base/278766
Log:
Fix a panic when tearing down a vnet on a VIMAGE-enabled kernel.
There was a race that bridge_ifdetach() could be called via
ifnet_departure event handler after vnet_bri
Author: hrs
Date: Mon Mar 2 17:30:26 2015
New Revision: 279531
URL: https://svnweb.freebsd.org/changeset/base/279531
Log:
Implement Enhanced DAD algorithm for IPv6 described in
draft-ietf-6man-enhanced-dad-13.
This basically adds a random nonce option (RFC 3971) to NS messages
for DAD
Author: hrs
Date: Mon Mar 2 20:00:03 2015
New Revision: 279538
URL: https://svnweb.freebsd.org/changeset/base/279538
Log:
Fix group membership of cloned interfaces when one is moved by
if_vmove().
In if_vmove(), if_detach_internal() and if_attach_internal() were
called in series to det
Author: hrs
Date: Tue Mar 3 04:28:19 2015
New Revision: 279559
URL: https://svnweb.freebsd.org/changeset/base/279559
Log:
Nonce has to be non-NULL for DAD even if net.inet6.ip6.dad_enhanced=0.
Modified:
head/sys/netinet6/nd6_nbr.c
Modified: head/sys/netinet6/nd6_nbr.c
==
Author: hrs
Date: Thu Mar 5 21:27:49 2015
New Revision: 279676
URL: https://svnweb.freebsd.org/changeset/base/279676
Log:
- Implement loopback probing state in enhanced DAD algorithm.
- Add no_dad and ignoreloop per-IF knob. no_dad disables DAD completely,
and ignoreloop is to prevent
Baptiste Daroussin wrote
in <201408262233.s7qmxyfd056...@svn.freebsd.org>:
ba> Author: bapt
ba> Date: Tue Aug 26 22:33:34 2014
ba> New Revision: 270676
ba> URL: http://svnweb.freebsd.org/changeset/base/270676
ba>
ba> Log:
ba> Allow to configure services from ${LOCALBASE}/etc/rc.conf.d
ba>
ba>
Author: hrs
Date: Wed Aug 27 09:19:22 2014
New Revision: 270698
URL: http://svnweb.freebsd.org/changeset/base/270698
Log:
- Use $local_startup to load rc.conf.d/* scripts.
- Document support of rc.conf.d//* introduced in r270392.
Discussed with: bapt
Modified:
head/etc/rc.subr
Author: hrs
Date: Fri Aug 29 06:23:00 2014
New Revision: 270780
URL: http://svnweb.freebsd.org/changeset/base/270780
Log:
Fix rc.d/gssd script to define the default values in a standard way.
Modified:
head/etc/defaults/rc.conf
head/etc/rc.d/gssd
Modified: head/etc/defaults/rc.conf
Author: hrs
Date: Fri Aug 29 06:31:18 2014
New Revision: 270781
URL: http://svnweb.freebsd.org/changeset/base/270781
Log:
- Add a warning message when an IPv6 address is specified with no prefixlen.
- Use a parameter argument in jls(8) instead of doing grep.
Modified:
head/etc/rc.d/jail
Mo
Author: hrs
Date: Fri Aug 29 07:51:47 2014
New Revision: 270782
URL: http://svnweb.freebsd.org/changeset/base/270782
Log:
Restructure rc.d scripts for kerberos5 daemons:
- Rename $kerberos5_server_enable with $kdc_enable and rename
rc.d/kerberos with rc.d/kdc.
- Rename $kadmin5_ser
Author: hrs
Date: Fri Aug 29 08:02:35 2014
New Revision: 270783
URL: http://svnweb.freebsd.org/changeset/base/270783
Log:
Return false status only when adding a route is failed. It could
erroneously return false due to an afexists() check loop in routing_start().
Modified:
head/etc/rc.d/ro
Author: hrs
Date: Sat Aug 30 07:08:10 2014
New Revision: 270836
URL: http://svnweb.freebsd.org/changeset/base/270836
Log:
Use ipv6_prefer when at least one ifconfig_IF_ipv6 is configured.
Discussed on: -net@
Modified:
head/etc/rc.d/ip6addrctl
Modified: head/etc/rc.d/ip6addrctl
=
Author: hrs
Date: Thu Sep 4 22:00:52 2014
New Revision: 271145
URL: http://svnweb.freebsd.org/changeset/base/271145
Log:
Fix a bug which prevented mount.fstab parameter from being converted
when jail_JID_devfs_enable=NO.
Spotted by: peter
Modified:
head/etc/rc.d/jail
Modified: head
Author: hrs
Date: Mon Sep 8 09:04:22 2014
New Revision: 271254
URL: http://svnweb.freebsd.org/changeset/base/271254
Log:
- Make hhook_run_socket() vnet-aware instead of adding CURVNET_SET() around
the function calls.
- Fix a memory leak and stats in the case that hhook_run_socket() fails
Author: hrs
Date: Wed Sep 10 22:34:08 2014
New Revision: 271410
URL: http://svnweb.freebsd.org/changeset/base/271410
Log:
Fix header output when -P is specified and (ncpus - 1) != maxid.
Reported by: Hiroaki Shimizu
PR: 152738
Modified:
head/usr.bin/vmstat/vmstat.c
Modified
Author: hrs
Date: Wed Sep 10 22:37:20 2014
New Revision: 271411
URL: http://svnweb.freebsd.org/changeset/base/271411
Log:
Fix a bug which could break extended attributes in a dump output.
This occurred when a file was >892kB long and had a large data (>1kB)
in the extended attributes.
R
Andriy Gapon wrote
in <541163c0.2080...@freebsd.org>:
av> On 11/09/2014 11:11, Robert Watson wrote:
av> > A bit behind on commits, but: does this mean that an older userspace
dhclient
av> > will no longer work with a newer kernel?
av>
av> At least in my case it appeared to work. I guess this
Author: hrs
Date: Thu Sep 11 12:30:29 2014
New Revision: 271424
URL: http://svnweb.freebsd.org/changeset/base/271424
Log:
- Add $netif_ipexpand_max to specify the upper limit for the number of
addresses generated by an address range specification. The default
value is 2048. This can be
Author: hrs
Date: Sat Sep 13 18:54:15 2014
New Revision: 271545
URL: http://svnweb.freebsd.org/changeset/base/271545
Log:
Do not set net.inet.ip.{sourceroute,accept_sourceroute} in a vnet jail.
The following warnings were displayed:
sysctl: net.inet.ip.sourceroute=0: Operation not permit
Author: hrs
Date: Mon Sep 15 07:20:40 2014
New Revision: 271610
URL: http://svnweb.freebsd.org/changeset/base/271610
Log:
Make net.inet.ip.sourceroute, net.inet.ip.accept_sourceroute, and
net.inet.ip.process_options vnet-aware. Revert changes in r271545.
Suggested by: bz
Modified:
hea
Author: hrs
Date: Mon Sep 15 14:43:58 2014
New Revision: 271628
URL: http://svnweb.freebsd.org/changeset/base/271628
Log:
Use generic SYSCTL_* macro instead of deprecated SYSCTL_VNET_*.
Suggested by: glebius
Modified:
head/sys/netinet/ip_options.c
Modified: head/sys/netinet/ip_options.c
Gleb Smirnoff wrote
in <2014091502.gs60...@freebsd.org>:
gl> Hiroki,
gl>
gl> On Mon, Sep 15, 2014 at 07:20:40AM +0000, Hiroki Sato wrote:
gl> H> Modified: head/sys/netinet/ip_options.c
gl> H>
===
Author: hrs
Date: Tue Sep 16 05:45:38 2014
New Revision: 271663
URL: http://svnweb.freebsd.org/changeset/base/271663
Log:
Fix a typo; master server for iprop service should be singular.
Modified:
head/etc/defaults/rc.conf
head/etc/rc.d/ipropd_slave
Modified: head/etc/defaults/rc.conf
=
Author: hrs
Date: Fri Sep 19 07:18:45 2014
New Revision: 271854
URL: http://svnweb.freebsd.org/changeset/base/271854
Log:
Fix cdev. It is a device node name, not a pathname.
Modified:
head/etc/devd/hyperv.conf
Modified: head/etc/devd/hyperv.conf
=
Author: hrs
Date: Sat Sep 20 18:48:50 2014
New Revision: 271909
URL: http://svnweb.freebsd.org/changeset/base/271909
Log:
Revert changes in r269180. It could cause -c N option to enter an
infinite loop if no reply packet is received.
PR: 151023
Modified:
head/sbin/ping6/ping6.c
Mod
Author: hrs
Date: Sat Sep 20 19:54:19 2014
New Revision: 271910
URL: http://svnweb.freebsd.org/changeset/base/271910
Log:
Fix a problem that reply packets are not received when -i T option is set
and (T < RTT).
- Use select(2) for timeout instead of interval timer. Remove poll(2) support.
Author: hrs
Date: Sun Sep 21 03:48:20 2014
New Revision: 271916
URL: http://svnweb.freebsd.org/changeset/base/271916
Log:
Make net.add_addr_allfibs vnet-local.
Modified:
head/sys/net/route.c
head/sys/net/route.h
Modified: head/sys/net/route.c
===
Author: hrs
Date: Sun Sep 21 03:55:04 2014
New Revision: 271917
URL: http://svnweb.freebsd.org/changeset/base/271917
Log:
Virtualize interface cloner for gif(4). This fixes a panic when destroying
a vnet jail which has a gif(4) interface.
Modified:
head/sys/net/if_gif.c
Modified: head/sys
Author: hrs
Date: Sun Sep 21 03:56:06 2014
New Revision: 271918
URL: http://svnweb.freebsd.org/changeset/base/271918
Log:
- Virtualize interface cloner for gre(4). This fixes a panic when destroying
a vnet jail which has a gre(4) interface.
- Make net.link.gre.max_nesting vnet-local.
Author: hrs
Date: Sun Sep 21 04:00:28 2014
New Revision: 271919
URL: http://svnweb.freebsd.org/changeset/base/271919
Log:
Fix a bug which could make routed(8) daemon exit by sending a special RIP
query from a remote machine, and disable accepting it by default. This
requests a routed(8) dae
Author: hrs
Date: Sun Sep 21 04:38:50 2014
New Revision: 271920
URL: http://svnweb.freebsd.org/changeset/base/271920
Log:
Add a change missing in r271916.
Modified:
head/sys/netinet/in.c
Modified: head/sys/netinet/in.c
=
Author: hrs
Date: Sun Sep 21 05:03:04 2014
New Revision: 271921
URL: http://svnweb.freebsd.org/changeset/base/271921
Log:
Fix a typo.
Modified:
head/sbin/routed/routed.8
Modified: head/sbin/routed/routed.8
==
--- hea
Author: hrs
Date: Sun Sep 21 07:16:51 2014
New Revision: 271923
URL: http://svnweb.freebsd.org/changeset/base/271923
Log:
Fix build.
Modified:
head/sys/net/route.h
Modified: head/sys/net/route.h
==
--- head/sys/net/r
"Bjoern A. Zeeb" wrote
in <40476321-398c-4971-91ad-b835cf155...@lists.zabbadoz.net>:
bz>
bz> On 21 Sep 2014, at 03:48 , Hiroki Sato wrote:
bz>
bz> > Author: hrs
bz> > Date: Sun Sep 21 03:48:20 2014
bz> > New Revision: 271916
bz> > URL: http://
Author: hrs
Date: Wed Oct 1 21:37:32 2014
New Revision: 272386
URL: https://svnweb.freebsd.org/changeset/base/272386
Log:
Virtualize lagg(4) cloner. This change fixes a panic when tearing down
if_lagg(4) interfaces which were cloned in a vnet jail.
Sysctl nodes which are dynamically gen
Author: hrs
Date: Thu Oct 2 00:19:24 2014
New Revision: 272390
URL: https://svnweb.freebsd.org/changeset/base/272390
Log:
Add IFCAP_HWSTATS.
Modified:
head/sbin/ifconfig/ifconfig.c
Modified: head/sbin/ifconfig/ifconfig.c
==
Author: hrs
Date: Thu Oct 2 00:25:57 2014
New Revision: 272391
URL: https://svnweb.freebsd.org/changeset/base/272391
Log:
Add an additional routing table lookup when m->m_pkthdr.fibnum is changed
at a PFIL hook in ip{,6}_output(). IPFW setfib rule did not perform
a routing table lookup whe
Author: hrs
Date: Thu Oct 2 01:16:30 2014
New Revision: 272393
URL: https://svnweb.freebsd.org/changeset/base/272393
Log:
Resurrect set_rcvar() as a function to define a rc.conf variable.
It defines a variable and its default value in load_rc_config() just after
rc.conf is loaded. "rcvar"
Colin Percival wrote
in <542caabb.5090...@freebsd.org>:
cp> On 10/01/14 18:16, Hiroki Sato wrote:
cp> > This is an attempt to solve a problem that rc.d scripts from third-party
cp> > software do not have entries in /etc/defaults/rc.conf.
cp>
cp> Is
Author: hrs
Date: Thu Oct 2 05:56:17 2014
New Revision: 272396
URL: https://svnweb.freebsd.org/changeset/base/272396
Log:
Virtualize net.link.vlan.soft_pad.
Modified:
head/sys/net/if_vlan.c
Modified: head/sys/net/if_vlan.c
Author: hrs
Date: Thu Oct 2 20:01:13 2014
New Revision: 272446
URL: https://svnweb.freebsd.org/changeset/base/272446
Log:
Separate option handling from SIOC[SG]LAGG to SIOC[SG]LAGGOPTS for
backward compatibility with old ifconfig(8).
Modified:
head/sbin/ifconfig/iflagg.c
head/sys/net/if_
Author: hrs
Date: Thu Oct 2 20:17:16 2014
New Revision: 272448
URL: https://svnweb.freebsd.org/changeset/base/272448
Log:
Revert r272390.
Pointed out by: glebius
Modified:
head/sbin/ifconfig/ifconfig.c
Modified: head/sbin/ifconfig/ifconfig.c
==
Gleb Smirnoff wrote
in <20141002103043.gf73...@freebsd.org>:
gl> On Thu, Oct 02, 2014 at 12:19:25AM +0000, Hiroki Sato wrote:
gl> H> Author: hrs
gl> H> Date: Thu Oct 2 00:19:24 2014
gl> H> New Revision: 272390
gl> H> URL: https://svnweb.freebsd.org/changeset/
Author: hrs
Date: Fri Oct 3 04:13:25 2014
New Revision: 272468
URL: https://svnweb.freebsd.org/changeset/base/272468
Log:
Fix a bug in r272297 which prevented dumpdev from setting.
!u is not equivalent to (u != 0).
Modified:
head/sys/geom/geom_dev.c
Modified: head/sys/geom/geom_dev.c
Author: hrs
Date: Sun Oct 5 02:34:21 2014
New Revision: 272547
URL: https://svnweb.freebsd.org/changeset/base/272547
Log:
- Move L2 addr configuration for the primary port to a taskqueue. This fixes
LOR of softc rmlock in iflladdr_event handlers.
- Call if_delmulti_ifma() after LACP_U
Author: hrs
Date: Sun Oct 5 02:37:01 2014
New Revision: 272548
URL: https://svnweb.freebsd.org/changeset/base/272548
Log:
Use printb() for boolean flags in ro_opts and actor_state for LACP.
Modified:
head/sbin/ifconfig/iflagg.c
head/sys/net/ieee8023ad_lacp.h
Modified: head/sbin/ifconfig/i
Author: hrs
Date: Sun Oct 5 19:43:37 2014
New Revision: 272568
URL: https://svnweb.freebsd.org/changeset/base/272568
Log:
Virtualize if_bridge(4) cloner.
Modified:
head/sys/net/if_bridge.c
Modified: head/sys/net/if_bridge.c
===
Author: hrs
Date: Sun Oct 5 19:46:52 2014
New Revision: 272570
URL: https://svnweb.freebsd.org/changeset/base/272570
Log:
Virtualize if_disc(4) cloner.
Modified:
head/sys/net/if_disc.c
Modified: head/sys/net/if_disc.c
=
Author: hrs
Date: Sun Oct 5 21:27:26 2014
New Revision: 272572
URL: https://svnweb.freebsd.org/changeset/base/272572
Log:
Virtualize if_edsc(4).
Modified:
head/sys/net/if_edsc.c
Modified: head/sys/net/if_edsc.c
==
-
Author: hrs
Date: Mon Aug 24 05:21:49 2015
New Revision: 287094
URL: https://svnweb.freebsd.org/changeset/base/287094
Log:
- Deprecate IN6_IFF_NODAD. It was used to prevent DAD on a loopback
interface but in6if_do_dad() already had a check for IFF_LOOPBACK.
- Remove in6if_do_dad() chec
Author: hrs
Date: Mon Aug 24 05:28:23 2015
New Revision: 287095
URL: https://svnweb.freebsd.org/changeset/base/287095
Log:
Remove obsolete API (SIOCGDRLST_IN6 and SIOCGPRLST_IN6) support.
Modified:
head/usr.sbin/ndp/ndp.c
Modified: head/usr.sbin/ndp/ndp.c
Author: hrs
Date: Mon Aug 24 05:38:05 2015
New Revision: 287097
URL: https://svnweb.freebsd.org/changeset/base/287097
Log:
Add static and remove unused variables.
Modified:
head/usr.sbin/ndp/ndp.c
Modified: head/usr.sbin/ndp/ndp.c
=
Author: hrs
Date: Tue Sep 1 08:29:39 2015
New Revision: 287349
URL: https://svnweb.freebsd.org/changeset/base/287349
Log:
Print sdl->sdl_data when sdl->sdl_nlen > 0 as link_ntoa(3) does.
MFC after:1 week
Modified:
head/lib/libc/net/getnameinfo.c
Modified: head/lib/libc/net/getnamei
Author: hrs
Date: Tue Sep 1 08:42:04 2015
New Revision: 287351
URL: https://svnweb.freebsd.org/changeset/base/287351
Log:
- Add -W flag support for network column in intpr() (-i flag) and
routepr() (-r flag). It is too narrow to show an IPv6 prefix
in most cases.
- Accept "local"
Author: hrs
Date: Wed Sep 2 16:30:45 2015
New Revision: 287402
URL: https://svnweb.freebsd.org/changeset/base/287402
Log:
Fix a panic which was reproducible by an infinite loop of
"ifconfig epair0 create && ifconfig epair0a destroy".
This was caused by an uninitialized function pointer i
Author: hrs
Date: Wed Sep 2 16:50:49 2015
New Revision: 287404
URL: https://svnweb.freebsd.org/changeset/base/287404
Log:
- snprintf() returns at most size-1 of the chars printed into
the buffer. (n == hostlen) also means the buffer length was
too short.
- Use sdl->sdl_data only w
Author: hrs
Date: Wed Sep 2 18:42:35 2015
New Revision: 287406
URL: https://svnweb.freebsd.org/changeset/base/287406
Log:
Divide statistics in the number of packets with 1000 instead of 1024
in human-readable form.
PR: 183598
Modified:
head/usr.bin/netstat/if.c
Modified: head/usr.b
Author: hrs
Date: Wed Sep 2 18:51:36 2015
New Revision: 287407
URL: https://svnweb.freebsd.org/changeset/base/287407
Log:
Simplify kvm symbol resolution and error handling. The symbol table
nl_symbols will eventually be organized into several modules depending
on MK_* variables.
Added:
Author: hrs
Date: Wed Sep 9 09:19:07 2015
New Revision: 287595
URL: https://svnweb.freebsd.org/changeset/base/287595
Log:
- Fix SIGSEGV when sa == NULL. NULL check in getnameinfo_inet()
did not work as expected.
- Simplify afdl table lookup.
MFC after:3 days
Modified:
head
Author: hrs
Date: Thu Sep 10 05:59:39 2015
New Revision: 287607
URL: https://svnweb.freebsd.org/changeset/base/287607
Log:
- Remove GIF_{SEND,ACCEPT}_REVETHIP.
- Simplify EADDRNOTAVAIL and EAFNOSUPPORT conditions.
MFC after:3 days
Modified:
head/sbin/ifconfig/ifgif.c
head/share/m
Author: hrs
Date: Thu Sep 10 06:08:42 2015
New Revision: 287608
URL: https://svnweb.freebsd.org/changeset/base/287608
Log:
Remove IN6_IFF_NOPFX. This flag was no longer used.
MFC after:3 days
Modified:
head/sys/netinet6/in6_ifattach.c
head/sys/netinet6/in6_var.h
Modified: head/sy
Author: hrs
Date: Thu Sep 10 06:10:30 2015
New Revision: 287609
URL: https://svnweb.freebsd.org/changeset/base/287609
Log:
Do not add IN6_IFF_TENTATIVE when ND6_IFF_NO_DAD.
MFC after:3 days
Modified:
head/sys/netinet6/in6.c
Modified: head/sys/netinet6/in6.c
=
Author: hrs
Date: Thu Sep 10 06:29:18 2015
New Revision: 287610
URL: https://svnweb.freebsd.org/changeset/base/287610
Log:
- Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6. These are quite old APIs and
there is no consumer now.
- Simplify first and duplicate LLA check.
MFC after:3 d
Author: hrs
Date: Thu Sep 10 06:31:24 2015
New Revision: 287611
URL: https://svnweb.freebsd.org/changeset/base/287611
Log:
- Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6. These are quite old APIs and
there is no consumer now.
MFC after:3 days
Modified:
head/sys/netinet6/in6_var.h
M
Author: hrs
Date: Thu Sep 10 06:40:28 2015
New Revision: 287612
URL: https://svnweb.freebsd.org/changeset/base/287612
Log:
- Remove #ifdef HAVE_POLL_H.
- Use nitems().
MFC after:3 days
Modified:
head/sbin/rtsol/Makefile
head/usr.sbin/rtsold/Makefile
head/usr.sbin/rtsold/if.c
Author: hrs
Date: Thu Sep 10 06:47:23 2015
New Revision: 287613
URL: https://svnweb.freebsd.org/changeset/base/287613
Log:
Update only static routes when an interface is specified. This fixed
a bad side-effect reported in PR 202144.
PR: 202144
MFC after:3 days
Modified:
Author: hrs
Date: Thu Sep 10 06:55:28 2015
New Revision: 287614
URL: https://svnweb.freebsd.org/changeset/base/287614
Log:
- Add uid check.
- Report delay<0 as a warning.
MFC after:3 days
Modified:
head/etc/rc.d/bgfsck
Modified: head/etc/rc.d/bgfsck
===
Author: hrs
Date: Thu Sep 10 06:56:56 2015
New Revision: 287615
URL: https://svnweb.freebsd.org/changeset/base/287615
Log:
Use read to parse a line instead of set.
MFC after:3 days
Modified:
head/etc/rc.d/jail
Modified: head/etc/rc.d/jail
Author: hrs
Date: Thu Sep 10 08:37:03 2015
New Revision: 287617
URL: https://svnweb.freebsd.org/changeset/base/287617
Log:
Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6 forgotten in the previous commit.
MFC after:3 days
Modified:
head/sys/netinet6/in6.c
Modified: head/sys/netinet6/in6.c
Bryan Drewery wrote
in <201509190353.t8j3rbre067...@repo.freebsd.org>:
bd> Author: bdrewery
bd> Date: Sat Sep 19 03:53:37 2015
bd> New Revision: 287983
bd> URL: https://svnweb.freebsd.org/changeset/base/287983
bd>
bd> Log:
bd> Replace afterinstall: hack with FILES mechanism.
bd>
bd> Sponsor
Author: hrs
Date: Sat Sep 19 23:27:22 2015
New Revision: 287997
URL: https://svnweb.freebsd.org/changeset/base/287997
Log:
- Fix a crash on a rpc entry when an IPv6 address is explicitly specified
in -a flag.
- Fix a bug that sockaddr_in was used where sockaddr_in6 should have
been
Author: hrs
Date: Sat Sep 19 23:48:06 2015
New Revision: 287998
URL: https://svnweb.freebsd.org/changeset/base/287998
Log:
- Remove unused union p_un.
- Use NI_MAXHOST-long buffer for getnameinfo().
Although INET6_ADDRSTRLEN was designed to hold the longest
IPv6 address in IPv4-mapp
Author: hrs
Date: Sun Sep 20 01:09:23 2015
New Revision: 287999
URL: https://svnweb.freebsd.org/changeset/base/287999
Log:
Add PF_LOCAL support in getaddrinfo(3) and getnameinfo(3):
- In a PF_LOCAL address, "hostname" must begins with '/' and "servname"
is always NULL. All of ai_flags
Author: hrs
Date: Sat Jun 20 08:59:50 2015
New Revision: 284636
URL: https://svnweb.freebsd.org/changeset/base/284636
Log:
- Add SOCK_SEQPACKET support in UNIX-domain socket.
- Display zoneid using % notation in an IPv6 address.
- Use nitems().
- Use sstos{in,in6,un} macros to simplify cas
Author: hrs
Date: Tue Jul 7 20:15:09 2015
New Revision: 285253
URL: https://svnweb.freebsd.org/changeset/base/285253
Log:
- Add IPv6 support in quota(1). While rpc.rquotad has supported PF_INET6
for a long time, quota(1) utility supported only PF_INET.
- Clean up confusing changes in
Author: hrs
Date: Wed Jul 8 00:51:53 2015
New Revision: 285261
URL: https://svnweb.freebsd.org/changeset/base/285261
Log:
Fix offset calculation in variable substitution
in jail.conf. The following did not work correctly:
A="A_${B}_C_${D}"
B="B"
D="_${E}_F"
E="
Author: hrs
Date: Wed Jul 8 16:37:48 2015
New Revision: 285279
URL: https://svnweb.freebsd.org/changeset/base/285279
Log:
Implement PF_IMMUTABLE flag and apply it to "name" and "jid" in
jail.conf parameters. This flag disallows redefinition of the parameter.
"name" and/or "jid" are auto
Author: hrs
Date: Sat Oct 3 09:15:23 2015
New Revision: 288575
URL: https://svnweb.freebsd.org/changeset/base/288575
Log:
Add IFCAP_LINKSTATE support.
Modified:
head/sys/net/if_gif.c
head/sys/net/if_gre.c
head/sys/net/if_me.c
Modified: head/sys/net/if_gif.c
=
Author: hrs
Date: Sat Oct 3 12:09:12 2015
New Revision: 288600
URL: https://svnweb.freebsd.org/changeset/base/288600
Log:
- Schedule DAD for IN6_IFF_TENTATIVE addresses in nd6_timer(). This
catches cases that DAD probes cannot be sent because of
IFF_UP && !IFF_DRV_RUNNING.
- nd6_d
Author: hrs
Date: Sat Oct 3 12:40:54 2015
New Revision: 288601
URL: https://svnweb.freebsd.org/changeset/base/288601
Log:
- Move PF_LOCAL at the end of the array. PF_INET{,6} is used more often.
- Add SOCKTYPE_ANY to PF_LOCAL.
- Apply AI_CANONNAME to only AF_INET{,6}. It is not mean
Author: hrs
Date: Sat Oct 3 12:49:05 2015
New Revision: 288602
URL: https://svnweb.freebsd.org/changeset/base/288602
Log:
Use getaddrinfo() to fill struct sockaddr_un. It now supports
SOCK_DGRAM and SOCK_SEQPACKET in addition to SOCK_STREAM.
Modified:
head/bin/cat/cat.c
Modified: head/bi
Author: hrs
Date: Tue Oct 6 08:43:48 2015
New Revision: 288915
URL: https://svnweb.freebsd.org/changeset/base/288915
Log:
Reallocate a maxlen-long buffer only when the current maxlen is
shorter than the required length. Note that it rarely happens
because maxlen is almost always 128 which
Author: hrs
Date: Wed Oct 7 06:32:34 2015
New Revision: 288980
URL: https://svnweb.freebsd.org/changeset/base/288980
Log:
Fix a bug that caused reinitialization failure of MAC addresses on
the lagg interface when removing the primary port.
PR: 201916
Differential Revi
Author: hrs
Date: Fri Oct 16 01:16:01 2015
New Revision: 289400
URL: https://svnweb.freebsd.org/changeset/base/289400
Log:
Fix a panic when destroying a lagg interface.
Differential Revision:https://reviews.freebsd.org/D3883
Modified:
head/sys/net/if_lagg.c
Modified: head/sys/ne
Author: hrs
Date: Thu Oct 22 09:55:40 2015
New Revision: 289750
URL: https://svnweb.freebsd.org/changeset/base/289750
Log:
- Fix a bug which prevented dnssl[0-9] and rdnss[0-9] parameters from
working.
- Fix a pointer calculation for padding when multiple dnssl[0-9]
parameters are s
Author: hrs
Date: Tue Nov 3 00:46:06 2015
New Revision: 290318
URL: https://svnweb.freebsd.org/changeset/base/290318
Log:
sdl->sdl_len in sockaddr_dl can be longer than
sizeof(struct sockaddr_dl).
Modified:
head/lib/libc/net/getnameinfo.c
Modified: head/lib/libc/net/getnameinfo.c
Author: hrs
Date: Fri May 11 20:01:45 2012
New Revision: 235285
URL: http://svn.freebsd.org/changeset/base/235285
Log:
Skip nd6 line with no warning message when the system does not support
INET6.
Spotted by: flo
Modified:
head/sbin/ifconfig/af_nd6.c
Modified: head/sbin/ifconfig/af_
Glen Barber wrote
in <201205121508.q4cf8mli039...@svn.freebsd.org>:
gj> Author: gjb (doc committer)
gj> Date: Sat May 12 15:08:22 2012
gj> New Revision: 235337
gj> URL: http://svn.freebsd.org/changeset/base/235337
gj>
gj> Log:
gj> General mdoc(7) and typo fixes.
gj>
gj> PR: 16
Doug Barton wrote
in <5058036f.1010...@freebsd.org>:
do> On 09/17/2012 19:33, Benjamin Kaduk wrote:
do> > Whitespace cleanup for ipfw.8 -- start each sentence on a new line,
do>
do> We generally don't do this at all absent other changes.
do>
do> We definitely don't make whitespace-only change
Dimitry Andric wrote
in <50892486.9030...@freebsd.org>:
di> On 2012-10-25 10:37, Brian Somers wrote:
di> ...
di> > URL: http://svn.freebsd.org/changeset/base/242074
di> >
di> > Log:
di> >Enable "accept_rtadvd" on interfaces running rtadvd.
di> ...
di> > + for iface in ${command_args}; do
di
Brian Somers wrote
in <20121025171827.ga59...@thong.lan.awfulhak.org>:
br> After upgrading from 8-STABLE to 9-STABLE on Monday, IPv6 routing
br> advertisments were broken. Disabling accept (enabling send) appeared
br> to be necessary to get things up and running.
br>
br> As you say, net.inet6.
Brian Somers wrote
in <20121026235044.ga77...@thong.lan.awfulhak.org>:
br> When I reboot and don't use -accept_rtadv (and leave
br> net.inet6.ip6.accept_rtadv set to zero), I repeatedly see this in
br> /var/log/messages:
br>
br> Oct 26 16:31:26 gw rtadvd[2879]: non-zero lifetime RA on RA receiv
Brian Somers wrote
in <20121027072048.gb77...@thong.lan.awfulhak.org>:
br> On Sat, Oct 27, 2012 at 03:57:07PM +0900, Hiroki Sato wrote:
br> > Brian Somers wrote
br> > in <20121026235044.ga77...@thong.lan.awfulhak.org>:
br> >
br> > br> When I reboot
Hiroki Sato wrote
in <20121027.165129.351491404794553651@allbsd.org>:
hr> Brian Somers wrote
hr> in <20121027072048.gb77...@thong.lan.awfulhak.org>:
hr>
hr> br> On Sat, Oct 27, 2012 at 03:57:07PM +0900, Hiroki Sato wrote:
hr> br> > Brian Somers wrote
Brian Somers wrote
in <20121027083156.ga81...@thong.lan.awfulhak.org>:
br> On Sat, Oct 27, 2012 at 05:01:39PM +0900, Hiroki Sato wrote:
br> > Hiroki Sato wrote
br> > in <20121027.165129.351491404794553651@allbsd.org>:
br> > hr> Thank you. It is ex
201 - 300 of 495 matches
Mail list logo