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
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: 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: 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
==
-
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: 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: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
> 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
36 matches
Mail list logo