Re: svn commit: r195973 - in stable/7/sys: . contrib/pf dev/ata

2009-07-30 Thread Oliver Pinter
for member 'max_iosize' in something not a structure or union Signed-off-by: Oliver Pinter oliver.p...@gmail.com diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index c58e675..79e0bc4 100644 --- a/sys/dev/ata/ata-all.c +++ b/sys/dev/ata/ata-all.c @@ -451,7 +451,7 @@ ata_device_ioctl

Re: svn commit: r197715 - releng/6.3 releng/6.3/sys/conf releng/6.3/sys/fs/devfs releng/6.3/sys/kern releng/6.3/sys/sys releng/6.4 releng/6.4/sys/conf releng/6.4/sys/fs/devfs releng/6.4/sys/kern rel

2009-10-02 Thread Oliver Pinter
Hi! And what's the status of these exploits fix: http://hup.hu/cikkek/200909/freebsd_6.4_es_7.2_local_root_0day-ek ? On 10/2/09, Simon L. Nielsen si...@freebsd.org wrote: On 2009.10.02 18:09:56 +, Simon L. Nielsen wrote: Author: simon Date: Fri Oct 2 18:09:56 2009 New Revision: 197715

Re: svn commit: r197715 - releng/6.3 releng/6.3/sys/conf releng/6.3/sys/fs/devfs releng/6.3/sys/kern releng/6.3/sys/sys releng/6.4 releng/6.4/sys/conf releng/6.4/sys/fs/devfs releng/6.4/sys/kern rel

2009-10-02 Thread Oliver Pinter
After I send the previous mail, see the advisories. On 10/2/09, Remko Lodder re...@elvandar.org wrote: Please wait for the advisories to popup and see whether these match the question you have. Thanks, Remko On Oct 2, 2009, at 10:31 PM, Oliver Pinter wrote: Hi! And what's the status

Re: svn commit: r197855 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci kern

2009-10-10 Thread Oliver Pinter
this like commit MFC to 7-STABLE? On 10/8/09, Konstantin Belousov k...@freebsd.org wrote: Author: kib Date: Thu Oct 8 11:28:32 2009 New Revision: 197855 URL: http://svn.freebsd.org/changeset/base/197855 Log: MFC r197662: Do not dereference vp-v_mount without holding vnode lock and

Re: svn commit: r205070 - stable/8/lib/libc/stdio

2010-03-12 Thread Oliver Pinter
this commit for 7-STABLE? On 3/12/10, Jaakko Heinonen j...@freebsd.org wrote: Author: jh Date: Fri Mar 12 06:56:51 2010 New Revision: 205070 URL: http://svn.freebsd.org/changeset/base/205070 Log: MFC r204447: In _gettemp(), check that the length of the path doesn't exceed

Re: svn commit: r205772 - in stable/8/sbin/geom: class/cache core

2010-04-04 Thread Oliver Pinter
hi! can you this man pages add to 7-STABLE? On 3/27/10, Edward Tomasz Napierala tr...@freebsd.org wrote: Author: trasz Date: Sat Mar 27 18:15:18 2010 New Revision: 205772 URL: http://svn.freebsd.org/changeset/base/205772 Log: MFC r201432: Add manual page for gcache(8). Added:

Re: svn commit: r234209 - in stable/9/sys: conf i386/conf kern

2012-04-13 Thread Oliver Pinter
Hi! Please MFC back this patch to 7 and 8 STABLE. On 4/13/12, Andriy Gapon a...@freebsd.org wrote: Author: avg Date: Fri Apr 13 07:39:20 2012 New Revision: 234209 URL: http://svn.freebsd.org/changeset/base/234209 Log: MFC r231558: newvers.sh: unbreak git/git-svn support Modified:

Re: svn commit: r235636 - in stable/7/sys: conf dev/mfi modules/mfi

2012-05-18 Thread Oliver Pinter
cc -O2 -fno-strict-aliasing -pipe -fno-delete-null-pointer-checks -march=core2 - fno-builtin-strftime -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-param eter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c

Re: svn commit: r235636 - in stable/7/sys: conf dev/mfi modules/mfi

2012-05-18 Thread Oliver Pinter
On 5/19/12, Oliver Pinter oliver.p...@gmail.com wrote: cc -O2 -fno-strict-aliasing -pipe -fno-delete-null-pointer-checks -march=core2 - fno-builtin-strftime -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-param eter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno

Re: svn commit: r231905 - in stable/9: share/mk sys/conf sys/modules sys/modules/drm sys/modules/sound/driver sys/modules/usb tools/build/options

2012-02-19 Thread Oliver Pinter
why?! FreeBSD is not DEBIAN! don't to that... On 2/19/12, Robert Millan r...@freebsd.org wrote: Author: rmh Date: Sun Feb 19 07:44:38 2012 New Revision: 231905 URL: http://svn.freebsd.org/changeset/base/231905 Log: MFC r230972,r230980,r231559,r231565: Add MK_SOURCELESS build option,

Re: svn commit: r215624 - stable/8/usr.sbin/newsyslog

2010-11-21 Thread Oliver Pinter
Hi! MFC or MFS to 7-STABLE this patch? On 11/21/10, Simon L. Nielsen si...@freebsd.org wrote: Author: simon Date: Sun Nov 21 11:10:09 2010 New Revision: 215624 URL: http://svn.freebsd.org/changeset/base/215624 Log: MFC r210372: Add support for creating the archived log filenames

Re: svn commit: r199652 - stable/8/sys/fs/fifofs

2009-11-22 Thread Oliver Pinter
this for 7-STABLE? On 11/22/09, Attilio Rao atti...@freebsd.org wrote: Author: attilio Date: Sun Nov 22 16:09:27 2009 New Revision: 199652 URL: http://svn.freebsd.org/changeset/base/199652 Log: MFC r199007: Fix a memory leak. Modified: stable/8/sys/fs/fifofs/fifo_vnops.c

