On Sat, Sep 06, 2014 at 04:04:49PM -0400, John Baldwin wrote:
> On Friday, September 05, 2014 10:44:05 AM John Baldwin wrote:
> > On Friday, September 05, 2014 4:43:05 am Konstantin Belousov wrote:
> > > There is one weird detail, not touched by your patch. Amd64 resume
> > > path calls initialize
older versions of FreeBSD, try WITH
stable/10, and then rebuild without this option. The bootstrap process from
older version of current is a bit fragile.
+20140909: p8 FreeBSD-SA-14:18.openssl
+ Fix OpenSSL multiple vulnerabilities. [SA-14:18]
+
20140708: p7 FreeBSD-SA-14
2014(r271305)
@@ -15,6 +15,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
debugging tools present in HEAD were left in place because
sun4v support still needs work to become production ready.
+20140909: p15 FreeBSD-SA-14:18.openssl
+ Fix OpenSSL multiple
Author: glebius
Date: Tue Sep 9 10:29:27 2014
New Revision: 271306
URL: http://svnweb.freebsd.org/changeset/base/271306
Log:
Merge r270928: explicitly free packet on PF_DROP, otherwise a "quick"
rule with "route-to" may still forward it.
PR: 177808
Approved by: re (gjb)
Mod
Luigi,
On Mon, Sep 08, 2014 at 01:18:44PM +0200, Luigi Rizzo wrote:
L> I would appreciate if you and others could inform me _before_ touching
L> netmap-related stuff, and also, if you make changes make sure they are
L> visible to the preprocessor so i can use conditional compilations.
L>
L> Thi
Author: ae
Date: Tue Sep 9 10:52:50 2014
New Revision: 271307
URL: http://svnweb.freebsd.org/changeset/base/271307
Log:
Add the ability to set `prefer_source' flag to an IPv6 address.
It affects the IPv6 source address selection algorithm (RFC 6724)
and allows override the last rule ("longe
Author: mav
Date: Tue Sep 9 11:29:55 2014
New Revision: 271308
URL: http://svnweb.freebsd.org/changeset/base/271308
Log:
Make ZVOL writes in device mode support IO_SYNC flag.
MFC after:1 month
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c
Modified: head/sys/c
Author: mav
Date: Tue Sep 9 11:38:29 2014
New Revision: 271309
URL: http://svnweb.freebsd.org/changeset/base/271309
Log:
Improve cache control support, including DPO/FUA flags and the mode page.
At this moment it works only for files and ZVOLs in device mode since BIOs
have no respective
On Mon, Sep 08, 2014 at 11:17:51AM -0400, John Baldwin wrote:
> On Sunday, September 07, 2014 04:56:49 PM Slawa Olhovchenkov wrote:
> > PS: very bad that 'data limit' don't anymore reflect application
> > memory consumer. and very small application can adapt to 'no memory'
> > from system.
>
> Yo
Author: ian
Date: Tue Sep 9 13:50:21 2014
New Revision: 271310
URL: http://svnweb.freebsd.org/changeset/base/271310
Log:
Rename new to newval in inline asm code, to avoid clashes with C++ new.
Also rename cmp to cmpval just to keep the asm variable names similar to
the C variable names.
Mo
Author: mav
Date: Tue Sep 9 14:09:51 2014
New Revision: 271311
URL: http://svnweb.freebsd.org/changeset/base/271311
Log:
Add support for Mode Page Policy (0x87) VPD page.
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
==
Author: ray
Date: Tue Sep 9 14:18:56 2014
New Revision: 271312
URL: http://svnweb.freebsd.org/changeset/base/271312
Log:
Revert r269474. Special keyboard combinations should be handled by separate
sysctls.
Modified:
head/sys/dev/vt/vt.h
head/sys/dev/vt/vt_core.c
Modified: head/sys/dev/v
Author: mav
Date: Tue Sep 9 14:20:55 2014
New Revision: 271313
URL: http://svnweb.freebsd.org/changeset/base/271313
Log:
Oops, missed piece of r271311.
Modified:
head/sys/cam/scsi/scsi_all.h
Modified: head/sys/cam/scsi/scsi_all.h
=
On Tue, 12 Aug 2014 13:17:55 +1000 (EST)
Bruce Evans wrote:
> On Mon, 11 Aug 2014, John Baldwin wrote:
>
> > On Monday, August 04, 2014 8:03:58 pm Bruce Evans wrote:
> >> On Mon, 4 Aug 2014, John Baldwin wrote:
> >>> I realize the API uses 'SPCL' as an abbreviation, but for user-facing
> >>> th
Author: joel (doc committer)
Date: Tue Sep 9 14:31:56 2014
New Revision: 271314
URL: http://svnweb.freebsd.org/changeset/base/271314
Log:
- Add missing "
- Sort sections
Modified:
head/share/man/man9/sysctl.9
Modified: head/share/man/man9/sysctl.9
=
Author: joel (doc committer)
Date: Tue Sep 9 14:34:54 2014
New Revision: 271315
URL: http://svnweb.freebsd.org/changeset/base/271315
Log:
Minor mdoc nit.
Modified:
head/lib/libc/sys/kqueue.2
Modified: head/lib/libc/sys/kqueue.2
===
Author: mav
Date: Tue Sep 9 15:19:38 2014
New Revision: 271316
URL: http://svnweb.freebsd.org/changeset/base/271316
Log:
Report that DPO and FUA bits are supported after r271311.
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
==
on 27/08/2014 12:19 Hiroki Sato said the following:
> For jail configurations you could use the file
> .Pa /etc/rc.conf.d/jail
> to store jail specific configuration options.
> +If
> +.Va local_startup
> +contains
> +.Pa /usr/local/etc/rc.d
> +and
> +.Pa /opt/conf ,
> +.Pa /usr/local/rc.conf.d/j
Author: trasz
Date: Tue Sep 9 16:05:33 2014
New Revision: 271317
URL: http://svnweb.freebsd.org/changeset/base/271317
Log:
Avoid unlocking unlocked mutex in RCTL jail code. Specific test case
is attached to PR.
PR: 193457
MFC after:1 week
Sponsored by: The FreeBSD Foun
Author: emaste
Date: Tue Sep 9 16:11:04 2014
New Revision: 271318
URL: http://svnweb.freebsd.org/changeset/base/271318
Log:
MFC UEFI memstick build script
r264935 (gjb):
Add a separate script to build the memstick.img and the
mini-memstick.img with UEFI support.
As
Author: trasz
Date: Tue Sep 9 16:45:36 2014
New Revision: 271319
URL: http://svnweb.freebsd.org/changeset/base/271319
Log:
Fix ctld(8) to not forget to send TargetPortalGroupTag and TargetAlias
when the initiator skips security negotiation. This fixes interoperability
with Xtend SAN initia
Author: trasz
Date: Tue Sep 9 16:57:02 2014
New Revision: 271320
URL: http://svnweb.freebsd.org/changeset/base/271320
Log:
Use keys_add_int() where appropriate. No functional changes.
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/login.c
Modified: head/usr.sbin/ctl
Author: bdrewery
Date: Tue Sep 9 17:03:58 2014
New Revision: 271321
URL: http://svnweb.freebsd.org/changeset/base/271321
Log:
Don't cross mount boundaries when cleaning tmp files.
Mounting something in /tmp such as a build jail with nullfs mounts for
some directories can result in very s
Author: gjb
Date: Tue Sep 9 17:38:55 2014
New Revision: 271324
URL: http://svnweb.freebsd.org/changeset/base/271324
Log:
Document SA-14:18.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/errata/article.xml
Changes in o
Author: gjb
Date: Tue Sep 9 17:38:55 2014
New Revision: 271324
URL: http://svnweb.freebsd.org/changeset/base/271324
Log:
Document SA-14:18.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/release/doc/en_US.ISO8859-1/errata/article.xml
Changes in ot
Author: gjb
Date: Tue Sep 9 17:48:08 2014
New Revision: 271325
URL: http://svnweb.freebsd.org/changeset/base/271325
Log:
Trim advisories that do not affect stable/9 since
the 9.3-RELEASE.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/release/doc
Author: gjb
Date: Tue Sep 9 17:52:27 2014
New Revision: 271326
URL: http://svnweb.freebsd.org/changeset/base/271326
Log:
Fix mailing list in footer.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/release/doc/en_US.ISO8859-1/share/xml/release.xsl
M
Author: ian
Date: Tue Sep 9 18:17:43 2014
New Revision: 271327
URL: http://svnweb.freebsd.org/changeset/base/271327
Log:
MFC r270862, r270878: MMU fixes for kernel startup.
Fix the handling of MMU type in the AP entry code. The ARM_MMU_V6/V7
symbols are always #defined to 0 or 1, so
Author: np
Date: Tue Sep 9 18:36:00 2014
New Revision: 271328
URL: http://svnweb.freebsd.org/changeset/base/271328
Log:
Whitespace nit.
MFC after:1 week
Modified:
head/sys/dev/cxgbe/t4_netmap.c
Modified: head/sys/dev/cxgbe/t4_netmap.c
===
Author: ian
Date: Tue Sep 9 19:26:55 2014
New Revision: 271329
URL: http://svnweb.freebsd.org/changeset/base/271329
Log:
MFC r270858, 270879:
Remove duplicated option FDT from individual Wandboard configs, leave
the one in the common IMX6 file that they all include.
Approved by:
Author: ian
Date: Tue Sep 9 19:47:35 2014
New Revision: 271330
URL: http://svnweb.freebsd.org/changeset/base/271330
Log:
MFC r270065:
Move the imx6 sysctl temperature info to hw.imx6 where all the other
soc-wide info lives. It was under dev.imx6_anatop.0.
Approved by: re(gjb)
Author: gjb
Date: Tue Sep 9 19:51:57 2014
New Revision: 271331
URL: http://svnweb.freebsd.org/changeset/base/271331
Log:
Change how the recommended mailing list to track is
added to the footer of the release/doc/ pages by
moving a hard-coded value (that is subject to human
error to change
Author: gjb
Date: Tue Sep 9 19:58:55 2014
New Revision: 271332
URL: http://svnweb.freebsd.org/changeset/base/271332
Log:
Add an arch.powerpc64 entity.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/share/xml/release.ent
Modified: head/release/doc/share/xml/release.ent
Author: emaste
Date: Tue Sep 9 20:36:56 2014
New Revision: 271333
URL: http://svnweb.freebsd.org/changeset/base/271333
Log:
MFC improved vt(4) font generation
r266851: Add VGAROM 8x8, 8x14 and 8x16 fonts for vt(4)
These are converted from syscons(4) cp437 fonts.
r267306: Add vg
Author: gjb
Date: Tue Sep 9 21:07:21 2014
New Revision: 271334
URL: http://svnweb.freebsd.org/changeset/base/271334
Log:
Connect the UEFI-capable memstick.img to the build.
This is a direct commit to stable/10, as the script
in head/ does UEFI by default.
Approved by: re (rodrigc)
Author: ngie
Date: Tue Sep 9 22:14:15 2014
New Revision: 271336
URL: http://svnweb.freebsd.org/changeset/base/271336
Log:
Expand the tests structure in test_small(..) to workaround the
"initializer not constant" warning with gcc
Approved by: jmmv (mentor)
MFC after: 3 days
Phabric: D
Author: ian
Date: Tue Sep 9 22:24:01 2014
New Revision: 271337
URL: http://svnweb.freebsd.org/changeset/base/271337
Log:
MFC r270882, r270930:
In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo).
The EABI unwind info requires a .fnend for every .fnstart, and newer
Author: grehan
Date: Tue Sep 9 22:35:02 2014
New Revision: 271338
URL: http://svnweb.freebsd.org/changeset/base/271338
Log:
Allow vtnet operation without merged rx buffers.
NetBSD's virtio-net implementation doesn't negotiate
the merged rx-buffers feature. To support this, check
to see
Author: ian
Date: Tue Sep 9 23:31:30 2014
New Revision: 271339
URL: http://svnweb.freebsd.org/changeset/base/271339
Log:
MFC r271050: Disable DIAGNOSTIC on low-end ARM platforms.
Approved by: re(gjb)
Modified:
stable/10/sys/arm/conf/DB-78XXX
stable/10/sys/arm/conf/DB-88F5XXX
stable
Author: gjb
Date: Wed Sep 10 00:19:33 2014
New Revision: 271341
URL: http://svnweb.freebsd.org/changeset/base/271341
Log:
Bump __FreeBSD_version after SA-14:18
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/8/sys/sys/param.h
Changes in other areas al
Author: gjb
Date: Wed Sep 10 00:19:33 2014
New Revision: 271341
URL: http://svnweb.freebsd.org/changeset/base/271341
Log:
Bump __FreeBSD_version after SA-14:18
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sys/sys/param.h
Changes in other areas a
Author: gjb
Date: Wed Sep 10 00:19:33 2014
New Revision: 271341
URL: http://svnweb.freebsd.org/changeset/base/271341
Log:
Bump __FreeBSD_version after SA-14:18
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/sys/sys/param.h
Changes in other areas al
Author: gjb
Date: Wed Sep 10 00:19:33 2014
New Revision: 271341
URL: http://svnweb.freebsd.org/changeset/base/271341
Log:
Bump __FreeBSD_version after SA-14:18
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/sys/param.h
Changes in other areas also i
Author: jmmv
Date: Wed Sep 10 02:44:02 2014
New Revision: 271347
URL: http://svnweb.freebsd.org/changeset/base/271347
Log:
Release ngie from mentorship.
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
===
Author: ngie
Date: Wed Sep 10 03:54:57 2014
New Revision: 271349
URL: http://svnweb.freebsd.org/changeset/base/271349
Log:
Add diagnostic printfs and disable test # 4 on i386
Reviewed by: jmmv, rpaulo
MFC after: 3 days
Phabric: D749
PR: 191676
Sponsored by: EMC / Isilon Storage Divi
Author: grehan
Date: Wed Sep 10 05:44:15 2014
New Revision: 271350
URL: http://svnweb.freebsd.org/changeset/base/271350
Log:
Fix issue with nmdm and leading zeros in device name.
The nmdm code enforces a number between the 'nmdm' and 'A|B' portions
of the device name. This is then used as
Author: alc
Date: Wed Sep 10 05:52:30 2014
New Revision: 271351
URL: http://svnweb.freebsd.org/changeset/base/271351
Log:
Fix a boundary case error in vm_reserv_alloc_contig(): If a reservation
isn't being allocated for the last of the requested pages, because a
reservation won't fit in the
Author: mav
Date: Wed Sep 10 06:25:18 2014
New Revision: 271352
URL: http://svnweb.freebsd.org/changeset/base/271352
Log:
Fix minor buffer overflow reported by Coverity.
CID: 1006781
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
=
Author: mav
Date: Wed Sep 10 06:29:31 2014
New Revision: 271353
URL: http://svnweb.freebsd.org/changeset/base/271353
Log:
Fix memory leak on error, reported by Coverity.
CID: 1007773
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
=
Author: mav
Date: Wed Sep 10 06:35:00 2014
New Revision: 271354
URL: http://svnweb.freebsd.org/changeset/base/271354
Log:
Fix couple off-by-one range check errors, reported by Coverity.
CID: 1007837
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
=
Author: hselasky
Date: Wed Sep 10 06:48:23 2014
New Revision: 271355
URL: http://svnweb.freebsd.org/changeset/base/271355
Log:
MFC r270992:
Fix logical error.
Approved by: re, glebius
Modified:
stable/10/sys/dev/usb/net/if_aue.c
Directory Properties:
stable/10/ (props changed)
Mo
Author: hselasky
Date: Wed Sep 10 06:54:05 2014
New Revision: 271356
URL: http://svnweb.freebsd.org/changeset/base/271356
Log:
MFC r270992:
Fix logical error.
Modified:
stable/9/sys/dev/usb/net/if_aue.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/dev/ (props cha
Author: hselasky
Date: Wed Sep 10 06:56:09 2014
New Revision: 271357
URL: http://svnweb.freebsd.org/changeset/base/271357
Log:
MFC r270992:
Fix logical error.
Modified:
stable/8/sys/dev/usb/net/if_aue.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/dev/ (props cha
Author: mav
Date: Wed Sep 10 06:56:45 2014
New Revision: 271358
URL: http://svnweb.freebsd.org/changeset/base/271358
Log:
Fix array overrun, reported by Coverity.
CID: 1229970
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
Author: hselasky
Date: Wed Sep 10 06:57:24 2014
New Revision: 271359
URL: http://svnweb.freebsd.org/changeset/base/271359
Log:
MFC r271017 and r271018:
Add new quirk.
PR:193279
Modified:
stable/9/sys/dev/usb/quirk/usb_quirk.c
stable/9/sys/dev/usb/usbdevs
Directory Properties:
55 matches
Mail list logo