Author: hrs
Date: Sat Nov 5 18:00:36 2016
New Revision: 308347
URL: https://svnweb.freebsd.org/changeset/base/308347
Log:
Fix an infinite loop at an non-responding hop when other echo replies
are kept arriving in the waittime time window.
Submitted by: Denny Page
PR: 210286
Author: hrs
Date: Sat Nov 5 19:51:13 2016
New Revision: 308348
URL: https://svnweb.freebsd.org/changeset/base/308348
Log:
Add link-layer address option in RA even for IFT_L2VLAN and IFT_BRIDGE.
Reported by: philip
MFC after:3 days
Modified:
head/usr.sbin/rtadvd/if.c
Modified: he
Author: hrs
Date: Mon Dec 12 19:10:14 2016
New Revision: 309925
URL: https://svnweb.freebsd.org/changeset/base/309925
Log:
- Refactor listening socket list. All of the listening sockets are
now maintained in a single linked-list in a transport-independent manner.
- Use queue.h for linked-
Author: hrs
Date: Mon Dec 12 19:24:52 2016
New Revision: 309931
URL: https://svnweb.freebsd.org/changeset/base/309931
Log:
Temporarily backout the previous commit because it was totally broken due to
unresolved merge conflicts.
Pointy hat to:hrs
Modified:
head/usr.sbin/syslogd/
Author: hrs
Date: Mon Dec 12 19:33:40 2016
New Revision: 309933
URL: https://svnweb.freebsd.org/changeset/base/309933
Log:
- Refactor listening socket list. All of the listening sockets are
now maintained in a single linked-list in a transport-independent manner.
- Use queue.h for linked-
Author: hrs
Date: Tue Dec 13 20:55:46 2016
New Revision: 310035
URL: https://svnweb.freebsd.org/changeset/base/310035
Log:
Remove an extra "break" which could incorrectly terminate an
STAILQ_FOREACH() loop when an AF_INET6 rule matched.
Spotted by: cem
Modified:
head/usr.sbin/syslogd
Conrad Meyer wrote
in :
ce> On Mon, Dec 12, 2016 at 11:33 AM, Hiroki Sato wrote:
ce> > Author: hrs
ce> > Date: Mon Dec 12 19:33:40 2016
ce> > New Revision: 309933
ce> > URL: https://svnweb.freebsd.org/changeset/base/309933
ce> >
ce> > Log:
ce> >
Author: hrs
Date: Sun Aug 25 18:46:10 2019
New Revision: 351482
URL: https://svnweb.freebsd.org/changeset/base/351482
Log:
Add MODULE_PNP_INFO() to vmci(4). This allows devd(8) to load the
kernel module automatically when FreeBSD is running on VMware.
Reviewed by: mp
Different
Author: hrs
Date: Sun Aug 25 18:52:10 2019
New Revision: 351483
URL: https://svnweb.freebsd.org/changeset/base/351483
Log:
Document soft updates journaling and GEOM-based UFS journaling.
Reviewed by: mckusick
Modified:
head/share/man/man7/ffs.7
Modified: head/share/man/man7/ffs.7
=
Hi,
Alan Somers wrote
in <201908231522.x7nfmluj068...@repo.freebsd.org>:
as> Author: asomers
as> Date: Fri Aug 23 15:22:20 2019
as> New Revision: 351423
as> URL: https://svnweb.freebsd.org/changeset/base/351423
as>
as> Log:
as> ping6: Rename options for better consistency with ping
as>
a
Author: hrs
Date: Sun Aug 25 19:27:14 2019
New Revision: 351484
URL: https://svnweb.freebsd.org/changeset/base/351484
Log:
Fix build (r351481).
Modified:
head/etc/mtree/BSD.tests.dist
Modified: head/etc/mtree/BSD.tests.dist
Alan Somers wrote
in :
as> On Sun, Aug 25, 2019 at 1:22 PM Hiroki Sato wrote:
as> >
as> > Hi,
as> >
as> > Alan Somers wrote
as> > in <201908231522.x7nfmluj068...@repo.freebsd.org>:
as> >
as> > as> Author: asomers
as> > as> D
'cpp' links to the same inode — and those have very
as> > different behavior depending on argv[0].
as> >
as> > It's less work than forcing the ping6 compatibility crowd to create a
as> > port and doesn't hurt ping(8) much, AFAICT. Is it an acceptable
as&
Author: hrs
Date: Tue Aug 27 20:11:45 2019
New Revision: 351554
URL: https://svnweb.freebsd.org/changeset/base/351554
Log:
MFV r351553:
Fix a problem which prevented -OServerSSLOptions or -OClientSSLOptions
specified in the command-line option from working.
This patch has been accept
Author: hrs
Date: Sat Sep 21 00:17:40 2019
New Revision: 352567
URL: https://svnweb.freebsd.org/changeset/base/352567
Log:
Add a workaround for servers which respond RPC_PROGNOTREGISTERED
to a clnt_create() call even when it is actually a program
version mismatch.
Normally the server is
Author: hrs
Date: Sat Sep 21 00:44:37 2019
New Revision: 352568
URL: https://svnweb.freebsd.org/changeset/base/352568
Log:
Impove wording and move descriptions about
locale to LC_CTYPE in the ENVIRONMENT section.
Modified:
head/usr.bin/top/top.1
Modified: head/usr.bin/top/top.1
===
Author: hrs
Date: Sat Sep 21 01:29:59 2019
New Revision: 352570
URL: https://svnweb.freebsd.org/changeset/base/352570
Log:
Fix build errors of test.c, which had been broken for a long time.
This is a temporary fix and should be converted to a complete
test scenarios by using this tool.
Modi
Author: hrs
Date: Sat Sep 21 12:33:41 2019
New Revision: 352572
URL: https://svnweb.freebsd.org/changeset/base/352572
Log:
Fix warnings and set WARNS=6.
Modified:
head/usr.sbin/rpc.statd/Makefile
head/usr.sbin/rpc.statd/file.c
head/usr.sbin/rpc.statd/statd.c
Modified: head/usr.sbin/rpc.s
Author: hrs
Date: Sat Sep 21 13:34:06 2019
New Revision: 352574
URL: https://svnweb.freebsd.org/changeset/base/352574
Log:
- Revert WARNS to 2 because of mismatch between (xdrproc_t) and xdr_void().
- Add prototype of from_addr().
Modified:
head/usr.sbin/rpc.statd/Makefile
head/usr.sbin/r
Author: hrs
Date: Wed Jul 10 05:45:50 2019
New Revision: 349875
URL: https://svnweb.freebsd.org/changeset/base/349875
Log:
Add support for RTL8156, 2.5GbE USB network controller, to if_cdce(4).
This chip can be found in Planex USB-LAN2500R.
Modified:
head/share/man/man4/cdce.4
head/sys/de
Eugene Grosbein wrote
in <202006221752.05mhqend013...@repo.freebsd.org>:
eu> Author: eugen
eu> Date: Mon Jun 22 17:52:13 2020
eu> New Revision: 362503
eu> URL: https://svnweb.freebsd.org/changeset/base/362503
eu>
eu> Log:
eu> Followup to r362502: rc.conf(5): unobsolete gif_interfaces
eu>
eu>
Author: hrs
Date: Mon Jun 29 03:23:13 2020
New Revision: 362770
URL: https://svnweb.freebsd.org/changeset/base/362770
Log:
Fix CTYPE for ja_JP.eucJP and ja_JP.SJIS.
PR: 163168
MFC after:3 days
Modified:
head/share/ctypedef/ja_JP.eucJP.src
Modified: head/share/ctypedef/ja
Author: hrs
Date: Sat Aug 15 07:19:37 2020
New Revision: 364245
URL: https://svnweb.freebsd.org/changeset/base/364245
Log:
- Update to Unicode CLDR v35 (Unicode 12.0).
- Update tools/tools/locale to add make targets to automatically
generate locale source files. With this change, just
Hi,
Gordon Bergling wrote
in <202008210620.07l6kc6m091...@repo.freebsd.org>:
gb> Author: gbe (doc committer)
gb> Date: Fri Aug 21 06:20:11 2020
gb> New Revision: 364449
gb> URL: https://svnweb.freebsd.org/changeset/base/364449
gb>
gb> Log:
gb> ls(1): Update POSIX conformance from 2001 to 200
Gordon Bergling wrote
in <20200824085223.ga28...@lion.0xfce3.net>:
gb> thanks for your feedback. I can only define POSIX.1-200{1,8} or -susv4. So
what
gb> do you think about the following STANDARDS section?
gb>
gb> For the options that are non-existing I could correct them to -2001 and
menti
Author: hrs
Date: Mon Dec 7 04:45:29 2020
New Revision: 368404
URL: https://svnweb.freebsd.org/changeset/base/368404
Log:
Fix the source directory when installing the results. The install
target did not install them actually.
Spotted by: Thomas Munro, bapt, yuripv
Modified:
head/to
Author: hrs
Date: Tue Feb 18 01:50:44 2020
New Revision: 358061
URL: https://svnweb.freebsd.org/changeset/base/358061
Log:
Use 0x5c for the scan code 0x7d.
Japanese keyboards traditionally use 0x5c for
both Japanese yen sign key and backslash key.
While a Japanese yen sign is depicted o
y Aq Mt hsela...@freebsd.org ,
and
-.An Hans Petter Selasky Aq Mt hsela...@freebsd.org .
+.An Hiroki Sato Aq Mt h...@freebsd.org .
.Pp
This manual page was written by
-.An Takanori Watanabe Aq Mt takaw...@freebsd.org .
+.An Takanori Watanabe Aq Mt takaw...@freebsd.org
+and
+.An Hiroki Sato Aq Mt
Author: hrs
Date: Thu Feb 20 03:01:27 2020
New Revision: 358152
URL: https://svnweb.freebsd.org/changeset/base/358152
Log:
Improve performance of "read" built-in command when using a seekable
fd.
The read built-in command calls read(2) with a 1-byte buffer because
newline characters nee
Conrad Meyer wrote
in :
ce> Given the report and looking at the change, I suspect the problem is
ce> the promotion of '-residue' from size_t (unsigned 32-bit on i386) to
ce> off_t (signed 64-bit). Something like '-(off_t)residue' or even
ce> 'off_t residue;' should fix it.
Yes, r358235 is th
Author: hrs
Date: Thu Feb 27 17:13:57 2020
New Revision: 358395
URL: https://svnweb.freebsd.org/changeset/base/358395
Log:
Add workaround for models which do not follow the ACPI specification strictly.
Extra objects are now simply ignored instead of rejecting everything.
Modified:
head/sys/
Author: hrs
Date: Thu Feb 27 19:35:17 2020
New Revision: 358402
URL: https://svnweb.freebsd.org/changeset/base/358402
Log:
Add MODULE_PNP_INFO() to autoload the rtwn_pci(4) kernel module.
Reviewed by: imp
MFC after:3 days
Differential Revision:https://reviews.freebsd.org/D2
Author: hrs
Date: Thu Feb 27 19:40:29 2020
New Revision: 358404
URL: https://svnweb.freebsd.org/changeset/base/358404
Log:
Fix broken STARTTLS when SharedMemoryKey is enabled.
OpenSSL 1.1 API patch for sendmail had a bug which
prevented sm_RSA_generate_key() function from working.
This
Author: hrs
Date: Thu Feb 27 19:49:59 2020
New Revision: 358405
URL: https://svnweb.freebsd.org/changeset/base/358405
Log:
Fix poor performance of ftp(1) due to small SO_SNDBUF and SO_RCVBUF.
ftp(1) from vendor/tnftp always tried the following for
every TCP connection:
1. Get the cur
Jung-uk Kim wrote
in <8e60a869-fe1e-9314-ffdc-76ed3e2dc...@freebsd.org>:
jk> > I merely try to understand how to unbreak upgrade path for 11.2-STABLE
workstations
jk> > with stock sendmail and SSL support that also has many ports installed
including
jk> > ports requiring new openssl API. Beca
Author: hrs
Date: Sat Mar 7 08:41:10 2020
New Revision: 358730
URL: https://svnweb.freebsd.org/changeset/base/358730
Log:
Fix an issue of net.inet.igmp.stats handler.
The header of (struct igmpstat) could be cleared by sysctl(3).
This can be reproduced by "netstat -s -z -p igmp".
PR:
Brooks Davis wrote
in <202003171817.02hihwdy035...@repo.freebsd.org>:
br> Author: brooks
br> Date: Tue Mar 17 18:17:32 2020
br> New Revision: 359046
br> URL: https://svnweb.freebsd.org/changeset/base/359046
br>
br> Log:
br> Support SUBDIR.${MK_FOO}.${MK_BAR} expresssions.
br>
br> This allow
Author: hrs
Date: Wed Mar 18 08:00:46 2020
New Revision: 359067
URL: https://svnweb.freebsd.org/changeset/base/359067
Log:
-F is GNU diff specific, not implemented in BSD diff.
Reported by: ko...@ryuhoku.jp
MFC after:3 days
Modified:
head/share/examples/ipfw/change_rules.sh
Modif
Author: hrs
Date: Wed Mar 18 08:17:24 2020
New Revision: 359068
URL: https://svnweb.freebsd.org/changeset/base/359068
Log:
Remove /etc/host.conf, which was automatically generated from
nsswitch.conf for backward compatibility. This file was used
over 19 years ago, before introducing nsdispa
Author: hrs
Date: Sun Jan 8 18:48:36 2012
New Revision: 229818
URL: http://svn.freebsd.org/changeset/base/229818
Log:
Fix a typo. (s/nessesary/necessary/)
Modified:
head/sys/kern/kern_prot.c
Modified: head/sys/kern/kern_prot.c
===
Author: hrs
Date: Tue Jan 17 20:39:33 2012
New Revision: 230279
URL: http://svn.freebsd.org/changeset/base/230279
Log:
Revert changes in r228790. It prevented the ypserv daemon from working with
with multiple socktypes.
Modified:
head/usr.sbin/ypserv/yp_main.c
Modified: head/usr.sbin/ypse
Eitan Adler wrote
in <201112212027.pblkrfpk084...@svn.freebsd.org>:
ea> Author: eadler (ports committer)
ea> Date: Wed Dec 21 20:27:41 2011
ea> New Revision: 228790
ea> URL: http://svn.freebsd.org/changeset/base/228790
ea>
ea> Log:
ea> - Remove extraneous null ptr deref checks
ea> - Fix mem
Eitan Adler wrote
in <201201200138.q0k1csou016...@svn.freebsd.org>:
ea> Author: eadler
ea> Date: Fri Jan 20 01:38:28 2012
ea> New Revision: 230354
ea> URL: http://svn.freebsd.org/changeset/base/230354
ea>
ea> Log:
ea> Fix a variety of warnings when compiling with gcc46
ea>
ea> Approved by:
Author: hrs
Date: Sun Jan 22 10:57:32 2012
New Revision: 230453
URL: http://svn.freebsd.org/changeset/base/230453
Log:
Fix several glitches in IPv6-related knobs:
- ipv6_enable + ipv6_gateway_enable should unset ACCEPT_RTADV by default for
backward compatibility.
- Configurations i
Author: hrs
Date: Sun Jan 22 11:34:24 2012
New Revision: 230458
URL: http://svn.freebsd.org/changeset/base/230458
Log:
- Replace "wtmp" with "utx.log" because last(1) no longer reads wtmp.
- A real filename is now shown in an output report when "-f file" is
specified.
- Add Xr lastlogin int
Eitan Adler wrote
in :
ea> I was was unaware this code was contributed. I just looked at the
ea> NetBSD version and I don't think it suffers from the same problem -
ea> the loop appears to be used later. If that is because of some other
Just checking, but the variables dot and semi are not us
Andreas Tobler wrote
in <4f1f3585.8060...@freebsd.org>:
an> Hi Eitan,
an>
an> On 20.01.12 02:38, Eitan Adler wrote:
an> > Author: eadler
an> > Date: Fri Jan 20 01:38:21 2012
an> > New Revision: 230353
an> > URL: http://svn.freebsd.org/changeset/base/230353
an> >
an> > Log:
an> >Fix warning
Andreas Tobler wrote
in <4f1f94b3.6020...@freebsd.org>:
an> On 25.01.12 01:40, Hiroki Sato wrote:
an> > Andreas Tobler wrote
an> >in<4f1f3585.8060...@freebsd.org>:
an> >
an> > an> Hi Eitan,
an> > an>
an> > an> On 20.01.12 02:
Andreas Tobler wrote
in <4f1f9cd1.9070...@freebsd.org>:
an> It is a powerpc64 crossbuild installation, built on amd64. It is
an> around 650MB unzipped, 230MB zipped. I can upload it to freefall later
an> this evening.
Thanks!
-- Hiroki
pgpqPKxd9Ox3l.pgp
Description: PGP signature
Author: hrs
Date: Wed Jan 25 07:45:15 2012
New Revision: 230529
URL: http://svn.freebsd.org/changeset/base/230529
Log:
Fix a SIGSEGV problem in directory entry renaming.
Modified:
head/usr.sbin/makefs/cd9660.c
Modified: head/usr.sbin/makefs/cd9660.c
==
Hiroki Sato wrote
in <20120125.151236.688056751317619770@allbsd.org>:
hr> Andreas Tobler wrote
hr> in <4f1f9cd1.9070...@freebsd.org>:
hr>
hr> an> It is a powerpc64 crossbuild installation, built on amd64. It is
hr> an> around 650MB unzipped, 230MB zi
Author: hrs
Date: Tue May 17 07:40:13 2011
New Revision: 222007
URL: http://svn.freebsd.org/changeset/base/222007
Log:
Remove redundant keywords.
Submitted by: wxs
Modified:
head/etc/rc.d/ipfilter
head/etc/rc.d/pf
Modified: head/etc/rc.d/ipfilter
==
Author: hrs
Date: Sun Jun 5 11:37:20 2011
New Revision: 222711
URL: http://svn.freebsd.org/changeset/base/222711
Log:
Add the "nd6 options" line handler as af_other_status() of AF_INET6, not as an
own address family.
Reviewed by: bz
Modified:
head/sbin/ifconfig/af_inet6.c
head/sbin
Author: hrs
Date: Sun Jun 5 11:40:30 2011
New Revision: 222712
URL: http://svn.freebsd.org/changeset/base/222712
Log:
Use uint8_t for sockaddr sa_len.
Reviewed by: bz
Modified:
head/sys/netinet6/send.h
Modified: head/sys/netinet6/send.h
Author: hrs
Date: Mon Jun 6 02:14:23 2011
New Revision: 222728
URL: http://svn.freebsd.org/changeset/base/222728
Log:
- Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.
- A new per-interface knob IFF_ND6_NO_RADR and sysctl IPV6CTL_NO_RADR.
This controls if acc
Author: hrs
Date: Mon Jun 6 02:37:38 2011
New Revision: 222730
URL: http://svn.freebsd.org/changeset/base/222730
Log:
- Make the code more proactively clear an ND6_IFF_IFDISABLED flag when
an explicit action for INET6 configuration happens. The changes are:
1. When an ND6 flag is ch
Author: hrs
Date: Mon Jun 6 03:06:43 2011
New Revision: 222732
URL: http://svn.freebsd.org/changeset/base/222732
Log:
- Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisement
Options for DNS Configuration) into rtadvd(8) and rtsold(8). DNS
information received by rtsold
Author: hrs
Date: Mon Jun 6 03:37:33 2011
New Revision: 222733
URL: http://svn.freebsd.org/changeset/base/222733
Log:
Remove "ifconfig IF inet6 -accept_rtadv" when ipv6_gateway_enable=YES because
this is no longer needed.
Modified:
head/etc/network.subr
Modified: head/etc/network.subr
===
Author: hrs
Date: Mon Jun 6 04:12:57 2011
New Revision: 222734
URL: http://svn.freebsd.org/changeset/base/222734
Log:
Do not activate automatic LL addr configuration when 0/1->1 transition of
ND6_IFF_IFDISABLED flag.
Modified:
head/sys/netinet6/nd6.c
Modified: head/sys/netinet6/nd6.c
Author: hrs
Date: Mon Jun 6 10:51:00 2011
New Revision: 222743
URL: http://svn.freebsd.org/changeset/base/222743
Log:
Fix build on 64-bit arch.
Submitted by: dim
Pointy hat to:hrs
Modified:
head/usr.sbin/rtadvd/config.c
head/usr.sbin/rtadvd/dump.c
head/usr.sbin/rtadvd/rtad
Dimitry Andric wrote
in <4dec9ec1.9070...@freebsd.org>:
di> > Modified: head/usr.sbin/rtadvd/Makefile
di> >
==
di> > --- head/usr.sbin/rtadvd/Makefile Mon Jun 6 02:46:22 2011 (r222731)
di> > +++ head/usr.sbin/rtadvd/Ma
Author: hrs
Date: Mon Jun 6 11:36:10 2011
New Revision: 222746
URL: http://svn.freebsd.org/changeset/base/222746
Log:
Do not mark lo0 as IFDISABLED even if there is no $ifconfig_lo0_ipv6 line.
Modified:
head/etc/network.subr
Modified: head/etc/network.subr
==
Author: hrs
Date: Mon Jun 6 20:14:50 2011
New Revision: 222771
URL: http://svn.freebsd.org/changeset/base/222771
Log:
Set WARNS=1 temporarily to unbreak universe.
Modified:
head/usr.sbin/rtadvd/Makefile
Modified: head/usr.sbin/rtadvd/Makefile
Warner Losh wrote
in :
im>
im> On Jun 6, 2011, at 8:02 AM, Jaakko Heinonen wrote:
im>
im> > On 2011-06-06, Hiroki Sato wrote:
im> >> di> > -WARNS?= 1
im> >> di> > +WARNS?= 6
im> >
im> > Shouldn't you just remove the WARNS line
Author: hrs
Date: Tue Jun 7 12:00:29 2011
New Revision: 222820
URL: http://svn.freebsd.org/changeset/base/222820
Log:
- Use ELM_MALLOC() for struct rainfo.
- Fix a missing back pointer assignment in struct prefix to struct rainfo
when addr="" is specified. This caused SIGSEGV.
-
Author: hrs
Date: Tue Jun 7 15:40:17 2011
New Revision: 222824
URL: http://svn.freebsd.org/changeset/base/222824
Log:
Fix a bug that prevents tc=xxx from working.
Modified:
head/usr.sbin/rtadvd/advcap.c
Modified: head/usr.sbin/rtadvd/advcap.c
Author: hrs
Date: Wed Jun 8 04:06:56 2011
New Revision: 222848
URL: http://svn.freebsd.org/changeset/base/222848
Log:
- Disable "resolvconf -d" temporarily to avoid extra invocations of the script
under a certain condition.
- Fix argv handling.
Spotted by: ume
Modified:
head/usr
Author: hrs
Date: Wed Jun 8 16:03:29 2011
New Revision: 222861
URL: http://svn.freebsd.org/changeset/base/222861
Log:
- Accumulate RA options instead of replacing old ones when a new RA arrived.
RFC 4861 6.3.4 clearly defines handling multiple RAs in this way.
- RDNSS/DNSSL options fro
"Kenneth D. Merry" wrote
in <201106082159.p58lx74l049...@svn.freebsd.org>:
ke> Author: ken
ke> Date: Wed Jun 8 21:59:07 2011
ke> New Revision: 222883
ke> URL: http://svn.freebsd.org/changeset/base/222883
ke>
ke> Log:
ke> Add dump.c to the rtsol build. It is needed now that sec2str is
non-s
Author: hrs
Date: Sat Jun 11 03:25:10 2011
New Revision: 222972
URL: http://svn.freebsd.org/changeset/base/222972
Log:
Support SIGHUP for reloading /etc/rtadvd.conf.
Modified:
head/usr.sbin/rtadvd/config.c
head/usr.sbin/rtadvd/config.h
head/usr.sbin/rtadvd/rtadvd.8
head/usr.sbin/rtadvd/
Author: hrs
Date: Sat Jun 11 21:40:37 2011
New Revision: 222996
URL: http://svn.freebsd.org/changeset/base/222996
Log:
Add a helper function to check kern.features.* sysctls.
Discussed with: dougb
Modified:
head/etc/network.subr
head/etc/rc.subr
Modified: head/etc/network.subr
=
Author: hrs
Date: Sat Jun 11 21:41:44 2011
New Revision: 222997
URL: http://svn.freebsd.org/changeset/base/222997
Log:
- Remove $ipv6_gateway_enable check.
- Use list_net_interfaces() instead of "ifconfig -l".
Modified:
head/etc/rc.d/rtadvd
Modified: head/etc/rc.d/rtadvd
==
Author: hrs
Date: Thu Jun 23 02:35:55 2011
New Revision: 223457
URL: http://svn.freebsd.org/changeset/base/223457
Log:
Remove links to mirrorlist.FreeBSD.org.
Submitted by: ryusuke
Reported by: gavin, brucec
Modified:
head/release/doc/en_US.ISO8859-1/readme/article.sgml
Modified: hea
Author: hrs
Date: Thu Jun 23 02:38:06 2011
New Revision: 223458
URL: http://svn.freebsd.org/changeset/base/223458
Log:
Bump &release.manpath.*;.
Modified:
head/release/doc/share/sgml/release.ent
Modified: head/release/doc/share/sgml/release.ent
===
Author: hrs
Date: Mon Jul 4 03:19:06 2011
New Revision: 223752
URL: http://svn.freebsd.org/changeset/base/223752
Log:
Add sanity check for ifm_version in struct if_msghdr.
Modified:
head/usr.sbin/rtadvd/if.c
Modified: head/usr.sbin/rtadvd/if.c
===
g some additional RAs for graceful transition from one
-configuration to another.
-It will take at most nine seconds for each interface.
+was written by
+.An "Hiroki Sato" Aq h...@freebsd.org .
Modified
Oliver Fromme wrote
in <201008101623.o7agns7i042...@haluter.fromme.com>:
ol> -static int validate(struct sockaddr *, const char *);
ol> -static voidunmapped(struct sockaddr *);
ol> +static int validate(struct sockaddr_storage *, const char *);
ol> +static voidunmapped(struct soc
Author: hrs
Date: Mon Sep 13 19:51:15 2010
New Revision: 212574
URL: http://svn.freebsd.org/changeset/base/212574
Log:
Revert changes in r206408.
Discussed with: dougb, core.5, and core.6
Modified:
head/etc/defaults/rc.conf
head/etc/network.subr
head/etc/rc.d/ip6addrctl
head/
Author: hrs
Date: Mon Sep 13 19:52:04 2010
New Revision: 212575
URL: http://svn.freebsd.org/changeset/base/212575
Log:
Fix $ipv6_network_interfaces and set it as AUTO by default.
Based on: changes in r206408 by dougb
Modified:
head/etc/defaults/rc.conf
head/etc/network.subr
Modifi
Author: hrs
Date: Mon Sep 13 19:52:46 2010
New Revision: 212576
URL: http://svn.freebsd.org/changeset/base/212576
Log:
Add $ipv6_privacy to support net.inet6.ip6.use_tempaddr. Note that this
will be replaced with a per-IF version later.
Based on: changes in r206408 by dougb
Modified
Author: hrs
Date: Mon Sep 13 19:53:22 2010
New Revision: 212577
URL: http://svn.freebsd.org/changeset/base/212577
Log:
- Check some specific IFs first in ipv6_autoconfif().
- $ipv6_enable supports YES|TRUE|ON|1 as in checkyesno().
Based on: changes in r206408 by dougb
Modified:
hea
Author: hrs
Date: Mon Sep 13 19:53:54 2010
New Revision: 212578
URL: http://svn.freebsd.org/changeset/base/212578
Log:
Localize $_punct_c in get_if_var() and whitespace clean-ups.
Based on: changes in r206408 by dougb
Modified:
head/etc/network.subr
Modified: head/etc/network.subr
=
Author: hrs
Date: Mon Sep 13 19:55:40 2010
New Revision: 212579
URL: http://svn.freebsd.org/changeset/base/212579
Log:
Split $ipv6_prefer into $ip6addrctl_policy and $ipv6_activate_all_interfaces.
The $ip6addrctl_policy is a variable to choose a pre-defined address
selection policy set by
Author: hrs
Date: Sun Oct 3 13:13:10 2010
New Revision: 213381
URL: http://svn.freebsd.org/changeset/base/213381
Log:
Replace an obsolete flag -L in an mkisofs(1) command line with
-allow-leading-dots to fix "make release" for FreeBSD/powerpc.
Reviewed by: marcel
Modified:
head/relea
Author: hrs
Date: Wed Dec 8 07:10:25 2010
New Revision: 216288
URL: http://svn.freebsd.org/changeset/base/216288
Log:
Fix a typo.
Submitted by: Garrett Cooper
Modified:
head/share/man/man5/rc.conf.5
Modified: head/share/man/man5/rc.conf.5
===
Hi Joel,
Joel Dahl wrote
in <201107302309.p6un9rhj019...@svn.freebsd.org>:
jo> Author: joel (doc committer)
jo> Date: Sat Jul 30 23:09:52 2011
jo> New Revision: 224533
jo> URL: http://svn.freebsd.org/changeset/base/224533
jo>
jo> Log:
jo> Add a better description, a few examples and a couple
Author: hrs
Date: Mon Aug 8 03:09:03 2011
New Revision: 224701
URL: http://svn.freebsd.org/changeset/base/224701
Log:
Fix a pathname (s,netinet/if_ether.h,net/ethernet.h,).
PR: docs/159341
Submitted by: Garrett Cooper
Approved by: re (kib)
Modified:
head/lib/libc/net/ethe
Garrett Cooper wrote
in :
ya> On Sun, Aug 7, 2011 at 9:12 PM, Doug Barton wrote:
ya> > On 8/7/2011 6:05 PM, Garrett Cooper wrote:
ya> >> On Sun, Aug 7, 2011 at 1:51 PM, Simon L. B. Nielsen
wrote:
ya> >>>
ya> >>> On 6 Aug 2011, at 11:16, Doug Barton wrote:
ya> >>>
ya> Author: dougb
ya> >
Author: hrs
Date: Mon Sep 12 23:52:55 2011
New Revision: 225519
URL: http://svn.freebsd.org/changeset/base/225519
Log:
- Fix a bug that can lead to displaying an incorrect value. (r224210)
- Fix an abnormal termination caused by twice of "rtadvctl disable". (r224303)
- Use poll() to wait for
Author: hrs
Date: Mon Sep 12 23:55:23 2011
New Revision: 225520
URL: http://svn.freebsd.org/changeset/base/225520
Log:
- Add ":origin" label to the interface id for resolvconf(8). (r223149)
- Add -u option to enable adding :[RA-source-address] to the interface id.
(r223149)
- s/INET6_ADD
Author: hrs
Date: Tue Sep 13 00:06:11 2011
New Revision: 225521
URL: http://svn.freebsd.org/changeset/base/225521
Log:
Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPE
(r225485). When setting an interface name to it, the following
configurations will be enabled:
1. "n
Author: hrs
Date: Tue Sep 13 00:09:47 2011
New Revision: 225522
URL: http://svn.freebsd.org/changeset/base/225522
Log:
- Add an warning when ifconfig_IF_ipv6 has no inet6 keyword in front
of an IPv6 address. (r225489)
- Use eval for ${ifconfig_args} to fix an issue fixed in r223506. (r2
Author: hrs
Date: Tue Sep 13 02:46:22 2011
New Revision: 225524
URL: http://svn.freebsd.org/changeset/base/225524
Log:
Merge from openresolv 3.4.4 in the vendor branch.
Approved by: re (kib)
Modified:
head/contrib/openresolv/dnsmasq.in
head/contrib/openresolv/libc.in
head/contrib/op
Author: hrs
Date: Mon Sep 19 15:55:53 2011
New Revision: 225669
URL: http://svn.freebsd.org/changeset/base/225669
Log:
Fix the script order to run rc.d/bridge after the initial network
interface configuration and before running network daemons.
Approved by: re (kib)
Modified:
head/etc
Author: hrs
Date: Mon Sep 19 15:56:50 2011
New Revision: 225670
URL: http://svn.freebsd.org/changeset/base/225670
Log:
Use resolvconf(8) to create /etc/resolv.conf, not directly overwrite it.
Approved by: re (kib)
Modified:
head/etc/rc.d/resolv
Modified: head/etc/rc.d/resolv
==
Author: hrs
Date: Mon Sep 19 16:00:55 2011
New Revision: 225671
URL: http://svn.freebsd.org/changeset/base/225671
Log:
- Document $ipv6_cpe_wanif.
- Emphasize $ipv6_enable and $ipv6_prefer are deprecated.
- Add more detail descriptions about $ipv6_activate_all_interfaces.
- Add some more e
Author: hrs
Date: Mon Sep 19 16:01:53 2011
New Revision: 225672
URL: http://svn.freebsd.org/changeset/base/225672
Log:
- Document inet6 no_radr flag.
- Add descriptions of sysctl(8) variables which can control the default
configuration of the inet6 flags.
Approved by: re (kib)
Modif
Author: hrs
Date: Tue Sep 20 00:29:17 2011
New Revision: 225682
URL: http://svn.freebsd.org/changeset/base/225682
Log:
Copy ip6po_minmtu and ip6po_prefer_tempaddr in ip6_copypktopts(). This fixes
inconsistency when options are specified by both setsockopt() and ancillary
data types.
PR
Author: hrs
Date: Tue Sep 20 00:32:30 2011
New Revision: 225683
URL: http://svn.freebsd.org/changeset/base/225683
Log:
Remove RA timer on an interface with !IFF_UP actively after starting to send
clean-up RA messages for shutting down. The RA timers could prevent the
rtadvd
daemon from shu
Author: hrs
Date: Tue Sep 20 00:37:35 2011
New Revision: 225684
URL: http://svn.freebsd.org/changeset/base/225684
Log:
Use REQUIRE: line to reorder rc.d/bridge instead of BEFORE: line.
Pointed out by: dougb
Approved by: re (bz)
Modified:
head/etc/rc.d/NETWORKING
head/etc/rc.d/
1 - 100 of 495 matches
Mail list logo