Re: svn commit: r199649 - stable/8/sys/kern

2009-11-22 Thread Oliver Pinter
and this too for 7-STABLE On 11/22/09, Attilio Rao atti...@freebsd.org wrote: Author: attilio Date: Sun Nov 22 15:53:39 2009 New Revision: 199649 URL: http://svn.freebsd.org/changeset/base/199649 Log: MFC r199209: Fix a potential buffer boundaries overflow in devclass_add_device() by

Re: svn commit: r200564 - stable/7/release/picobsd/build

2009-12-15 Thread Oliver Pinter
On 12/15/09, Luigi Rizzo lu...@freebsd.org wrote: Author: luigi Date: Tue Dec 15 07:04:20 2009 New Revision: 200564 URL: http://svn.freebsd.org/changeset/base/200564 Log: MFC r200301 when calling ldd, use the cross libraries and not the host version Modified:

Re: svn commit: r200807 - stable/8/sys/dev/ata/chipsets

2009-12-21 Thread Oliver Pinter
typo in this line: * American Micro Devices (AMD) chipset support functions 's/American/Advanced/g' http://en.wikipedia.org/wiki/Advanced_Micro_Devices On 12/21/09, Marius Strobl mar...@freebsd.org wrote: Author: marius Date: Mon Dec 21 20:17:34 2009 New Revision: 200807 URL:

Re: svn commit: r201266 - stable/7/sys/boot/i386

2009-12-30 Thread Oliver Pinter
remove duplocated .include bsd.own.mk -- --- Makefile.orig 2009-12-30 22:33:30.0 +0100 +++ Makefile2009-12-30 22:33:36.0 +0100 @@ -1,8 +1,6 @@ # $FreeBSD$ .include bsd.own.mk -.include bsd.own.mk - SUBDIR=mbr pmbr boot0 boot0sio btx boot2 cdboot

Re: svn commit: r218836 - in stable/8/sys: amd64/amd64 amd64/ia32 i386/i386 kern

2011-04-16 Thread Oliver Pinter
MFC this for 7-STABLE? On 2/19/11, Konstantin Belousov k...@freebsd.org wrote: Author: kib Date: Sat Feb 19 07:39:14 2011 New Revision: 218836 URL: http://svn.freebsd.org/changeset/base/218836 Log: MFC r218327: Clear the padding when returning context to the usermode. Modified:

Re: svn commit: r218836 - in stable/8/sys: amd64/amd64 amd64/ia32 i386/i386 kern

2011-04-16 Thread Oliver Pinter
tested on: FreeBSD pandora-d 7.4-STABLE FreeBSD 7.4-STABLE #77 r220609+b221718: Sun Apr 17 01:00:01 CEST 2011 root@pandora-d:/usr/obj/usr/src/sys/stable amd64 On 4/17/11, Kostik Belousov kostik...@gmail.com wrote: On Sat, Apr 16, 2011 at 11:04:38PM +0200, Oliver Pinter wrote: MFC this for 7

Re: svn commit: r222274 - stable/8/sys/kern

2011-05-25 Thread Oliver Pinter
MFC to 7-STABLE? On 5/25/11, Konstantin Belousov k...@freebsd.org wrote: Author: kib Date: Wed May 25 03:25:14 2011 New Revision: 74 URL: http://svn.freebsd.org/changeset/base/74 Log: MFC r222086: The protection against the race with dev_rel(), introduced in r163328, should

Re: svn commit: r222274 - stable/8/sys/kern

2011-05-25 Thread Oliver Pinter
, Kostik Belousov kostik...@gmail.com wrote: On Wed, May 25, 2011 at 12:11:29PM +0200, Oliver Pinter wrote: MFC to 7-STABLE? Somebody need to test it for 7 (I do not expect any failures, but I also prefer to not commit untested changes). The testing should include destroying some devfs nodes, e.g

Re: svn commit: r222274 - stable/8/sys/kern

2011-05-25 Thread Oliver Pinter
On 5/25/11, Kostik Belousov kostik...@gmail.com wrote: On Wed, May 25, 2011 at 02:07:10PM +0200, Oliver Pinter wrote: this or likely this script is enough for test? ---8--- #!/bin/csh @ a = 100 while ( $a ) foreach i ( umass cdce foo bar ) kldload $i end

Re: svn commit: r219323 - in stable/8/lib/msun: . man src

2011-06-05 Thread Oliver Pinter
On 3/6/11, David Schultz d...@freebsd.org wrote: Author: das Date: Sun Mar 6 08:49:44 2011 New Revision: 219323 URL: http://svn.freebsd.org/changeset/base/219323 Log: MFC r216210: refactor log(3) r216211: add log2(3) and log2f(3) Added: stable/8/lib/msun/src/e_log2.c

Re: svn commit: r218060 - stable/8/usr.sbin/portsnap/portsnap

2011-01-29 Thread Oliver Pinter
Is this a badly MFCd local commit or not? On 1/29/11, Alfred Perlstein alf...@freebsd.org wrote: Author: alfred Date: Sat Jan 29 08:14:47 2011 New Revision: 218060 URL: http://svn.freebsd.org/changeset/base/218060 Log: MFC: 'alfred' command. Modified:

Re: svn commit: r218060 - stable/8/usr.sbin/portsnap/portsnap

2011-01-30 Thread Oliver Pinter
On 1/30/11, Colin Percival cperc...@freebsd.org wrote: On 01/29/11 14:32, Oliver Pinter wrote: Is this a badly MFCd local commit or not? No, 'portsnap alfred' is real. Alfred requested the functionality, and I couldn't think of a better name at the time. Ahh, ok, thanks. Feel free

Re: svn commit: r278545 - head/sys/kern

