svn commit: r312944 - in head: . sys/dev/ic

2017-01-28 Thread Takahashi Yoshihiro
Sun Jan 29 03:34:49 2017(r312944) @@ -40,6 +40,8 @@ # 20170128: remove pc98 support OLD_FILES+=usr/include/dev/ic/i8251.h +OLD_FILES+=usr/include/dev/ic/i8255.h +OLD_FILES+=usr/include/dev/ic/rsa.h OLD_FILES+=usr/include/dev/ic/wd33c93reg.h OLD_FILES+=usr/include/sys/disk/pc98.h

svn commit: r312943 - head/sys/netpfil/pf

2017-01-28 Thread Luiz Otavio O Souza
Author: loos Date: Sun Jan 29 02:17:52 2017 New Revision: 312943 URL: https://svnweb.freebsd.org/changeset/base/312943 Log: Do not run the pf purge thread while the VNET variables are not initialized, this can cause a divide by zero (if the VNET initialization takes to long to complete).

Re: svn commit: r312917 - in head: share/man/man4 share/man/man4/man4.i386 sys/dev/pci sys/modules/ata/atacbus

2017-01-28 Thread TAKAHASHI Yoshihiro
In article Ngie Cooper writes: >> On Jan 28, 2017, at 01:58, Takahashi Yoshihiro wrote: >> >> Author: nyan >> Date: Sat Jan 28 09:58:00 2017 >> New Revision: 312917 >> URL:

svn commit: r312942 - head/sys/sys

2017-01-28 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jan 29 00:45:52 2017 New Revision: 312942 URL: https://svnweb.freebsd.org/changeset/base/312942 Log: Remove GCC's __nonnull() attribute definition. While GCC's __nonnull__ attribute is generally useful to prevent misuse of some functions it also tends to do rather

Re: svn commit: r312871 - stable/11/share/zoneinfo

2017-01-28 Thread Rodney W. Grimes
> Hi Rod, Hello Julian, > On 27/1/17 11:25 pm, Rodney W. Grimes wrote: > >> Author: julian > >> Date: Fri Jan 27 09:11:44 2017 > >> New Revision: 312871 > >> URL: https://svnweb.freebsd.org/changeset/base/312871 > >> > >> Log: > >>MFH: r308671 > >> > >>When you select make

svn commit: r312941 - head/usr.bin/man

2017-01-28 Thread Ngie Cooper
Author: ngie Date: Sun Jan 29 00:24:34 2017 New Revision: 312941 URL: https://svnweb.freebsd.org/changeset/base/312941 Log: Update MACHINE/MACHINE_ARCH examples to use arm64/aarch64 instead of i386/pc98 pc98 support was removed in r312910 Modified: head/usr.bin/man/man.1 Modified:

svn commit: r312940 - head/sys/conf

2017-01-28 Thread Ngie Cooper
Author: ngie Date: Sun Jan 29 00:12:06 2017 New Revision: 312940 URL: https://svnweb.freebsd.org/changeset/base/312940 Log: Remove non-existent ct(4) dependency for scsi_low.c ct(4) was removed with pc98 in r312910 Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r312939 - in head/sys/dev: mmc sdhci

2017-01-28 Thread Marius Strobl
Author: marius Date: Sun Jan 29 00:05:49 2017 New Revision: 312939 URL: https://svnweb.freebsd.org/changeset/base/312939 Log: Fix overly long lines, whitespace and other bugs according to style(9). Modified: head/sys/dev/mmc/mmc.c head/sys/dev/mmc/mmcsd.c head/sys/dev/sdhci/sdhci.c

svn commit: r312938 - head/share/man/man7

2017-01-28 Thread Ngie Cooper
Author: ngie Date: Sat Jan 28 23:58:17 2017 New Revision: 312938 URL: https://svnweb.freebsd.org/changeset/base/312938 Log: Update TARGET/TARGET_ARCH examples to use arm64/aarch64 instead of i386/pc98 pc98 support was removed in r312910 Modified: head/share/man/man7/build.7

svn commit: r312937 - head/lib

2017-01-28 Thread Ngie Cooper
Author: ngie Date: Sat Jan 28 23:51:03 2017 New Revision: 312937 URL: https://svnweb.freebsd.org/changeset/base/312937 Log: Fix typo in lib/Makefile The SUBDIR_DEPEND variable should be for librpcsec_gss, not liblibrpc_gss MFC after:1 week PR: 216409 Reported by:

