Author: rlibby
Date: Fri Jul 7 06:37:19 2017
New Revision: 320764
URL: https://svnweb.freebsd.org/changeset/base/320764
Log:
amd-vi: gcc build errors
amdvi_cmp_wait: gcc complained about a malformed string behind an ifdef.
struct amdvi_dte: widen the type of the first reserved bitfiel
Hi, Kostantin,
On 7/6/17 22:43, Konstantin Belousov wrote:
>> Modified: head/sbin/init/init.c
>> ==
>> --- head/sbin/init/init.cFri Jul 7 00:34:51 2017(r320760)
>> +++ head/sbin/init/init.cFri Jul 7 02:48
On Fri, Jul 07, 2017 at 02:48:55AM +, Xin LI wrote:
> Author: delphij
> Date: Fri Jul 7 02:48:55 2017
> New Revision: 320761
> URL: https://svnweb.freebsd.org/changeset/base/320761
>
> Log:
>- Use strlcat() instead of strncat().
>- Use asprintf() and handle allocation errors.
>
>
Author: kib
Date: Fri Jul 7 05:43:44 2017
New Revision: 320762
URL: https://svnweb.freebsd.org/changeset/base/320762
Log:
Improve BIT_FLS() documentation.
Submitted by: Sebastian Huber
MFC after:6 days
Modified:
head/share/man/man9/bitset.9
Modified: head/share/man/man9/bitset.9
Author: delphij
Date: Fri Jul 7 02:48:55 2017
New Revision: 320761
URL: https://svnweb.freebsd.org/changeset/base/320761
Log:
- Use strlcat() instead of strncat().
- Use asprintf() and handle allocation errors.
Reviewed by: kevlo
MFC after:2 weeks
Differential Revision:
The following is only offered as a possibility for where
the 2MB idea might have came from: https://hardenedbsd.org .
I make no claim that the script change is in fact
appropriate: I've not studied the issue.
Quoting https://hardenedbsd.org "Stack Clash Mitigations" dated 2017-Jun-25:
FreeBSD p
Konstantin Belousov wrote:
[stuff snipped]
>I wrote:
>>
>> The patches in PR#205193 change nfsuserd to use a local socket,
>> which fixes this problem. However, the original poster of the PR had
>> hangs when using the patches which was never resolved (I couldn't
>> reproduce the hang).
>So conside
Author: rmacklem
Date: Thu Jul 6 22:34:34 2017
New Revision: 320758
URL: https://svnweb.freebsd.org/changeset/base/320758
Log:
Document the changes done to nfsuserd by r320757.
This is a content change.
Modified:
head/usr.sbin/nfsuserd/nfsuserd.8
Modified: head/usr.sbin/nfsuserd/nfsuse
Author: rmacklem
Date: Thu Jul 6 22:04:37 2017
New Revision: 320757
URL: https://svnweb.freebsd.org/changeset/base/320757
Log:
Modify the nfsuserd daemon so that it uses an AF_LOCAL socket for upcalls.
This patch modifies the nfsuserd daemon so that it uses an AF_LOCAL socket
for upcalls
Author: kib
Date: Thu Jul 6 21:47:17 2017
New Revision: 320755
URL: https://svnweb.freebsd.org/changeset/base/320755
Log:
Add BIT_FLS() analogous to BIT_FFS().
The benefit of BIT_FLS() is that ffsl() can be implemented with a
count leading zeros instruction which is more widespread avail
Author: kevans
Date: Thu Jul 6 19:53:30 2017
New Revision: 320754
URL: https://svnweb.freebsd.org/changeset/base/320754
Log:
Update copyright e-mail address to @FreeBSD.org address
Approved by: emaste (mentor)
Differential Revision:https://reviews.freebsd.org/D11508
Modified:
On Thu, Jul 6, 2017 at 10:59 AM, Glen Barber wrote:
> On Thu, Jul 06, 2017 at 05:54:04PM +, Glen Barber wrote:
>> Author: gjb
>> Date: Thu Jul 6 17:54:03 2017
>> New Revision: 320748
>> URL: https://svnweb.freebsd.org/changeset/base/320748
>>
>> Log:
>> Allow passing NOPKG= to make(1) to pr
Author: kevans
Date: Thu Jul 6 18:21:30 2017
New Revision: 320750
URL: https://svnweb.freebsd.org/changeset/base/320750
Log:
Fix sparc64 libc build after r320742.
p_branch_empty was declared but never used due to an oversight. Use it as
designed, further comment on its return value.
On Thu, Jul 06, 2017 at 05:54:04PM +, Glen Barber wrote:
> Author: gjb
> Date: Thu Jul 6 17:54:03 2017
> New Revision: 320748
> URL: https://svnweb.freebsd.org/changeset/base/320748
>
> Log:
> Allow passing NOPKG= to make(1) to prevent the pkg-stage target
> from getting executed.
>
>
Author: gjb
Date: Thu Jul 6 17:54:03 2017
New Revision: 320748
URL: https://svnweb.freebsd.org/changeset/base/320748
Log:
Allow passing NOPKG= to make(1) to prevent the pkg-stage target
from getting executed.
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/r
> On Jul 6, 2017, at 03:31, John Baldwin wrote:
>
>> On 7/6/17 12:15 AM, Ngie Cooper wrote:
>> Author: ngie
>> Date: Thu Jul 6 04:15:30 2017
>> New Revision: 320701
>> URL: https://svnweb.freebsd.org/changeset/base/320701
>>
>> Log:
>> Remove SUBDIR ordering/uniquifying in *bin/Makefile
>>
>
Author: ian
Date: Thu Jul 6 17:03:22 2017
New Revision: 320743
URL: https://svnweb.freebsd.org/changeset/base/320743
Log:
Fix drivers that assume ticks starts at zero. These drivers all have logic
similar to "if (ticks > localvar+interval) {localvar=ticks; ...}" where
localvar is initializ
Author: kevans
Date: Thu Jul 6 17:01:51 2017
New Revision: 320742
URL: https://svnweb.freebsd.org/changeset/base/320742
Log:
The impending libregex will implement GNU extensions to bring BREs and
EREs closer together. Prepare for this and reduce the diff of libregex
changes by
refactoring
Author: trasz
Date: Thu Jul 6 15:27:34 2017
New Revision: 320741
URL: https://svnweb.freebsd.org/changeset/base/320741
Log:
Make ^c work in ddb(4).
Obtained from:CheriBSD
MFC after:2 weeks
Sponsored by: DARPA, AFRL
Modified:
head/sys/ddb/db_input.c
Modified: head/sys/dd
Author: trasz
Date: Thu Jul 6 15:21:57 2017
New Revision: 320740
URL: https://svnweb.freebsd.org/changeset/base/320740
Log:
Make ^w work in ddb(4).
Obtained from:CheriBSD
MFC after:2 weeks
Sponsored by: DARPA, AFRL
Modified:
head/sys/ddb/db_input.c
Modified: head/sys/dd
Author: trasz
Date: Thu Jul 6 15:08:51 2017
New Revision: 320739
URL: https://svnweb.freebsd.org/changeset/base/320739
Log:
Make ddb(4) disassembler (x/i) use n32 register names.
Obtained from:CheriBSD
MFC after:2 weeks
Sponsored by: DARPA, AFRL
Modified:
head/sys/mips/m
Author: gallatin
Date: Thu Jul 6 15:03:54 2017
New Revision: 320738
URL: https://svnweb.freebsd.org/changeset/base/320738
Log:
Simplify UIO_SYSSPACE and UIO_NOCOPY paths in uiomove
Uiomove can only block when the segflag is UIO_USERSPACE,
otherwise we end up just doing a bcopy (or nothin
Author: asomers
Date: Thu Jul 6 14:47:59 2017
New Revision: 320737
URL: https://svnweb.freebsd.org/changeset/base/320737
Log:
Fix cleanup in lib/libc/gen/setdomainname_test
ATF cleanup routines run in separate processes from the tests themselves, so
they can't share global variables.
Author: emaste
Date: Thu Jul 6 14:35:47 2017
New Revision: 320736
URL: https://svnweb.freebsd.org/changeset/base/320736
Log:
acpidump: warn and exit loop on invalid subtable length
Submitted by: Guangyuan Yang
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/acpi/acpidump
On Thu, 6 Jul 2017, John Baldwin wrote:
On 7/6/17 12:15 AM, Ngie Cooper wrote:
Author: ngie
Date: Thu Jul 6 04:15:30 2017
New Revision: 320701
URL: https://svnweb.freebsd.org/changeset/base/320701
Log:
Remove SUBDIR ordering/uniquifying in *bin/Makefile
After the addition of SUBDIR.yes,
Author: emaste
Date: Thu Jul 6 13:27:01 2017
New Revision: 320735
URL: https://svnweb.freebsd.org/changeset/base/320735
Log:
compiler_rt: provide bswap buildins on sparc64
Attempting to build sparc64 world with GCC 6.3 previously failed with
zstd_compress.c:(.text+0x8fc): undefined refer
Author: trasz
Date: Thu Jul 6 12:30:39 2017
New Revision: 320734
URL: https://svnweb.freebsd.org/changeset/base/320734
Log:
Improve ddb(4) error reporting a bit.
Obtained from:CheriBSD
MFC after:2 weeks
Sponsored by: DARPA, AFRL
Modified:
head/sys/ddb/db_command.c
Modif
Author: trasz
Date: Thu Jul 6 12:27:14 2017
New Revision: 320733
URL: https://svnweb.freebsd.org/changeset/base/320733
Log:
Make ddb(4) a bit more user-friendly by improving "help".
Obtained from:CheriBSD
MFC after:2 weeks
Sponsored by: DARPA, AFRL
Modified:
head/sys/ddb
Author: robak (ports committer)
Date: Thu Jul 6 12:19:15 2017
New Revision: 320732
URL: https://svnweb.freebsd.org/changeset/base/320732
Log:
usr.sbin/bsdinstall/scripts/hardening: fix options numbers
Submitted by: Bartek Rutkowski
Reviewed by: bapt
Approved by: bapt
MFC after:
On 7/6/17 12:15 AM, Ngie Cooper wrote:
> Author: ngie
> Date: Thu Jul 6 04:15:30 2017
> New Revision: 320701
> URL: https://svnweb.freebsd.org/changeset/base/320701
>
> Log:
> Remove SUBDIR ordering/uniquifying in *bin/Makefile
>
> After the addition of SUBDIR.yes, uniquifying/ordering the
Author: mav
Date: Thu Jul 6 09:05:38 2017
New Revision: 320730
URL: https://svnweb.freebsd.org/changeset/base/320730
Log:
Report device descr in addition to ident.
Serial number without device model is somewhat less useful.
MFC after:2 weeks
Modified:
head/usr.sbin/diskinfo/dis
Author: mav
Date: Thu Jul 6 08:36:14 2017
New Revision: 320729
URL: https://svnweb.freebsd.org/changeset/base/320729
Log:
Add GEOM::descr attribute for symmetry with GEOM::ident.
MFC after:2 weeks
Modified:
head/sys/geom/geom_disk.c
Modified: head/sys/geom/geom_disk.c
=
Author: ngie
Date: Thu Jul 6 08:05:57 2017
New Revision: 320728
URL: https://svnweb.freebsd.org/changeset/base/320728
Log:
Chase upstream change deprecating LIBXO_OPTIONS similar to r320521
LIBXO_OPTIONS was deprecated in favor of the --libxo options.
Inspired by: https://github.com/
Author: ngie
Date: Thu Jul 6 07:59:00 2017
New Revision: 320727
URL: https://svnweb.freebsd.org/changeset/base/320727
Log:
:snprintf_float: don't blindly set RLIMIT_DATA and RLIMIT_AS to 1 MB -- raise
the limit to 32MB instead.
Require user=root and memory=64MB+ first so one can be reaso
Author: ngie
Date: Thu Jul 6 07:45:20 2017
New Revision: 320726
URL: https://svnweb.freebsd.org/changeset/base/320726
Log:
Expect :snprintf_float to segfault
This issue started occurring within the past month or so.
PR: 220502
Reported by: Jenkins (amd64-head job)
Modified:
he
Author: ngie
Date: Thu Jul 6 07:37:03 2017
New Revision: 320724
URL: https://svnweb.freebsd.org/changeset/base/320724
Log:
:l_flag:: be more aggressive when normalizing whitespace
Save output from ls -ldT and stat -l, then normalize all repeating whitespace
using
sed to single column sp
Author: avos
Date: Thu Jul 6 07:37:33 2017
New Revision: 320725
URL: https://svnweb.freebsd.org/changeset/base/320725
Log:
rtwn: add Rx descriptor structures for common code.
Remove any chipset specific usage of Rx descriptor structure / bits
from common code to prevent misuse of fields
37 matches
Mail list logo