2015-02-10 Thread Oliver Pinter
On Wed, Feb 11, 2015 at 1:58 AM, Rui Paulo rpa...@freebsd.org wrote: Author: rpaulo Date: Wed Feb 11 00:58:15 2015 New Revision: 278545 URL: https://svnweb.freebsd.org/changeset/base/278545 Log: Restore the data array in coredump(), but use a different style to calculate the length.

Re: svn commit: r280120 - head/sys/dev/wpi

2015-03-15 Thread Oliver Pinter
On Sun, Mar 15, 2015 at 10:35 PM, Adrian Chadd adr...@freebsd.org wrote: .. promise I'm done for now. (God, it'd be nice to use git, or some web ui that lets me batch review and commit things like this.)

Re: svn commit: r282314 - in head: include lib/libc/stdlib

2015-05-03 Thread Oliver Pinter
On 5/3/15, Baptiste Daroussin b...@freebsd.org wrote: On Sun, May 03, 2015 at 04:00:15PM +0200, Oliver Pinter wrote: On 5/1/15, Baptiste Daroussin b...@freebsd.org wrote: Author: bapt Date: Fri May 1 18:32:16 2015 New Revision: 282314 URL: https://svnweb.freebsd.org/changeset/base

Re: svn commit: r282314 - in head: include lib/libc/stdlib

2015-05-03 Thread Oliver Pinter
On 5/1/15, Baptiste Daroussin b...@freebsd.org wrote: Author: bapt Date: Fri May 1 18:32:16 2015 New Revision: 282314 URL: https://svnweb.freebsd.org/changeset/base/282314 Log: Import reallocarray(3) from OpenBSD Add a manpage for it, assign the copyright to the OpenBSD project on it

Re: svn commit: r282672 - head/etc/rc.d

2015-05-10 Thread Oliver Pinter
On Sun, May 10, 2015 at 9:45 PM, John Baldwin j...@freebsd.org wrote: On May 8, 2015, at 19:36, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Fri May 8 23:36:31 2015 New Revision: 282672 URL: https://svnweb.freebsd.org/changeset/base/282672 Log: Always convert uuid to lower

Re: svn commit: r282684 - in head/sys: amd64/amd64 amd64/include x86/include x86/xen

2015-05-09 Thread Oliver Pinter
Hi Konstantin! On 5/9/15, Konstantin Belousov k...@freebsd.org wrote: Author: kib Date: Sat May 9 19:11:01 2015 New Revision: 282684 URL: https://svnweb.freebsd.org/changeset/base/282684 Log: Rewrite amd64 PCID implementation to follow an algorithm described in the Vahalia' Unix

Re: svn commit: r282314 - in head: include lib/libc/stdlib

2015-05-16 Thread Oliver Pinter
On 5/3/15, Oliver Pinter oliver.pin...@hardenedbsd.org wrote: On 5/3/15, Baptiste Daroussin b...@freebsd.org wrote: On Sun, May 03, 2015 at 04:00:15PM +0200, Oliver Pinter wrote: On 5/1/15, Baptiste Daroussin b...@freebsd.org wrote: Author: bapt Date: Fri May 1 18:32:16 2015 New Revision

Re: svn commit: r281707 - in head/sys: amd64/amd64 i386/i386 i386/include i386/xen x86/include x86/xen

2015-04-18 Thread Oliver Pinter
On Sat, Apr 18, 2015 at 11:23 PM, Konstantin Belousov k...@freebsd.org wrote: Author: kib Date: Sat Apr 18 21:23:16 2015 New Revision: 281707 URL: https://svnweb.freebsd.org/changeset/base/281707 Log: Remove lazy pmap switch code from i386. Naive benchmark with md(4) shows no

Re: svn commit: r281707 - in head/sys: amd64/amd64 i386/i386 i386/include i386/xen x86/include x86/xen

2015-04-18 Thread Oliver Pinter
On Sun, Apr 19, 2015 at 12:39 AM, Oliver Pinter oliver.pin...@hardenedbsd.org wrote: On Sat, Apr 18, 2015 at 11:23 PM, Konstantin Belousov k...@freebsd.org wrote: Author: kib Date: Sat Apr 18 21:23:16 2015 New Revision: 281707 URL: https://svnweb.freebsd.org/changeset/base/281707 Log

Re: svn commit: r284222 - head/sys/netpfil/pf

2015-06-10 Thread Oliver Pinter
On 6/10/15, Kristof Provost k...@freebsd.org wrote: Author: kp Date: Wed Jun 10 13:44:04 2015 New Revision: 284222 URL: https://svnweb.freebsd.org/changeset/base/284222 Log: pf: address family must be set when creating a pf_fragment Fix a panic when handling fragmented ip4 packets

Re: svn commit: r268137 - head/sys/sys

2015-06-21 Thread Oliver Pinter
On 6/21/15, Pedro Giffuni p...@freebsd.org wrote: On 06/21/15 06:49, Oliver Pinter wrote: ... Btw, is there anyone, who tries to compile the _recent_ head or 10-STABLE with gcc-4.x= ? Sure, MIPS, powerpc and sparc64 still use gcc-4.2.1 so every time we run a tinderbox it's tested. More

Re: svn commit: r268137 - head/sys/sys

2015-06-21 Thread Oliver Pinter
On 6/21/15, Bruce Evans b...@optusnet.com.au wrote: On Sat, 20 Jun 2015, Pedro Giffuni wrote: On 06/19/15 12:23, Bruce Evans wrote: On Fri, 19 Jun 2015, Dimitry Andric wrote: On 19 Jun 2015, at 17:02, Pedro Giffuni p...@freebsd.org wrote: On 19/06/2015 05:16 a.m., David Chisnall wrote: I

Re: svn commit: r284343 - in stable: 10/sys/kern 10/sys/sys 9/sys/kern 9/sys/sys

