Re: CVS commit: src/sys/arch/amd64/conf

2016-11-26 Thread David Holland
On Sat, Nov 26, 2016 at 09:21:17PM +1100, matthew green wrote:
 > > Modified Files:
 > >src/sys/arch/amd64/conf: GENERIC
 > > 
 > > Log Message:
 > > 1.6 was the first amd64 release. (although it didn't really work too well
 > > before -5)
 > 
 > dunno what you're talking about.  i ran it for many years before -5.

If you like :-) I'm just going by what I saw in gnats at the time.

-- 
David A. Holland
dholl...@netbsd.org


re: CVS commit: src/sys/arch

2016-11-26 Thread matthew green
"Christos Zoulas" writes:
> Module Name:  src
> Committed By: christos
> Date: Sat Nov 26 13:59:46 UTC 2016
> 
> Modified Files:
>   src/sys/arch/alpha/conf: GENERIC
>   src/sys/arch/amd64/conf: ALL GENERIC
>   src/sys/arch/bebox/conf: GENERIC
>   src/sys/arch/evbarm/conf: ARMADILLO-IOT-G3 CUBOX-I DUOVERO
>   GENERIC.common GUMSTIX HPT5325 MARVELL_NAS MMNET_GENERIC
>   MPCSA_GENERIC MV2120 NITROGEN6X OPENBLOCKS_A6 OPENBLOCKS_AX3 OVERO
>   PEPPER SHEEVAPLUG
>   src/sys/arch/evbarm64/conf: A64EMUL
>   src/sys/arch/i386/conf: ALL GENERIC
>   src/sys/arch/iyonix/conf: GENERIC
>   src/sys/arch/landisk/conf: GENERIC
>   src/sys/arch/pmax/conf: GENERIC
>   src/sys/arch/prep/conf: GENERIC
>   src/sys/arch/sparc/conf: GENERIC KRUPS
>   src/sys/arch/sparc64/conf: GENERIC
> 
> Log Message:
> mention PAX_SEGVGUARD dependency on FILEASSOC

can't we just makme it depend explicitly in the files files?


.mrg.


Re: CVS commit: src/sys/arch

2016-11-26 Thread Tom Ivar Helbekkmo
scole_m...@gmx.com writes:

> I run emacs on stable i386 and it crashes for me probably once a day,
> especially when opening large files or using a lot of "M-x compile"
> commands.

OK, for various reasons, I've "forever" been running with larger than
default ulimits on i386 (and still had Firefox crash on me daily), so
maybe you're simply running out of memory?

-tih
-- 
I like long walks, especially when they are taken by people who annoy me.


Re: CVS commit: src/sys/arch

2016-11-26 Thread scole_mail
Tom Ivar Helbekkmo  writes:

> Maxime Villard  writes:
>
>> AFAICT, emacs is known to be buggy on netbsd.
>
> That's strange, seeing as I've been using it daily since NetBSD 0.0,
> with no problems.  That's on i386, vax, mips, sparc, and amd64
> platforms.  (It's been a while since I had a vax, mips, or sparc system
> with NetBSD on it, so I can't speak to current NetBSD on those.)
>
> ...and if you check the headers of this message, I think you can see
> which MUA I prefer... ;)
>
> -tih

I run emacs on stable i386 and it crashes for me probably once a day,
especially when opening large files or using a lot of "M-x compile"
commands.

I haven't had time to investigate, but I can submit a PR for it in case
someone wants to look into it.

Thanks


Re: CVS commit: src/sys/dev/pci

2016-11-26 Thread coypu
On Sun, Nov 27, 2016 at 12:15:56AM +0900, Kimihiro Nonaka wrote:
> Hi,
> 
> 2016-11-26 17:29 GMT+09:00  :
> 
> > This strangely causes fallpoint for sandpoint because:
> > sandpoint/include/pci_machdep.h:38:#define  __HAVE_PCI_MSI_MSIX
> > Does it really?
> 
> fixed
> 
> http://mail-index.netbsd.org/source-changes/2016/11/26/msg079370.html
> 
> regards,
> -- 
> Kimihiro Nonaka

Thanks!


Re: CVS commit: src/sys/dev/pci

2016-11-26 Thread Kimihiro Nonaka
Hi,

2016-11-26 17:29 GMT+09:00  :

> This strangely causes fallpoint for sandpoint because:
> sandpoint/include/pci_machdep.h:38:#define  __HAVE_PCI_MSI_MSIX
> Does it really?

fixed

http://mail-index.netbsd.org/source-changes/2016/11/26/msg079370.html

regards,
-- 
Kimihiro Nonaka


re: CVS commit: src/sys/arch/amd64/conf

2016-11-26 Thread matthew green
"David A. Holland" writes:
> Module Name:  src
> Committed By: dholland
> Date: Sat Nov 26 01:09:33 UTC 2016
> 
> Modified Files:
>   src/sys/arch/amd64/conf: GENERIC
> 
> Log Message:
> 1.6 was the first amd64 release. (although it didn't really work too well
> before -5)

dunno what you're talking about.  i ran it for many years before -5.


.mrg.


Re: CVS commit: src/sys/dev/pci

2016-11-26 Thread coypu
This strangely causes fallpoint for sandpoint because:
sandpoint/include/pci_machdep.h:38:#define  __HAVE_PCI_MSI_MSIX
Does it really?

Failure at 
http://releng.netbsd.org/builds/HEAD/201611252110Z/sandpoint.build.failed

if_re_pci.o: In function `re_pci_detach':
if_re_pci.c:(.text+0x70): undefined reference to `pci_intr_release'
if_re_pci.o: In function `re_pci_attach':
if_re_pci.c:(.text+0x37c): undefined reference to `pci_intr_alloc'
if_re_pci.c:(.text+0x3e0): undefined reference to `pci_intr_alloc'



On Fri, Nov 25, 2016 at 12:10:59PM +, Kengo NAKAHARA wrote:
> Module Name:  src
> Committed By: knakahara
> Date: Fri Nov 25 12:10:59 UTC 2016
> 
> Modified Files:
>   src/sys/dev/pci: pci_stub.c pcivar.h
> 
> Log Message:
> provide all PCI MSI/MSI-X manipulation stub functions.
> 
> "#ifdef __HAVE_PCI_MSI_MSIX" workaround such as nvme_pci(4) is not required
> any more.
> http://mail-index.netbsd.org/source-changes/2016/09/17/msg077799.html
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/pci_stub.c
> cvs rdiff -u -r1.108 -r1.109 src/sys/dev/pci/pcivar.h
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>