On 06 Nov 2013, at 05:30, Bruce Evans wrote:
> On Tue, 5 Nov 2013, Luigi Rizzo wrote:
>> On Tue, Nov 05, 2013 at 07:37:35AM +, Dimitry Andric wrote:
>>> Log:
>>> Fix libgcc build with gcc after r257645, by using -Wno-static-in-inline
>>> for clang only.
> This still just breaks the warning.
Author: pjd
Date: Wed Nov 6 07:46:10 2013
New Revision: 257736
URL: http://svnweb.freebsd.org/changeset/base/257736
Log:
- Remove mac_get_fd/mac_set_fd - those are not syscalls. The __mac_get_fd()
and
__mac_set_fd() syscalls are listed earlier.
- Correct typo in syscall name. It should b
On Wed, Nov 06, 2013 at 10:11:15AM +0400, Gleb Smirnoff wrote:
T> On Tue, Nov 05, 2013 at 04:34:43PM -0800, Peter Wemm wrote:
T> P> > eg: /usr/sbin/traceroute after the change:
T> P> > # traceroute www.freebsd.org
T> P> > traceroute: ifaddrlist: SIOCGIFADDR: bge0: Can't assign requested
address
T>
John, Adrian,
On Tue, Nov 05, 2013 at 05:18:26PM -0500, John Baldwin wrote:
J> Mmmm, people run older versions of binaries (even open source ones) on newer
OS's
J> perhaps more often than you think. The COMPAT_43 stuff can be dropped
certainly,
J> but people will almost certainly do rolling
On Tue, Nov 05, 2013 at 04:34:43PM -0800, Peter Wemm wrote:
P> > eg: /usr/sbin/traceroute after the change:
P> > # traceroute www.freebsd.org
P> > traceroute: ifaddrlist: SIOCGIFADDR: bge0: Can't assign requested address
P> >
P> > Hint: linux doesn't have a sa_len, so code that originates on Linux
Author: imp
Date: Wed Nov 6 05:26:15 2013
New Revision: 257735
URL: http://svnweb.freebsd.org/changeset/base/257735
Log:
Remove the gross hack for the Octeon Simple Executive to the least
intrusive place for it to be: the octeon std file.
Fix a comment while I'm here.
Allow for future arc
Author: gjb
Date: Wed Nov 6 04:38:49 2013
New Revision: 257734
URL: http://svnweb.freebsd.org/changeset/base/257734
Log:
Revert r257730:
Make head/ buildable again, instead of spewing garbage like:
/src/gnu/lib/csu/../../../contrib/gcc/config/rs6000/crtsavres.asm:280:
Error: no such i
On Tue, 5 Nov 2013, Luigi Rizzo wrote:
On Tue, Nov 05, 2013 at 07:37:35AM +, Dimitry Andric wrote:
Log:
Fix libgcc build with gcc after r257645, by using -Wno-static-in-inline
for clang only.
This still just breaks the warning. See my previous reply. (For gcc,
it is unclear if the m
On Tue, 5 Nov 2013, John-Mark Gurney wrote:
Andriy Gapon wrote this message on Tue, Nov 05, 2013 at 12:12 +0200:
on 08/10/2013 04:38 Xin LI said the following:
Author: delphij
Date: Tue Oct 8 01:38:24 2013
New Revision: 256132
URL: http://svnweb.freebsd.org/changeset/base/256132
Log:
Impro
Author: gjb
Date: Wed Nov 6 03:36:43 2013
New Revision: 257733
URL: http://svnweb.freebsd.org/changeset/base/257733
Log:
Revert r257691, r257645:
Let amd64/amd64 build again.
Modified:
head/gnu/lib/libgcc/Makefile
Modified: head/gnu/lib/libgcc/Makefile
===
Author: kevlo
Date: Wed Nov 6 02:49:16 2013
New Revision: 257732
URL: http://svnweb.freebsd.org/changeset/base/257732
Log:
Reading the RT2860_ASIC_VER_ID register is not needed and returns
completely bogus value.
Modified:
head/sys/dev/usb/wlan/if_run.c
Modified: head/sys/dev/usb/wlan/if_
Author: nwhitehorn
Date: Wed Nov 6 01:14:00 2013
New Revision: 257731
URL: http://svnweb.freebsd.org/changeset/base/257731
Log:
Fix build on GCC.
Modified:
head/sys/netinet/in.c
Modified: head/sys/netinet/in.c
==
--
On 11/5/13, 4:15 PM, Peter Wemm wrote:
On 11/5/13, 2:18 PM, John Baldwin wrote:
On Tuesday, November 05, 2013 3:42:17 pm Gleb Smirnoff wrote:
John,
On Tue, Nov 05, 2013 at 02:47:52PM -0500, John Baldwin wrote:
J> On Tuesday, November 05, 2013 2:29:04 pm Gleb Smirnoff wrote:
J> > On Tue, Nov
Author: ian
Date: Wed Nov 6 00:32:40 2013
New Revision: 257730
URL: http://svnweb.freebsd.org/changeset/base/257730
Log:
Do not build aicasm with the cross-tools/kernel-toolchain, instead add a
proper kernel-tools step/target modeled after the world build-tools stuff.
Modified:
head/Makefi
Author: grehan
Date: Wed Nov 6 00:25:17 2013
New Revision: 257729
URL: http://svnweb.freebsd.org/changeset/base/257729
Log:
Add the VM name to the process name with setproctitle().
Remove the VM name from some of the thread-naming calls
since it is now in the proc title.
Slightly modify t
On 11/5/13, 2:18 PM, John Baldwin wrote:
On Tuesday, November 05, 2013 3:42:17 pm Gleb Smirnoff wrote:
John,
On Tue, Nov 05, 2013 at 02:47:52PM -0500, John Baldwin wrote:
J> On Tuesday, November 05, 2013 2:29:04 pm Gleb Smirnoff wrote:
J> > On Tue, Nov 05, 2013 at 11:56:09AM -0500, John Bald
Author: pluknet
Date: Tue Nov 5 22:33:45 2013
New Revision: 257721
URL: http://svnweb.freebsd.org/changeset/base/257721
Log:
MFC r256169 (by jimharris):
Fix the LINT build.
Modified:
stable/9/sys/dev/nvme/nvme_ns.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/dev/
[snip]
My main worry about this kind of work is that you're just steamrolling
through stuff that yes, should be done, but with little warning and no
API deprecation schedule.
I'd much rather see this stuff handled more formally - we mark the API
as deprecated and remove it in the next release.
I
On Tuesday, November 05, 2013 3:42:17 pm Gleb Smirnoff wrote:
> John,
>
> On Tue, Nov 05, 2013 at 02:47:52PM -0500, John Baldwin wrote:
> J> On Tuesday, November 05, 2013 2:29:04 pm Gleb Smirnoff wrote:
> J> > On Tue, Nov 05, 2013 at 11:56:09AM -0500, John Baldwin wrote:
> J> > J> On Tuesday, No
Author: gjb
Date: Tue Nov 5 21:47:00 2013
New Revision: 257720
URL: http://svnweb.freebsd.org/changeset/base/257720
Log:
Fix .Dd after r257646.
DST affects the day by one hour, but the number of days in the
week stay the same.
Modified:
head/lib/libc/string/strlcpy.3
Modified: head/lib/
On 05 Nov 2013, at 16:45, Luigi Rizzo wrote:
...
> I wonder if it is worthwhile adding to the default rules some
> compiler-specific CFLAGS, say CFLAGS_CLANG and CFLAGS_GCC
>
> (there is only a handful of cases now so maybe it is overkill,
> and it harms readability; on the other hand, the Makefi
John,
On Tue, Nov 05, 2013 at 02:47:52PM -0500, John Baldwin wrote:
J> On Tuesday, November 05, 2013 2:29:04 pm Gleb Smirnoff wrote:
J> > On Tue, Nov 05, 2013 at 11:56:09AM -0500, John Baldwin wrote:
J> > J> On Tuesday, November 05, 2013 5:29:48 am Gleb Smirnoff wrote:
J> > J> > Author: glebius
On Tue, Nov 05, 2013 at 11:48:59AM -0800, Julian Elischer wrote:
J> On 11/5/13, 1:30 AM, Gleb Smirnoff wrote:
J> > Author: glebius
J> > Date: Tue Nov 5 09:30:06 2013
J> > New Revision: 257694
J> > URL: http://svnweb.freebsd.org/changeset/base/257694
J> >
J> > Log:
J> >Remove remnants of BIND f
Andriy Gapon wrote this message on Tue, Nov 05, 2013 at 12:12 +0200:
> on 08/10/2013 04:38 Xin LI said the following:
> > Author: delphij
> > Date: Tue Oct 8 01:38:24 2013
> > New Revision: 256132
> > URL: http://svnweb.freebsd.org/changeset/base/256132
> >
> > Log:
> > Improve lzjb decompress
Author: delphij
Date: Tue Nov 5 20:00:17 2013
New Revision: 257719
URL: http://svnweb.freebsd.org/changeset/base/257719
Log:
MFC r257539:
When zero'ing out a buffer, make sure we are using right size.
Without this change, in the worst but unlikely case scenario, certain
administrati
Author: delphij
Date: Tue Nov 5 20:00:17 2013
New Revision: 257719
URL: http://svnweb.freebsd.org/changeset/base/257719
Log:
MFC r257539:
When zero'ing out a buffer, make sure we are using right size.
Without this change, in the worst but unlikely case scenario, certain
administrati
Author: delphij
Date: Tue Nov 5 19:58:40 2013
New Revision: 257718
URL: http://svnweb.freebsd.org/changeset/base/257718
Log:
MFC r257539:
When zero'ing out a buffer, make sure we are using right size.
Without this change, in the worst but unlikely case scenario, certain
administrati
Author: jhb
Date: Tue Nov 5 19:54:13 2013
New Revision: 257716
URL: http://svnweb.freebsd.org/changeset/base/257716
Log:
MFC 253656: Enhance the description of NOTE_TRACK:
- NOTE_TRACK has never triggered a NOTE_TRACK event from the parent pid.
If NOTE_FORK is set, the listener will get a
Author: jhb
Date: Tue Nov 5 19:54:35 2013
New Revision: 257717
URL: http://svnweb.freebsd.org/changeset/base/257717
Log:
MFC 253656: Enhance the description of NOTE_TRACK:
- NOTE_TRACK has never triggered a NOTE_TRACK event from the parent pid.
If NOTE_FORK is set, the listener will get a
On Tuesday, November 05, 2013 2:29:04 pm Gleb Smirnoff wrote:
> On Tue, Nov 05, 2013 at 11:56:09AM -0500, John Baldwin wrote:
> J> On Tuesday, November 05, 2013 5:29:48 am Gleb Smirnoff wrote:
> J> > Author: glebius
> J> > Date: Tue Nov 5 10:29:47 2013
> J> > New Revision: 257696
> J> > URL: http:
Author: jhb
Date: Tue Nov 5 19:49:53 2013
New Revision: 257715
URL: http://svnweb.freebsd.org/changeset/base/257715
Log:
Don't explicitly invoke ifn_start on new child interfaces (vaps and
subinterfaces) after they are created. Interfaces are already started
by devd invoking /etc/pccard_et
On 11/5/13, 1:30 AM, Gleb Smirnoff wrote:
Author: glebius
Date: Tue Nov 5 09:30:06 2013
New Revision: 257694
URL: http://svnweb.freebsd.org/changeset/base/257694
Log:
Remove remnants of BIND from /etc, since there is no BIND in base now.
Sorry, that would break users running head and
Who says the only thing written out there that's old and would want a
list of interfaces and interface configs via some legacy old ioctl API
is ifconfig?
-adrian
On 5 November 2013 11:29, Gleb Smirnoff wrote:
> On Tue, Nov 05, 2013 at 11:56:09AM -0500, John Baldwin wrote:
> J> On Tuesday, Nove
On Tue, Nov 05, 2013 at 11:56:09AM -0500, John Baldwin wrote:
J> On Tuesday, November 05, 2013 5:29:48 am Gleb Smirnoff wrote:
J> > Author: glebius
J> > Date: Tue Nov 5 10:29:47 2013
J> > New Revision: 257696
J> > URL: http://svnweb.freebsd.org/changeset/base/257696
J> >
J> > Log:
J> > Drop sup
Author: glebius
Date: Tue Nov 5 19:17:19 2013
New Revision: 257713
URL: http://svnweb.freebsd.org/changeset/base/257713
Log:
Fix build.
Pointy hat to:glebius
Modified:
head/sys/compat/svr4/svr4_sockio.c
Modified: head/sys/compat/svr4/svr4_sockio.c
==
Author: hselasky
Date: Tue Nov 5 18:27:25 2013
New Revision: 257712
URL: http://svnweb.freebsd.org/changeset/base/257712
Log:
Protect the "ratectl_ch" callout in the "run" driver by the "run"
softc's "sc->sc_mtx" mutex. Currently the callout was marked
multi-processor safe, which is fine, b
On Tuesday, November 05, 2013 5:29:48 am Gleb Smirnoff wrote:
> Author: glebius
> Date: Tue Nov 5 10:29:47 2013
> New Revision: 257696
> URL: http://svnweb.freebsd.org/changeset/base/257696
>
> Log:
> Drop support for historic ioctls and also undefine them, so that code
> that checks their pr
Author: pgj (doc,ports committer)
Date: Tue Nov 5 17:19:51 2013
New Revision: 257711
URL: http://svnweb.freebsd.org/changeset/base/257711
Log:
Michael Reifenberger (mr) has requested his commit bit be reactivated.
Welcome back!
Approved by: core
Modified:
svnadmin/conf/access
Modifi
Author: glebius
Date: Tue Nov 5 16:54:25 2013
New Revision: 257710
URL: http://svnweb.freebsd.org/changeset/base/257710
Log:
Fix fallout from r257223. Since pf_test_state_icmp() can call
pf_icmp_state_lookup() twice, we need to unlock previously found state.
Reported & tested by: gavin
Author: jimharris
Date: Tue Nov 5 15:57:24 2013
New Revision: 257709
URL: http://svnweb.freebsd.org/changeset/base/257709
Log:
MFC r257534:
Create a unique unit number for each controller and namespace cdev.
Sponsored by: Intel
Modified:
stable/9/sys/dev/nvme/nvme_ctrlr.c
stable/
Author: jimharris
Date: Tue Nov 5 15:56:15 2013
New Revision: 257708
URL: http://svnweb.freebsd.org/changeset/base/257708
Log:
MFC r257531:
Do not exit with error status after printing data for perftest.
Sponsored by: Intel
Modified:
stable/9/sbin/nvmecontrol/perftest.c
Directory P
Author: jimharris
Date: Tue Nov 5 15:54:52 2013
New Revision: 257707
URL: http://svnweb.freebsd.org/changeset/base/257707
Log:
MFC r257534:
Create a unique unit number for each controller and namespace cdev.
Sponsored by: Intel
Approved by: re (glebius)
Modified:
stable/10/sys/d
Author: jimharris
Date: Tue Nov 5 15:52:38 2013
New Revision: 257706
URL: http://svnweb.freebsd.org/changeset/base/257706
Log:
MFC r257531:
Do not exit with error status after printing data for perftest.
Sponsored by: Intel
Approved by: re (glebius)
Modified:
stable/10/sbin/nvme
On Tue, Nov 05, 2013 at 07:37:35AM +, Dimitry Andric wrote:
> Author: dim
> Date: Tue Nov 5 07:37:35 2013
> New Revision: 257691
> URL: http://svnweb.freebsd.org/changeset/base/257691
>
> Log:
> Fix libgcc build with gcc after r257645, by using -Wno-static-in-inline
> for clang only.
tha
Author: pluknet
Date: Tue Nov 5 14:20:39 2013
New Revision: 257705
URL: http://svnweb.freebsd.org/changeset/base/257705
Log:
Clean up -Wtautological-compare -Wformat warnings.
Modified:
head/tools/tools/syscall_timing/syscall_timing.c
Modified: head/tools/tools/syscall_timing/syscall_timing
Author: glebius
Date: Tue Nov 5 14:11:31 2013
New Revision: 257704
URL: http://svnweb.freebsd.org/changeset/base/257704
Log:
Axe IFF_SMART.
Submitted by: pluknet
Modified:
head/sbin/ifconfig/ifconfig.c
Modified: head/sbin/ifconfig/ifconfig.c
Author: theraven
Date: Tue Nov 5 14:07:30 2013
New Revision: 257703
URL: http://svnweb.freebsd.org/changeset/base/257703
Log:
When writing DTS to a file, don't write some of it to stderr.
Reported by: ray
Modified:
head/usr.bin/dtc/fdt.cc
Modified: head/usr.bin/dtc/fdt.cc
Author: nwhitehorn
Date: Tue Nov 5 13:48:34 2013
New Revision: 257702
URL: http://svnweb.freebsd.org/changeset/base/257702
Log:
Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiring
fdtbus in most cases. This brings ARM and MIPS more in line with existing
Open Firmware pla
Author: bdrewery (ports committer)
Date: Tue Nov 5 13:36:05 2013
New Revision: 257701
URL: http://svnweb.freebsd.org/changeset/base/257701
Log:
Remove condition which can never be true as the previous loop
is never exited while remote == NULL.
Reported by: Coverity
Approved by: bapt
Author: glebius
Date: Tue Nov 5 12:52:56 2013
New Revision: 257699
URL: http://svnweb.freebsd.org/changeset/base/257699
Log:
Axe IFF_SMART. Fortunately this layering violating flag was never used,
it was just declared.
Modified:
head/share/man/man9/ifnet.9
head/sys/compat/linux/linux_ioc
Author: edwin
Date: Tue Nov 5 10:58:38 2013
New Revision: 257697
URL: http://svnweb.freebsd.org/changeset/base/257697
Log:
MFC of 257681
tzdata2013f
- Jordan goes to winter time on the last Friday in October.
- Tocantins in Brazil will not go into summer time in October.
- Indonesian
Author: glebius
Date: Tue Nov 5 10:29:47 2013
New Revision: 257696
URL: http://svnweb.freebsd.org/changeset/base/257696
Log:
Drop support for historic ioctls and also undefine them, so that code
that checks their presence via ifdef, won't use them.
Bump __FreeBSD_version as safety measur
on 08/10/2013 04:38 Xin LI said the following:
> Author: delphij
> Date: Tue Oct 8 01:38:24 2013
> New Revision: 256132
> URL: http://svnweb.freebsd.org/changeset/base/256132
>
> Log:
> Improve lzjb decompress performance by reorganizing the code
> to tighten the copy loop.
>
> Submitted
Discussion is here:
http://lists.freebsd.org/pipermail/freebsd-stable/2013-September/075280.html
--
Oleg.
=== Oleg Bulyzhin -- OBUL-RIPN -- OBUL-RIPE -- o...@rinet.ru ===
===
Author: oleg
Date: Tue Nov 5 09:46:01 2013
New Revision: 257695
URL: http://svnweb.freebsd.org/changeset/base/257695
Log:
- Fix link loss on vlan reconfiguration.
- Fix issues with 'vlanhwfilter'.
MFC after:1 week
Silence from: jfv 5 weeks
Modified:
head/sys/dev/ixgbe/ixgbe.c
M
On Tue, Nov 05, 2013 at 09:30:07AM +, Gleb Smirnoff wrote:
> Author: glebius
> Date: Tue Nov 5 09:30:06 2013
> New Revision: 257694
> URL: http://svnweb.freebsd.org/changeset/base/257694
>
> Log:
> Remove remnants of BIND from /etc, since there is no BIND in base now.
>
Thanks for takin
Author: glebius
Date: Tue Nov 5 09:30:06 2013
New Revision: 257694
URL: http://svnweb.freebsd.org/changeset/base/257694
Log:
Remove remnants of BIND from /etc, since there is no BIND in base now.
Sorry, that would break users running head and BIND from ports, since
ports rely on these sc
57 matches
Mail list logo