On Tue, Aug 30, 2016 at 06:04:50PM -0700, Ngie Cooper wrote:
> On Tue, Aug 30, 2016 at 12:58 PM, Mariusz Zaborski
> wrote:
> > Author: oshogbo
> > Date: Tue Aug 30 19:58:41 2016
> > New Revision: 305084
> > URL: https://svnweb.freebsd.org/changeset/base/305084
> >
> > Log:
> > Fix Capsicum sysc
Author: loos
Date: Wed Aug 31 07:03:06 2016
New Revision: 305113
URL: https://svnweb.freebsd.org/changeset/base/305113
Log:
Replace more magic numbers with the proper register names.
Sponsored by: Rubicon Communications, LLC (Netgate)
Modified:
head/sys/arm/ti/am335x/am335x_scm.h
head/
Author: loos
Date: Wed Aug 31 07:22:14 2016
New Revision: 305114
URL: https://svnweb.freebsd.org/changeset/base/305114
Log:
Allow the use of control module extensions to cope with specific platform
features.
Sponsored by: Rubicon Communications, LLC (Netgate)
Modified:
head/sys/arm/ti/
Author: loos
Date: Wed Aug 31 07:42:46 2016
New Revision: 305115
URL: https://svnweb.freebsd.org/changeset/base/305115
Log:
Add a driver for the AM335x bandgap sensor, an on-die temperature sensor
as part of the AM335x control module extension.
TI says that the bandgap sensor is not very
Author: tsoome
Date: Wed Aug 31 09:23:09 2016
New Revision: 305116
URL: https://svnweb.freebsd.org/changeset/base/305116
Log:
recvtftp() is broken for large files, report file size
The tftp download for large files will cause internal block id
to wrap to 0 as the data type is unsigned sho
On 31 Aug 2016, at 7:03, Luiz Otavio O Souza wrote:
Author: loos
Date: Wed Aug 31 07:03:06 2016
New Revision: 305113
URL: https://svnweb.freebsd.org/changeset/base/305113
Log:
Replace more magic numbers with the proper register names.
Sponsored by: Rubicon Communications, LLC (Netgate)
Mo
Author: bz
Date: Wed Aug 31 10:45:33 2016
New Revision: 305119
URL: https://svnweb.freebsd.org/changeset/base/305119
Log:
After r305113, try to properly replace the magic numbers with
proper #defines for this driver (not using the wrong header).
Modified:
head/sys/arm/ti/am335x/am335x_scm.h
Author: jmcneill
Date: Wed Aug 31 10:45:53 2016
New Revision: 305120
URL: https://svnweb.freebsd.org/changeset/base/305120
Log:
Add support for Allwinner A64 USB PHY.
Reviewed by: manu
Modified:
head/sys/arm/allwinner/aw_usbphy.c
Modified: head/sys/arm/allwinner/aw_usbphy.c
===
Author: bde
Date: Wed Aug 31 11:10:39 2016
New Revision: 305121
URL: https://svnweb.freebsd.org/changeset/base/305121
Log:
Add some locking to sc_cngetc().
Keyboard input needs Giant locking, and that is not possible to do
correctly here. Use mtx_trylock() and proceed unlocked as before
Author: ae
Date: Wed Aug 31 11:51:52 2016
New Revision: 305122
URL: https://svnweb.freebsd.org/changeset/base/305122
Log:
Remove redundant sanity checks from ipsec[46]_common_input_cb().
This check already has been done in the each protocol callback.
Modified:
head/sys/netipsec/ipsec_inp
Author: mav
Date: Wed Aug 31 11:55:31 2016
New Revision: 305123
URL: https://svnweb.freebsd.org/changeset/base/305123
Log:
Fix kernel panic when inheriting properties without default.
There are two writable hidden properties "iscsioptions" and "stmf_sbd_lu",
that have no default string va
Author: mjg
Date: Wed Aug 31 12:29:04 2016
New Revision: 305124
URL: https://svnweb.freebsd.org/changeset/base/305124
Log:
fd: effectively revert r305091
Turns out fd_lastfile can survive being -1 for some processes, giving
incorrect results with the cast.
Noted by: cem
Modified:
Author: bapt
Date: Wed Aug 31 13:16:40 2016
New Revision: 305125
URL: https://svnweb.freebsd.org/changeset/base/305125
Log:
Netboot: allow both tftpfs and nfs in both pxeboot and loader.efi
Add a new 'netproto' variable which can be set for now to
NET_TFTP or NET_NFS (default to NET_NONE)
On Wed, Aug 31, 2016 at 01:16:40PM +, Baptiste Daroussin wrote:
> Author: bapt
> Date: Wed Aug 31 13:16:40 2016
> New Revision: 305125
> URL: https://svnweb.freebsd.org/changeset/base/305125
>
> Log:
> Netboot: allow both tftpfs and nfs in both pxeboot and loader.efi
>
> Add a new 'netp
On Sun, Aug 28, 2016 at 10:20:08AM -0700, Adrian Chadd wrote:
> Then the rest of the big entries are just a combination of rtentry
> locking, tcp timer locking, zfs locking and madvise locking. There's
> some sowakeup locking there as well, from the socket producer/consumer
> locking.
On some hig
Author: andrew
Date: Wed Aug 31 13:58:32 2016
New Revision: 305128
URL: https://svnweb.freebsd.org/changeset/base/305128
Log:
Also handle instruction traps. We might hit these when the page we are
executing is being promoted to a superpage.
Obtained from:ABT Systems Ltd
MFC afte
Please remove the following:
"Unsure why we don't just have start"
Others beside yourself have great understanding of the Forth and we don't need
questioning comments in the code.
--
Devin
> On Aug 30, 2016, at 8:55 PM, Warner Losh wrote:
>
> Unsure why we don't just have start
On Wed, Aug 31, 2016 at 8:41 AM, Devin Teske wrote:
> Please remove the following:
>
> "Unsure why we don't just have start"
>
> Others beside yourself have great understanding of the Forth and we don't
> need questioning comments in the code.
To be fair, it was just left in there accidentally.
Author: kib
Date: Wed Aug 31 14:49:58 2016
New Revision: 305129
URL: https://svnweb.freebsd.org/changeset/base/305129
Log:
Make swapoff reliable.
The swap_pager_swapoff() function uses trylock for the object lock
before pagein, which means that either i/o to md(4) over swap, or
intensiv
Author: emaste
Date: Wed Aug 31 15:05:04 2016
New Revision: 305130
URL: https://svnweb.freebsd.org/changeset/base/305130
Log:
Update to ELF Tool Chain r3490
Improvements include:
* readelf: report all relocation types in rel/rela for MIPS N64
* readelf: add ELFOSABI_ARM_AEABI
* elf
On Sun, Aug 28, 2016 at 10:20:08AM -0700, Adrian Chadd wrote:
> Hi,
>
> There are some no brainers here so far(tm):
>
> working from the bottom up:
>
> * yeah, the ixgbe locking is a bit silly. Kip's work with iflib and
> converting ixgbe to use that instead of its own locking for managing
> th
Author: imp
Date: Wed Aug 31 15:32:52 2016
New Revision: 305132
URL: https://svnweb.freebsd.org/changeset/base/305132
Log:
Remove accidentally committed stray comment.
Noticed by: dteske@
Modified:
head/sys/boot/forth/loader.4th
Modified: head/sys/boot/forth/loader.4th
=
On Thu, Mar 24, 2016 at 07:54:56AM +, George V. Neville-Neil wrote:
> Author: gnn
> Date: Thu Mar 24 07:54:56 2016
> New Revision: 297225
> URL: https://svnweb.freebsd.org/changeset/base/297225
>
> Log:
> FreeBSD previously provided route caching for TCP (and UDP). Re-add
> route caching
On Wed, 31 Aug 2016, Konstantin Belousov wrote:
Log:
Make swapoff reliable.
The swap_pager_swapoff() function uses trylock for the object lock
before pagein, which means that either i/o to md(4) over swap, or
intensive page faults over swap pager objects might prevent swapoff()
from making
Author: ache
Date: Wed Aug 31 15:47:58 2016
New Revision: 305133
URL: https://svnweb.freebsd.org/changeset/base/305133
Log:
Apply the same qsort() usage fix as in r304911 getaddrinfo.c
qsort() can't be stabilized with just return(-1) alone.
MFC after: 3 days
Modified:
head/lib/lib
On Thu, Sep 01, 2016 at 01:38:31AM +1000, Bruce Evans wrote:
> On Wed, 31 Aug 2016, Konstantin Belousov wrote:
>
> > Log:
> > Make swapoff reliable.
> >
> > The swap_pager_swapoff() function uses trylock for the object lock
> > before pagein, which means that either i/o to md(4) over swap, or
>
On 19 August 2016 at 20:08, Eric Joyner wrote:
> Author: erj
> Date: Sat Aug 20 00:08:10 2016
> New Revision: 304510
> URL: https://svnweb.freebsd.org/changeset/base/304510
>
> Log:
> ixlv(4): Fix ixlv(4) not loading when loaded as a kernel module and netmap
> is enabled.
I did not confirm it'
Author: jmcneill
Date: Wed Aug 31 16:56:54 2016
New Revision: 305134
URL: https://svnweb.freebsd.org/changeset/base/305134
Log:
Add Allwinner A64 (sun50i) and Pine64 dts files.
Reviewed by: andrew, imp, manu, wca
Differential Revision:https://reviews.freebsd.org/D7169
Ad
Author: allanjude
Date: Wed Aug 31 17:52:11 2016
New Revision: 305137
URL: https://svnweb.freebsd.org/changeset/base/305137
Log:
Eliminate unnecessary loop in _cap_check()
Calling cap_rights_contains() several times with the same inputs is not
going to produce a different output. The vari
Author: cem
Date: Wed Aug 31 18:10:41 2016
New Revision: 305139
URL: https://svnweb.freebsd.org/changeset/base/305139
Log:
df(1): Allow duplicate -l flags gracefully
Rather than producing a misleading error message when duplicate -l flags are
provided to df(1), simply ignore extra flags a
> On Aug 31, 2016, at 7:43 AM, Warner Losh wrote:
>
> On Wed, Aug 31, 2016 at 8:41 AM, Devin Teske wrote:
>> Please remove the following:
>>
>> "Unsure why we don't just have start"
>>
>> Others beside yourself have great understanding of the Forth and we don't
>> need questioning comments i
Author: emaste
Date: Wed Aug 31 18:33:15 2016
New Revision: 305140
URL: https://svnweb.freebsd.org/changeset/base/305140
Log:
Allow getdtablesize in capability mode
getdtablesize is "trivial global state" and is similar to
getrlimit(RLIMIT_NOFILE), so should be permitted in capability mod
Author: loos
Date: Wed Aug 31 18:35:41 2016
New Revision: 305141
URL: https://svnweb.freebsd.org/changeset/base/305141
Log:
Fix the build.
Works better when the file with the #define is actually included...
Modified:
head/sys/arm/ti/am335x/am335x_prcm.c
Modified: head/sys/arm/ti/am335x/
Author: emaste
Date: Wed Aug 31 18:37:51 2016
New Revision: 305143
URL: https://svnweb.freebsd.org/changeset/base/305143
Log:
Regnerate after r305140, getdtablesize in capability mode
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern/init_sysent.c
Modified: head/sys/kern/init
Author: ache
Date: Wed Aug 31 18:49:50 2016
New Revision: 305144
URL: https://svnweb.freebsd.org/changeset/base/305144
Log:
'addrlen' does not matter when we need to find the first non-zero bit in
the byte from the left and 'addrlen' already counted in 'lim'.
PR: 212121
Submitted by
> On Aug 31, 2016, at 12:22 AM, Luiz Otavio O Souza wrote:
>
> Author: loos
> Date: Wed Aug 31 07:22:14 2016
> New Revision: 305114
> URL: https://svnweb.freebsd.org/changeset/base/305114
>
> Log:
> Allow the use of control module extensions to cope with specific platform
> features.
>
> Sp
Author: bdrewery
Date: Wed Aug 31 19:30:00 2016
New Revision: 305145
URL: https://svnweb.freebsd.org/changeset/base/305145
Log:
DIRDEPS_BUILD: Avoid cyclic dependency with libc++.
The DIRDEPS_BUILD does not have a 'make includes' phase, so it would
otherwise want libc++ to be fully built/
Author: bdrewery
Date: Wed Aug 31 19:30:52 2016
New Revision: 305147
URL: https://svnweb.freebsd.org/changeset/base/305147
Log:
Add a 'make print-dir' that simply traverses all directories and prints them.
This is useful for finding connected directories.
MFC after:1 week
Sponsor
Author: bdrewery
Date: Wed Aug 31 19:30:46 2016
New Revision: 305146
URL: https://svnweb.freebsd.org/changeset/base/305146
Log:
DIRDEPS_BUILD: Update dependencies.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/cddl/usr.sbin/dtrace/Makefile.depend
head/cddl/usr.sbin/locksta
Author: bdrewery
Date: Wed Aug 31 19:30:59 2016
New Revision: 305148
URL: https://svnweb.freebsd.org/changeset/base/305148
Log:
DIRDEPS_BUILD: Add some missing dirctories to the build.
Sponsored by: EMC / Isilon Storage Division
Added:
head/cddl/usr.sbin/zfsd/Makefile.depend (contents,
Author: loos
Date: Wed Aug 31 19:37:10 2016
New Revision: 305149
URL: https://svnweb.freebsd.org/changeset/base/305149
Log:
All the TI platforms are FDT based and it is not necessary to enumerate
the hinted children (there wont be any).
Spotted by: gonzo
Modified:
head/sys/arm/ti/ti_
On Wed, Aug 31, 2016 at 3:54 PM, wrote:
>
>> On Aug 31, 2016, at 12:22 AM, Luiz Otavio O Souza wrote:
>>
>> Author: loos
>> Date: Wed Aug 31 07:22:14 2016
>> New Revision: 305114
>> URL: https://svnweb.freebsd.org/changeset/base/305114
>>
>> Log:
>> Allow the use of control module extensions to co
Author: jilles
Date: Wed Aug 31 20:38:40 2016
New Revision: 305154
URL: https://svnweb.freebsd.org/changeset/base/305154
Log:
directory(3): Deprecate readdir_r(). Clarify dirent buffers.
In existing implementations including FreeBSD, there is no reason to use
readdir_r() in the common cas
Author: emaste
Date: Wed Aug 31 21:04:58 2016
New Revision: 305155
URL: https://svnweb.freebsd.org/changeset/base/305155
Log:
readelf: silence GCC 4.2.1 uninitialized variable warning
Sponsored by: The FreeBSD Foundation
Modified:
head/contrib/elftoolchain/readelf/readelf.c
Modified: he
Author: emaste
Date: Wed Aug 31 21:12:50 2016
New Revision: 305156
URL: https://svnweb.freebsd.org/changeset/base/305156
Log:
users: don't build when we don't have a C++ toolchain
(On RISC-V MK_CXX is in BROKEN_OPTIONS, so users remains skipped there.)
Reviewed by: bdrewery
Differen
On 31 Aug 2016, at 18:53, Ed Maste wrote:
>
> On 19 August 2016 at 20:08, Eric Joyner wrote:
>> Author: erj
>> Date: Sat Aug 20 00:08:10 2016
>> New Revision: 304510
>> URL: https://svnweb.freebsd.org/changeset/base/304510
>>
>> Log:
>> ixlv(4): Fix ixlv(4) not loading when loaded as a kernel
Author: emaste
Date: Wed Aug 31 21:35:38 2016
New Revision: 305160
URL: https://svnweb.freebsd.org/changeset/base/305160
Log:
Set UEFI boot loader PE/COFF timestamps to known value for reproducible builds
Reviewed by: rpokala
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Author: markj
Date: Wed Aug 31 21:48:22 2016
New Revision: 305164
URL: https://svnweb.freebsd.org/changeset/base/305164
Log:
Rename unp_dispose_so() to unp_dispose().
It implements the dom_dispose method for local socket domain, so its name
should match the method name.
Modified:
head/
On 8/29/16 11:47 AM, Konstantin Belousov wrote:
> Author: kib
> Date: Mon Aug 29 18:47:51 2016
> New Revision: 305012
> URL: https://svnweb.freebsd.org/changeset/base/305012
>
> Log:
> Rewrite ptrace(2) wrappers in C.
> Besides removing hand-translation to assembler, this also adds missing
>
On Wed, Aug 31, 2016 at 2:15 PM, Dimitry Andric wrote:
...
> Interestingly, with the external gcc build, it is even an error:
>
> --- kernel.full ---
> linking kernel.full
> if_ixlv.o:(.bss+0x0): multiple definition of `ixl_crcstrip'
> if_ixl.o:(.data+0xb8): first defined here
> if_ixlv.o: In fu
Author: np
Date: Wed Aug 31 23:23:46 2016
New Revision: 305166
URL: https://svnweb.freebsd.org/changeset/base/305166
Log:
cxgbe/t4_tom: Add general purpose routines to deal with page pod regions
and allocations within them. Switch to these routines to manage the TOE
DDP region.
Sponsor
Author: np
Date: Thu Sep 1 00:51:59 2016
New Revision: 305167
URL: https://svnweb.freebsd.org/changeset/base/305167
Log:
cxgbe/t4_tom: Two new routines to allocate and write page pods for a
buffer in the kernel's address space.
Modified:
head/sys/dev/cxgbe/tom/t4_ddp.c
head/sys/dev/cxgbe
Author: erj
Date: Thu Sep 1 01:08:18 2016
New Revision: 305168
URL: https://svnweb.freebsd.org/changeset/base/305168
Log:
Fix linker warnings (errors on gcc) that resulted from r304510.
The variables that are extern in the netmap header file should be
defined in ixl_txrx.c (the file that
Author: pkelsey
Date: Thu Sep 1 02:05:46 2016
New Revision: 305169
URL: https://svnweb.freebsd.org/changeset/base/305169
Log:
_taskqueue_start_threads() now fails if it doesn't actually start any threads.
Reviewed by: jhb
MFC after:1 week
Differential Revision:https://revi
Ngie,
Can you please MFC this to stable/10 branch?
I believe this has been causing a test failure in this branch
since June.
Thanks.
--
Craig
On Thu, Jun 9, 2016 at 11:35 AM, Garrett Cooper wrote:
> Author: ngie
> Date: Thu Jun 9 18:35:37 2016
> New Revision: 301752
> URL: https://svnweb.fr
> On Aug 31, 2016, at 7:11 PM, Craig Rodrigues wrote:
>
> Ngie,
>
> Can you please MFC this to stable/10 branch?
> I believe this has been causing a test failure in this branch
> since June.
Shoot — I’ll verify the issue and commit the change.
Thanks,
-Ngie
___
Author: ngie
Date: Thu Sep 1 02:42:11 2016
New Revision: 305170
URL: https://svnweb.freebsd.org/changeset/base/305170
Log:
Don't bake all of CC/CPP/CXX into CFLAGS
Capture executable names for CC, CPP, CXX (assumed to be the
first non-CCACHE_BIN word).
This change strips out all of
Author: emaste
Date: Thu Sep 1 02:51:50 2016
New Revision: 305171
URL: https://svnweb.freebsd.org/changeset/base/305171
Log:
allow kern.proc.nfds sysctl in capability mode
Reviewed by: allanjude
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Differential Revision:
It's weird that the gcc message is mentioning "ixlv_media_change", but I'll
do something about it shortly.
On Wed, Aug 31, 2016 at 2:16 PM Dimitry Andric wrote:
> On 31 Aug 2016, at 18:53, Ed Maste wrote:
> >
> > On 19 August 2016 at 20:08, Eric Joyner wrote:
> >> Author: erj
> >> Date: Sat Au
Author: sephe
Date: Thu Sep 1 05:15:04 2016
New Revision: 305173
URL: https://svnweb.freebsd.org/changeset/base/305173
Log:
net/rndis: Add comment for rndis_set_parameter
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D7705
Modif
60 matches
Mail list logo