svn commit: r312936 - head/sys/modules

2017-01-28 Thread Ngie Cooper
Author: ngie Date: Sat Jan 28 23:47:17 2017 New Revision: 312936 URL: https://svnweb.freebsd.org/changeset/base/312936 Log: Garbage collect pc98-only variables still referenced in sys/modules/Makefile These should have been removed with r312910 Modified: head/sys/modules/Makefile

svn commit: r312935 - head/sys/modules

2017-01-28 Thread Ngie Cooper
Author: ngie Date: Sat Jan 28 23:41:38 2017 New Revision: 312935 URL: https://svnweb.freebsd.org/changeset/base/312935 Log: Remove duplicate bhnd SUBDIR entry MFC after:1 week PR: 216413 Reported by: m...@fbsd.e4m.org Modified: head/sys/modules/Makefile Modified:

svn commit: r312934 - in head: include lib/libthr/thread sys/sys

2017-01-28 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jan 28 20:54:43 2017 New Revision: 312934 URL: https://svnweb.freebsd.org/changeset/base/312934 Log: Make use of clang nullability attributes. Replace uses of the GCC __nonnull__ attribute with the clang nullability qualifiers. The replacement should be transparent

svn commit: r312933 - head/sys/arm/include

2017-01-28 Thread Olivier Houchard
Author: cognet Date: Sat Jan 28 17:48:33 2017 New Revision: 312933 URL: https://svnweb.freebsd.org/changeset/base/312933 Log: Remove useless labels. Modified: head/sys/arm/include/atomic-v6.h Modified: head/sys/arm/include/atomic-v6.h

svn commit: r312932 - head/sys/arm/include

2017-01-28 Thread Olivier Houchard
Author: cognet Date: Sat Jan 28 17:46:04 2017 New Revision: 312932 URL: https://svnweb.freebsd.org/changeset/base/312932 Log: Use strexeq instead of needlessly branch. Suggested by: ian Modified: head/sys/arm/include/atomic-v6.h Modified: head/sys/arm/include/atomic-v6.h

svn commit: r312931 - in stable/11/usr.sbin/pw: . tests

2017-01-28 Thread Baptiste Daroussin
Author: bapt Date: Sat Jan 28 17:40:37 2017 New Revision: 312931 URL: https://svnweb.freebsd.org/changeset/base/312931 Log: MFC r312644, r312650 r312644: Readd a feature lost in pw(8) refactoring pw usermod foo -m It used to be able to (re)create the home directory if it didn't

svn commit: r312930 - stable/11/lib/libstand

2017-01-28 Thread Baptiste Daroussin
Author: bapt Date: Sat Jan 28 17:37:51 2017 New Revision: 312930 URL: https://svnweb.freebsd.org/changeset/base/312930 Log: MFC r311659: remove network mask calculation for Classful network Nowadays it's not necessary to compute network mask from the IP address and compare to given

svn commit: r312929 - in head: sys/net sys/netinet6 usr.sbin/rtsold

2017-01-28 Thread Andriy Voskoboinyk
Author: avos Date: Sat Jan 28 17:08:40 2017 New Revision: 312929 URL: https://svnweb.freebsd.org/changeset/base/312929 Log: Garbage collect IFT_IEEE80211 (but leave the define for possible reuse) This interface type ("a parent interface of wlanX") is not used since r287197 Reviewed

Re: svn commit: r312905 - head/sys/net

2017-01-28 Thread Sean Bruno
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> --- sys/net/iflib.c (revision 312909) >> +++ sys/net/iflib.c (working copy) >> @@ -1536,8 +1536,8 @@ >> goto fail; >> } >> } >> +#endif >> } >> -#endif

Re: svn commit: r312905 - head/sys/net

2017-01-28 Thread Cy Schubert
In message <6db0fa21-aaf0-6e0d-5b90-5b0c58fd3...@freebsd.org>, Sean Bruno write s: > This is an OpenPGP/MIME signed message (RFC 4880 and 3156) > --dkfsunaMxftWlJwiAwenDrGag5jVrG0u1 > Content-Type: multipart/mixed; boundary="7VU3bI00OrFqhCUsm1WfMDVJhUghilMdl"; > protected-headers="v1" > From:

svn commit: r312928 - in head/sys: dev/drm2 modules/drm2/drm2

