Author: br
Date: Wed Jan 27 10:34:07 2016
New Revision: 294908
URL: https://svnweb.freebsd.org/changeset/base/294908
Log:
Add the RISC-V MD parts of libthread_db.
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Differential Revision:https://reviews.freebsd.org/D5064
Added:
head
I get this with GCC 5.2.0:
/home/rb743/dev/freebsd-riscv/lib/libdpv/dialog_util.c:270:23: error:
zero-length gnu_printf format string [-Werror=for
mat-zero-length]
sprintf(dargv[n++], "");
Ruslan
On Wed, Jan 27, 2016 at 06:21:35AM +, Devin Teske wrote:
> Author: dteske
> Date: Wed Jan 27
Author: des
Date: Wed Jan 27 13:40:44 2016
New Revision: 294909
URL: https://svnweb.freebsd.org/changeset/base/294909
Log:
Switch UseDNS back on
Modified:
head/crypto/openssh/FREEBSD-upgrade
head/crypto/openssh/servconf.c
head/crypto/openssh/sshd_config
head/crypto/openssh/sshd_config.5
While I can guess the reason, it would be nice to document the reason on
things like this :-)
Regards
Steve
On 27/01/2016 13:40, Dag-Erling Smørgrav wrote:
Author: des
Date: Wed Jan 27 13:40:44 2016
New Revision: 294909
URL: https://svnweb.freebsd.org/changeset/base/294909
Log:
Swi
On Wed, Jan 27, 2016 at 01:56:39PM +, Steven Hartland wrote:
> While I can guess the reason, it would be nice to document the reason on
> things like this :-)
Or use more clear commit message (on stable/10 UseDNS is on by
default, but nothing about relation to host names in
~/.ssh/known_host
Author: br
Date: Wed Jan 27 14:10:50 2016
New Revision: 294912
URL: https://svnweb.freebsd.org/changeset/base/294912
Log:
Add pthread MD part for RISC-V.
Reviewed by: andrew
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Differential Revision:https://reviews.freebsd.org/D5063
Steven Hartland writes:
> While I can guess the reason, it would be nice to document the reason
> on things like this :-)
Because it used to be on, and people who relied on it were locked out
after upgrading. We can consider turning it back off before 11, with
sufficient advance warning (and pos
Author: hselasky
Date: Wed Jan 27 14:46:30 2016
New Revision: 294915
URL: https://svnweb.freebsd.org/changeset/base/294915
Log:
Fix generation of dependency rules for the LinuxKPI, the MLX5 driver
and all of OFED except MLX4[EN/IB].
Sponsored by: Mellanox Technologies
MFC after:1 we
Author: skra
Date: Wed Jan 27 14:47:00 2016
New Revision: 294916
URL: https://svnweb.freebsd.org/changeset/base/294916
Log:
Fix my email.
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.dot
> On 27 Jan 2016, at 06:21 , Devin Teske wrote:
>
> Author: dteske
> Date: Wed Jan 27 06:21:35 2016
> New Revision: 294893
> URL: https://svnweb.freebsd.org/changeset/base/294893
>
> Log:
> Fix a crash if `-D' is used without `-t title'
>
> dialog(3)'s dlg_reallocate_gauge(), used both by di
Author: dteske
Date: Wed Jan 27 15:28:23 2016
New Revision: 294922
URL: https://svnweb.freebsd.org/changeset/base/294922
Log:
Fix fatal warn when compiling under GCC 5.2.0
GCC 5.2.0 generates the following [fatal] warning:
dialog_util.c:270:23: error:
zero-length gnu_printf format strin
On Wed, 2016-01-27 at 11:03 +, Ruslan Bukin wrote:
> I get this with GCC 5.2.0:
>
> /home/rb743/dev/freebsd-riscv/lib/libdpv/dialog_util.c:270:23: error:
> zero-length gnu_printf format string [-Werror=for
> mat-zero-length]
>sprintf(dargv[n++], "");
>
> Ruslan
>
Fixed just now:
https:/
On Wed, 2016-01-27 at 15:21 +, Bjoern A. Zeeb wrote:
> > On 27 Jan 2016, at 06:21 , Devin Teske wrote:
> >
> > Author: dteske
> > Date: Wed Jan 27 06:21:35 2016
> > New Revision: 294893
> > URL: https://svnweb.freebsd.org/changeset/base/294893
> >
> > Log:
> > Fix a crash if `-D' is used wi
Author: asomers
Date: Wed Jan 27 16:13:10 2016
New Revision: 294923
URL: https://svnweb.freebsd.org/changeset/base/294923
Log:
Fix grep_test:recurse with ZFS and TMPFS tmpdirs
contrib/netbsd-tests/usr.bin/grep/t_grep.sh
Fix grep_test:recurse when /tmp is either zfs or tmpfs. The tes
Author: asomers
Date: Wed Jan 27 16:17:15 2016
New Revision: 294924
URL: https://svnweb.freebsd.org/changeset/base/294924
Log:
syslogd: Enable repeated line compression for lines of any length.
Enable repeated line compression for lines of any length, instead of only
short lines. AFAICT r
Author: imp
Date: Wed Jan 27 16:36:18 2016
New Revision: 294925
URL: https://svnweb.freebsd.org/changeset/base/294925
Log:
Fix mistake when transitioning to the new defines with ZFS loader. I
hate adding yet another define, but it is the lessor of the evil
choices available. Kill another evi
On 27/01/2016 16:36, Warner Losh wrote:
Author: imp
Date: Wed Jan 27 16:36:18 2016
New Revision: 294925
URL: https://svnweb.freebsd.org/changeset/base/294925
Log:
Fix mistake when transitioning to the new defines with ZFS loader. I
hate adding yet another define, but it is the lessor of
Author: allanjude
Date: Wed Jan 27 16:45:23 2016
New Revision: 294926
URL: https://svnweb.freebsd.org/changeset/base/294926
Log:
ficl on i386 should cast to unsigned char output to support efi i386
make it possible for efi_console to recognize and translate box characters
on i386 build (u
> On Jan 27, 2016, at 05:40, Dag-Erling Smørgrav wrote:
>
> Author: des
> Date: Wed Jan 27 13:40:44 2016
> New Revision: 294909
> URL: https://svnweb.freebsd.org/changeset/base/294909
>
> Log:
> Switch UseDNS back on
Please add "Relnotes: yes" to the MFC commit, if this is MFCed. Speaking of
Author: andrew
Date: Wed Jan 27 17:33:31 2016
New Revision: 294927
URL: https://svnweb.freebsd.org/changeset/base/294927
Log:
When finding the physical address of a device allow intermediate addresses
to be 64-bit on 32-bit architectures. It is not uncommon for device trees
to use the upper
On Wed, 2016-01-27 at 17:33 +, Andrew Turner wrote:
> Author: andrew
> Date: Wed Jan 27 17:33:31 2016
> New Revision: 294927
> URL: https://svnweb.freebsd.org/changeset/base/294927
...
> + KASSERT(size <= BUS_SPACE_MAXSIZE,
> + ("Bus size is too large: %jx", (intmax_t)addr));
O
Author: andrew
Date: Wed Jan 27 17:47:07 2016
New Revision: 294928
URL: https://svnweb.freebsd.org/changeset/base/294928
Log:
Fix the value we print when the size is too large. While here fix the types
we cast to to be unsigned as the data is unsigned.
Reviewed by: ian
Modified:
head/
Author: jhb
Date: Wed Jan 27 17:55:01 2016
New Revision: 294930
URL: https://svnweb.freebsd.org/changeset/base/294930
Log:
Convert ss_sp in stack_t and sigstack to void *.
POSIX requires these members to be of type void * rather than the
char * inherited from 4BSD. NetBSD and OpenBSD bot
Author: glebius
Date: Wed Jan 27 17:59:39 2016
New Revision: 294931
URL: https://svnweb.freebsd.org/changeset/base/294931
Log:
Rename netinet/tcp_cc.h to netinet/cc/cc.h.
Discussed with: lstewart
Added:
head/sys/netinet/cc/cc.h
- copied, changed from r294930, head/sys/netinet/
From context in other emails: This commit will not be MFCed, because
this configuration is already enabled in stable/10. For the same
reason, it doesn't need Relnotes.
Best,
Conrad
On Wed, Jan 27, 2016 at 9:25 AM, NGie Cooper wrote:
>
>> On Jan 27, 2016, at 05:40, Dag-Erling Smørgrav wrote:
>>
Author: trasz
Date: Wed Jan 27 18:12:42 2016
New Revision: 294932
URL: https://svnweb.freebsd.org/changeset/base/294932
Log:
Improve reporting of connection problems in iscsid(8).
Obtained from:Mellanox Technologies
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Mod
Author: bdrewery
Date: Wed Jan 27 19:11:11 2016
New Revision: 294933
URL: https://svnweb.freebsd.org/changeset/base/294933
Log:
Drop any previous fd when setting a new one.
Reported by: mjg
Sponsored by: EMC / Isilon Storage Division
MFC after:2 weeks
Modified:
head/sys/dev/file
On 1/27/2016 6:46 AM, Hans Petter Selasky wrote:
> ==
> --- head/sys/conf/kern.post.mkWed Jan 27 14:16:13 2016
> (r294914)
> +++ head/sys/conf/kern.post.mkWed Jan 27 14:46:30 2016
> (r294915)
Author: mjg
Date: Wed Jan 27 19:55:02 2016
New Revision: 294934
URL: https://svnweb.freebsd.org/changeset/base/294934
Log:
ktrace: tidy up ktrstruct
- minor style fixes
- avoid doing strlen twice [1]
PR: 206648
Submitted by: C Turt (original version) [1]
Modified:
hea
Author: kan
Date: Wed Jan 27 20:20:37 2016
New Revision: 294936
URL: https://svnweb.freebsd.org/changeset/base/294936
Log:
Do not unlock rtld_phdr_lock over callback invocations.
The dl_iterate_phdr consumer code in libgcc does not expect multiple
callbacks running concurrently. This was
Author: kan
Date: Wed Jan 27 20:20:35 2016
New Revision: 294935
URL: https://svnweb.freebsd.org/changeset/base/294935
Log:
Make .debug file for libgcc_s.so.1 more useful.
The files compiled into libgcc_s.so.1 did not have -g on
compiler command line, making generated .debug quite
pointl
Author: emaste
Date: Wed Jan 27 20:23:42 2016
New Revision: 294937
URL: https://svnweb.freebsd.org/changeset/base/294937
Log:
Replace prebuilt uuencoded gallant.fnt with editable hex version
Added:
head/share/vt/fonts/gallant.hex (contents, props changed)
Deleted:
head/share/vt/fonts/gall
On Wed, 27 Jan 2016 20:20:37 + (UTC)
Alexander Kabaev wrote:
> Author: kan
> Date: Wed Jan 27 20:20:37 2016
> New Revision: 294936
> URL: https://svnweb.freebsd.org/changeset/base/294936
>
> Log:
> Do not unlock rtld_phdr_lock over callback invocations.
>
> The dl_iterate_phdr consume
On 01/27/16 20:19, Bryan Drewery wrote:
On 1/27/2016 6:46 AM, Hans Petter Selasky wrote:
==
--- head/sys/conf/kern.post.mk Wed Jan 27 14:16:13 2016(r294914)
+++ head/sys/conf/kern.post.mk Wed Jan 27 14:46:30 20
On 1/27/2016 12:36 PM, Hans Petter Selasky wrote:
> On 01/27/16 20:19, Bryan Drewery wrote:
>> On 1/27/2016 6:46 AM, Hans Petter Selasky wrote:
>>> ==
>>>
>>> --- head/sys/conf/kern.post.mkWed Jan 27 14:16:13 2016(r
Author: bdrewery
Date: Wed Jan 27 21:12:18 2016
New Revision: 294949
URL: https://svnweb.freebsd.org/changeset/base/294949
Log:
filemon_ioctl: Handle error from devfs_get_cdevpriv(9).
MFC after:2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/filemon/filem
Author: bdrewery
Date: Wed Jan 27 21:14:09 2016
New Revision: 294952
URL: https://svnweb.freebsd.org/changeset/base/294952
Log:
filemon_ioctl: Lock the associated filemon handle before writing to it.
Reported by: mjg
MFC after:2 weeks
Sponsored by: EMC / Isilon Storage Division
Mo
Author: bdrewery
Date: Wed Jan 27 21:17:43 2016
New Revision: 294953
URL: https://svnweb.freebsd.org/changeset/base/294953
Log:
filemon_comment has nothing to do with wrappers so move it out of
filemon_wrapper.c.
It only prints the header from filemon_ioctl. Keep the name though to stay
Author: mckusick
Date: Wed Jan 27 21:23:01 2016
New Revision: 294954
URL: https://svnweb.freebsd.org/changeset/base/294954
Log:
The bread() function was inconsistent about whether it would return
a buffer pointer in the event of an error (for some errors it would
return a buffer pointer and
Author: mckusick
Date: Wed Jan 27 21:27:05 2016
New Revision: 294956
URL: https://svnweb.freebsd.org/changeset/base/294956
Log:
This fixes a bug in UFS2 exported NFS volumes. An NFS client can
crash a server that has exported UFS2 by presenting a filehandle
with an inode number that referenc
Author: bdrewery
Date: Wed Jan 27 21:37:43 2016
New Revision: 294957
URL: https://svnweb.freebsd.org/changeset/base/294957
Log:
filemon_dtr: Lock the associated filemon handle before writing to it.
Reported by: mjg
MFC after:2 weeks
Sponsored by: EMC / Isilon Storage Division
Modi
Author: bdrewery
Date: Thu Jan 28 00:51:17 2016
New Revision: 294965
URL: https://svnweb.freebsd.org/changeset/base/294965
Log:
filemon: Use process_exit EVENTHANDLER to capture process exit.
This fixes some cases where a process could exit without being untracked
by filemon.
Reporte
Author: bdrewery
Date: Thu Jan 28 01:17:55 2016
New Revision: 294967
URL: https://svnweb.freebsd.org/changeset/base/294967
Log:
filemon: Trace fork via process_fork event.
This avoids needing ugly hooks and needing both a vfork and fork
handler.
MFC after:2 weeks
Sponsored by:
Author: bdrewery
Date: Thu Jan 28 01:19:19 2016
New Revision: 294968
URL: https://svnweb.freebsd.org/changeset/base/294968
Log:
Follow-up r294967: Mark flags unused.
X-MFC-With: r294967
MFC after:2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/filemon
Author: ngie
Date: Thu Jan 28 03:24:06 2016
New Revision: 294973
URL: https://svnweb.freebsd.org/changeset/base/294973
Log:
Add pidfile support to ggated(8)
The tests will manipulate the system daemon today, which can cause undesired
service interruption when the tests are run.
This
45 matches
Mail list logo