2015-06-14 Thread Oliver Pinter
On Sat, Jun 13, 2015 at 6:15 PM, John Baldwin j...@freebsd.org wrote: Author: jhb Date: Sat Jun 13 16:15:43 2015 New Revision: 284343 URL: https://svnweb.freebsd.org/changeset/base/284343 Log: MFC 283546: Add KTR tracing for some MI ptrace events. Modified:

Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname b

2015-06-14 Thread Oliver Pinter
On 6/14/15, Simon J. Gerraty s...@juniper.net wrote: Dimitry Andric d...@freebsd.org wrote: Some questions about this commit, which I'm sure more people must have: Sure, good questions and as you say, many likely thinking the same. * Was it really necessary to commit hundreds of clearly

Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname b

2015-06-14 Thread Oliver Pinter
On 6/15/15, Simon J. Gerraty s...@juniper.net wrote: Garrett Cooper yaneurab...@gmail.com wrote: Breaking source upgrades to later versions is painful. We want to make sure fmake at least works with upgrade_checks so people can upgrade from earlier versions of 8/9/10 to 11 without having to

Re: svn commit: r284222 - head/sys/netpfil/pf

2015-06-10 Thread Oliver Pinter
On 6/10/15, Kristof Provost k...@freebsd.org wrote: On 2015-06-10 16:53:33 (+0200), Oliver Pinter oliver.pin...@hardenedbsd.org wrote: On 6/10/15, Kristof Provost k...@freebsd.org wrote: Author: kp Date: Wed Jun 10 13:44:04 2015 New Revision: 284222 URL: https://svnweb.freebsd.org

Re: svn commit: r285160 - head/sys/conf

2015-07-05 Thread Oliver Pinter
On 7/5/15, John-Mark Gurney j...@funkthat.com wrote: Ian Lepore wrote this message on Sun, Jul 05, 2015 at 14:15 +: Author: ian Date: Sun Jul 5 14:15:58 2015 New Revision: 285160 URL: https://svnweb.freebsd.org/changeset/base/285160 Log: Ensure all the required files get built when

Re: svn commit: r286337 - head/sys/contrib/dev/ath/ath_hal/ar9300

2015-08-19 Thread Oliver Pinter
try to send the diff. On Wed, Aug 5, 2015 at 11:55 PM, Oliver Pinter oliver.pin...@hardenedbsd.org wrote: Yup. :) If you need testers with the backport, then ping me. ;) On Wed, Aug 5, 2015 at 11:23 PM, Adrian Chadd adr...@freebsd.org wrote: The whole wifi stack / drivers need

Re: svn commit: r286967 - head/sys/boot/efi

2015-08-20 Thread Oliver Pinter
Mon Sep 17 00:00:00 2001 From: Oliver Pinter oliver.pin...@hardenedbsd.org Date: Thu, 20 Aug 2015 22:49:49 +0200 Subject: [PATCH] FBSD: silence build error with gcc --- hv_kvp_daemon.o --- cc1: warnings being treated as errors /usr/data/source/git/opBSD/opBSD.git/usr.sbin/hyperv/tools

Re: svn commit: r285046 - head/sys/vm

2015-08-04 Thread Oliver Pinter
. Note that the change is no-op for correctness, since shared page does not fault. The mapping for the shared page is installed at the address space creation, the page is unmanaged and its pte/pv entry cannot be reclaimed. Submitted by: Oliver Pinter Review: https

Re: svn commit: r285041 - in head: gnu/usr.bin/gdb/kgdb sys/amd64/include sys/cddl/dev/dtrace/i386 sys/i386/include

2015-08-04 Thread Oliver Pinter
by: Oliver Pinter [*] Sponsored by: The FreeBSD Foundation MFC after: 1 week Hi Kostik! Do you have any plan to merge these changes back to 10-stable in the near future? Modified: head/gnu/usr.bin/gdb/kgdb/trgt.c head/sys/amd64/include/param.h head/sys/amd64/include

Re: svn commit: r283998 - in head/sys: dev/drm dev/drm2 fs/devfs kern sys vm

2015-07-30 Thread Oliver Pinter
Hi John! On Thu, Jun 4, 2015 at 9:41 PM, John Baldwin j...@freebsd.org wrote: Author: jhb Date: Thu Jun 4 19:41:15 2015 New Revision: 283998 URL: https://svnweb.freebsd.org/changeset/base/283998 Log: Add a new file operations hook for mmap operations. File type-specific logic is now

Re: svn commit: r286337 - head/sys/contrib/dev/ath/ath_hal/ar9300

2015-08-05 Thread Oliver Pinter
Yup. :) If you need testers with the backport, then ping me. ;) On Wed, Aug 5, 2015 at 11:23 PM, Adrian Chadd adr...@freebsd.org wrote: The whole wifi stack / drivers need backporting. :) -a On 5 August 2015 at 12:41, Shawn Webb shawn.w...@hardenedbsd.org wrote: On Wed, 2015-08-05 at

Re: svn commit: r286337 - head/sys/contrib/dev/ath/ath_hal/ar9300

2015-08-06 Thread Oliver Pinter
HEAD into 10-STABLE. Just minor modifications were required. If you want i can try to send the diff. On Wed, Aug 5, 2015 at 11:55 PM, Oliver Pinter oliver.pin...@hardenedbsd.org wrote: Yup. :) If you need testers with the backport, then ping me. ;) On Wed, Aug 5, 2015 at 11:23 PM, Adrian

Re: svn commit: r289834 - head/sys/x86/x86

2015-10-29 Thread Oliver Pinter
Yes, at next week I have time for the test. Please ping me again at Monday. On Thursday, October 29, 2015, Roger Pau Monné <roy...@freebsd.org> wrote: > El 26/10/15 a les 15.24, Oliver Pinter ha escrit: > > On 10/26/15, Adrian Chadd <adrian.ch...@gmail.com <javascri

Re: svn commit: r289834 - head/sys/x86/x86