2017-01-28 Thread Baptiste Daroussin
Author: bapt Date: Sat Jan 28 16:40:51 2017 New Revision: 312928 URL: https://svnweb.freebsd.org/changeset/base/312928 Log: Really revert 312923 this time Modified: head/sys/dev/drm2/drm_agpsupport.c head/sys/dev/drm2/drm_drv.c head/sys/dev/drm2/drm_os_freebsd.c

Re: svn commit: r312905 - head/sys/net

2017-01-28 Thread Cy Schubert
In message <6db0fa21-aaf0-6e0d-5b90-5b0c58fd3...@freebsd.org>, Sean Bruno write s: > This is an OpenPGP/MIME signed message (RFC 4880 and 3156) > --dkfsunaMxftWlJwiAwenDrGag5jVrG0u1 > Content-Type: multipart/mixed; boundary="7VU3bI00OrFqhCUsm1WfMDVJhUghilMdl"; > protected-headers="v1" > From:

svn commit: r312927 - in head: bin/ed contrib/dma share/mk sys/amd64/amd64 sys/amd64/cloudabi64 sys/cam/ctl sys/cddl/dev/fbt/x86 sys/compat/cloudabi sys/compat/cloudabi64 sys/compat/linuxkpi/common...

2017-01-28 Thread Baptiste Daroussin
Author: bapt Date: Sat Jan 28 16:31:23 2017 New Revision: 312927 URL: https://svnweb.freebsd.org/changeset/base/312927 Log: Revert crap accidentally committed Modified: head/bin/ed/Makefile head/contrib/dma/mail.c head/share/mk/bsd.doc.mk head/sys/amd64/amd64/db_trace.c

svn commit: r312926 - in head: bin/ed contrib/dma share/mk sys/amd64/amd64 sys/amd64/cloudabi64 sys/cam/ctl sys/cddl/dev/fbt/x86 sys/compat/cloudabi sys/compat/cloudabi64 sys/compat/linuxkpi/common...

2017-01-28 Thread Baptiste Daroussin
Author: bapt Date: Sat Jan 28 16:30:14 2017 New Revision: 312926 URL: https://svnweb.freebsd.org/changeset/base/312926 Log: Revert r312923 a better approach will be taken later Modified: head/bin/ed/Makefile head/contrib/dma/mail.c head/share/mk/bsd.doc.mk

Re: svn commit: r312917 - in head: share/man/man4 share/man/man4/man4.i386 sys/dev/pci sys/modules/ata/atacbus

2017-01-28 Thread Ngie Cooper
> On Jan 28, 2017, at 01:58, Takahashi Yoshihiro wrote: > > Author: nyan > Date: Sat Jan 28 09:58:00 2017 > New Revision: 312917 > URL: https://svnweb.freebsd.org/changeset/base/312917 > > Log: > Remove more pc98 support. Hello Yoshiro-San, Have appropriate man pages

svn commit: r312925 - in head/sys: arm/include arm64/include

2017-01-28 Thread Olivier Houchard
Author: cognet Date: Sat Jan 28 16:24:06 2017 New Revision: 312925 URL: https://svnweb.freebsd.org/changeset/base/312925 Log: Implement atomic_fcmpset_* for arm and arm64. Modified: head/sys/arm/include/atomic-v4.h head/sys/arm/include/atomic-v6.h head/sys/arm/include/atomic.h

Re: svn commit: r312923 - in head/sys: dev/drm2 modules/drm2/drm2

2017-01-28 Thread O. Hartmann
Am Sat, 28 Jan 2017 15:43:19 + (UTC) Baptiste Daroussin schrieb: > Author: bapt > Date: Sat Jan 28 15:43:19 2017 > New Revision: 312923 > URL: https://svnweb.freebsd.org/changeset/base/312923 > > Log: > Make the drm2 module depend on linuxkpi > > Use linux memory

svn commit: r312924 - head/sys/net

2017-01-28 Thread Sean Bruno
Author: sbruno Date: Sat Jan 28 15:44:14 2017 New Revision: 312924 URL: https://svnweb.freebsd.org/changeset/base/312924 Log: Fix i386 compile failure by moving needed closing parenthesis out of conditional block. Submitted by: hiren Reported by:cy Modified:

svn commit: r312923 - in head/sys: dev/drm2 modules/drm2/drm2

