Author: hrs
Date: Sat Oct 27 17:06:26 2012
New Revision: 242181
URL: http://svn.freebsd.org/changeset/base/242181
Log:
Fix an issue when ipv6_enable=YES && ipv6_gateway_enable=YES which could
prevent rtadvd(8) from working as intended.
Spotted by: brian
Discussed with: brian
Mo
Chris Rees wrote
in :
cr> On 27 October 2012 18:06, Hiroki Sato wrote:
cr> > Author: hrs
cr> > Date: Sat Oct 27 17:06:26 2012
cr> > New Revision: 242181
cr> > URL: http://svn.freebsd.org/changeset/base/242181
cr> >
cr> > Log:
cr> > Fix an issu
Author: hrs
Date: Sat Oct 27 19:09:09 2012
New Revision: 242184
URL: http://svn.freebsd.org/changeset/base/242184
Log:
Add setfib(1) support for services as _fib in rc.conf.
Modified:
head/etc/rc.subr
head/share/man/man5/rc.conf.5
Modified: head/etc/rc.subr
Author: hrs
Date: Mon Oct 29 06:31:51 2012
New Revision: 242301
URL: http://svn.freebsd.org/changeset/base/242301
Log:
Load ipdivert.ko when natd_enable=YES.
PR: conf/167566
Modified:
head/etc/rc.d/ipfw
Modified: head/etc/rc.d/ipfw
=
Konstantin Belousov wrote
in <20121103211518.gh73...@kib.kiev.ua>:
ko> On Sun, Nov 04, 2012 at 01:08:18AM +0400, Gleb Smirnoff wrote:
ko> > On Sat, Nov 03, 2012 at 01:35:20PM -0700, Alfred Perlstein wrote:
ko> > A> Author: alfred
ko> > A> Date: Sat Nov 3 18:21:40 2012
ko> > A> New Revision: 24
Author: hrs
Date: Sat Nov 17 18:11:10 2012
New Revision: 243184
URL: http://svnweb.freebsd.org/changeset/base/243184
Log:
Add check_namevarlist() to check if ${name}_var is reserved in rc.subr or not.
Modified:
head/etc/rc.subr
Modified: head/etc/rc.subr
=
Author: hrs
Date: Sat Nov 17 19:54:23 2012
New Revision: 243185
URL: http://svnweb.freebsd.org/changeset/base/243185
Log:
Add -fib modifier to specify FIB number. The FIB number can be in a
comma-separated list and/or range specification:
# route add -inet 192.0.2.0/24 198.51.100.1 -fib
Author: hrs
Date: Sat Nov 17 20:19:00 2012
New Revision: 243187
URL: http://svnweb.freebsd.org/changeset/base/243187
Log:
Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel to
userland via routing socket or sysctl. This eliminates the following
KAME-specific sin6_scope_id
Author: hrs
Date: Sat Nov 17 21:44:02 2012
New Revision: 243188
URL: http://svnweb.freebsd.org/changeset/base/243188
Log:
Use -fib N modifier to add/delete a route to/from multiple FIBs.
Modified:
head/etc/rc.d/routing
Modified: head/etc/rc.d/routing
=
Author: hrs
Date: Sun Nov 18 11:22:15 2012
New Revision: 243212
URL: http://svnweb.freebsd.org/changeset/base/243212
Log:
Fix condition to check if the maximum number of FIBs is greater than 0 or not.
Spotted by: zont
Modified:
head/etc/rc.d/routing
Modified: head/etc/rc.d/routing
===
Author: hrs
Date: Sun Nov 18 15:11:47 2012
New Revision: 243231
URL: http://svnweb.freebsd.org/changeset/base/243231
Log:
Use sin6_scope_id instead of KAME-specific embedded scope id.
Modified:
head/usr.sbin/route6d/route6d.c
Modified: head/usr.sbin/route6d/route6d.c
Author: hrs
Date: Sun Nov 18 15:37:27 2012
New Revision: 243232
URL: http://svnweb.freebsd.org/changeset/base/243232
Log:
Overhaul of route6d(8):
- Use queue(3) for linked-list.
- Use a consistent naming scheme for struct members.
- Use ANSI C style function declaration.
- Add check o
Author: hrs
Date: Sun Nov 18 15:48:02 2012
New Revision: 243233
URL: http://svnweb.freebsd.org/changeset/base/243233
Log:
- Increase the number of retry for NET_RT_DUMP from 5 to 15.
- Use 2001:db8:: as an example instead of deprecated 3ffe:: address block.
- Add check for connected routes.
Author: hrs
Date: Sun Nov 18 16:06:51 2012
New Revision: 243235
URL: http://svnweb.freebsd.org/changeset/base/243235
Log:
Check if an extracted zoneid is equal to the non-zero sin6_scope_id only when
it is link-local or MC interface-local.
Modified:
head/sys/netinet6/scope6.c
Modified: hea
Author: hrs
Date: Tue Nov 20 04:45:04 2012
New Revision: 243324
URL: http://svnweb.freebsd.org/changeset/base/243324
Log:
Do not put "already running" message when rc_quiet=yes.
PR: bin/165477
Modified:
head/etc/rc.subr
Modified: head/etc/rc.subr
==
Mike Telahun wrote
in <50ab19d3.9080...@gmail.com>:
mi> > @@ -704,7 +704,10 @@ run_rc_command()
mi> >
mi> > start)
mi> > if [ -z "$rc_fast" -a -n "$rc_pid" ]; then
mi> > - echo 1>&2 "${name} already running?
(pid=$rc_pid)."
mi> > +
Author: hrs
Date: Fri Nov 23 11:21:58 2012
New Revision: 243441
URL: http://svnweb.freebsd.org/changeset/base/243441
Log:
- Use sin6_scope_id instead of sin6_addr.s6_addr[2].
- Support a flag for ALLOW/BLOCK in source-specific multicast (RFC 4604).
Modified:
head/usr.sbin/ifmcstat/ifmcstat.
Author: hrs
Date: Fri Nov 23 12:12:06 2012
New Revision: 243443
URL: http://svnweb.freebsd.org/changeset/base/243443
Log:
Document sin6_scope_id handling change and bump FreeBSD_version to 125.
Modified:
head/UPDATING
head/sys/sys/param.h
Modified: head/UPDATING
===
Author: hrs
Date: Tue Dec 4 17:12:23 2012
New Revision: 243866
URL: http://svnweb.freebsd.org/changeset/base/243866
Log:
- Fix LOR in sa6_recoverscope() in rt_msg2()[1].
- Check V_deembed_scopeid before checking if sa_family == AF_INET6.
- Fix scope id handing in route(8)[2] and ifconfig(8)
Author: hrs
Date: Wed Dec 5 19:45:24 2012
New Revision: 243903
URL: http://svnweb.freebsd.org/changeset/base/243903
Log:
- Move definition of V_deembed_scopeid to scope6_var.h.
- Deembed scope id in L3 address in in6_lltable_dump().
- Simplify scope id recovery in rtsock routines.
- Remov
Author: hrs
Date: Sun Dec 16 23:46:59 2012
New Revision: 244325
URL: http://svnweb.freebsd.org/changeset/base/244325
Log:
- Fix strtol() error handling.
- Add a range condition of given FIB number and the related error messages.
- Fix free() problem.
Spotted by: Artyom Mirgorodskiy
Author: hrs
Date: Thu Jan 3 22:27:57 2013
New Revision: 245015
URL: http://svnweb.freebsd.org/changeset/base/245015
Log:
- Print scopeid for link-local scope addresses.
- Do not print the flags= part when flags == 0.
Modified:
head/usr.sbin/ifmcstat/ifmcstat.c
Modified: head/usr.sbin/ifmc
Author: hrs
Date: Fri Jan 4 15:29:50 2013
New Revision: 245044
URL: http://svnweb.freebsd.org/changeset/base/245044
Log:
Remove firewire devices missed in r244992.
Modified:
head/sys/ia64/conf/GENERIC
Modified: head/sys/ia64/conf/GENERIC
=
Author: hrs
Date: Tue Jan 8 17:24:43 2013
New Revision: 245168
URL: http://svnweb.freebsd.org/changeset/base/245168
Log:
Fix -iface and -interface modifiers.
Spotted by: Ian FREISLICH
Modified:
head/sbin/route/route.c
Modified: head/sbin/route/route.c
Author: hrs
Date: Tue Jan 8 21:13:58 2013
New Revision: 245177
URL: http://svnweb.freebsd.org/changeset/base/245177
Log:
ISO 9660 specification allows only "d-characters" and "a-characters" in the
Volume Descriptor (section 7.4). In short, upper-case alphanumeric + some
symbols only. Whil
Author: hrs
Date: Sat Jan 12 22:41:29 2013
New Revision: 245346
URL: http://svnweb.freebsd.org/changeset/base/245346
Log:
Set WITHOUT_SVN=yes for textproc/docproj.
Submitted by: gjb
Modified:
head/release/generate-release.sh
Modified: head/release/generate-release.sh
===
"Bjoern A. Zeeb" wrote
in <201301170127.r0h1re6y038...@svn.freebsd.org>:
bz> Author: bz
bz> Date: Thu Jan 17 01:27:39 2013
bz> New Revision: 245525
bz> URL: http://svnweb.freebsd.org/changeset/base/245525
bz>
bz> Log:
bz> Add a conditional sleep 1 in case we add any IPv6 addresses to interfac
Author: hrs
Date: Sun Feb 3 10:26:24 2013
New Revision: 246283
URL: http://svnweb.freebsd.org/changeset/base/246283
Log:
- Add CHECKSUM.* support in Makefile[1].
- Use ln -fs to create a symlink.
- Remove pkgadd for docports.
- Use WITHOUT_JADETEX=yes instead of WITH_JADETEX=no.
- Add {
Author: hrs
Date: Mon Jul 9 06:21:46 2012
New Revision: 238273
URL: http://svn.freebsd.org/changeset/base/238273
Log:
Remove "prefer_source" address selection option. FreeBSD has had an
implementation of RFC 3484 for this purpose for a long time and
"prefer_source"
was never implemented a
Author: hrs
Date: Mon Jul 9 06:34:15 2012
New Revision: 238274
URL: http://svn.freebsd.org/changeset/base/238274
Log:
- Add support of the following USB devices to run(4):
* Logitec LAN-W150N/U2
* Buffalo WLI-UC-GNM2
- Add device id of Planex GW-USValue-EZ.
Modified:
head/share
Author: hrs
Date: Mon Jul 9 07:16:19 2012
New Revision: 238277
URL: http://svn.freebsd.org/changeset/base/238277
Log:
Make ipfw0 logging pseudo-interface clonable. It can be created automatically
by $firewall_logif rc.conf(5) variable at boot time or manually by ifconfig(8)
after a boot.
Author: hrs
Date: Mon Jul 9 07:25:09 2012
New Revision: 238279
URL: http://svn.freebsd.org/changeset/base/238279
Log:
Make usbusN logging pseudo-interface used by usbdump(8) clonable. One is
now created/destroyed automatically by usbdump(8).
Note that "hw.usb.no_pf" loader tunable is no
"Alexander V. Chernikov" wrote
in <4ffa894d.9050...@freebsd.org>:
me> On 09.07.2012 11:16, Hiroki Sato wrote:
me> > Author: hrs
me> > Date: Mon Jul 9 07:16:19 2012
me> > New Revision: 238277
me> > URL: http://svn.freebsd.org/changeset/base/238277
m
Author: hrs
Date: Mon Jul 9 08:11:16 2012
New Revision: 238282
URL: http://svn.freebsd.org/changeset/base/238282
Log:
- Add IFT_L2VLAN (vlan(4)) support.
- Add -P option to support PID file. When -a is specified /var/run/rarpd.pid
is used, and when an interface is specified /var/run/rarp
Author: hrs
Date: Mon Jul 9 20:11:32 2012
New Revision: 238308
URL: http://svn.freebsd.org/changeset/base/238308
Log:
Fix a missing ";".
Modified:
head/etc/devd.conf
Modified: head/etc/devd.conf
==
--- head/etc/devd
"Alexander V. Chernikov" wrote
in <4ffa9723.5000...@freebsd.org>:
me> On 09.07.2012 12:08, Hiroki Sato wrote:
me> > "Alexander V. Chernikov" wrote
me> >in<4ffa894d.9050...@freebsd.org>:
me> >
me> > I meant there was no st
Author: hrs
Date: Wed Jul 11 02:57:32 2012
New Revision: 238361
URL: http://svn.freebsd.org/changeset/base/238361
Log:
Merge from r234532:
- Fix an ifname matching issue which prevented "ifconfig wlan0 create" from
working.
- Return non-zero status when unit < 0.
Spotted by: dh
Andrew Thompson wrote
in :
th> On 12 July 2012 10:15, Adrian Chadd wrote:
th> > Again, that just touched usb. So, how'd that affect non-USB wifi cloning?
th>
th> I guess cloning is first match wins and usb was incorrectly matching wlan*
Yes, a greedier ifname matching rule can unintentionall
Author: hrs
Date: Sun Jul 22 18:59:31 2012
New Revision: 238701
URL: http://svn.freebsd.org/changeset/base/238701
Log:
Fix a bug which prevents "nfsstat -W" for server statistics from working.
Modified:
head/usr.bin/nfsstat/nfsstat.c
Modified: head/usr.bin/nfsstat/nfsstat.c
=
Author: hrs
Date: Sat Jul 28 21:56:24 2012
New Revision: 238873
URL: http://svn.freebsd.org/changeset/base/238873
Log:
Add support for Marvell 88F6282.
Sponsored by: Plat'Home, Co.,Ltd.
Modified:
head/sys/arm/mv/common.c
head/sys/arm/mv/gpio.c
head/sys/arm/mv/ic.c
head/sys/arm/mv/k
Author: hrs
Date: Sat Jul 28 21:59:12 2012
New Revision: 238874
URL: http://svn.freebsd.org/changeset/base/238874
Log:
Add support for 88E1116R.
Sponsored by: Plat'Home, Co.,Ltd.
Modified:
head/sys/dev/mii/e1000phy.c
Modified: head/sys/dev/mii/e1000phy.c
Maksim Yevmenkin wrote
in <201207191536.q6jfabor094...@svn.freebsd.org>:
em> Author: emax
em> Date: Thu Jul 19 15:36:36 2012
em> New Revision: 238622
em> URL: http://svn.freebsd.org/changeset/base/238622
em>
em> Log:
em> Allow to specify no source-address-selection policy
em>
em> MFC after:
Maksim Yevmenkin wrote
in :
em> of course :) we have ipv4 systems in production that make use of
em> getaddrinfo(3) api. when a particular dns name is resolved, and,
em> multiple A records are returned, the results get sorted according to
em> the "default" address selection policy. rfc3484 has
Doug Barton wrote
in <501af66a.8020...@freebsd.org>:
do> On 8/2/2012 2:25 PM, Maksim Yevmenkin wrote:
do> > On Thu, Aug 2, 2012 at 1:55 PM, Hiroki Sato wrote:
do> >
do> >> Just curious, why ip6addrctl_enable=NO is not enough here?
do>
do> Because the
Hiroki Sato wrote
in <20120803.124305.1981901625663633450@allbsd.org>:
hr> Maksim Yevmenkin wrote
hr> in :
hr>
hr> em> of course :) we have ipv4 systems in production that make use of
hr> em> getaddrinfo(3) api. when a particular dns name is resolved, and,
hr&
John Hay wrote
in <20120803042301.ga78...@zibbi.meraka.csir.co.za>:
jh> While you guys are here, may I add a request that we go back to prefering
jh> IPv6 when IPv6 addresses are enabled. That is the way it was from FBSD-4
jh> up to FBSD-8. 9 is a big POLA here. The world is past World IPv6 Lau
Author: hrs
Date: Sat Aug 18 11:25:07 2012
New Revision: 239366
URL: http://svn.freebsd.org/changeset/base/239366
Log:
- Add OF_hasprop() and ofw_bus_has_prop(). These can be used to check
existence of the property.
- Fix ofw_bus_is_compatible{,_strict}() to prevent substring match in
Author: hrs
Date: Sat Aug 18 11:33:21 2012
New Revision: 239367
URL: http://svn.freebsd.org/changeset/base/239367
Log:
Fix a bug that could fail to initialize GPIO pins specified in "gpios" because
"gpio-controller" property at the controller node was always ignored.
Modified:
head/sys/arm/
Author: hrs
Date: Sat Aug 18 11:40:55 2012
New Revision: 239368
URL: http://svn.freebsd.org/changeset/base/239368
Log:
- MV_DEV_88F6282 has 256KB 4-way L2 cache.
- Sort IDs in win_cpu_can_remap() and remove MV_DEV_MV78100 because it is
included in MV_DEV_DISCOVERY.
- Add MV_DEV_MV78XXX t
Author: hrs
Date: Sat Aug 18 12:08:04 2012
New Revision: 239369
URL: http://svn.freebsd.org/changeset/base/239369
Log:
Fix build when DEBUG is defined.
Modified:
head/sys/arm/arm/pmap-v6.c
Modified: head/sys/arm/arm/pmap-v6.c
==
Author: hrs
Date: Sat Aug 18 12:20:51 2012
New Revision: 239370
URL: http://svn.freebsd.org/changeset/base/239370
Log:
Sort IDs.
Modified:
head/sys/arm/mv/mvreg.h
Modified: head/sys/arm/mv/mvreg.h
==
--- head/sys/arm
)
+++ head/sys/arm/mv/mv_ts.c Sat Aug 18 12:37:07 2012(r239371)
@@ -0,0 +1,178 @@
+/*-
+ * Copyright (c) 2012 Hiroki Sato
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following
Author: hrs
Date: Tue Aug 21 17:31:10 2012
New Revision: 239507
URL: http://svn.freebsd.org/changeset/base/239507
Log:
Add s35390a_rtc(4) driver for Seiko Instruments S-35390A RTC.
Submitted by: Yusuke Tanaka
Added:
head/sys/dev/iicbus/s35390a.c (contents, props changed)
Modified:
he
Author: hrs
Date: Tue Aug 21 17:49:20 2012
New Revision: 239508
URL: http://svn.freebsd.org/changeset/base/239508
Log:
- Calculate the I2C baud rate to keep them <100 kHz under different TCLK
frequencies. The maximum freqency is 100 kHz according to the datasheet.
- Add child device pr
Author: hrs
Date: Wed Aug 22 06:37:30 2012
New Revision: 239562
URL: http://svn.freebsd.org/changeset/base/239562
Log:
Add -p flag to create the image as a sparse file.
Submitted by: Shesha Sreenivasamurthy
PR: bin/167779
Modified:
head/usr.sbin/makefs/ffs.c
head/usr.sbin/m
Author: hrs
Date: Wed Aug 22 19:27:42 2012
New Revision: 239574
URL: http://svn.freebsd.org/changeset/base/239574
Log:
Sort options.
Modified:
head/usr.sbin/makefs/makefs.8
head/usr.sbin/makefs/makefs.c
Modified: head/usr.sbin/makefs/makefs.8
===
Author: hrs
Date: Sun Jan 29 08:33:34 2012
New Revision: 230726
URL: http://svn.freebsd.org/changeset/base/230726
Log:
Perform IPv6 DAD only in ifn_start.
Modified:
head/etc/rc.d/netif
Modified: head/etc/rc.d/netif
=
Author: hrs
Date: Sat Feb 4 15:00:26 2012
New Revision: 230981
URL: http://svn.freebsd.org/changeset/base/230981
Log:
Fix input validation in SO_SETFIB.
Reviewed by: bz
MFC after:1 day
Modified:
head/sys/kern/uipc_socket.c
Modified: head/sys/kern/uipc_socket.c
==
Author: hrs
Date: Sat Feb 4 17:53:22 2012
New Revision: 230989
URL: http://svn.freebsd.org/changeset/base/230989
Log:
Fix a possible infinite loop in "route flush" on 64-bit archs.
MFC after:3 days
Modified:
head/sbin/route/route.c
Modified: head/sbin/route/route.c
Author: hrs
Date: Sat Feb 4 18:14:49 2012
New Revision: 230991
URL: http://svn.freebsd.org/changeset/base/230991
Log:
Fix $ipv6_network_interfaces handling in rc.d/routing. It could fail when
it was set to "auto", for example.
MFC after:3 days
Modified:
head/etc/rc.d/routing
Mod
Eitan Adler wrote
in <201202160517.q1g5h6z...@svn.freebsd.org>:
ea> Author: eadler
ea> Date: Thu Feb 16 05:17:06 2012
ea> New Revision: 231817
ea> URL: http://svn.freebsd.org/changeset/base/231817
ea>
ea> Log:
ea> Fix warning when compiling with gcc46
ea>
ea> Approved by: cperciva
Author: hrs
Date: Fri Mar 2 07:22:04 2012
New Revision: 232378
URL: http://svn.freebsd.org/changeset/base/232378
Log:
Remove a redundant check.
Modified:
head/sys/netinet6/nd6.c
Modified: head/sys/netinet6/nd6.c
==
Author: hrs
Date: Fri Mar 2 07:23:28 2012
New Revision: 232379
URL: http://svn.freebsd.org/changeset/base/232379
Log:
Allow to configure net.inet6.ip6.{accept_rtadv,no_radr} by the loader tunables
as well because they have to be configured before interface initialization for
AF_INET6.
Modi
Author: hrs
Date: Thu Mar 8 01:47:12 2012
New Revision: 232679
URL: http://svn.freebsd.org/changeset/base/232679
Log:
- Clean up extra ${.OBJDIR}.
- Add ${IMAGE} for the supported image files. This fixes the install target
on FreeBSD/pc98.
- Use "mkdir -p" instead of "-mkdir" consisten
Author: hrs
Date: Wed Jul 3 07:31:07 2013
New Revision: 252548
URL: http://svnweb.freebsd.org/changeset/base/252548
Log:
Fix a compiler warning.
MFC after:1 week
Modified:
head/sys/net/if_bridge.c
Modified: head/sys/net/if_bridge.c
==
Author: hrs
Date: Wed Jul 3 09:50:59 2013
New Revision: 252557
URL: http://svnweb.freebsd.org/changeset/base/252557
Log:
Fix a typo (s/error/errno/).
Modified:
head/sbin/ifconfig/af_nd6.c
Modified: head/sbin/ifconfig/af_nd6.c
=
Ulrich Spörlein wrote
in <20130703092307.ga2...@acme.spoerlein.net>:
uq> > if ((s6 = socket(AF_INET6, SOCK_DGRAM, 0)) < 0) {
uq> > - if (errno != EAFNOSUPPORT)
uq> > + if (errno != EAFNOSUPPORT && error != EPROTONOSUPPORT)
uq> > warn("socket(AF_INET6, SOCK_DG
Author: hrs
Date: Tue Jul 9 07:03:54 2013
New Revision: 253057
URL: http://svnweb.freebsd.org/changeset/base/253057
Log:
Add a missing white space.
Modified:
head/usr.sbin/rtadvd/config.c
Modified: head/usr.sbin/rtadvd/config.c
===
Author: hrs
Date: Tue Jul 9 07:08:36 2013
New Revision: 253058
URL: http://svnweb.freebsd.org/changeset/base/253058
Log:
- Add missing "static" keywords.
- Add a check for ifindex to if_indextoifinfo(). It returns NULL when
if_indextoname() fails.
MFC after:3 days
Modified:
h
Author: hrs
Date: Tue Jul 9 07:55:47 2013
New Revision: 253060
URL: http://svnweb.freebsd.org/changeset/base/253060
Log:
Document IPv6 support.
Modified:
head/share/man/man4/bridge.4
Modified: head/share/man/man4/bridge.4
=
Author: hrs
Date: Tue Jul 9 07:57:10 2013
New Revision: 253061
URL: http://svnweb.freebsd.org/changeset/base/253061
Log:
Remove $swapfile and $geli_swap_flags.
Modified:
head/share/man/man5/rc.conf.5
Modified: head/share/man/man5/rc.conf.5
===
Author: hrs
Date: Tue Jul 9 08:23:43 2013
New Revision: 253066
URL: http://svnweb.freebsd.org/changeset/base/253066
Log:
Update references.
Modified:
head/lib/libc/net/getaddrinfo.3
head/lib/libc/net/getnameinfo.3
Modified: head/lib/libc/net/getaddrinfo.3
=
Author: hrs
Date: Fri Jul 12 02:36:00 2013
New Revision: 253247
URL: http://svnweb.freebsd.org/changeset/base/253247
Log:
Use strtoumax() instead of strtoul() for id/ref attr in XML elements.
This improves compatibility when running an ILP32 binary on LP64 kernel.
Spotted by: gjb
Modif
Author: hrs
Date: Fri Jul 12 04:22:46 2013
New Revision: 253249
URL: http://svnweb.freebsd.org/changeset/base/253249
Log:
Revert r253247. This change should be improved based on a lesson learnt
from r233646 first.
Pointed out by: jmallett
Modified:
head/lib/libgeom/geom_xml2tree
Author: hrs
Date: Fri Jul 12 06:54:29 2013
New Revision: 253253
URL: http://svnweb.freebsd.org/changeset/base/253253
Log:
Fix a wrong memcpy of struct sockaddr.
Spotted by: d...@gmx.com
Modified:
head/usr.sbin/ypserv/yp_main.c
Modified: head/usr.sbin/ypserv/yp_main.c
=
Author: hrs
Date: Fri Jul 12 12:18:07 2013
New Revision: 253261
URL: http://svnweb.freebsd.org/changeset/base/253261
Log:
- Drop GIF_ACCEPT_REVETHIP flag by default.
- Add IFF_MONITOR support.
Modified:
head/sys/net/if_gif.c
Modified: head/sys/net/if_gif.c
=
Author: hrs
Date: Fri Jul 12 12:36:12 2013
New Revision: 253262
URL: http://svnweb.freebsd.org/changeset/base/253262
Log:
Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returns
routing table with the specified FIB number, not td->td_proc->p_fibnum.
Modified:
head/lib/libc/ge
Author: hrs
Date: Fri Jul 12 17:11:30 2013
New Revision: 253275
URL: http://svnweb.freebsd.org/changeset/base/253275
Log:
Add -F fibnum option to specify an FIB number for -r flag.
Modified:
head/usr.bin/netstat/main.c
head/usr.bin/netstat/netstat.1
head/usr.bin/netstat/netstat.h
head/u
Author: hrs
Date: Sat Jul 13 08:17:55 2013
New Revision: 253318
URL: http://svnweb.freebsd.org/changeset/base/253318
Log:
Fix mdoc syntax.
Pointed out by: joeld
Modified:
head/lib/libc/gen/sysctl.3
Modified: head/lib/libc/gen/sysctl.3
==
Author: hrs
Date: Mon Jul 15 03:50:14 2013
New Revision: 253349
URL: http://svnweb.freebsd.org/changeset/base/253349
Log:
Document options for .eli devices.
Submitted by: ADAM David Alan Martin
Modified:
head/share/man/man5/fstab.5
Modified: head/share/man/man5/fstab.5
=
Author: hrs
Date: Mon Jul 15 05:09:13 2013
New Revision: 253350
URL: http://svnweb.freebsd.org/changeset/base/253350
Log:
Fix compiler warnings.
Modified:
head/usr.sbin/ypserv/yp_access.c
head/usr.sbin/ypserv/yp_dnslookup.c
Modified: head/usr.sbin/ypserv/yp_access.c
===
Author: hrs
Date: Wed Jul 17 14:05:20 2013
New Revision: 253427
URL: http://svnweb.freebsd.org/changeset/base/253427
Log:
- Add support of MK_INET_SUPPORT=no.
- Fix a bug in sodump() which prevented struct sockaddr_in6 from displaying.
- Fix a bug in in fiboptlist_csv() which could cause fre
Author: hrs
Date: Wed Jul 17 13:47:13 2013
New Revision: 253424
URL: http://svnweb.freebsd.org/changeset/base/253424
Log:
Simplify keywords.h generation.
Modified:
head/sbin/route/Makefile
Modified: head/sbin/route/Makefile
Author: hrs
Date: Wed Jul 17 14:15:00 2013
New Revision: 253429
URL: http://svnweb.freebsd.org/changeset/base/253429
Log:
Use NET_RT_DUMP.0.FIB leaf node instead of setting td_proc->p_fibnum.
Modified:
head/sbin/route/route.c
Modified: head/sbin/route/route.c
Author: hrs
Date: Thu Jul 18 02:34:25 2013
New Revision: 253443
URL: http://svnweb.freebsd.org/changeset/base/253443
Log:
Fix a gcc warning.
Pointy hat to:hrs
Modified:
head/sbin/route/route.c
Modified: head/sbin/route/route.c
Scott Long wrote
in <2ae597f6-02a5-405f-b1d8-34054a0da...@yahoo.com>:
sc>
sc> On Jul 17, 2013, at 7:00 PM, Glen Barber wrote:
sc>
sc> > On Wed, Jul 17, 2013 at 02:05:20PM +, Hiroki Sato wrote:
sc> >> Author: hrs
sc> >> Date: Wed Jul 17 14:05:20 2013
Author: hrs
Date: Thu Jul 18 02:58:24 2013
New Revision: 253444
URL: http://svnweb.freebsd.org/changeset/base/253444
Log:
- Fix a bug in ipv6_prefix_IF. It did not work with the 64-bit prefix
notation like 2001:db8:1:1.
- Use eui64 flag in ifconfig(8) instead of network6_getladdr()[*]
Author: hrs
Date: Sat Jul 20 15:23:42 2013
New Revision: 253502
URL: http://svnweb.freebsd.org/changeset/base/253502
Log:
Add cast to (void *) to the following cases to suppress warnings by
-Wcast-align. These do not increase the alignment requirement:
- rtm = (struct rt_msghdr *)(rtm +
Author: hrs
Date: Sat Jul 20 15:58:43 2013
New Revision: 253503
URL: http://svnweb.freebsd.org/changeset/base/253503
Log:
Show "default" for the zero-filled address consistently when nflag == 0.
Modified:
head/sbin/route/route.c
Modified: head/sbin/route/route.c
=
Author: hrs
Date: Sat Jul 20 16:46:51 2013
New Revision: 253504
URL: http://svnweb.freebsd.org/changeset/base/253504
Log:
- Simplify getaddr() and print_getmsg() by using RTAX_* instead of RTA_*
as the argument.
- Reduce unnecessary loop in print_getmsg().
Modified:
head/sbin/route/rout
Author: hrs
Date: Sat Jul 20 16:58:17 2013
New Revision: 253505
URL: http://svnweb.freebsd.org/changeset/base/253505
Log:
Fix address range specification with ifconfig(8) options such as:
- inet 192.0.2.1-10 netmask 255.255.255.0 (inet range spec + ifconfig options)
- inet6 2001:db8:1::1-
Author: hrs
Date: Sun Jul 21 11:59:41 2013
New Revision: 253517
URL: http://svnweb.freebsd.org/changeset/base/253517
Log:
- Fix nflag in routename().
- Display a AF_LINK address in #linkN when sdl_{nlen,alen,slen) == 0 and
sdl_index != 0.
- Reduce unnecessary loop in pmsg_addrs().
- Re
Author: hrs
Date: Sun Jul 21 14:27:07 2013
New Revision: 253519
URL: http://svnweb.freebsd.org/changeset/base/253519
Log:
- Use getnameinfo() for both of AF_INET and AF_INET6 in routename().
- Add missing "static".
Modified:
head/sbin/route/route.c
Modified: head/sbin/route/route.c
===
Author: hrs
Date: Sun Jul 21 15:26:25 2013
New Revision: 253520
URL: http://svnweb.freebsd.org/changeset/base/253520
Log:
Do not set ND6_IFF_ACCEPT_RTADV on if_bridge(4) interfaces when
ipv6_enable=yes.
MFC after:3 days
Modified:
head/etc/network.subr
Modified: head/etc/network.su
"Teske, Devin" wrote
in <13CA24D6AB415D428143D44749F57D7201FD2BF2@ltcfiswmsgmb21>:
De>
De> On Jul 21, 2013, at 6:39 AM, Alexey Dokuchaev wrote:
De>
De> > On Sun, Jul 21, 2013 at 05:23:34AM +, Glen Barber wrote:
De> >> New Revision: 253513
De> >> URL: http://svnweb.freebsd.org/changeset/base
Dimitry Andric wrote
in <36e48152-1a64-432d-a32d-75059a56e...@freebsd.org>:
di> On Jul 20, 2013, at 18:46, Hiroki Sato wrote:
di> > Author: hrs
di> > Date: Sat Jul 20 16:46:51 2013
di> > New Revision: 253504
di> > URL: http://svnweb.freebsd.org/changese
Author: hrs
Date: Wed Jul 24 04:05:48 2013
New Revision: 253589
URL: http://svnweb.freebsd.org/changeset/base/253589
Log:
Fix a bug in cp += SA_SIZE() in RTA_* loop. This could prevent
RTA_IFP from displaying correctly in route get subcommand.
Spotted by: dim
Modified:
head/sbin/rou
Dimitry Andric wrote
in <36e48152-1a64-432d-a32d-75059a56e...@freebsd.org>:
di> On Jul 20, 2013, at 18:46, Hiroki Sato wrote:
di> > Author: hrs
di> > Date: Sat Jul 20 16:46:51 2013
di> > New Revision: 253504
di> > URL: http://svnweb.freebsd.org/changese
Author: hrs
Date: Sun Jul 28 19:49:39 2013
New Revision: 253751
URL: http://svnweb.freebsd.org/changeset/base/253751
Log:
- Relax the restriction on the member interfaces with LLAs. Two or more
LLAs on the member interfaces are actually harmless when the parent
interface does not have a
Author: hrs
Date: Sun Jul 28 20:02:41 2013
New Revision: 253753
URL: http://svnweb.freebsd.org/changeset/base/253753
Log:
sin6 should be assigned before the loop.
Modified:
head/sys/net/rtsock.c
Modified: head/sys/net/rtsock.c
=
301 - 400 of 495 matches
Mail list logo