2015-10-26 Thread Oliver Pinter
_run_allocq+0x193 #16 0x802c0735 at adastrategy+0xf5 #17 0x80554206 at g_disk_start+0x426 Uptime: 2m29s Extra info, it's a Dell R410, with 2x1TB disc in mirrored raidz + plus a gmirrored partition. > > > > -adrian > > > On 26 October 2015 at 05:53, Oliver Pinter >

Re: svn commit: r289834 - head/sys/x86/x86

2015-10-26 Thread Oliver Pinter
e what happens, but >> when it /does/ happen I can't get a crashdump, so debugging will be >> less easy. >> >> Has anyone else seen this? > > I've got another report regarding ATA page-faults from Oliver Pinter. > The crash he was seeing was caused by bus_dmamap_load_cc

Re: svn commit: r286337 - head/sys/contrib/dev/ath/ath_hal/ar9300

2015-11-08 Thread Oliver Pinter
On 8/19/15, Renato Botelho wrote: >> On Aug 19, 2015, at 18:31, Adrian Chadd wrote: >> >> jim asked me again to do the MFC, so once I've finished doing some >> more tidying up of bits and pieces I'll do the MFC. What's the status of this MFC? You need a

Re: svn commit: r286337 - head/sys/contrib/dev/ath/ath_hal/ar9300

2015-11-08 Thread Oliver Pinter
, Avos anyone else? > > Sorry, > > > -a > > > On 8 November 2015 at 10:49, Oliver Pinter > <oliver.pin...@hardenedbsd.org> wrote: >> On 8/19/15, Renato Botelho <ga...@freebsd.org> wrote: >>>> On Aug 19, 2015, at 18:31, Adrian Chadd <adr..

Re: svn commit: r286337 - head/sys/contrib/dev/ath/ath_hal/ar9300

2015-11-08 Thread Oliver Pinter
On Sun, Nov 8, 2015 at 8:26 PM, Oliver Pinter <oliver.pin...@hardenedbsd.org> wrote: > On Sun, Nov 8, 2015 at 8:24 PM, Adrian Chadd <adr...@freebsd.org> wrote: >> i'm burnt out and still too busy fixing issues introduced into -head >> (both wifi and low-memory platfo

Re: svn commit: r289834 - head/sys/x86/x86

2015-11-02 Thread Oliver Pinter
On 11/2/15, Roger Pau Monné <roy...@freebsd.org> wrote: > El 29/10/15 a les 22.48, Oliver Pinter ha escrit: >> Yes, at next week I have time for the test. Please ping me again at >> Monday. > > Ping :). Pong. :) I now stared a new build with the patch, so I will rep

Re: svn commit: r289834 - head/sys/x86/x86

2015-11-02 Thread Oliver Pinter
On Mon, Nov 2, 2015 at 2:44 PM, Oliver Pinter <oliver.pin...@hardenedbsd.org> wrote: > On 11/2/15, Roger Pau Monné <roy...@freebsd.org> wrote: >> El 29/10/15 a les 22.48, Oliver Pinter ha escrit: >>> Yes, at next week I have time for the test. Please ping me a

Re: svn commit: r289834 - head/sys/x86/x86

2015-11-07 Thread Oliver Pinter
On Mon, Nov 2, 2015 at 6:02 PM, Roger Pau Monné <roy...@freebsd.org> wrote: > El 02/11/15 a les 17.41, Oliver Pinter ha escrit: >> Okay, the server survived a full buildworld + installer generation >> with the new patch. > > Thanks for the heads up! I will wait a coupl

Re: svn commit: r289834 - head/sys/x86/x86

2015-11-02 Thread Oliver Pinter
On Mon, Nov 2, 2015 at 4:06 PM, Oliver Pinter <oliver.pin...@hardenedbsd.org> wrote: > On Mon, Nov 2, 2015 at 2:44 PM, Oliver Pinter > <oliver.pin...@hardenedbsd.org> wrote: >> On 11/2/15, Roger Pau Monné <roy...@freebsd.org> wrote: >>> El 29/10/15 a les 2

Re: svn commit: r287358 - head

2015-09-02 Thread Oliver Pinter
On 9/2/15, Olivier Cochard-Labbé wrote: > On Wed, Sep 2, 2015 at 3:57 PM, Alexander Motin wrote: > >> >> >> Sorry if it is documented somewhere, but can this be disabled somehow? >> On my development server installkernel for some reason already took more >>

Re: svn commit: r288079 - in stable/10/sys: kern sys

2015-09-22 Thread Oliver Pinter
On 9/22/15, Oliver Pinter <oliver.pin...@hardenedbsd.org> wrote: > On 9/22/15, Kirk McKusick <mckus...@freebsd.org> wrote: >> Author: mckusick >> Date: Tue Sep 22 00:43:05 2015 >> New Revision: 288079 >> URL: https://svnweb.freebsd.org/changeset/ba

Re: svn commit: r288079 - in stable/10/sys: kern sys

2015-09-22 Thread Oliver Pinter
On 9/22/15, Kirk McKusick wrote: > Author: mckusick > Date: Tue Sep 22 00:43:05 2015 > New Revision: 288079 > URL: https://svnweb.freebsd.org/changeset/base/288079 > > Log: > MFC of 281677: > > More accurately collect name-cache statistics in sysctl functions >

Re: svn commit: r291907 - head/sys/vm

2015-12-07 Thread Oliver Pinter
On 12/6/15, Conrad E. Meyer wrote: > Author: cem > Date: Sun Dec 6 17:46:12 2015 > New Revision: 291907 > URL: https://svnweb.freebsd.org/changeset/base/291907 > > Log: > vm_fault_hold: handle vm_page_rename failure > > On vm_page_rename failure, fix a missing object unlock

Re: svn commit: r291171 - in head/sys: amd64/amd64 compat/ia32 i386/i386 kern sys