2017-01-28 Thread Baptiste Daroussin
Author: bapt Date: Sat Jan 28 15:43:19 2017 New Revision: 312923 URL: https://svnweb.freebsd.org/changeset/base/312923 Log: Make the drm2 module depend on linuxkpi Use linux memory allocation to reduce diff with upstream Modified: head/sys/dev/drm2/drm_agpsupport.c

Re: svn commit: r312905 - head/sys/net

2017-01-28 Thread Sean Bruno
>> /export/home/cy/freebsd/svn/ip6-cksum/sys/net/iflib.c:2363:1: error: >> function definition is not allowed here >> { >> ^ >> fatal error: too many errors emitted, stopping now [-ferror-limit=] > > My initial email about this was correct. It does fail when building i386 > only. (It builds for

Re: svn commit: r312905 - head/sys/net

2017-01-28 Thread Cy Schubert
Cy Schubert writes: > In message <201701272308.v0rn86fx040...@repo.freebsd.org>, Sean Bruno > writes: > > Author: sbruno > > Date: Fri Jan 27 23:08:06 2017 > > New Revision: 312905 > > URL: https://svnweb.freebsd.org/changeset/base/312905 > > > > Log: > > IFLIB updates: > > We found routing

Re: svn commit: r312871 - stable/11/share/zoneinfo

2017-01-28 Thread Julian Elischer
Hi Rod, On 27/1/17 11:25 pm, Rodney W. Grimes wrote: Author: julian Date: Fri Jan 27 09:11:44 2017 New Revision: 312871 URL: https://svnweb.freebsd.org/changeset/base/312871 Log: MFH: r308671 When you select make OLDTIMEZONES=1 then you need a few added directories to be made or

svn commit: r312922 - head/sys/dev/altera/avgen

2017-01-28 Thread Robert Watson
Author: rwatson Date: Sat Jan 28 13:25:06 2017 New Revision: 312922 URL: https://svnweb.freebsd.org/changeset/base/312922 Log: Merge enhancements to the ALTERA Avalon bus generic device attachment driver to support exposing a GEOM device, which can be used to mount Avalon-attached ROMs,

svn commit: r312921 - head/usr.sbin/syslogd

2017-01-28 Thread Hiroki Sato
Author: hrs Date: Sat Jan 28 13:09:18 2017 New Revision: 312921 URL: https://svnweb.freebsd.org/changeset/base/312921 Log: Fix a bug which caused not to create AF_LOCAL sockets when family is specified. Spotted by: Alex Deiter Modified: head/usr.sbin/syslogd/syslogd.c Modified:

svn commit: r312920 - head/sys/dev/altera/jtag_uart

2017-01-28 Thread Robert Watson
Author: rwatson Date: Sat Jan 28 12:43:19 2017 New Revision: 312920 URL: https://svnweb.freebsd.org/changeset/base/312920 Log: Merge robustness improvements for the ALTERA JTAG UART driver from CheriBSD, which attempt to work around an inherent race in the UART's control-register design in

svn commit: r312919 - head/tests/sys/aio

2017-01-28 Thread Robert Watson
Author: rwatson Date: Sat Jan 28 12:26:22 2017 New Revision: 312919 URL: https://svnweb.freebsd.org/changeset/base/312919 Log: Fix build of aio_test on MIPS, where the compiler warns about the local variable 'err' shadowing the global function err(3). Which it does. Sponsored by: DARPA,

svn commit: r312918 - head/sys/mips/conf

2017-01-28 Thread Robert Watson
Author: rwatson Date: Sat Jan 28 11:38:51 2017 New Revision: 312918 URL: https://svnweb.freebsd.org/changeset/base/312918 Log: As with GENERIC on other architectures, include COMPAT_FREEBSD10 and COMPAT_FREEBSD11 in the generic BERI kernel configuration template. MFC after:1 week

svn commit: r312917 - in head: share/man/man4 share/man/man4/man4.i386 sys/dev/pci sys/modules/ata/atacbus

2017-01-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Jan 28 09:58:00 2017 New Revision: 312917 URL: https://svnweb.freebsd.org/changeset/base/312917 Log: Remove more pc98 support. Deleted: head/sys/modules/ata/atacbus/ Modified: head/share/man/man4/ed.4 head/share/man/man4/le.4 head/share/man/man4/man4.i386/ep.4