Author: kevans
Date: Fri Apr 20 03:29:06 2018
New Revision: 332809
URL: https://svnweb.freebsd.org/changeset/base/332809
Log:
bsdgrep: Add some TODOs for future work on operating on chunks
Modified:
head/usr.bin/grep/util.c
Modified: head/usr.bin/grep/util.c
=
Author: jhibbits
Date: Fri Apr 20 03:23:19 2018
New Revision: 332808
URL: https://svnweb.freebsd.org/changeset/base/332808
Log:
powerpc64: Set n_slbs = 32 for POWER9
Summary:
POWER9 also contains 32 slbs entries as explained by the POWER9 User Manual:
"For HPT translation, the POWER
Author: jhibbits
Date: Fri Apr 20 03:19:44 2018
New Revision: 332807
URL: https://svnweb.freebsd.org/changeset/base/332807
Log:
powerpc64: Add DSCR support
Summary:
Powerpc64 has support for a register called Data Stream Control Register
(DSCR), which basically controls how the hardware
Author: kevans
Date: Fri Apr 20 03:11:51 2018
New Revision: 332806
URL: https://svnweb.freebsd.org/changeset/base/332806
Log:
bsdgrep: Clean up procmatches a little bit
Modified:
head/usr.bin/grep/util.c
Modified: head/usr.bin/grep/util.c
=
Author: kevans
Date: Fri Apr 20 03:08:46 2018
New Revision: 332805
URL: https://svnweb.freebsd.org/changeset/base/332805
Log:
bsdgrep: Split match processing out of procfile
procfile is getting kind of hairy, and it's not going to get better as we
correct some more bits that assume we pro
Author: emaste
Date: Fri Apr 20 00:59:53 2018
New Revision: 332803
URL: https://svnweb.freebsd.org/changeset/base/332803
Log:
lld: use correct number of digits in __FreeBSD_version-style ID
__FreeBSD_version-style IDs should have 5 digits following the major.
Modified:
head/lib/clang/inc
Author: gjb
Date: Fri Apr 20 00:02:47 2018
New Revision: 332802
URL: https://svnweb.freebsd.org/changeset/base/332802
Log:
Update stable/11 from 11.1-STABLE to 11.2-PRERELEASE, marking the
official start of the code slush.
Set the default mdoc(7) version to 11.2, and update the clang(1)
On Thu, Apr 19, 2018 at 04:53:03PM -0700, Rodney W. Grimes wrote:
> -- Start of PGP signed section.
> > The goal is to replace our merge sort with its weird limitations (you
> > can't sort things smaller than int on amd64 and it doesn't work with
> > pointer integrity schemes) with wikisort. This
-- Start of PGP signed section.
> The goal is to replace our merge sort with its weird limitations (you
> can't sort things smaller than int on amd64 and it doesn't work with
> pointer integrity schemes) with wikisort. This and improvements to the
> tests are the first steps in the process.
>
> -
The goal is to replace our merge sort with its weird limitations (you
can't sort things smaller than int on amd64 and it doesn't work with
pointer integrity schemes) with wikisort. This and improvements to the
tests are the first steps in the process.
-- Brooks
On Thu, Apr 19, 2018 at 04:28:47PM
The commit log describes what the commit does, but not why it was
made. What's the eventual goal / direction that this change leads to?
(The Phabricator revision doesn't elaborate further either.)
Thanks,
Conrad
On Thu, Apr 19, 2018 at 2:53 PM, Brooks Davis wrote:
> Author: brooks
> Date: Thu
Author: mckusick
Date: Thu Apr 19 22:43:55 2018
New Revision: 332798
URL: https://svnweb.freebsd.org/changeset/base/332798
Log:
Fix incorrect output for a file consisting of a single full-size
block followed by a discontiguous fragment.
Add checks for unallocated inodes and inodes with un
Author: brooks
Date: Thu Apr 19 21:53:57 2018
New Revision: 332796
URL: https://svnweb.freebsd.org/changeset/base/332796
Log:
Add sortbench.
This is a set of benchmarks of qsort, mergesort, heapsort, and
optionally wikisort and a script to run them.
Submitted by: Miles Fertel
Spon
Author: emaste
Date: Thu Apr 19 20:58:09 2018
New Revision: 332794
URL: https://svnweb.freebsd.org/changeset/base/332794
Log:
Add support for linker-type-specific flags
r332090 added a LINKER_TYPE test to add the --no-rosegment flag when
linking the i386 loader components with lld. Inste
On 19 April 2018 at 12:49, Brooks Davis wrote:
>
> I do wonder if allocating AT_COUNT entries is quite right since some are
> emitted only optionally. That said, it's not as though the waste is
> significant.
I think it's only a minor concern and not worth worrying about too
much, but John and I
Author: brooks
Date: Thu Apr 19 20:36:15 2018
New Revision: 332792
URL: https://svnweb.freebsd.org/changeset/base/332792
Log:
Replace SOFTFLOAT with __riscv_float_abi_*.
With SOFTFLOAT, libc and libm were built correctly, but any program
including fenv.h itself assumed it was on a hardflo
Author: markm
Date: Thu Apr 19 20:31:52 2018
New Revision: 332791
URL: https://svnweb.freebsd.org/changeset/base/332791
Log:
Remove empty dir no longer required.
Reported by: Jung-uk Kim
Deleted:
head/sys/modules/random/
___
svn-src-all@freebs
Author: rmacklem
Date: Thu Apr 19 20:30:33 2018
New Revision: 332790
URL: https://svnweb.freebsd.org/changeset/base/332790
Log:
Fix OpenDowngrade for NFSv4.1 if a client sets the OPEN_SHARE_ACCESS_WANT*
bits.
The NFSv4.1 RFC specifies that the OPEN_SHARE_ACCESS_WANT bits can be set
in th
Author: emaste
Date: Thu Apr 19 20:25:19 2018
New Revision: 332789
URL: https://svnweb.freebsd.org/changeset/base/332789
Log:
pwd_mkdb: warn that legacy support is deprecated (if specified)
r283981 switched pwd_mkdb to emit only v4 database entries by default,
and introduced a -l (legacy)
Author: nwhitehorn
Date: Thu Apr 19 18:34:38 2018
New Revision: 332788
URL: https://svnweb.freebsd.org/changeset/base/332788
Log:
Fix detection of memory overlap with the kernel in the case where a memory
region marked "available" by firmware is contained entirely in the kernel.
This had
Author: np
Date: Thu Apr 19 18:10:44 2018
New Revision: 332787
URL: https://svnweb.freebsd.org/changeset/base/332787
Log:
cxgbe(4): Fix bugs in the handling of COP rules that match on VLAN tag.
Retrieve the tag from the correct ifnet and use the provided tag
(instead of hardcoded 0x,
Author: kib
Date: Thu Apr 19 18:08:46 2018
New Revision: 332786
URL: https://svnweb.freebsd.org/changeset/base/332786
Log:
Use symbolic constant, explaining the operation.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/i386/include/asmacros.h
Modified: head/sys/i386/include/asm
Author: mav
Date: Thu Apr 19 17:55:48 2018
New Revision: 332785
URL: https://svnweb.freebsd.org/changeset/base/332785
Log:
MFC r332523: 9433 Fix ARC hit rate
When the compressed ARC feature was added in commit d3c2ae1
the method of reference counting in the ARC was modified. As
part of
Author: gjb
Date: Thu Apr 19 17:19:12 2018
New Revision: 332784
URL: https://svnweb.freebsd.org/changeset/base/332784
Log:
Use 'literal' tags around compiler-rt, as it is a library, not an
application.
Submitted by: dim
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release
On Thu, Apr 19, 2018 at 04:00:34PM +, John Baldwin wrote:
> Author: jhb
> Date: Thu Apr 19 16:00:34 2018
> New Revision: 332782
> URL: https://svnweb.freebsd.org/changeset/base/332782
>
> Log:
> Simplify the code to allocate stack for auxv, argv[], and environment
> vectors.
>
> Remove
Author: imp
Date: Thu Apr 19 16:05:48 2018
New Revision: 332783
URL: https://svnweb.freebsd.org/changeset/base/332783
Log:
Reword comment to remove awkward constructs, including an "it's" that
shouldn't have been there at all (it wasn't a typo for its, rather a
left-over from an older revisi
Author: jhb
Date: Thu Apr 19 16:00:34 2018
New Revision: 332782
URL: https://svnweb.freebsd.org/changeset/base/332782
Log:
Simplify the code to allocate stack for auxv, argv[], and environment vectors.
Remove auxarg_size as it was only used once right after a confusing
assignment in each
Is the limit going to be increased at some point? Is there a true limit
somewhere?
On Wed, Apr 18, 2018 at 11:45 AM, John Baldwin wrote:
> Author: jhb
> Date: Wed Apr 18 18:45:34 2018
> New Revision: 332735
> URL: https://svnweb.freebsd.org/changeset/base/332735
>
> Log:
> Fix two off-by-one e
On Thu, Apr 19, 2018 at 10:40 AM, Rodney W. Grimes
wrote:
>> On Thu, Apr 19, 2018 at 10:21 AM, Kyle Evans wrote:
>> > On Thu, Apr 19, 2018 at 10:19 AM, Warner Losh wrote:
>> >>
>> >>
>> >> On Thu, Apr 19, 2018 at 9:17 AM, Kyle Evans wrote:
>> >>>
>> >>> On Thu, Apr 19, 2018 at 10:16 AM, Rodney
Author: gjb
Date: Thu Apr 19 15:52:45 2018
New Revision: 332781
URL: https://svnweb.freebsd.org/changeset/base/332781
Log:
Fix a misspelled word.
Submitted by: dim
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: stabl
> On Thu, Apr 19, 2018 at 10:21 AM, Kyle Evans wrote:
> > On Thu, Apr 19, 2018 at 10:19 AM, Warner Losh wrote:
> >>
> >>
> >> On Thu, Apr 19, 2018 at 9:17 AM, Kyle Evans wrote:
> >>>
> >>> On Thu, Apr 19, 2018 at 10:16 AM, Rodney W. Grimes
> >>> wrote:
> >>> >> Author: kevans
> >>> >> Date: Thu
Author: imp
Date: Thu Apr 19 15:39:20 2018
New Revision: 332780
URL: https://svnweb.freebsd.org/changeset/base/332780
Log:
Intel drives have an optimal alignment for I/O. While they honor I/Os
that cross this boundary, they perform better when this isn't the
case. Intel uses the 3rd byte in
On Thu, Apr 19, 2018 at 10:21 AM, Kyle Evans wrote:
> On Thu, Apr 19, 2018 at 10:19 AM, Warner Losh wrote:
>>
>>
>> On Thu, Apr 19, 2018 at 9:17 AM, Kyle Evans wrote:
>>>
>>> On Thu, Apr 19, 2018 at 10:16 AM, Rodney W. Grimes
>>> wrote:
>>> >> Author: kevans
>>> >> Date: Thu Apr 19 15:02:53 201
Author: mav
Date: Thu Apr 19 15:29:10 2018
New Revision: 332779
URL: https://svnweb.freebsd.org/changeset/base/332779
Log:
Release memory resource on cuda driver attach failure.
Submitted by: Dmitry Luhtionov
Modified:
head/sys/powerpc/powermac/cuda.c
Modified: head/sys/powerpc/powerma
Author: cem
Date: Thu Apr 19 15:24:21 2018
New Revision: 332778
URL: https://svnweb.freebsd.org/changeset/base/332778
Log:
cryptosoft: Do not exceed crd_len around *crypt_multi
When a caller passes in a uio or mbuf chain that is longer than crd_len, in
tandem with a transform that support
On Thu, Apr 19, 2018 at 10:19 AM, Warner Losh wrote:
>
>
> On Thu, Apr 19, 2018 at 9:17 AM, Kyle Evans wrote:
>>
>> On Thu, Apr 19, 2018 at 10:16 AM, Rodney W. Grimes
>> wrote:
>> >> Author: kevans
>> >> Date: Thu Apr 19 15:02:53 2018
>> >> New Revision: 332773
>> >> URL: https://svnweb.freebsd.
On Thu, Apr 19, 2018 at 9:17 AM, Kyle Evans wrote:
> On Thu, Apr 19, 2018 at 10:16 AM, Rodney W. Grimes
> wrote:
> >> Author: kevans
> >> Date: Thu Apr 19 15:02:53 2018
> >> New Revision: 332773
> >> URL: https://svnweb.freebsd.org/changeset/base/332773
> >>
> >> Log:
> >> Fix ddb rc script
>
On Thu, Apr 19, 2018 at 10:16 AM, Rodney W. Grimes
wrote:
>> Author: kevans
>> Date: Thu Apr 19 15:02:53 2018
>> New Revision: 332773
>> URL: https://svnweb.freebsd.org/changeset/base/332773
>>
>> Log:
>> Fix ddb rc script
>>
>> r288291 added a call to limits(1), which isn't available before p
> Author: kevans
> Date: Thu Apr 19 15:02:53 2018
> New Revision: 332773
> URL: https://svnweb.freebsd.org/changeset/base/332773
>
> Log:
> Fix ddb rc script
>
> r288291 added a call to limits(1), which isn't available before partitions
> are mounted. This broke the ddb rc script, which d
Author: markj
Date: Thu Apr 19 15:11:18 2018
New Revision: 332777
URL: https://svnweb.freebsd.org/changeset/base/332777
Log:
MFC r332079:
Fix the definitions of get_cpu() and put_cpu().
Modified:
stable/11/sys/compat/linuxkpi/common/include/asm/smp.h
Directory Properties:
stable/11/ (pr
Author: markj
Date: Thu Apr 19 15:10:42 2018
New Revision: 332776
URL: https://svnweb.freebsd.org/changeset/base/332776
Log:
MFC r332043:
Typo.
Modified:
stable/11/share/man/man9/timeout.9
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/man/man9/timeout.9
===
Author: oleg
Date: Thu Apr 19 15:07:53 2018
New Revision: 332775
URL: https://svnweb.freebsd.org/changeset/base/332775
Log:
MFC r332403:
Fix a typo.
Modified:
stable/11/sbin/ipfw/ipfw.8
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sbin/ipfw/ipfw.8
===
Author: rrs
Date: Thu Apr 19 15:03:48 2018
New Revision: 332774
URL: https://svnweb.freebsd.org/changeset/base/332774
Log:
These two modules need the tcp_hpts.h file for
when the option is enabled (not sure how LINT/build-universe
missed this) opps.
Sponsored by: Netflix Inc
Modified:
Author: oleg
Date: Thu Apr 19 15:02:42 2018
New Revision: 332772
URL: https://svnweb.freebsd.org/changeset/base/332772
Log:
Fix ipfw table creation when net.inet.ip.fw.tables_sets = 0 and non zero set
specified on table creation. This fixes following:
# sysctl net.inet.ip.fw.tables_sets
Author: kevans
Date: Thu Apr 19 15:02:53 2018
New Revision: 332773
URL: https://svnweb.freebsd.org/changeset/base/332773
Log:
Fix ddb rc script
r288291 added a call to limits(1), which isn't available before partitions
are mounted. This broke the ddb rc script, which does not provide its
Author: markj
Date: Thu Apr 19 14:09:44 2018
New Revision: 332771
URL: https://svnweb.freebsd.org/changeset/base/332771
Log:
Initialize marker pages in vm_page_domain_init().
They were previously initialized by the corresponding page daemon
threads, but for vmd_inacthead this may be too l
Author: rrs
Date: Thu Apr 19 13:37:59 2018
New Revision: 332770
URL: https://svnweb.freebsd.org/changeset/base/332770
Log:
This commit brings in the TCP high precision timer system (tcp_hpts).
It is the forerunner/foundational work of bringing in both Rack and BBR
which use hpts for pacing o
Author: emaste
Date: Thu Apr 19 12:50:49 2018
New Revision: 332769
URL: https://svnweb.freebsd.org/changeset/base/332769
Log:
chpass: reject change/expiry dates beyond y2106
The pwd.db and spwd.db files store the change and expire dates as
unsigned 32-bit ints, which overflow in 2106. Re
On 2018-04-16 8:02 PM, Rick Macklem wrote:
I wrote:
Julian Elischer wrote:
On 16/4/18 6:56 pm, Konstantin Belousov wrote:
[stuff snipped]
+ngroups =3D XU_NGROUPS + 1;
Why XU_NGROUPS and not the value of sysctl("kern.ngroups") ?
valid question.. because that is how many a
On Tue, Apr 17, 2018 at 12:54:59PM +, Andrew Gallatin wrote:
> New Revision: 332645
> URL: https://svnweb.freebsd.org/changeset/base/332645
>
> Log:
> Make lagg creation more fault tolerant
>
> - Warn, don't exit, when SIOCSLAGGPORT returns an error.
>
> When we exit with an error
Author: ae
Date: Thu Apr 19 10:16:39 2018
New Revision: 332768
URL: https://svnweb.freebsd.org/changeset/base/332768
Log:
MFC r332459:
Fix integer types mismatch for flags field in nat64stl_cfg structure.
Also preserve internal flags on NAT64STL reconfiguration.
Modified:
stable/11
Author: ae
Date: Thu Apr 19 10:15:11 2018
New Revision: 332767
URL: https://svnweb.freebsd.org/changeset/base/332767
Log:
MFC r332457:
Use cfg->nomatch_verdict as return value from NAT64LSN handler when
given mbuf is considered as not matched.
If mbuf was consumed or freed during
Author: ae
Date: Thu Apr 19 10:13:28 2018
New Revision: 332766
URL: https://svnweb.freebsd.org/changeset/base/332766
Log:
MFC r332456:
Migrate NAT64 to FIB KPI.
Modified:
stable/11/sys/netpfil/ipfw/nat64/nat64_translate.c
stable/11/sys/netpfil/ipfw/nat64/nat64_translate.h
Directory Prop
Author: ae
Date: Thu Apr 19 10:11:39 2018
New Revision: 332765
URL: https://svnweb.freebsd.org/changeset/base/332765
Log:
MFC r316825:
Use address of specific union member instead of whole union address to
fix PVS-Studio warnings.
MFC r316826:
Avoid undefined behavior.
Th
Author: ae
Date: Thu Apr 19 10:08:28 2018
New Revision: 332764
URL: https://svnweb.freebsd.org/changeset/base/332764
Log:
MFC r332451:
Fix indenting in ipv6.c file, use tabs instead of mixing tabs and spaces.
Modified:
stable/11/sbin/ipfw/ipv6.c
Directory Properties:
stable/11/ (props
Author: ae
Date: Thu Apr 19 10:06:53 2018
New Revision: 332763
URL: https://svnweb.freebsd.org/changeset/base/332763
Log:
MFC r332449:
Remove printing of "not" keyword from print_ip6() function.
After r331668 handling of F_NOT flag done in one place by
print_instruction() function
Author: ae
Date: Thu Apr 19 10:05:12 2018
New Revision: 332762
URL: https://svnweb.freebsd.org/changeset/base/332762
Log:
MFC r332448:
Remove printing of "not" keyword from print_ip() function.
After r331668 handling of F_NOT flag done in one place by
print_instruction() function.
Author: avg
Date: Thu Apr 19 08:56:54 2018
New Revision: 332761
URL: https://svnweb.freebsd.org/changeset/base/332761
Log:
fix pc98 compilation issue in r332760
pc98 GENERIC still doesn't build, but at least there would be fewer
issues to fix.
Modified:
stable/11/sys/x86/x86/cpu_machde
Author: avg
Date: Thu Apr 19 07:15:40 2018
New Revision: 332760
URL: https://svnweb.freebsd.org/changeset/base/332760
Log:
MFC r331878: unify amd64 and i386 cpu_reset() in x86/cpu_machdep.c
stable/11 note: PC98 support was removed in head, so in this branch it
needed to be handled directl
59 matches
Mail list logo