2015-12-10 Thread Oliver Pinter
On Mon, Nov 23, 2015 at 8:09 AM, Konstantin Belousov wrote: > Author: kib > Date: Mon Nov 23 07:09:35 2015 > New Revision: 291171 > URL: https://svnweb.freebsd.org/changeset/base/291171 > > Log: > Split kerne timekeep ABI structure vdso_sv_tk out of the struct > sysentvec.

Re: svn commit: r291171 - in head/sys: amd64/amd64 compat/ia32 i386/i386 kern sys

2015-12-10 Thread Oliver Pinter
On Thursday, December 10, 2015, Konstantin Belousov <kostik...@gmail.com> wrote: > On Thu, Dec 10, 2015 at 10:18:19PM +0100, Oliver Pinter wrote: > > On Mon, Nov 23, 2015 at 8:09 AM, Konstantin Belousov <k...@freebsd.org > <javascript:;>> wrote: > > > Auth

Re: svn commit: r291171 - in head/sys: amd64/amd64 compat/ia32 i386/i386 kern sys

2015-12-11 Thread Oliver Pinter
On Friday, December 11, 2015, Konstantin Belousov <kostik...@gmail.com> wrote: > On Thu, Dec 10, 2015 at 10:48:11PM +0100, Oliver Pinter wrote: > > On Thursday, December 10, 2015, Konstantin Belousov <kostik...@gmail.com > <javascript:;>> > > wrote: > >

Re: svn commit: r292772 - head/sys/vm

2015-12-29 Thread Oliver Pinter
On Tuesday, December 29, 2015, Gleb Smirnoff wrote: > On Sun, Dec 27, 2015 at 02:42:39PM +, Konstantin Belousov wrote: > K> Author: kib > K> Date: Sun Dec 27 14:42:39 2015 > K> New Revision: 292772 > K> URL: https://svnweb.freebsd.org/changeset/base/292772 > K> > K> Log:

Re: svn commit: r292782 - in head: lib/libcrypt lib/libmd sbin/gbde sbin/geom/class/eli sbin/md5 sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/conf sys/crypto/sha2 sys/dev/random sys/geom/bde sys

2015-12-30 Thread Oliver Pinter
On 12/27/15, Allan Jude wrote: > Author: allanjude > Date: Sun Dec 27 17:33:59 2015 > New Revision: 292782 > URL: https://svnweb.freebsd.org/changeset/base/292782 > > Log: > Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c > > cperciva's libmd implementation is

Re: svn commit: r292975 - stable/10/sys/dev/pci

2015-12-31 Thread Oliver Pinter
On Thursday, December 31, 2015, NGie Cooper wrote: > > > On Dec 31, 2015, at 08:42, John Baldwin > > wrote: > > > > On Thursday, December 31, 2015 03:55:02 AM Garrett Cooper wrote: > >> Author: ngie > >> Date: Thu Dec 31 03:55:02 2015 > >>

Re: svn commit: r293197 - head/sys/kern

2016-01-09 Thread Oliver Pinter
On 1/5/16, Konstantin Belousov wrote: > Author: kib > Date: Tue Jan 5 14:48:40 2016 > New Revision: 293197 > URL: https://svnweb.freebsd.org/changeset/base/293197 > > Log: > Two fixes for excessive iterations after r292326. > > Advance the logical block number to the lblkno

Re: svn commit: r292966 - head/sys/sys

2015-12-30 Thread Oliver Pinter
On 12/31/15, Allan Jude <allanj...@freebsd.org> wrote: > Author: allanjude > Date: Wed Dec 30 23:27:24 2015 > New Revision: 292966 > URL: https://svnweb.freebsd.org/changeset/base/292966 > > Log: > Bump __FreeBSD_version because r292782 removes sys/crypto/sha2.h >

Re: svn commit: r292440 - in head/sys: kern sys

2015-12-30 Thread Oliver Pinter
On 12/18/15, Mateusz Guzik wrote: > Author: mjg > Date: Fri Dec 18 16:33:15 2015 > New Revision: 292440 > URL: https://svnweb.freebsd.org/changeset/base/292440 > > Log: > proc: fix a race which could result in dereference of bad p_pgrp pointer > on fork > > During fork

Re: svn commit: r293353 - stable/10/sys/boot

2016-01-07 Thread Oliver Pinter
On Thu, Jan 7, 2016 at 9:34 PM, Ed Maste wrote: > Author: emaste > Date: Thu Jan 7 20:34:06 2016 > New Revision: 293353 > URL: https://svnweb.freebsd.org/changeset/base/293353 > > Log: > MFC r280808 by andrew: Reorder sys/boot/Makefile for the efi loader move Thanks Ed!

Re: svn commit: r293159 - in head/sys: net netinet netinet6

2016-01-08 Thread Oliver Pinter
On 1/4/16, Alexander V. Chernikov wrote: > Author: melifaro > Date: Mon Jan 4 15:03:20 2016 > New Revision: 293159 > URL: https://svnweb.freebsd.org/changeset/base/293159 > > Log: > Add rib_lookup_info() to provide API for retrieving individual route > entries data in

Re: svn commit: r286337 - head/sys/contrib/dev/ath/ath_hal/ar9300

2015-12-20 Thread Oliver Pinter
Add gavin@ to thread On 11/8/15, Oliver Pinter <oliver.pin...@hardenedbsd.org> wrote: > On Sun, Nov 8, 2015 at 8:24 PM, Adrian Chadd <adr...@freebsd.org> wrote: >> i'm burnt out and still too busy fixing issues introduced into -head >> (both wifi and low-memory platfo

Re: svn commit: r291090 - head/usr.bin/vmstat

2015-11-20 Thread Oliver Pinter
On 11/20/15, Craig Rodrigues wrote: > Author: rodrigc > Date: Fri Nov 20 05:15:34 2015 > New Revision: 291090 > URL: https://svnweb.freebsd.org/changeset/base/291090 > > Log: > Convert vmstat to use libxo. > > This patch was based on this patch: >

