Author: gleb
Date: Mon Dec 1 08:14:25 2014
New Revision: 275354
URL: https://svnweb.freebsd.org/changeset/base/275354
Log:
Update tools/shlib-compat.
- Update dwarfdump / compiler support.
Use hex instead of decimal for integers.
Add boolean and restrict type definitions.
Add o
Author: phk
Date: Mon Dec 1 10:17:23 2014
New Revision: 275355
URL: https://svnweb.freebsd.org/changeset/base/275355
Log:
Face the fact that we have no idea where the ports tree really lives.
Modified:
head/tools/tools/sysbuild/sysbuild.sh
Modified: head/tools/tools/sysbuild/sysbuild.sh
===
Author: hselasky
Date: Mon Dec 1 11:45:24 2014
New Revision: 275358
URL: https://svnweb.freebsd.org/changeset/base/275358
Log:
Start process of removing the use of the deprecated "M_FLOWID" flag
from the FreeBSD network code. The flag is still kept around in the
"sys/mbuf.h" header file, bu
Author: des
Date: Mon Dec 1 12:17:42 2014
New Revision: 275359
URL: https://svnweb.freebsd.org/changeset/base/275359
Log:
Allow load_rc_config to be called without a service name.
MFC after:1 week
Modified:
head/etc/rc.subr
Modified: head/etc/rc.subr
===
Author: des
Date: Mon Dec 1 12:29:59 2014
New Revision: 275360
URL: https://svnweb.freebsd.org/changeset/base/275360
Log:
The early-late divider was originally set to mountcritlocal. Since that
service does not run in jails, it was necessary to change it to something
else when jailed, and
Bryan Venteicher writes:
> Log:
> Add vxlan interface
> [...]
This breaks the existing "group" command, which means I now have
machines that won't boot without manual intervention because their
firewall rulesets rely on interface groups.
Did you even bother to search for "group" in the code,
Author: des
Date: Mon Dec 1 12:59:16 2014
New Revision: 275361
URL: https://svnweb.freebsd.org/changeset/base/275361
Log:
Disable the vxlan code until the people reponsible for it can come up with
new command names that don't conflict with existing commands.
Pointy hat to:bryanv
Dag-Erling Smørgrav writes:
> Bryan Venteicher writes:
> > Log:
> > Add vxlan interface
> > [...]
> This breaks the existing "group" command, which means I now have
> machines that won't boot without manual intervention because their
> firewall rulesets rely on interface groups.
I added code
Author: mav
Date: Mon Dec 1 13:55:45 2014
New Revision: 275365
URL: https://svnweb.freebsd.org/changeset/base/275365
Log:
Move ctlfe_onoffline() out of lock to let it sleep when needed.
Do some more other polishing while there.
MFC after:2 weeks
Modified:
head/sys/cam/ctl/scsi_
On 1 December 2014 at 05:07, Dag-Erling Smørgrav wrote:
> Dag-Erling Smørgrav writes:
>> Bryan Venteicher writes:
>> > Log:
>> > Add vxlan interface
>> > [...]
>> This breaks the existing "group" command, which means I now have
>> machines that won't boot without manual intervention because
Adrian Chadd writes:
> Dag-Erling Smørgrav writes:
> > I added code to cmd_register() in ifconfig.c to warn about duplicate
> > commands. [...]
> Would you mind committing that code, so we at least get warned about
> it when we try?
It's quadratic and runs every time a set of commands is added,
On Mon, Dec 01, 2014 at 03:24:20PM +0100, Dag-Erling Smørgrav wrote:
> Adrian Chadd writes:
> > Dag-Erling Smørgrav writes:
> > > I added code to cmd_register() in ifconfig.c to warn about duplicate
> > > commands. [...]
> > Would you mind committing that code, so we at least get warned about
>
On Monday, December 01, 2014 11:45:25 AM Hans Petter Selasky wrote:
> Author: hselasky
> Date: Mon Dec 1 11:45:24 2014
> New Revision: 275358
> URL: https://svnweb.freebsd.org/changeset/base/275358
>
> Log:
> Start process of removing the use of the deprecated "M_FLOWID" flag
> from the FreeB
On Wednesday, November 26, 2014 08:19:36 PM Alfred Perlstein wrote:
> Author: alfred
> Date: Wed Nov 26 20:19:36 2014
> New Revision: 275136
> URL: https://svnweb.freebsd.org/changeset/base/275136
>
> Log:
> Make igb and ixgbe check tunables at probe time.
>
> This allows one to make a kernel
Author: dim
Date: Mon Dec 1 15:02:49 2014
New Revision: 275366
URL: https://svnweb.freebsd.org/changeset/base/275366
Log:
Pull in r209785 from upstream libc++ trunk (by Marshall Clow):
Fix a problem exposed by r208825, which caused bind (and other bits of
libc++) to stop working. And
On Mon, Dec 1, 2014 at 6:57 AM, Dag-Erling Smørgrav wrote:
> Bryan Venteicher writes:
> > Log:
> > Add vxlan interface
> > [...]
>
> This breaks the existing "group" command, which means I now have
> machines that won't boot without manual intervention because their
> firewall rulesets rely
Hi John,
These patches were sent to the -current mailing list for review for 12
days. No big issues were mentioned.
Also a review has been made at "reviews.freebsd.org":
https://reviews.freebsd.org/D1243
No response yet.
If I missed someone for the review process please let me know.
--HPS
_
John,
Will work on a new revision based on feedback.
Two things to note however:
Already explored the idea of using kernel_sysctlbyname but rejected due to
following:
It makes little sense to have a rw sysctl that only takes effect "some times".
This violates POLA at the expense of making co
Author: mav
Date: Mon Dec 1 15:21:54 2014
New Revision: 275368
URL: https://svnweb.freebsd.org/changeset/base/275368
Log:
When passing LUN IDs through treat ASCII values as fixed-length, not
interpreating NULLs as EOLs, but converting them to spaces.
SPC-4 does not tell that T10-based ID
On 12/01/14 16:19, Alfred Perlstein wrote:
It makes little sense to have a rw sysctl that only takes effect "some times".
This violates POLA at the expense of making code appear cleaner. Expectation is that
writable sysctls take
Hi,
I think you are missing a new feature in 11-current, that i
> On Dec 1, 2014, at 7:26 AM, Hans Petter Selasky wrote:
>
>> On 12/01/14 16:19, Alfred Perlstein wrote:
>> It makes little sense to have a rw sysctl that only takes effect "some
>> times". This violates POLA at the expense of making code appear cleaner.
>> Expectation is that writable sysctl
On 12/01/14 16:29, Alfred Perlstein wrote:
On Dec 1, 2014, at 7:26 AM, Hans Petter Selasky wrote:
On 12/01/14 16:19, Alfred Perlstein wrote:
It makes little sense to have a rw sysctl that only takes effect "some times".
This violates POLA at the expense of making code appear cleaner. Expec
> On Dec 1, 2014, at 7:34 AM, Hans Petter Selasky wrote:
>
>> On 12/01/14 16:29, Alfred Perlstein wrote:
>>
>>
On Dec 1, 2014, at 7:26 AM, Hans Petter Selasky wrote:
On 12/01/14 16:19, Alfred Perlstein wrote:
It makes little sense to have a rw sysctl that only takes effe
On 12/01/14 16:39, Alfred Perlstein wrote:
On Dec 1, 2014, at 7:34 AM, Hans Petter Selasky wrote:
On 12/01/14 16:29, Alfred Perlstein wrote:
On Dec 1, 2014, at 7:26 AM, Hans Petter Selasky wrote:
On 12/01/14 16:19, Alfred Perlstein wrote:
It makes little sense to have a rw sysctl that
> On Dec 1, 2014, at 7:43 AM, Hans Petter Selasky wrote:
>
>> On 12/01/14 16:39, Alfred Perlstein wrote:
>>
>>
On Dec 1, 2014, at 7:34 AM, Hans Petter Selasky wrote:
On 12/01/14 16:29, Alfred Perlstein wrote:
>> On Dec 1, 2014, at 7:26 AM, Hans Petter Selasky
On 12/01/14 16:45, Alfred Perlstein wrote:
> Hi,
It is quite early, actually:
SYSINIT(sysctl, SI_SUB_KMEM, SI_ORDER_FIRST, sysctl_register_all, 0);
In some parts of the machine independent, MI, code you neee to keep the
TUNABLE_FETCH'es, because its run before SI_SUB_KMEM !
Then it will n
On Monday, December 01, 2014 07:19:13 AM Alfred Perlstein wrote:
> John,
>
> Will work on a new revision based on feedback.
>
> Two things to note however:
>
> Already explored the idea of using kernel_sysctlbyname but rejected due to
> following:
>
> It makes little sense to have a rw sysctl t
On Monday, December 01, 2014 04:15:49 PM Hans Petter Selasky wrote:
> Hi John,
>
> These patches were sent to the -current mailing list for review for 12
> days. No big issues were mentioned.
>
> Also a review has been made at "reviews.freebsd.org":
> https://reviews.freebsd.org/D1243
>
> No res
> On Dec 1, 2014, at 7:49 AM, John Baldwin wrote:
>
>> On Monday, December 01, 2014 07:19:13 AM Alfred Perlstein wrote:
>> John,
>>
>> Will work on a new revision based on feedback.
>>
>> Two things to note however:
>>
>> Already explored the idea of using kernel_sysctlbyname but rejected du
> On Dec 1, 2014, at 7:49 AM, Hans Petter Selasky wrote:
>
>> On 12/01/14 16:45, Alfred Perlstein wrote:
>>
>> > Hi,
>>>
>>> It is quite early, actually:
>>>
>>> SYSINIT(sysctl, SI_SUB_KMEM, SI_ORDER_FIRST, sysctl_register_all, 0);
>>>
>>> In some parts of the machine independent, MI, code
There is no mystery about who's drivers these are, and its not like it would
take a lot of effort to figure out ownership and ask us for review.
Remove this commit until I have had time to look it over!
Jack
On Mon, Dec 1, 2014 at 7:56 AM, Alfred Perlstein wrote:
>
>
> > On Dec 1, 2014, at 7:
Author: emaste
Date: Mon Dec 1 16:07:31 2014
New Revision: 275369
URL: https://svnweb.freebsd.org/changeset/base/275369
Log:
Fix elftoolchain tools in-tree build
* make variables static
* add header for uint*_t typedefs
Modified:
head/contrib/elftoolchain/elfcopy/ascii.c
head/cont
Jack you were asked. Please see the review system.
Sent from my iPhone
> On Dec 1, 2014, at 8:05 AM, Jack Vogel wrote:
>
> There is no mystery about who's drivers these are, and its not like it would
> take a lot of effort to figure out ownership and ask us for review.
>
> Remove this comm
Author: emaste
Date: Mon Dec 1 16:10:03 2014
New Revision: 275370
URL: https://svnweb.freebsd.org/changeset/base/275370
Log:
Temporarily disable non-FreeBSD NT_ note types
Modified:
head/contrib/elftoolchain/size/size.c
Modified: head/contrib/elftoolchain/size/size.c
===
Author: emaste
Date: Mon Dec 1 16:10:44 2014
New Revision: 275371
URL: https://svnweb.freebsd.org/changeset/base/275371
Log:
Track libarchive API change
Modified:
head/contrib/elftoolchain/elfcopy/archive.c
Modified: head/contrib/elftoolchain/elfcopy/archive.c
==
Really, and did I say that I approved, because I do not recall the event?
Jack
On Mon, Dec 1, 2014 at 8:08 AM, Alfred Perlstein wrote:
> Jack you were asked. Please see the review system.
>
> Sent from my iPhone
>
> On Dec 1, 2014, at 8:05 AM, Jack Vogel wrote:
>
> There is no mystery about
On 12/01/14 16:56, Alfred Perlstein wrote:
On Dec 1, 2014, at 7:49 AM, Hans Petter Selasky wrote:
On 12/01/14 16:45, Alfred Perlstein wrote:
Hi,
It is quite early, actually:
SYSINIT(sysctl, SI_SUB_KMEM, SI_ORDER_FIRST, sysctl_register_all, 0);
In some parts of the machine independent,
> On Dec 1, 2014, at 8:28 AM, Hans Petter Selasky wrote:
>
>> On 12/01/14 16:56, Alfred Perlstein wrote:
>>
>>
On Dec 1, 2014, at 7:49 AM, Hans Petter Selasky wrote:
> On 12/01/14 16:45, Alfred Perlstein wrote:
>
> Hi,
>
> It is quite early, actually:
>
Hi,
I think you maybe missed a point
On 12/01/14 17:31, Alfred Perlstein wrote:
Yes that is why it is being done by hand in the probe routine. I think proper
thing might be a way to sort out how to get tunables to run at a driver load
event? Is that possible?
All sysctls are tried in
On Monday, December 01, 2014 07:55:57 AM Alfred Perlstein wrote:
> > On Dec 1, 2014, at 7:49 AM, John Baldwin wrote:
> >> On Monday, December 01, 2014 07:19:13 AM Alfred Perlstein wrote:
> >> John,
> >>
> >> Will work on a new revision based on feedback.
> >>
> >> Two things to note however:
> >
> On Dec 1, 2014, at 8:37 AM, Hans Petter Selasky wrote:
>
> Hi,
>
> I think you maybe missed a point
>
>> On 12/01/14 17:31, Alfred Perlstein wrote:
>>
>> Yes that is why it is being done by hand in the probe routine. I think
>> proper thing might be a way to sort out how to get tunab
Author: kib
Date: Mon Dec 1 17:36:10 2014
New Revision: 275372
URL: https://svnweb.freebsd.org/changeset/base/275372
Log:
Disable recursion for the process spinlock.
Tested by:pho
Discussed with: jhb
Sponsored by: The FreeBSD Foundation
MFC after:1 month
Modified:
he
Author: emaste
Date: Mon Dec 1 17:49:42 2014
New Revision: 275373
URL: https://svnweb.freebsd.org/changeset/base/275373
Log:
Build infrastructure for elftoolchain tools
Set WITH_ELFTOOLCHAIN_TOOLS in src.conf to use the elftoolchain version
of the following tools:
* addr2line
*
Author: mav
Date: Mon Dec 1 17:51:16 2014
New Revision: 275374
URL: https://svnweb.freebsd.org/changeset/base/275374
Log:
Document ISP 2532 support and hint.isp.0.vports tunable.
MFC after:1 week
Modified:
head/share/man/man4/isp.4
Modified: head/share/man/man4/isp.4
==
On 01/12/2014 16:46, Alfred Perlstein wrote:
On Dec 1, 2014, at 8:37 AM, Hans Petter Selasky wrote:
Hi,
I think you maybe missed a point
On 12/01/14 17:31, Alfred Perlstein wrote:
Yes that is why it is being done by hand in the probe routine. I think proper
thing might be a way to
Not taking it personally, in this case I see some style things I don't
like, and I'm not at all clear
why this is even necessary, what the old way of doing queue config was
missing for instance?
Thanks Steve,
Jack
On Mon, Dec 1, 2014 at 11:04 AM, Steven Hartland
wrote:
>
> On 01/12/2014 16:46
On 01/12/2014 19:17, Jack Vogel wrote:
Not taking it personally, in this case I see some style things I don't
like, and I'm not at all clear
why this is even necessary, what the old way of doing queue config was
missing for instance?
Having asked the same question on the review I think I can ta
Author: davidch
Date: Mon Dec 1 19:39:38 2014
New Revision: 275375
URL: https://svnweb.freebsd.org/changeset/base/275375
Log:
Release edavis from mentorship.
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
=
Author: rpaulo
Date: Mon Dec 1 19:48:23 2014
New Revision: 275376
URL: https://svnweb.freebsd.org/changeset/base/275376
Log:
Allow multiple devices to mmap. It's impossible to prevent this with
checks on the open/close functions.
MFC after:1 week
Modified:
head/sys/arm/ti/ti_prus
Author: delphij
Date: Mon Dec 1 20:51:01 2014
New Revision: 275377
URL: https://svnweb.freebsd.org/changeset/base/275377
Log:
Fix inverted logic introduced in r272154.
Noticed by: trasz
MFC after:2 weeks
Modified:
head/sbin/sysctl/sysctl.c
Modified: head/sbin/sysctl/sysctl.c
==
Author: andrew
Date: Mon Dec 1 21:04:26 2014
New Revision: 275378
URL: https://svnweb.freebsd.org/changeset/base/275378
Log:
Pull in the NetBSD global offset table handling code. Clang 3.5 creates
relocations the linker complains about.
Obtained from:NetBSD
MFC after:1 Week
Author: andrew
Date: Mon Dec 1 21:07:36 2014
New Revision: 275379
URL: https://svnweb.freebsd.org/changeset/base/275379
Log:
Set the correct architecture when targeting ARMv7
MFC after:1 Week
Sponsored by: ABT Systems Ltd
Modified:
head/share/mk/bsd.cpu.mk
Modified: head/share/mk
Author: andrew
Date: Mon Dec 1 21:13:47 2014
New Revision: 275380
URL: https://svnweb.freebsd.org/changeset/base/275380
Log:
Use the floating-point instruction on ARMv7 as the clang 3.5 integrated
assembler doesn't allow these two instructions to use co-processor 11.
MFC after:1 Week
On Mon, 2014-12-01 at 21:07 +, Andrew Turner wrote:
> Author: andrew
> Date: Mon Dec 1 21:07:36 2014
> New Revision: 275379
> URL: https://svnweb.freebsd.org/changeset/base/275379
>
> Log:
> Set the correct architecture when targeting ARMv7
>
> MFC after: 1 Week
> Sponsored by:
On Mon, 01 Dec 2014 14:36:22 -0700
Ian Lepore wrote:
> On Mon, 2014-12-01 at 21:07 +, Andrew Turner wrote:
> > Author: andrew
> > Date: Mon Dec 1 21:07:36 2014
> > New Revision: 275379
> > URL: https://svnweb.freebsd.org/changeset/base/275379
> >
> > Log:
> > Set the correct architecture
Author: phk
Date: Mon Dec 1 22:39:35 2014
New Revision: 275384
URL: https://svnweb.freebsd.org/changeset/base/275384
Log:
Make this work with pkgng, and allow PORTS_OPTS to be passed in
Modified:
head/tools/tools/nanobsd/fill_pkg.sh
Modified: head/tools/tools/nanobsd/fill_pkg.sh
===
Author: bapt
Date: Tue Dec 2 00:23:26 2014
New Revision: 275385
URL: https://svnweb.freebsd.org/changeset/base/275385
Log:
Sync the svn template with the one from ports
Modified:
head/contrib/subversion/subversion/svn/util.c
Modified: head/contrib/subversion/subversion/svn/util.c
==
Author: dim
Date: Tue Dec 2 01:30:53 2014
New Revision: 275386
URL: https://svnweb.freebsd.org/changeset/base/275386
Log:
Let GNU ld be less obscure about missing symbols and DSOs. If the BFD
object looks like a typical shared library, suggest adding '-l',
where has the 'lib' prefix and '
Author: emaste
Date: Tue Dec 2 02:11:09 2014
New Revision: 275388
URL: https://svnweb.freebsd.org/changeset/base/275388
Log:
Add elfcopy and man page to OptionalObsoleteFiles
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
Author: emaste
Date: Tue Dec 2 02:16:30 2014
New Revision: 275389
URL: https://svnweb.freebsd.org/changeset/base/275389
Log:
Regenerate src.conf(5) after r275373
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: ae
Date: Tue Dec 2 02:32:28 2014
New Revision: 275390
URL: https://svnweb.freebsd.org/changeset/base/275390
Log:
Remove unused declartations.
Sponsored by: Yandex LLC
Modified:
head/sys/netipsec/ipsec6.h
Modified: head/sys/netipsec/ipsec6.h
=
Author: ae
Date: Tue Dec 2 02:41:44 2014
New Revision: 275391
URL: https://svnweb.freebsd.org/changeset/base/275391
Log:
Remove unused structure declarations.
Sponsored by: Yandex LLC
Modified:
head/sys/netipsec/ipsec.h
Modified: head/sys/netipsec/ipsec.h
==
Author: ae
Date: Tue Dec 2 04:20:50 2014
New Revision: 275392
URL: https://svnweb.freebsd.org/changeset/base/275392
Log:
Remove route chaching support from ipsec code. It isn't used for some time.
* remove sa_route_union declaration and route_cache member from struct
secashead;
* remove ke
Author: ae
Date: Tue Dec 2 05:28:40 2014
New Revision: 275393
URL: https://svnweb.freebsd.org/changeset/base/275393
Log:
Remove unneded check. No need to do m_pullup to the size that we prepended.
Sponsored by: Yandex LLC
Modified:
head/sys/netipsec/keysock.c
Modified: head/sys/netipse
Author: ae
Date: Tue Dec 2 05:41:03 2014
New Revision: 275394
URL: https://svnweb.freebsd.org/changeset/base/275394
Log:
Remove unneded check. No need to do m_pullup to the size that we prepended.
MFC after:1 week
Sponsored by: Yandex LLC
Modified:
head/sys/net/if_stf.c
head/sys
Author: rpaulo
Date: Tue Dec 2 06:11:32 2014
New Revision: 275395
URL: https://svnweb.freebsd.org/changeset/base/275395
Log:
Rewrite parts of gpioctl(8) to use the gpio(3) library.
Modified:
head/usr.sbin/gpioctl/Makefile
head/usr.sbin/gpioctl/gpioctl.c
Modified: head/usr.sbin/gpioctl/Mak
Author: rpaulo
Date: Tue Dec 2 06:24:45 2014
New Revision: 275396
URL: https://svnweb.freebsd.org/changeset/base/275396
Log:
Fix an off-by-one in gpio_pin_list().
Coverity CID: 1256495
Modified:
head/lib/libgpio/gpio.c
Modified: head/lib/libgpio/gpio.c
=
Author: bapt
Date: Tue Dec 2 07:34:06 2014
New Revision: 275397
URL: https://svnweb.freebsd.org/changeset/base/275397
Log:
Import CVS version of mandoc as of 20141201
Added:
vendor/mdocml/dist/compat_fts.c (contents, props changed)
vendor/mdocml/dist/compat_fts.h (contents, props
Author: bapt
Date: Tue Dec 2 07:36:02 2014
New Revision: 275398
URL: https://svnweb.freebsd.org/changeset/base/275398
Log:
Tag import for mandoc cvs 20141201
Added:
vendor/mdocml/20141201/
- copied from r273756, vendor/mdocml/dist/
vendor/mdocml/20141201/INSTALL
- copied
Author: trasz
Date: Tue Dec 2 07:42:25 2014
New Revision: 275399
URL: https://svnweb.freebsd.org/changeset/base/275399
Log:
Fix null pointer dereference.
MFC after:2 weeks
Coverity CID: 1256497
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/ctld.c
Modified: h
70 matches
Mail list logo