Author: bdrewery
Date: Tue Nov 24 04:19:55 2015
New Revision: 291235
URL: https://svnweb.freebsd.org/changeset/base/291235
Log:
Remove unneeded libutil dependency for sendmail.
It included libutil.h for setproctitle(3), which was moved from libutil to
libc
in r65353 in 2000.
Reviewe
Author: pfg
Date: Tue Nov 24 04:15:13 2015
New Revision: 291234
URL: https://svnweb.freebsd.org/changeset/base/291234
Log:
bc(1): Fix memory corruption issues
Fix crashes and hangs found by AFL.
Improve handling of non-ascii chars.
Obtained from:OpenBSD (CVS rev 1.49)
Modifi
Author: adrian
Date: Tue Nov 24 03:42:58 2015
New Revision: 291233
URL: https://svnweb.freebsd.org/changeset/base/291233
Log:
[ath] migrate ioctl and busdma memory operations out into separate source
files.
This should be a big no-op pass; and reduces the size of if_ath.c.
I'm hopeful
Author: araujo
Date: Tue Nov 24 02:30:59 2015
New Revision: 291231
URL: https://svnweb.freebsd.org/changeset/base/291231
Log:
Compute the median of the data set as the midpoint between the two middle
values when the data set has an even number of elements.
PR: 201582
Submitted
Author: araujo
Date: Tue Nov 24 02:27:59 2015
New Revision: 291230
URL: https://svnweb.freebsd.org/changeset/base/291230
Log:
Connect ypldap(8) to the build.
Approved by: bapt (mentor)
Modified:
head/usr.sbin/Makefile
Modified: head/usr.sbin/Makefile
===
Author: bdrewery
Date: Tue Nov 24 00:49:29 2015
New Revision: 291226
URL: https://svnweb.freebsd.org/changeset/base/291226
Log:
Fix ld not respecting --sysroot.
ld(1) uses the /usr/libdata/ldscripts when linking. These scripts add in the
default search paths of /lib and /usr/lib via 'SEAR
On Monday, November 23, 2015 11:48:07 PM John Baldwin wrote:
> Author: jhb
> Date: Mon Nov 23 23:48:07 2015
> New Revision: 291225
> URL: https://svnweb.freebsd.org/changeset/base/291225
>
> Log:
> Add a new -B flag for use with list mode (-l) that lists details about
> bridges. Currently thi
Author: jhb
Date: Mon Nov 23 23:48:07 2015
New Revision: 291225
URL: https://svnweb.freebsd.org/changeset/base/291225
Log:
Add a new -B flag for use with list mode (-l) that lists details about
bridges. Currently this includes information about what resources a
bridge decodes on the upstrea
On Mon, Nov 23, 2015 at 11:36:58PM +, Jung-uk Kim wrote:
> Author: jkim
> Date: Mon Nov 23 23:36:57 2015
> New Revision: 291224
> URL: https://svnweb.freebsd.org/changeset/base/291224
>
> Log:
> colldef(1) and mklocale(1) reappeared in r291115.
>
Thank you!
Best regards,
Bapt
signature.a
Author: jkim
Date: Mon Nov 23 23:36:57 2015
New Revision: 291224
URL: https://svnweb.freebsd.org/changeset/base/291224
Log:
colldef(1) and mklocale(1) reappeared in r291115.
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
Author: bdrewery
Date: Mon Nov 23 23:04:52 2015
New Revision: 291223
URL: https://svnweb.freebsd.org/changeset/base/291223
Log:
There seems to be no reason to duplicate CANONICALOBJDIR logic from
bsd.obj.mk,
which is included for crunchgen builds.
No change in build output occurred with
Author: ae
Date: Mon Nov 23 22:06:55 2015
New Revision: 291222
URL: https://svnweb.freebsd.org/changeset/base/291222
Log:
Add destroy_object callback to object rewriting framework.
It is called when last reference to named object is going to be released
and allows to do additional cleanup fo
Author: mav
Date: Mon Nov 23 20:44:49 2015
New Revision: 291221
URL: https://svnweb.freebsd.org/changeset/base/291221
Log:
Remove "disable" hint, which duplicates system-wide "disabled".
Modified:
head/share/man/man4/isp.4
head/sys/dev/isp/isp_freebsd.h
head/sys/dev/isp/isp_pci.c
head/s
Author: ngie
Date: Mon Nov 23 19:44:39 2015
New Revision: 291220
URL: https://svnweb.freebsd.org/changeset/base/291220
Log:
Revert r291170
The mlx5* driver(s) are built [*]/installed separate from the OFED stack
thanks
to recent refactoring done in the linuxkpi(4) module.
Always ins
Author: emaste
Date: Mon Nov 23 18:58:00 2015
New Revision: 291219
URL: https://svnweb.freebsd.org/changeset/base/291219
Log:
newfs_msdos: rework error handling for eventual use in makefs
Return -1 on errors from mkfs_msdos() instead of err()/errx(), to
allow different consumers to handle
Author: emaste
Date: Mon Nov 23 18:56:10 2015
New Revision: 291218
URL: https://svnweb.freebsd.org/changeset/base/291218
Log:
Update $NetBSD$ ID
NetBSD mkfs_msdos.h rev 1.3 removed the no-endorsement clause from the
license block, which had already been done in the source I imported in
Author: markj
Date: Mon Nov 23 18:45:35 2015
New Revision: 291217
URL: https://svnweb.freebsd.org/changeset/base/291217
Log:
The buffer passed to an sbuf drain callback is not necessarily
null-terminated, so don't assume that it is.
Reported by: pho
X-MFC-With: r291059
Modified:
h
Author: andrew
Date: Mon Nov 23 18:20:32 2015
New Revision: 291216
URL: https://svnweb.freebsd.org/changeset/base/291216
Log:
Use #ifdef to get the file compiling without errors
Modified:
head/sys/arm/arm/pmu.c
Modified: head/sys/arm/arm/pmu.c
Author: smh
Date: Mon Nov 23 18:00:55 2015
New Revision: 291215
URL: https://svnweb.freebsd.org/changeset/base/291215
Log:
MFC r274366:
Add missing privilege check when setting the dump device.
Approved by: pjd, secteam (both no objections)
Sponsored by: Multiplay
Modified:
stabl
On Mon, Nov 23, 2015 at 6:47 AM, Dag-Erling Smørgrav
wrote:
> Author: des
> Date: Mon Nov 23 12:47:08 2015
> New Revision: 291197
> URL: https://svnweb.freebsd.org/changeset/base/291197
>
> Log:
> markup fixes
>
> Modified:
> head/lib/libc/stdio/fopen.3
>
> Modified: head/lib/libc/stdio/fopen
Author: jimharris
Date: Mon Nov 23 17:27:29 2015
New Revision: 291214
URL: https://svnweb.freebsd.org/changeset/base/291214
Log:
MFC r290199:
nvd, nvme: report stripesize through GEOM disk layer
Sponsored by: Intel
Modified:
stable/10/sys/dev/nvd/nvd.c
stable/10/sys/dev/nvme/nvm
Author: jimharris
Date: Mon Nov 23 17:26:20 2015
New Revision: 291213
URL: https://svnweb.freebsd.org/changeset/base/291213
Log:
MFC r290198:
nvme: fix race condition in split bio completion path
Sponsored by: Intel
Modified:
stable/10/sys/dev/nvme/nvme_ns.c
Modified: stable/10/s
Author: nwhitehorn
Date: Mon Nov 23 17:07:51 2015
New Revision: 291211
URL: https://svnweb.freebsd.org/changeset/base/291211
Log:
Provide support for userland binaries using the new ELFv2 ABI. This is a
new, simplified, ELF ABI that avoids some of the stranger aspects of the
existing 64-bit
Author: andrew
Date: Mon Nov 23 17:05:28 2015
New Revision: 291210
URL: https://svnweb.freebsd.org/changeset/base/291210
Log:
Only enable the first interrupt for now, we don't correctly configure or
route interrupts to the needed cpu.
Sponsored by: ABT Systems Ltd
Modified:
head/sys/ar
Author: mav
Date: Mon Nov 23 15:49:50 2015
New Revision: 291209
URL: https://svnweb.freebsd.org/changeset/base/291209
Log:
Fix target mode support for Qlogic 2200 FC adapters.
Now target mode works for all supported FC adapters except ancient 2100,
which is not tested.
Modified:
head/s
Author: smh
Date: Mon Nov 23 14:06:21 2015
New Revision: 291207
URL: https://svnweb.freebsd.org/changeset/base/291207
Log:
Fix dumpon compatibility with dumpdev kenv
The dumpdev kenv supports devices without the /dev/ prefix, fix dumpon to
also support this which is required after r288153
Author: hselasky
Date: Mon Nov 23 13:48:28 2015
New Revision: 291206
URL: https://svnweb.freebsd.org/changeset/base/291206
Log:
MFC r277974:
Fix a bunch of -Wcast-qual warnings in sys/dev/usb/input/uhid.c, by
using __DECONST. No functional change.
Differential Revision: https://reviews
Author: hselasky
Date: Mon Nov 23 13:47:31 2015
New Revision: 291205
URL: https://svnweb.freebsd.org/changeset/base/291205
Log:
MFC r277974:
Fix a bunch of -Wcast-qual warnings in sys/dev/usb/input/uhid.c, by
using __DECONST. No functional change.
Differential Revision: https://reviews
Author: hselasky
Date: Mon Nov 23 13:44:25 2015
New Revision: 291204
URL: https://svnweb.freebsd.org/changeset/base/291204
Log:
MFC r284722 and r284724:
Fix endless recursion in ti(4)'s ti_ifmedia_upd(), found by clang 3.7.0.
Modified:
stable/8/sys/dev/ti/if_ti.c
Directory Properties:
sta
Author: hselasky
Date: Mon Nov 23 13:38:46 2015
New Revision: 291203
URL: https://svnweb.freebsd.org/changeset/base/291203
Log:
MFC r284722 and r284724:
Fix endless recursion in ti(4)'s ti_ifmedia_upd(), found by clang 3.7.0.
Modified:
stable/9/sys/dev/ti/if_ti.c
Directory Properties:
sta
Author: hselasky
Date: Mon Nov 23 13:36:41 2015
New Revision: 291202
URL: https://svnweb.freebsd.org/changeset/base/291202
Log:
MFC r284722 and r284724:
Fix endless recursion in ti(4)'s ti_ifmedia_upd(), found by clang 3.7.0.
Modified:
stable/10/sys/dev/ti/if_ti.c
Directory Properties:
st
Author: hselasky
Date: Mon Nov 23 13:30:13 2015
New Revision: 291201
URL: https://svnweb.freebsd.org/changeset/base/291201
Log:
MFC r291072, r291168 and r291169:
Add the mlx5 and mlx5en modules to the i386 and amd64 kernel builds by
default and add a manual page for mlx5en. The mlx5 module c
Author: skra
Date: Mon Nov 23 13:23:53 2015
New Revision: 291200
URL: https://svnweb.freebsd.org/changeset/base/291200
Log:
Fix inconsistent use of malloc type for cdev private data.
Remove M_VCHIQ malloc type, now not used anywhere.
Reviewed by: gonzo
Approved by: kib (mentor)
Modif
Author: hselasky
Date: Mon Nov 23 12:55:37 2015
New Revision: 291199
URL: https://svnweb.freebsd.org/changeset/base/291199
Log:
Fix compile warning about shifting signed negative constant.
MFC after:3 days
Modified:
head/sys/dev/usb/controller/uhci.h
Modified: head/sys/dev/usb/contr
Author: des
Date: Mon Nov 23 12:48:13 2015
New Revision: 291198
URL: https://svnweb.freebsd.org/changeset/base/291198
Log:
Retire the NONE cipher option.
Deleted:
head/tools/build/options/WITH_OPENSSH_NONE_CIPHER
Modified:
head/crypto/openssh/README.hpn
head/crypto/openssh/cipher.c
head
Author: des
Date: Mon Nov 23 12:47:08 2015
New Revision: 291197
URL: https://svnweb.freebsd.org/changeset/base/291197
Log:
markup fixes
Modified:
head/lib/libc/stdio/fopen.3
Modified: head/lib/libc/stdio/fopen.3
==
-
Author: smh
Date: Mon Nov 23 12:19:36 2015
New Revision: 291196
URL: https://svnweb.freebsd.org/changeset/base/291196
Log:
MFC r291071:
Fix zfs(8) set options
Sponsored by: Multiplay
Modified:
stable/10/cddl/contrib/opensolaris/cmd/zfs/zfs.8
Directory Properties:
stable/10/ (pro
Author: smh
Date: Mon Nov 23 12:17:46 2015
New Revision: 291195
URL: https://svnweb.freebsd.org/changeset/base/291195
Log:
MFC r290406:
Fix g_eli error loss conditions
Sponsored by: Multiplay
Modified:
stable/10/sys/geom/eli/g_eli.c
Directory Properties:
stable/10/ (props change
Author: smh
Date: Mon Nov 23 12:10:29 2015
New Revision: 291194
URL: https://svnweb.freebsd.org/changeset/base/291194
Log:
MFC r290708:
Fix ixl debug sysctls panic
Sponsored by: Multiplay
Modified:
stable/10/sys/dev/ixl/if_ixl.c
Directory Properties:
stable/10/ (props changed)
Reverted in r291193.
On Mon, Nov 23, 2015 at 7:02 AM, Adrian Chadd wrote:
> On 22 November 2015 at 20:47, Ian Lepore wrote:
>> On Sun, 2015-11-22 at 19:22 -0800, Mark Johnston wrote:
>>> On Sat, Nov 21, 2015 at 07:55:01PM +, Svatopluk Kraus wrote:
>>> > Author: skra
>>> > Date: Sat Nov 21 19
Author: skra
Date: Mon Nov 23 11:19:00 2015
New Revision: 291193
URL: https://svnweb.freebsd.org/changeset/base/291193
Log:
Revert r291142.
The not quite consistent logic for bounce pages allocation is utilizited
by re(4) interface which can hang now.
Approved by: kib (mentor)
Modi
Author: ngie
Date: Mon Nov 23 10:57:04 2015
New Revision: 291191
URL: https://svnweb.freebsd.org/changeset/base/291191
Log:
MFC r290856:
r290856 (by bap):
also skip the definition of ':fopen_regular' to avoid the build to fail due to
unused variables defined by ATF macros
Modified:
s
Author: ngie
Date: Mon Nov 23 10:53:01 2015
New Revision: 291190
URL: https://svnweb.freebsd.org/changeset/base/291190
Log:
MFC r290572,r290646,r290848,r290849:
r290572:
Integrate tools/regression/lib/libc/gen into the FreeBSD test suite
as lib/libc/tests/gen
The code in test-fn
Author: ngie
Date: Mon Nov 23 10:09:59 2015
New Revision: 291189
URL: https://svnweb.freebsd.org/changeset/base/291189
Log:
MFC r290870:
Add NO_WERROR and WARNS to PROG_OVERRIDE_VARS for bsd.prog.mk compatibility
Sponsored by: EMC / Isilon Storage Division
Modified:
stable/10/share/
Author: mav
Date: Mon Nov 23 10:06:19 2015
New Revision: 291188
URL: https://svnweb.freebsd.org/changeset/base/291188
Log:
Rip off target mode support for parallel SCSI QLogic adapters.
Hacks to enable target mode there complicated code, while didn't really
work. And for outdated hardwar
Author: ngie
Date: Mon Nov 23 09:58:56 2015
New Revision: 291187
URL: https://svnweb.freebsd.org/changeset/base/291187
Log:
MFC r264725:
r264725 (by jilles):
libc: Add fopen() test to regression Makefile.
NOTE (ngie): this is a mergeinfo-only commit
Modified:
Directory Properties
Author: ngie
Date: Mon Nov 23 09:36:25 2015
New Revision: 291186
URL: https://svnweb.freebsd.org/changeset/base/291186
Log:
MFstable/10 r291185:
MFC r291047:
Don't leak work if __mlx4_register_vlan(..) fails in
mlx4_master_immediate_activate_vlan_qos(..)
Differential Revision: h
Author: ngie
Date: Mon Nov 23 09:33:27 2015
New Revision: 291185
URL: https://svnweb.freebsd.org/changeset/base/291185
Log:
MFC r291047:
Don't leak work if __mlx4_register_vlan(..) fails in
mlx4_master_immediate_activate_vlan_qos(..)
Differential Revision: https://reviews.freebsd.org
Author: hselasky
Date: Mon Nov 23 09:32:32 2015
New Revision: 291184
URL: https://svnweb.freebsd.org/changeset/base/291184
Log:
MFC r290650, r290709, r291067, r291068, r291069 and r291070:
Add mlx5 and mlx5en driver(s) for ConnectX-4 and ConnectX-4LX cards
from Mellanox Technologies. The cur
Author: ngie
Date: Mon Nov 23 09:26:53 2015
New Revision: 291183
URL: https://svnweb.freebsd.org/changeset/base/291183
Log:
MFC r290914:
Integrate tools/regression/pipe in to the FreeBSD test suite as
tests/sys/kern/pipe
- Fix style(9) bugs
- Fix compiler warnings
- Use `nitems(x
Author: ngie
Date: Mon Nov 23 09:22:01 2015
New Revision: 291182
URL: https://svnweb.freebsd.org/changeset/base/291182
Log:
MFC r290909:
Add some initial tests for SLIST and STAILQ macros
Sponsored by: EMC / Isilon Storage Division
Added:
stable/10/lib/libc/tests/sys/queue_test.c
Author: ngie
Date: Mon Nov 23 09:17:25 2015
New Revision: 291181
URL: https://svnweb.freebsd.org/changeset/base/291181
Log:
Integrate contrib/netbsd-tests/kernel/t_mqueue into the FreeBSD test
suite as tests/sys/kern/mqueue_test
MFC after: 1 week
Modified:
head/tests/sys/kern/Makefile
Author: ngie
Date: Mon Nov 23 09:15:20 2015
New Revision: 291180
URL: https://svnweb.freebsd.org/changeset/base/291180
Log:
Fix up convert.c generation
- Use a temporary file for convert.c to reduce likelihood of an interrupted
build resulting in bad code being written to convert.c
-
On 11/23/15 09:44, NGie Cooper wrote:
On Nov 23, 2015, at 00:38, Hans Petter Selasky wrote:
On 11/23/15 09:35, Hans Petter Selasky wrote:
Hi,
Strictly speaking, mlx5 and mlx5en is not under OFED any more, and the
manual page should be installed by default.
--HPS
Hi,
Maybe for 10-stable
Author: ngie
Date: Mon Nov 23 08:52:38 2015
New Revision: 291179
URL: https://svnweb.freebsd.org/changeset/base/291179
Log:
MFC r290911,r290912:
r290911:
Ignore EINTR from usleep(3) in try_locks(..)
NetBSD's usleep(3) only returns -1/sets errno=EINVAL when `microseconds`
is one
> On Nov 23, 2015, at 00:38, Hans Petter Selasky wrote:
>
> On 11/23/15 09:35, Hans Petter Selasky wrote:
>>
>> Hi,
>>
>> Strictly speaking, mlx5 and mlx5en is not under OFED any more, and the
>> manual page should be installed by default.
>>
>> --HPS
>
> Hi,
>
> Maybe for 10-stable it will
On 11/23/15 09:35, Hans Petter Selasky wrote:
Hi,
Strictly speaking, mlx5 and mlx5en is not under OFED any more, and the
manual page should be installed by default.
--HPS
Hi,
Maybe for 10-stable it will be under the OFED option, but not for
11-current.
--HPS
_
On 11/23/15 01:43, Garrett Cooper wrote:
Author: ngie
Date: Mon Nov 23 00:43:23 2015
New Revision: 291170
URL: https://svnweb.freebsd.org/changeset/base/291170
Log:
Install mce(4) and mlx5en(4) if MK_OFED != no
MFC after: 1 week
Modified:
head/share/man/man4/Makefile
Modified: head/s
Author: ngie
Date: Mon Nov 23 08:31:41 2015
New Revision: 291178
URL: https://svnweb.freebsd.org/changeset/base/291178
Log:
MFC r290532,r290561,r290843,r290844,r290845:
r290532:
Integrate tools/regression/lib/libc/locale into the FreeBSD test suite
as lib/libc/tests/locale
Spons
Author: ngie
Date: Mon Nov 23 08:26:26 2015
New Revision: 291177
URL: https://svnweb.freebsd.org/changeset/base/291177
Log:
MFC r290850:
Cast xdr_void to xdrproc_t to mute -Wincompatible-pointer-types warnings from
clang
This pattern is used in other areas of lib/libc/rpc
Sponso
Author: ngie
Date: Mon Nov 23 08:24:48 2015
New Revision: 291176
URL: https://svnweb.freebsd.org/changeset/base/291176
Log:
MFC r290869:
Redo r290847: use #ifdef __NetBSD__ on all the non-public APIs to
mute -Wunused-but-set-variable warnings with gcc dealing with the
function calls
Author: ngie
Date: Mon Nov 23 08:22:40 2015
New Revision: 291175
URL: https://svnweb.freebsd.org/changeset/base/291175
Log:
MFC r290563,r290868,r291038:
r290563:
Integrate tools/regression/lib/libc/net into the FreeBSD test suite
as lib/libc/tests/net
Also, fix eui64_aton_test:t
Author: ngie
Date: Mon Nov 23 08:18:52 2015
New Revision: 291174
URL: https://svnweb.freebsd.org/changeset/base/291174
Log:
MFC r290907:
Expect all testcases dealing with invalid salts to fail on FreeBSD
Sponsored by: EMC / Isilon Storage Division
Modified:
stable/10/contrib/netbsd-
Author: ngie
Date: Mon Nov 23 08:17:32 2015
New Revision: 291173
URL: https://svnweb.freebsd.org/changeset/base/291173
Log:
MFC r290905,r290922:
r290905:
Integrate acct(2) testcase in as tests/sys/kern/acct/acct_test
The :encode_tv_random_million testcase fails the epsilon tests a
64 matches
Mail list logo