Re: svn commit: r290728 - in head/sys: amd64/include i386/include kern vm

2016-01-10 Thread Oliver Pinter
On 11/12/15, John Baldwin wrote: > Author: jhb > Date: Thu Nov 12 22:00:59 2015 > New Revision: 290728 > URL: https://svnweb.freebsd.org/changeset/base/290728 > > Log: > Export various helper variables describing the layout and size of > certain kernel structures for use by

Re: svn commit: r286234 - head/sys/boot/common

2016-01-13 Thread Oliver Pinter
On Wednesday, January 13, 2016, Edward Tomasz Napierala <tr...@freebsd.org> wrote: > On 0107T2033, Oliver Pinter wrote: > > On Mon, Aug 3, 2015 at 6:27 PM, Edward Tomasz Napierala > > <tr...@freebsd.org <javascript:;>> wrote: > > > Author: trasz >

Re: svn commit: r293865 - stable/10/usr.sbin/sesutil

2016-01-14 Thread Oliver Pinter
On 1/14/16, Oliver Pinter <oliver.pin...@hardenedbsd.org> wrote: > On 1/14/16, Allan Jude <allanj...@freebsd.org> wrote: >> Author: allanjude >> Date: Thu Jan 14 01:42:09 2016 >> New Revision: 293865 >> URL: https://svnweb.freebsd.org/changeset/base/293865

Re: svn commit: r293865 - stable/10/usr.sbin/sesutil

2016-01-14 Thread Oliver Pinter
On 1/14/16, Allan Jude wrote: > Author: allanjude > Date: Thu Jan 14 01:42:09 2016 > New Revision: 293865 > URL: https://svnweb.freebsd.org/changeset/base/293865 > > Log: > MFC: r287473 > Add the new sesutil(8) utility for managing SCSI Enclosure Services > (SES)

Re: svn commit: r294267 - head/sys/arm64/conf

2016-01-18 Thread Oliver Pinter
On 1/18/16, Andrew Turner wrote: > On Mon, 18 Jan 2016 14:11:34 + (UTC) > Zbigniew Bodek wrote: > >> Author: zbb >> Date: Mon Jan 18 14:11:34 2016 >> New Revision: 294267 >> URL: https://svnweb.freebsd.org/changeset/base/294267 >> >> Log: >> Enable

Re: svn commit: r293297 - in stable/10/sys/boot/efi: . boot1 loader loader/arch loader/arch/amd64

2016-01-14 Thread Oliver Pinter
On 1/7/16, Ed Maste wrote: > Author: emaste > Date: Thu Jan 7 02:22:45 2016 > New Revision: 293297 > URL: https://svnweb.freebsd.org/changeset/base/293297 > > Log: > MFC r280950: Move the efi loaders to be under sys/boot/efi > > In HEAD this was done to support UEFI on

Re: svn commit: r302041 - in stable/10/sys: amd64/amd64 amd64/conf conf dev/hyperv/vmbus dev/hyperv/vmbus/amd64 dev/hyperv/vmbus/i386 i386/conf i386/i386 modules/hyperv/vmbus

