Re: dependency of magic.h

2018-12-11 Thread Masanobu SAITOH
On 2018/12/11 21:40, Christos Zoulas wrote: In article <944c79fd-4414-1936-67f4-03ec228bd...@execsw.org>, Masanobu SAITOH wrote: Hi. While doing "./build.sh -j16 distribution", I got "unterminated ifdef" error in magic.h(src/external/bsd/file/lib). When I got this compile error, I checked

daily CVS update output

2018-12-11 Thread NetBSD source update
Updating src tree: P src/bin/sh/main.c P src/bin/sh/parser.c P src/bin/sh/parser.h P src/bin/sh/sh.1 P src/lib/libkvm/kvm_getloadavg.3 P src/share/man/man4/shmif.4 P src/sys/arch/aarch64/aarch64/cpuswitch.S P src/sys/arch/aarch64/aarch64/genassym.cf P src/sys/arch/amd64/conf/GENERIC P src/sys/arc

Re: MSI/MSI-X implementation and interrupt handling on i386/amd64

2018-12-11 Thread Jaromír Doleček
Moving this to port-amd64 (bcced current-users@ for reference) Le mar. 11 déc. 2018 à 04:34, Kengo NAKAHARA a écrit : > I mention some old Athlon 64 series (before socket AM2) do not support > cmpxchg16b instruction. That would affect rewriting spllower to support > 64 bit interrupt bitmask. Ind

Automated report: NetBSD-current/i386 build success

2018-12-11 Thread NetBSD Test Fixture
The NetBSD-current/i386 build is working again. The following commits were made between the last failed build and the successful build: 2018.12.11.16.45.49 martin src/sys/dev/usb/if_mue.c,v 1.23 2018.12.11.16.52.49 maya src/sys/arch/amd64/conf/GENERIC,v 1.511 2018.12.11.16.52.49 maya

NetBSD Security Advisory 2018-009: bozohttpd can allow access to .htpasswd

2018-12-11 Thread NetBSD Security-Officer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NetBSD Security Advisory 2018-009 = Topic: bozohttpd can allow access to .htpasswd Version:NetBSD-current: prior to 2018-11-22 NetBSD 8*:

Automated report: NetBSD-current/i386 build failure

2018-12-11 Thread NetBSD Test Fixture
This is an automatically generated notice of a NetBSD-current/i386 build failure. The failure occurred on babylon5.netbsd.org, a NetBSD/amd64 host, using sources from CVS date 2018.12.11.11.00.18. An extract from the build.sh output follows: cd /tmp/bracket/build/2018.12.11.11.00.18-i386/src

Re: dependency of magic.h

2018-12-11 Thread Christos Zoulas
In article <944c79fd-4414-1936-67f4-03ec228bd...@execsw.org>, Masanobu SAITOH wrote: > Hi. > > While doing "./build.sh -j16 distribution", I got "unterminated ifdef" >error in magic.h(src/external/bsd/file/lib). When I got this compile error, >I checked the file and the #ifdef...#endif was cons

dependency of magic.h

2018-12-11 Thread Masanobu SAITOH
Hi. While doing "./build.sh -j16 distribution", I got "unterminated ifdef" error in magic.h(src/external/bsd/file/lib). When I got this compile error, I checked the file and the #ifdef...#endif was consistent. It seems the compiler saw unfinished magic.h. Have you ever seen this error before?