On 21 Sep 2014, at 03:48 , Hiroki Sato wrote:
> 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.
I guess it was this one:
In file included from /scratch/tmp/bz/head.svn/
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 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 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 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 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: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: bz
Date: Sun Sep 21 00:05:44 2014
New Revision: 271913
URL: http://svnweb.freebsd.org/changeset/base/271913
Log:
Hide LRO code under #ifdef INET/INET6 to allow NOIP kernel to compile.
While the code comments indicate that LRO is currently only supported
for IPv4/TCP, we'll still c
Author: marcel
Date: Sat Sep 20 21:02:54 2014
New Revision: 271911
URL: http://svnweb.freebsd.org/changeset/base/271911
Log:
Add unit tests for mkimg(1):
Added:
head/usr.bin/mkimg/tests/
head/usr.bin/mkimg/tests/Makefile (contents, props changed)
head/usr.bin/mkimg/tests/img-1x1-4096-ap
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: 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: jhb
Date: Sat Sep 20 16:43:14 2014
New Revision: 271908
URL: http://svnweb.freebsd.org/changeset/base/271908
Log:
Use callout(9) instead of timeout(9).
Reviewed by: emax
Modified:
head/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h
head/sys/netgraph/bluetooth/include/ng_bt
Author: ian
Date: Sat Sep 20 15:45:29 2014
New Revision: 271907
URL: http://svnweb.freebsd.org/changeset/base/271907
Log:
Add a man page for the cgem(4) driver.
Submitted by: Thomas Skibo
Reviewed by: wkoszek@, Yonghyeon PYUN
Added:
head/share/man/man4/man4.arm/cgem.4 (contents, p
Author: ian
Date: Sat Sep 20 14:49:21 2014
New Revision: 271906
URL: http://svnweb.freebsd.org/changeset/base/271906
Log:
Make the ARM MPCore Timer driver work with published standard FDT bindings.
We've always considered the mpcore timers to be a single monolithic device
and we defined o
Author: kib
Date: Sat Sep 20 14:24:48 2014
New Revision: 271905
URL: http://svnweb.freebsd.org/changeset/base/271905
Log:
MFC r271716:
Presence of any VM_PROT bits in the permission argument on x86 implies
that the entry is readable and valid.
Approved by: re (gjb)
Modified:
stable/
Author: mav
Date: Sat Sep 20 13:48:52 2014
New Revision: 271904
URL: http://svnweb.freebsd.org/changeset/base/271904
Log:
MFC r271702:
Fix tpc_create_token() introduced in r269497 to encode CREATOR LOGICAL
UNIT DESCRIPTOR field as Identification Descriptor CSCD descriptor, not
just as Iden
Author: mav
Date: Sat Sep 20 13:46:16 2014
New Revision: 271903
URL: http://svnweb.freebsd.org/changeset/base/271903
Log:
MFC r271700: Fix typo in defined ROD types in r269497.
Approved by: re (gjb)
Modified:
stable/10/sys/cam/scsi/scsi_all.h
Directory Properties:
stable/10/ (props
Author: jilles
Date: Sat Sep 20 12:59:28 2014
New Revision: 271902
URL: http://svnweb.freebsd.org/changeset/base/271902
Log:
MFC r256800: pathchk: Ensure bytes >= 128 are considered non-portable
characters.
This was not broken on architectures such as ARM where char is unsigned.
Also
On Thu, Sep 18, 2014 at 05:28:21PM +, Will Andrews wrote:
> New Revision: 271795
> URL: http://svnweb.freebsd.org/changeset/base/271795
>
> Log:
> Start the process of cleaning up FreeBSD's firewire driver.
Woot! Thanks for finally starting to breath some life into our 1394 stack.
./danfe
Author: ganbold
Date: Sat Sep 20 09:18:58 2014
New Revision: 271901
URL: http://svnweb.freebsd.org/changeset/base/271901
Log:
Fix typo in comment.
Disable AHB clock gate for ehci0.
Approved by: stas (mentor)
Modified:
head/sys/arm/allwinner/a10_clk.c
Modified: head/sys/arm/allwinner/
Author: bz
Date: Sat Sep 20 08:34:56 2014
New Revision: 271900
URL: http://svnweb.freebsd.org/changeset/base/271900
Log:
Properly hide calls to ARP under #ifdef INET to allow IPv6-only
kernels to compile.
MFC atfer:3 days
Modified:
head/sys/dev/ixl/if_ixl.c
head/sys/dev/ixl/if_ix
Author: bz
Date: Sat Sep 20 08:18:48 2014
New Revision: 271899
URL: http://svnweb.freebsd.org/changeset/base/271899
Log:
Make gcc happy by initialising the variable only set in a couple of
case statements without a default.
MFC after:2 days
X-MFC with: r271871
Modified:
head/sy
Author: hselasky
Date: Sat Sep 20 08:03:15 2014
New Revision: 271898
URL: http://svnweb.freebsd.org/changeset/base/271898
Log:
MFC r271492:
Workaround for receiving Voice Calls using the E1750 dongle from
Huawei. It might appear as if the firmware is allocating memory blocks
according to t
Author: hselasky
Date: Sat Sep 20 08:01:50 2014
New Revision: 271897
URL: http://svnweb.freebsd.org/changeset/base/271897
Log:
MFC r271492:
Workaround for receiving Voice Calls using the E1750 dongle from
Huawei. It might appear as if the firmware is allocating memory blocks
according to t
Author: hselasky
Date: Sat Sep 20 07:59:34 2014
New Revision: 271896
URL: http://svnweb.freebsd.org/changeset/base/271896
Log:
MFC r271492:
Workaround for receiving Voice Calls using the E1750 dongle from
Huawei. It might appear as if the firmware is allocating memory blocks
according to t
On Sat, 20 Sep 2014, Julian Elischer wrote:
On 9/18/14, 10:41 PM, Will Andrews wrote:
Author: will
Date: Thu Sep 18 14:41:57 2014
New Revision: 271771
URL: http://svnweb.freebsd.org/changeset/base/271771
Log:
Fix incremental builds involving non-root users with read-only source
files.
26 matches
Mail list logo