Author: ngie
Date: Thu Apr 20 03:43:37 2017
New Revision: 317181
URL: https://svnweb.freebsd.org/changeset/base/317181
Log:
Regenerate src.conf(5) after recent additions/clarifications
Sponsored by: Dell EMC Isilon
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/s
Author: davidcs
Date: Thu Apr 20 03:41:42 2017
New Revision: 317180
URL: https://svnweb.freebsd.org/changeset/base/317180
Log:
Cleanup QLA_LOCK/QLA_UNLOCK macros
remove unused QLA_TX_LOCK/QLA_TX_UNLOCK macros
format qla_error_recovery()
MFC after:3 days
Modified:
head/sys/dev/qlxgbe/
Author: ngie
Date: Thu Apr 20 03:36:09 2017
New Revision: 317179
URL: https://svnweb.freebsd.org/changeset/base/317179
Log:
Clean up WITH*_PROFILE
- Clarify that profiled libraries are usable with gprof(8).
- Add WITH_PROFILE to complement WITHOUT_PROFILE and placate makeman.
MFC aft
Author: ngie
Date: Thu Apr 20 03:32:30 2017
New Revision: 317178
URL: https://svnweb.freebsd.org/changeset/base/317178
Log:
Add WITH_GROFF to complement WITHOUT_GROFF and placate complaints from makeman
MFC after:7 weeks
Sponsored by: Dell EMC Isilon
Added:
head/tools/build/options
On 20/4/17 3:13 am, Justin Hibbits wrote:
On Wed, Apr 19, 2017 at 11:33 AM, Rodney W. Grimes
wrote:
On Wednesday, April 19, 2017 01:28:37 AM Slawa Olhovchenkov wrote:
On Tue, Apr 18, 2017 at 12:45:25PM -0700, John Baldwin wrote:
On Tuesday, April 18, 2017 07:30:13 PM Slawa Olhovchenkov wrote
On 20/4/17 3:13 am, Justin Hibbits wrote:
On Wed, Apr 19, 2017 at 11:33 AM, Rodney W. Grimes
wrote:
On Wednesday, April 19, 2017 01:28:37 AM Slawa Olhovchenkov wrote:
On Tue, Apr 18, 2017 at 12:45:25PM -0700, John Baldwin wrote:
On Tuesday, April 18, 2017 07:30:13 PM Slawa Olhovchenkov wrote
On 19 April 2017 at 18:21, Jung-uk Kim wrote:
> Author: jkim
> Date: Wed Apr 19 22:21:15 2017
> New Revision: 317171
> URL: https://svnweb.freebsd.org/changeset/base/317171
>
> Log:
> Micro-optimize vt_set_border().
I expect we'll eventually have vt drivers that have a non-trivial
vd_drawrect,
On 19/4/2017 17:18, Rodney W. Grimes wrote:
[ Charset windows-1252 unsupported, converting... ]
Generating core.txt now complety broken?
No. crashinfo has supported gdb from ports for quite a while now.
If you 'pkg install gdb' crashinfo defaults to using the ports gdb over
the base one alrea
Author: np
Date: Wed Apr 19 23:06:07 2017
New Revision: 317177
URL: https://svnweb.freebsd.org/changeset/base/317177
Log:
Free lro_hash unconditionally, just like lro_mbuf_data a few lines
later. Fix whitespace nit while here.
Modified:
head/sys/netinet/tcp_lro.c
Modified: head/sys/netine
> On Apr 19, 2017, at 15:22, Warner Losh wrote:
...
>> Actually this is exactly what I would expect from Linux!
>>
>> Why do we need to pull the trigger on GDB other than to pull the trigger
>> to say we are GPL free, if that is the reason then this is the wrong
>> way to go about it.
>
> I t
Author: glebius
Date: Wed Apr 19 22:50:19 2017
New Revision: 317176
URL: https://svnweb.freebsd.org/changeset/base/317176
Log:
Bump __FreeBSD_version due to r317061, struct vmmeter changes.
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
Author: glebius
Date: Wed Apr 19 22:48:27 2017
New Revision: 317175
URL: https://svnweb.freebsd.org/changeset/base/317175
Log:
Fix build without SC_PIXEL_MODE defined.
Modified:
head/sys/dev/syscons/scvgarndr.c
Modified: head/sys/dev/syscons/scvgarndr.c
==
> On Apr 19, 2017, at 13:45, Ngie Cooper wrote:
>
> Author: ngie
> Date: Wed Apr 19 20:45:46 2017
> New Revision: 317168
> URL: https://svnweb.freebsd.org/changeset/base/317168
>
> Log:
> Add a knob, WITH*_RPCBIND_WARMSTART_SUPPORT, to allow the end-user to build
> rpcbind(8) with/without war
Author: jkim
Date: Wed Apr 19 22:43:11 2017
New Revision: 317174
URL: https://svnweb.freebsd.org/changeset/base/317174
Log:
Revert r316796. It is not necessary since r317173.
Modified:
head/sys/dev/vt/vt_cpulogos.c
Modified: head/sys/dev/vt/vt_cpulogos.c
Author: jkim
Date: Wed Apr 19 22:41:24 2017
New Revision: 317173
URL: https://svnweb.freebsd.org/changeset/base/317173
Log:
Always clear borders when the terminal is flushed.
PR: 202288
Modified:
head/sys/dev/vt/vt_core.c
Modified: head/sys/dev/vt/vt_core.c
===
At this point is there anything that the gdb port does
not do, that the base version does? I know a lot of work
has gone into making it a strict superset.
mcl
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-h
Author: np
Date: Wed Apr 19 22:27:26 2017
New Revision: 317172
URL: https://svnweb.freebsd.org/changeset/base/317172
Log:
Do not leak lro_hash on failure to allocate lro_mbuf_data.
MFC after:1 week
Modified:
head/sys/netinet/tcp_lro.c
Modified: head/sys/netinet/tcp_lro.c
===
On Wed, Apr 19, 2017 at 4:18 PM, Rodney W. Grimes
wrote:
> [ Charset windows-1252 unsupported, converting... ]
>> > Generating core.txt now complety broken?
>>
>> No. crashinfo has supported gdb from ports for quite a while now.
>> If you 'pkg install gdb' crashinfo defaults to
Author: jkim
Date: Wed Apr 19 22:21:15 2017
New Revision: 317171
URL: https://svnweb.freebsd.org/changeset/base/317171
Log:
Micro-optimize vt_set_border().
Modified:
head/sys/dev/vt/vt_core.c
Modified: head/sys/dev/vt/vt_core.c
Author: np
Date: Wed Apr 19 22:20:41 2017
New Revision: 317170
URL: https://svnweb.freebsd.org/changeset/base/317170
Log:
Remove redundant assignment.
Modified:
head/sys/netinet/tcp_lro.c
Modified: head/sys/netinet/tcp_lro.c
===
[ Charset windows-1252 unsupported, converting... ]
> > Generating core.txt now complety broken?
>
> No. crashinfo has supported gdb from ports for quite a while now.
> If you 'pkg install gdb' crashinfo defaults to using the ports gdb over
> the base one already.
> >>>
> >
Author: gjb
Date: Wed Apr 19 21:18:06 2017
New Revision: 317169
URL: https://svnweb.freebsd.org/changeset/base/317169
Log:
Trim trailing '/release/..' when setting _OBJDIR so arm64/aarch64
boot1.efifat is properly located when creating virtual machine images.
Sponsored by: The FreeBSD Fou
Author: ngie
Date: Wed Apr 19 20:45:46 2017
New Revision: 317168
URL: https://svnweb.freebsd.org/changeset/base/317168
Log:
Add a knob, WITH*_RPCBIND_WARMSTART_SUPPORT, to allow the end-user to build
rpcbind(8) with/without warmstart support.
The knob defaults to off to preserve POLA for
Author: ngie
Date: Wed Apr 19 20:35:47 2017
New Revision: 317167
URL: https://svnweb.freebsd.org/changeset/base/317167
Log:
Add WITH_CXX to complement WITHOUT_CXX and placate makeman's complaints
MFC after:7 weeks
Sponsored by: Dell EMC Isilon
Added:
head/tools/build/options/WITH_C
Author: manu
Date: Wed Apr 19 20:35:04 2017
New Revision: 317166
URL: https://svnweb.freebsd.org/changeset/base/317166
Log:
pom: Remove useless cap_rights_init
Pointy-Hat: manu
Reported by: bapt
Modified:
head/usr.bin/pom/pom.c
Modified: head/usr.bin/pom/pom.c
==
Author: manu
Date: Wed Apr 19 20:27:48 2017
New Revision: 317165
URL: https://svnweb.freebsd.org/changeset/base/317165
Log:
Capsicumize pom
Since pom is the only binary that can save lives, capsicumize it to be
sure that it's safe to run it.
Reviewed by: bapt
Modified:
head/usr.b
Author: ngie
Date: Wed Apr 19 20:27:13 2017
New Revision: 317164
URL: https://svnweb.freebsd.org/changeset/base/317164
Log:
Fix indentation per style.Makefile(5)
MFC after:7 weeks
Sponsored by: Dell EMC Isilon
Modified:
head/usr.sbin/rpcbind/Makefile
Modified: head/usr.sbin/rpcbin
Author: ngie
Date: Wed Apr 19 20:23:27 2017
New Revision: 317163
URL: https://svnweb.freebsd.org/changeset/base/317163
Log:
rpcbind(8): post-humously document -w (warmstart) support added in r74462
warmstart support saves portmap/rpcbind(8) registration state on exit and
restores the save
> Generating core.txt now complety broken?
No. crashinfo has supported gdb from ports for quite a while now.
If you 'pkg install gdb' crashinfo defaults to using the ports gdb over
the base one already.
>>>
>>> I am about clean install, w/o ports.
>>
>> Until we get some so
Author: ngie
Date: Wed Apr 19 20:04:45 2017
New Revision: 317162
URL: https://svnweb.freebsd.org/changeset/base/317162
Log:
rpcbind(8): add a description for /var/run/rpcbind.sock under the FILES
section
MFC after:7 weeks
Sponsored by: Dell EMC Isilon
Modified:
head/usr.sbin/rpcbi
Author: ngie
Date: Wed Apr 19 19:55:38 2017
New Revision: 317161
URL: https://svnweb.freebsd.org/changeset/base/317161
Log:
which(1): sort #includes
No functional change [intended].
MFC after:7 weeks
Sponsored by: Dell EMC Isilon
Modified:
head/usr.bin/which/which.c
Modified:
Author: ngie
Date: Wed Apr 19 19:52:40 2017
New Revision: 317160
URL: https://svnweb.freebsd.org/changeset/base/317160
Log:
Clean up trailing whitespace
No functional changes
MFC after:1 week
Sponsored by: Dell EMC Isilon
Modified:
head/usr.bin/which/which.c
Modified: head/us
On 19 April 2017 at 11:22, Ruslan Bukin wrote:
>
> I committed. Please upstream that.
As jhb pointed out we should probably add __bswapdi2 to compiler-rt
(it's already there for ARM). I would assume that libgcc also has it,
and this is a workaround for our slightly unusual case of GCC w/ a
compil
On Wed, Apr 19, 2017 at 11:33 AM, Rodney W. Grimes
wrote:
>> On Wednesday, April 19, 2017 01:28:37 AM Slawa Olhovchenkov wrote:
>> > On Tue, Apr 18, 2017 at 12:45:25PM -0700, John Baldwin wrote:
>> >
>> > > On Tuesday, April 18, 2017 07:30:13 PM Slawa Olhovchenkov wrote:
>> > > > On Tue, Apr 18, 2
Author: emaste
Date: Wed Apr 19 19:06:47 2017
New Revision: 317159
URL: https://svnweb.freebsd.org/changeset/base/317159
Log:
libstdc++: fix symbol version script for LLD
LLD is less tolerant of inconsistencies in the symbol version script.
- Add a ; on the last entry in a version bloc
On 19 April 2017 at 14:59, Ed Maste wrote:
> Author: emaste
> Date: Wed Apr 19 18:59:38 2017
> New Revision: 317158
> URL: https://svnweb.freebsd.org/changeset/base/317158
>
> Log:
> Remove WITHOUT_GNU and WITHOUT_GNU_SUPPORT src.conf.knobs
>
> These have no effect (and WITHOUT_GNU is document
Author: emaste
Date: Wed Apr 19 18:59:38 2017
New Revision: 317158
URL: https://svnweb.freebsd.org/changeset/base/317158
Log:
Remove WITHOUT_GNU and WITHOUT_GNU_SUPPORT src.conf.knobs
These have no effect (and WITHOUT_GNU is documented as having no
effect). I intend to later introduce a W
> On Wednesday, April 19, 2017 01:28:37 AM Slawa Olhovchenkov wrote:
> > On Tue, Apr 18, 2017 at 12:45:25PM -0700, John Baldwin wrote:
> >
> > > On Tuesday, April 18, 2017 07:30:13 PM Slawa Olhovchenkov wrote:
> > > > On Tue, Apr 18, 2017 at 04:27:48PM +, John Baldwin wrote:
> > > >
> > > > >
Author: bde
Date: Wed Apr 19 18:35:34 2017
New Revision: 317157
URL: https://svnweb.freebsd.org/changeset/base/317157
Log:
Fix missing support for drawing the mouse cursor in depth 24 of direct
mode.
Use the general DRAWPIXEL() macro with its bigger case statement
(twice) instead of our
Author: emaste
Date: Wed Apr 19 18:11:08 2017
New Revision: 317156
URL: https://svnweb.freebsd.org/changeset/base/317156
Log:
makeman: add a comment describing purpose and invocation
Reviewed by: jhb, ngie
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revisi
On Mon, Apr 17, 2017 at 7:34 PM, Gleb Smirnoff wrote:
> Author: glebius
> Date: Mon Apr 17 17:34:47 2017
> New Revision: 317061
> URL: https://svnweb.freebsd.org/changeset/base/317061
>
> Log:
> - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeter
> in place. To do per-
Author: ngie
Date: Wed Apr 19 18:01:53 2017
New Revision: 317155
URL: https://svnweb.freebsd.org/changeset/base/317155
Log:
rpcbind(8): wordsmith -h description and mention -W in the SYNOPSIS section
-W was already documented in the OPTIONS section.
MFC after:7 weeks
Reported by:
Author: ngie
Date: Wed Apr 19 17:51:32 2017
New Revision: 317154
URL: https://svnweb.freebsd.org/changeset/base/317154
Log:
Print out the signal number on exit in terminate(..) if WARMSTART is compiled
into rpcbind.
The signal number can provide helpful diagnostic info.
MFC after:
On Wednesday, April 19, 2017 03:24:34 PM Ruslan Bukin wrote:
> Author: br
> Date: Wed Apr 19 15:24:33 2017
> New Revision: 317144
> URL: https://svnweb.freebsd.org/changeset/base/317144
>
> Log:
> Don't use __builtin_bswap for RISC-V due to undefined reference
> in compiler.
>
> This unbr
On Wed, Apr 19, 2017 at 03:04:53PM +, Scott Long wrote:
> Author: scottl
> Date: Wed Apr 19 15:04:52 2017
> New Revision: 317143
> URL: https://svnweb.freebsd.org/changeset/base/317143
>
> Log:
> Add infrastructure to the ATA and SCSI transports that supports
> using a driver-supplied sbu
Author: br
Date: Wed Apr 19 17:06:32 2017
New Revision: 317151
URL: https://svnweb.freebsd.org/changeset/base/317151
Log:
Follow r317061 "Remove struct vmmeter from struct pcpu"
with MD changes for RISC-V.
This unbreaks RISC-V build.
Sponsored by: DARPA, AFRL
Modified:
head/sys/ri
Author: bde
Date: Wed Apr 19 16:24:51 2017
New Revision: 317150
URL: https://svnweb.freebsd.org/changeset/base/317150
Log:
Stop using a saveunder method for mouse cursor drawing in the vga
direct mode renderer. I thought that reads were not much slower than
writes, so that the method only t
On Wednesday, April 19, 2017 01:28:37 AM Slawa Olhovchenkov wrote:
> On Tue, Apr 18, 2017 at 12:45:25PM -0700, John Baldwin wrote:
>
> > On Tuesday, April 18, 2017 07:30:13 PM Slawa Olhovchenkov wrote:
> > > On Tue, Apr 18, 2017 at 04:27:48PM +, John Baldwin wrote:
> > >
> > > > Author: jhb
>
Author: markj
Date: Wed Apr 19 16:12:02 2017
New Revision: 317148
URL: https://svnweb.freebsd.org/changeset/base/317148
Log:
Drop Giant before sleeping in linux_wait_for_{timeout_,}common().
Reported and tested by: Pete Wright
Reviewed by: hselasky (previous version)
MFC after:
On Wed, Apr 19, 2017 at 04:53:25PM +0200, Baptiste Daroussin wrote:
> On Wed, Apr 19, 2017 at 02:21:06PM +, Ruslan Bukin wrote:
> > This break RISC-V world build:
> > /home/br/obj//riscv.riscv64/usr/home/br/dev/freebsd-head/tmp/usr/lib/libprivatezstd.so:
> > undefined reference to `__bswap
> >
Author: br
Date: Wed Apr 19 15:24:33 2017
New Revision: 317144
URL: https://svnweb.freebsd.org/changeset/base/317144
Log:
Don't use __builtin_bswap for RISC-V due to undefined reference
in compiler.
This unbreaks RISC-V world build.
Sponsored by: DARPA, AFRL
Modified:
head/contrib
Author: scottl
Date: Wed Apr 19 15:04:52 2017
New Revision: 317143
URL: https://svnweb.freebsd.org/changeset/base/317143
Log:
Add infrastructure to the ATA and SCSI transports that supports
using a driver-supplied sbuf for printing device discovery
announcements. This helps ensure that messa
On Wed, Apr 19, 2017 at 02:21:06PM +, Ruslan Bukin wrote:
> This break RISC-V world build:
> /home/br/obj//riscv.riscv64/usr/home/br/dev/freebsd-head/tmp/usr/lib/libprivatezstd.so:
> undefined reference to `__bswap
> si2'
> /home/br/obj//riscv.riscv64/usr/home/br/dev/freebsd-head/tmp/usr/lib/l
Author: bde
Date: Wed Apr 19 14:49:18 2017
New Revision: 317142
URL: https://svnweb.freebsd.org/changeset/base/317142
Log:
When we don't use the parameter table in the BIOS, also don't use most
of our tweaked modes based on it. In practice, this means limiting the
tweaked modes to at most 8
Author: emaste
Date: Wed Apr 19 14:43:51 2017
New Revision: 317141
URL: https://svnweb.freebsd.org/changeset/base/317141
Log:
readelf: dump MIPS abiflags section
This is not fully fleshed out but is sufficient to dump the
SHT_MIPS_ABIFLAGS used in FreeBSD.
Reviewed by: imp
MFC aft
This break RISC-V world build:
/home/br/obj//riscv.riscv64/usr/home/br/dev/freebsd-head/tmp/usr/lib/libprivatezstd.so:
undefined reference to `__bswap
si2'
/home/br/obj//riscv.riscv64/usr/home/br/dev/freebsd-head/tmp/usr/lib/libprivatezstd.so:
undefined reference to `__bswap
di2'
Here is patch t
In message , Hans Petter
Sela
sky writes:
> On 04/19/17 14:24, Hans Petter Selasky wrote:
> > -static ipf_rdx_node_t *ipf_rx_match __P((ipf_rdx_head_t *, addrfamily_t
> ^^^ was removal of this prototype intended?
>
> > *));
> > +/*$NetBSD: radix_ipf.c,v 1.6 2015/12/15 12:30:34 christos Exp $
Author: cy
Date: Wed Apr 19 13:24:32 2017
New Revision: 317139
URL: https://svnweb.freebsd.org/changeset/base/317139
Log:
Restore prototype accidently removed by r316811. Also remove $NetBSD$
accidentally added.
Reported by: hps, lwhsu
Modified:
head/sys/contrib/ipfilter/netinet/radi
Author: hselasky
Date: Wed Apr 19 13:04:34 2017
New Revision: 317138
URL: https://svnweb.freebsd.org/changeset/base/317138
Log:
Use __typeof() instead of typeof() in some RCU related macros in the LinuxKPI.
MFC after:1 week
Sponsored by: Mellanox Technologies
Modified
Author: hselasky
Date: Wed Apr 19 13:03:29 2017
New Revision: 317137
URL: https://svnweb.freebsd.org/changeset/base/317137
Log:
Fix problem regarding priority inversion when using the concurrency
kit, CK, in the LinuxKPI.
When threads are pinned to a CPU core or when there is only one CPU
Author: n_hibma
Date: Wed Apr 19 12:39:45 2017
New Revision: 317136
URL: https://svnweb.freebsd.org/changeset/base/317136
Log:
A test was moved but without the definition of $d.
The test however always succeeds because 'test -d' always returns true.
Also some speling fixes.
Modified:
On 04/19/17 14:24, Hans Petter Selasky wrote:
-static ipf_rdx_node_t *ipf_rx_match __P((ipf_rdx_head_t *, addrfamily_t
^^^ was removal of this prototype intended?
*));
+/*$NetBSD: radix_ipf.c,v 1.6 2015/12/15 12:30:34 christos Exp $*/
--HPS
___
On 04/14/17 07:13, Cy Schubert wrote:
Author: cy
Date: Fri Apr 14 05:13:50 2017
New Revision: 316811
URL: https://svnweb.freebsd.org/changeset/base/316811
Log:
Add missing free()'s after calls to randomize().
PR: NetBSD PR/50559
Obtained from:Netbsd radix_ipf.c r1.6
MF
Author: hselasky
Date: Wed Apr 19 11:38:07 2017
New Revision: 317135
URL: https://svnweb.freebsd.org/changeset/base/317135
Log:
Zero number of CPUs should be translated into the default number of
CPUs when allocating a LinuxKPI workqueue. This also ensures that the
created taskqueue always h
64 matches
Mail list logo