2016-06-26 Thread Oliver Pinter
Hi all! Some from these hyper-v commits breaks the build with INVARIANTS enabled kernel on 10-STABLE: ~~~ /vmbus.c:446:30: error: use of undeclared identifier 'Xhv_vmbus_callback' 14:13:13 KASSERT(func == (uintptr_t)(hv_vmbus_callback), ~~~ For more details please see this jenkins log:

Re: svn commit: r302041 - in stable/10/sys: amd64/amd64 amd64/conf conf dev/hyperv/vmbus dev/hyperv/vmbus/amd64 dev/hyperv/vmbus/i386 i386/conf i386/i386 modules/hyperv/vmbus

2016-06-26 Thread Oliver Pinter
setidt(vector, IDTVEC(rsvd), SDT_SYSIGT, SEL_KPL, 0); On 6/26/16, Oliver Pinter <oliver.pin...@hardenedbsd.org> wrote: > Hi all! > > Some from these hyper-v commits breaks the build with INVARIANTS > enabled kernel on 10-STABLE: > > ~~~ > /vmbus.c:446:30: error: use o

Re: svn commit: r295323 - head/sys/dev/e1000

2016-02-12 Thread Oliver Pinter
On 2/5/16, Eric Joyner wrote: > Author: erj > Date: Fri Feb 5 17:14:37 2016 > New Revision: 295323 > URL: https://svnweb.freebsd.org/changeset/base/295323 > > Log: > Update em(4) to 7.6.1; update igb(4) to 2.5.3. > > Major changes: > > - Add i219/i219(2) hardware support.

Re: svn commit: r294995 - head/sys/netinet

2016-01-28 Thread Oliver Pinter
On Thu, Jan 28, 2016 at 5:05 PM, Michael Tuexen wrote: > Author: tuexen > Date: Thu Jan 28 16:05:46 2016 > New Revision: 294995 > URL: https://svnweb.freebsd.org/changeset/base/294995 > > Log: > Always look in the TCP pool. > This fixes issues with a restarting peer when

Re: svn commit: r295165 - head/contrib/openresolv

2016-02-02 Thread Oliver Pinter
On 2/2/16, Pedro F. Giffuni wrote: > Author: pfg > Date: Tue Feb 2 21:10:43 2016 > New Revision: 295165 > URL: https://svnweb.freebsd.org/changeset/base/295165 > > Log: > MFV r295109: > Update openresolve to version 3.7.2 This was not 3.7.1? > > Relnotes: yes > >

Re: svn commit: r290475 - in head: share/man/man9 sys/kern sys/sys

2016-01-24 Thread Oliver Pinter
On 11/8/15, Hans Petter Selasky wrote: > On 11/07/15 19:26, Conrad Meyer wrote: >> Can do — fixed in r290505. >> >> Thanks, >> Conrad > > Thank you. Looks good! > > --HPS Hi All! Is there any way to merge back to 10-STABLE these patches? > >

Re: svn commit: r297629 - in head/sys/boot: geli i386/libi386 i386/zfsboot

2016-04-06 Thread Oliver Pinter
On Thursday, April 7, 2016, Allan Jude wrote: > Author: allanjude > Date: Wed Apr 6 23:21:44 2016 > New Revision: 297629 > URL: https://svnweb.freebsd.org/changeset/base/297629 > > Log: > Fix GELIBoot support for GELI sector size is > 512 > > Add support for 4k sector

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-04-12 Thread Oliver Pinter
On 4/12/16, Edward Tomasz Napierała wrote: > I have the exact same problem on T420. Switching consoles back and forth > works as a workaround. I have the same issue on my HP Probook 430G1 (Haswell GPU). > > On 0411T1633, Adrian Chadd wrote: >> hiya, >> >> My x230 backlight

Re: svn commit: r297685 - in head/sys: conf dev/kbdmux modules/kbdmux

2016-04-09 Thread Oliver Pinter
Hi Ed! On Thu, Apr 7, 2016 at 10:12 PM, Ed Maste wrote: > Author: emaste > Date: Thu Apr 7 20:12:45 2016 > New Revision: 297685 > URL: https://svnweb.freebsd.org/changeset/base/297685 > > Log: > Add option to specify built-in keymap for kbdmux > > PR: 153459 >

Re: svn commit: r297284 - in head/sys/arm: arm at91 conf include

2016-03-26 Thread Oliver Pinter
Hi Michal! Is there any chance to add similar workaround to arm64 kernel too? There are some arm64 devices without UEFI for example Odroid C2 and Beelink Mini MX... Thanks, Oliver On Sat, Mar 26, 2016 at 7:55 AM, Michal Meloun wrote: > Author: mmel > Date: Sat Mar 26

Re: svn commit: r296428 - head/sys/boot/common

2016-03-06 Thread Oliver Pinter
On 3/6/16, Dimitry Andric <d...@freebsd.org> wrote: > On 06 Mar 2016, at 17:00, Oliver Pinter <oliver.pin...@hardenedbsd.org> > wrote: >> >> On 3/6/16, Dimitry Andric <d...@freebsd.org> wrote: >>> Author: dim >>> Date: Sun Mar 6

Re: svn commit: r296428 - head/sys/boot/common

2016-03-06 Thread Oliver Pinter
On 3/6/16, Dimitry Andric wrote: > Author: dim > Date: Sun Mar 6 15:57:43 2016 > New Revision: 296428 > URL: https://svnweb.freebsd.org/changeset/base/296428 > > Log: > Since kernel modules can now contain sections of type SHT_AMD64_UNWIND, > the boot loader should not skip

Re: svn commit: r297501 - head/usr.sbin/pciconf

2016-04-02 Thread Oliver Pinter
Hi! On Saturday, April 2, 2016, John Baldwin wrote: > Author: jhb > Date: Sat Apr 2 01:59:53 2016 > New Revision: 297501 > URL: https://svnweb.freebsd.org/changeset/base/297501 > > Log: > Output information about PCI-e devices with slots. > > In particular this includes

Re: svn commit: r297501 - head/usr.sbin/pciconf

2016-04-04 Thread Oliver Pinter
On Monday, April 4, 2016, John Baldwin <j...@freebsd.org> wrote: > On Saturday, April 02, 2016 11:49:53 AM Oliver Pinter wrote: > > > + if (cap & PCIEM_SLOT_CAP_HPS) > > > + printf(" surprise"); > > > > > > What is

Re: svn commit: r298669 - head/sys/dev/iscsi_initiator

2016-04-26 Thread Oliver Pinter
On Tue, Apr 26, 2016 at 11:44 PM, Conrad E. Meyer wrote: > Author: cem > Date: Tue Apr 26 21:44:08 2016 > New Revision: 298669 > URL: https://svnweb.freebsd.org/changeset/base/298669 > > Log: > iscsi_initiator(4): Fix use-after-free, double-free > > ism_stop() already

Re: svn commit: r298664 - head/sys/fs/msdosfs

2016-04-26 Thread Oliver Pinter
On 4/26/16, Kristof Provost wrote: > >> On 26 Apr 2016, at 23:37, Shawn Webb wrote: >> >> On Tue, Apr 26, 2016 at 11:05:38PM +0200, Kristof Provost wrote: >>> On 26 Apr 2016, at 23:01, Shawn Webb wrote:

Re: svn commit: r298665 - head/sys/dev/aacraid

2016-05-03 Thread Oliver Pinter
On 4/26/16, Conrad E. Meyer wrote: > Author: cem > Date: Tue Apr 26 20:59:21 2016 > New Revision: 298665 > URL: https://svnweb.freebsd.org/changeset/base/298665 > > Log: > aacraid(4): Fix some mostly trivial buffer overruns > > strcpy(3) emits a trailing nul byte, trampling

Re: svn commit: r290156 - head/sys/amd64/amd64

2016-07-25 Thread Oliver Pinter
On Thu, Oct 29, 2015 at 8:07 PM, Conrad E. Meyer wrote: > Author: cem > Date: Thu Oct 29 19:07:00 2015 > New Revision: 290156 > URL: https://svnweb.freebsd.org/changeset/base/290156 > > Log: > pmap_change_attr: Only fixup DMAP for DMAPed ranges > > pmap_change_attr must

Re: svn commit: r303855 - in head/sys: kern sys

2016-08-08 Thread Oliver Pinter
Hi! Can you please MFC back this change 10-STABLE together with the following: https://github.com/HardenedBSD/hardenedBSD/commit/576619e564618bca3675db57580d8e1f76bd2ac7 This issue is still exists on 10-STABLE, as you can test with the linked program from phabricator:

  1   2   3   >