CVS commit: [pgoyette-compat] src/sys/net

2019-01-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jan 13 07:05:10 UTC 2019 Modified Files: src/sys/net [pgoyette-compat]: rtsock.c Log Message: Rearrange a bit, put all the sysctl-related stuff at the end of the file, and enclose it in a single ``#ifdef COMPAT_RTSOCK ...

CVS commit: [pgoyette-compat] src/sys/net

2019-01-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jan 13 07:05:10 UTC 2019 Modified Files: src/sys/net [pgoyette-compat]: rtsock.c Log Message: Rearrange a bit, put all the sysctl-related stuff at the end of the file, and enclose it in a single ``#ifdef COMPAT_RTSOCK ...

CVS commit: src/share/man/man9

2019-01-12 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 13 06:59:15 UTC 2019 Modified Files: src/share/man/man9: pmap.9 Log Message: add a note about pmap_activate() and pmap_deactivate() not being allow to block. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/share/man/man9

2019-01-12 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 13 06:59:15 UTC 2019 Modified Files: src/share/man/man9: pmap.9 Log Message: add a note about pmap_activate() and pmap_deactivate() not being allow to block. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/lib/libwrap

2019-01-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jan 13 06:10:34 UTC 2019 Modified Files: src/lib/libwrap: expandm.c Log Message: Always return from expandm() with errno unaltered, so on the off chance it failed, there's still the possibility that whatever processes the result

CVS commit: src/lib/libwrap

2019-01-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jan 13 06:10:34 UTC 2019 Modified Files: src/lib/libwrap: expandm.c Log Message: Always return from expandm() with errno unaltered, so on the off chance it failed, there's still the possibility that whatever processes the result

CVS commit: src/share/man/man8

2019-01-12 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 13 04:45:35 UTC 2019 Modified Files: src/share/man/man8: compat_netbsd32.8 Log Message: update to reality: - note that the base system supports 32 bit / 64 bit compat directly now - list all the expected paths for ld.elf_so

CVS commit: src/share/man/man8

2019-01-12 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 13 04:45:35 UTC 2019 Modified Files: src/share/man/man8: compat_netbsd32.8 Log Message: update to reality: - note that the base system supports 32 bit / 64 bit compat directly now - list all the expected paths for ld.elf_so

CVS commit: src/lib/libwrap

2019-01-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 13 01:32:51 UTC 2019 Modified Files: src/lib/libwrap: expandm.c Log Message: check for *. integer overflow over ptrdiff. Pointed out by kre@ To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/lib/libwrap

2019-01-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 13 01:32:51 UTC 2019 Modified Files: src/lib/libwrap: expandm.c Log Message: check for *. integer overflow over ptrdiff. Pointed out by kre@ To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/kern

2019-01-12 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Jan 13 00:11:29 UTC 2019 Modified Files: src/sys/kern: kern_crashme.c Log Message: clang does not like to deref a null pointer unless it is qualified volatile To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/kern

2019-01-12 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Jan 13 00:11:29 UTC 2019 Modified Files: src/sys/kern: kern_crashme.c Log Message: clang does not like to deref a null pointer unless it is qualified volatile To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/lib/libwrap

2019-01-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jan 12 22:14:08 UTC 2019 Modified Files: src/lib/libwrap: expandm.c expandm.h Log Message: Make expandm() return a const char * so we can do away with __UNCONST() and more importantly, so that we don't accidentally return a

CVS commit: src/lib/libwrap

2019-01-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jan 12 22:14:08 UTC 2019 Modified Files: src/lib/libwrap: expandm.c expandm.h Log Message: Make expandm() return a const char * so we can do away with __UNCONST() and more importantly, so that we don't accidentally return a

Re: Pre-branch commits

2019-01-12 Thread Kamil Rytarowski
On 12.01.2019 13:54, Martin Husemann wrote: > On Sat, Jan 12, 2019 at 05:11:31AM +0700, Robert Elz wrote: >> I'd like to suggest a possible solution: Go back to the old way, >> and announce the branch date in advance (with a reasonable >> lead time, not just a day or so, which would change

CVS commit: src/lib/libwrap

2019-01-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 12 21:50:29 UTC 2019 Modified Files: src/lib/libwrap: expandm.c Log Message: Don't do %%m -> %%%m escaping, requested by gson@. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libwrap/expandm.c

CVS commit: src/lib/libwrap

2019-01-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 12 21:50:29 UTC 2019 Modified Files: src/lib/libwrap: expandm.c Log Message: Don't do %%m -> %%%m escaping, requested by gson@. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libwrap/expandm.c

CVS commit: src/lib/libwrap

2019-01-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jan 12 21:05:37 UTC 2019 Modified Files: src/lib/libwrap: expandm.c Log Message: Return the buffer that has not been freed, so it can be later, rather than the one that already was. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libwrap

2019-01-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jan 12 21:05:37 UTC 2019 Modified Files: src/lib/libwrap: expandm.c Log Message: Return the buffer that has not been freed, so it can be later, rather than the one that already was. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.sbin/rtadvd

2019-01-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 12 19:09:25 UTC 2019 Modified Files: src/usr.sbin/rtadvd: rtadvd.c Log Message: adjust to new expandm. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/usr.sbin/rtadvd/rtadvd.c Please note that diffs

CVS commit: src/usr.sbin/rtadvd

2019-01-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 12 19:09:25 UTC 2019 Modified Files: src/usr.sbin/rtadvd: rtadvd.c Log Message: adjust to new expandm. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/usr.sbin/rtadvd/rtadvd.c Please note that diffs

CVS commit: src/lib/libwrap

2019-01-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 12 19:08:24 UTC 2019 Modified Files: src/lib/libwrap: diag.c expandm.c expandm.h Log Message: Provide an extra argument to store the returned pointer so we can use the function directly as the return format (before

CVS commit: src/lib/libwrap

2019-01-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 12 19:08:24 UTC 2019 Modified Files: src/lib/libwrap: diag.c expandm.c expandm.h Log Message: Provide an extra argument to store the returned pointer so we can use the function directly as the return format (before

Re: CVS commit: src/etc

2019-01-12 Thread maya
This lets any user in wheel group choose to connect to the network. Isn't that more privileges than we normally give? On Sat, Jan 12, 2019 at 04:51:55PM +, Roy Marples wrote: > +ctrl_interface_group=wheel

CVS commit: src/libexec/ld.elf_so

2019-01-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 12 18:58:10 UTC 2019 Modified Files: src/libexec/ld.elf_so: search.c Log Message: print the program name when we don't find a library. XXX: really most _rtld_error() should do that, and most do. To generate a diff of

CVS commit: src/libexec/ld.elf_so

2019-01-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 12 18:58:10 UTC 2019 Modified Files: src/libexec/ld.elf_so: search.c Log Message: print the program name when we don't find a library. XXX: really most _rtld_error() should do that, and most do. To generate a diff of

CVS commit: src/etc/defaults

2019-01-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Jan 12 17:38:36 UTC 2019 Modified Files: src/etc/defaults: rc.conf Log Message: Setup default wpa_supplicant flags so that it: * Writes diagnostics to syslog * Enables interface matching to hotplug wireless interfaces *

CVS commit: src/etc/defaults

2019-01-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Jan 12 17:38:36 UTC 2019 Modified Files: src/etc/defaults: rc.conf Log Message: Setup default wpa_supplicant flags so that it: * Writes diagnostics to syslog * Enables interface matching to hotplug wireless interfaces *

CVS commit: src/doc

2019-01-12 Thread Izumi Tsutsui
gimips/53539. + [tsutsui 20190112]

CVS commit: src/doc

2019-01-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 12 17:30:28 UTC 2019 Modified Files: src/doc: CHANGES Log Message: Mention about irisboot for sgimips pre-ARC machines. To generate a diff of this commit: cvs rdiff -u -r1.2489 -r1.2490 src/doc/CHANGES Please note

CVS commit: src

2019-01-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Jan 12 17:25:09 UTC 2019 Modified Files: src/distrib/sets/lists/etc: mi src/etc: Makefile Log Message: Install /etc/wpa_supplicant.conf To generate a diff of this commit: cvs rdiff -u -r1.253 -r1.254

CVS commit: src

2019-01-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Jan 12 17:25:09 UTC 2019 Modified Files: src/distrib/sets/lists/etc: mi src/etc: Makefile Log Message: Install /etc/wpa_supplicant.conf To generate a diff of this commit: cvs rdiff -u -r1.253 -r1.254

CVS commit: src/etc

2019-01-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Jan 12 16:51:55 UTC 2019 Added Files: src/etc: wpa_supplicant.conf Log Message: Add a default wpa_supplicant.conf which allows wpa_cli(8) to configure wpa_supplicant(8). To generate a diff of this commit: cvs rdiff -u -r0

CVS commit: src/etc

2019-01-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Jan 12 16:51:55 UTC 2019 Added Files: src/etc: wpa_supplicant.conf Log Message: Add a default wpa_supplicant.conf which allows wpa_cli(8) to configure wpa_supplicant(8). To generate a diff of this commit: cvs rdiff -u -r0

CVS commit: src/distrib/sets/lists/base

2019-01-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 12 16:46:25 UTC 2019 Modified Files: src/distrib/sets/lists/base: md.sgimips Log Message: Add irisboot binaries for pre-ARC machines. PR port-sgimips/53539 To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/distrib/sets/lists/base

2019-01-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 12 16:46:25 UTC 2019 Modified Files: src/distrib/sets/lists/base: md.sgimips Log Message: Add irisboot binaries for pre-ARC machines. PR port-sgimips/53539 To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/arch/sgimips

2019-01-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 12 16:44:48 UTC 2019 Modified Files: src/sys/arch/sgimips: README.IPn TODO src/sys/arch/sgimips/stand: Makefile Makefile.booters Added Files: src/sys/arch/sgimips/stand/bootiris: Makefile version

CVS commit: src/sys/arch/sgimips

2019-01-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 12 16:44:48 UTC 2019 Modified Files: src/sys/arch/sgimips: README.IPn TODO src/sys/arch/sgimips/stand: Makefile Makefile.booters Added Files: src/sys/arch/sgimips/stand/bootiris: Makefile version

CVS commit: src/sys/arch/mips/ralink

2019-01-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jan 12 15:44:08 UTC 2019 Modified Files: src/sys/arch/mips/ralink: ralink_com.c Log Message: Explicitly size the regmap array. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/mips/ralink

2019-01-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jan 12 15:44:08 UTC 2019 Modified Files: src/sys/arch/mips/ralink: ralink_com.c Log Message: Explicitly size the regmap array. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/ic

2019-01-12 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat Jan 12 15:16:51 UTC 2019 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: partially back-off rev. 1.68 - when the drive reset for port 15 fails, on some systems controller isn't actually able to process further

CVS commit: src/sys/dev/ic

2019-01-12 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat Jan 12 15:16:51 UTC 2019 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: partially back-off rev. 1.68 - when the drive reset for port 15 fails, on some systems controller isn't actually able to process further

CVS commit: src/sys/dev/scsipi

2019-01-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 12 13:59:53 UTC 2019 Modified Files: src/sys/dev/scsipi: scsiconf.c Log Message: Add NOLUNS quirk for more SEAGATE SCA/WIDE drives. Tested on NetBSD/luna68k and LUNA with SCA 80pin -> NARROW 50pin and WIDE 68pin ->

CVS commit: src/sys/dev/scsipi

2019-01-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 12 13:59:53 UTC 2019 Modified Files: src/sys/dev/scsipi: scsiconf.c Log Message: Add NOLUNS quirk for more SEAGATE SCA/WIDE drives. Tested on NetBSD/luna68k and LUNA with SCA 80pin -> NARROW 50pin and WIDE 68pin ->

Re: Pre-branch commits

2019-01-12 Thread Martin Husemann
On Sat, Jan 12, 2019 at 05:11:31AM +0700, Robert Elz wrote: > I'd like to suggest a possible solution: Go back to the old way, > and announce the branch date in advance (with a reasonable > lead time, not just a day or so, which would change nothing. > Reasonable here is likely to be something

Re: CVS commit: src/sys/kern

2019-01-12 Thread Michael van Elst
On Fri, Jan 11, 2019 at 08:22:23PM +0100, Christoph Badura wrote: > > What exactly did your change do to improve the awareness of these side > effects? I'm at a loss when it comes to that. You noticed that some side effects were already removed. > Here's more defects and functionality

CVS commit: src/external/cddl/osnet/sys/sys

2019-01-12 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Jan 12 10:44:36 UTC 2019 Modified Files: src/external/cddl/osnet/sys/sys: vnode.h Log Message: Allow zfs_vn_rdwr() with "rw == UIO_READ" too. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/external/cddl/osnet/sys/sys

2019-01-12 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Jan 12 10:44:36 UTC 2019 Modified Files: src/external/cddl/osnet/sys/sys: vnode.h Log Message: Allow zfs_vn_rdwr() with "rw == UIO_READ" too. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/external/cddl/osnet/lib/libzfs

2019-01-12 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Jan 12 10:44:05 UTC 2019 Modified Files: src/external/cddl/osnet/lib/libzfs: zmount.c Log Message: Pass unmount flags down to syscall, "zfs unmount -f" now works. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/cddl/osnet/lib/libzfs

2019-01-12 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Jan 12 10:44:05 UTC 2019 Modified Files: src/external/cddl/osnet/lib/libzfs: zmount.c Log Message: Pass unmount flags down to syscall, "zfs unmount -f" now works. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2019-01-12 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Jan 12 10:43:33 UTC 2019 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_ioctl.c zfs_onexit.c Log Message: The ZFS onexit routines expect opening ZFS_DEV with O_EXCL to return a cloned device

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2019-01-12 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Jan 12 10:43:33 UTC 2019 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_ioctl.c zfs_onexit.c Log Message: The ZFS onexit routines expect opening ZFS_DEV with O_EXCL to return a cloned device

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2019-01-12 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Jan 12 10:42:09 UTC 2019 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: dmu_send.c Log Message: Need FOF_UPDATE_OFFSET to update the offset on plain files. Running "zfs send" to plain files no longer writes

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2019-01-12 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Jan 12 10:42:09 UTC 2019 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: dmu_send.c Log Message: Need FOF_UPDATE_OFFSET to update the offset on plain files. Running "zfs send" to plain files no longer writes

CVS commit: src/external/cddl/osnet/sys/kern

2019-01-12 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Jan 12 10:42:40 UTC 2019 Modified Files: src/external/cddl/osnet/sys/kern: taskq.c Log Message: Disable valid assertion "!(flags & TQ_NOQUEUE)" as "zfs send" triggers it. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/cddl/osnet/sys/kern

2019-01-12 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Jan 12 10:42:40 UTC 2019 Modified Files: src/external/cddl/osnet/sys/kern: taskq.c Log Message: Disable valid assertion "!(flags & TQ_NOQUEUE)" as "zfs send" triggers it. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/cddl/osnet/dev/dtrace/amd64

2019-01-12 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Jan 12 10:41:31 UTC 2019 Modified Files: src/external/cddl/osnet/dev/dtrace/amd64: dtrace_subr.c Log Message: There is no such function read_rflags(), probably meant x86_read_flags(). To generate a diff of this commit: cvs

CVS commit: src/external/cddl/osnet/dev/dtrace/amd64

2019-01-12 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Jan 12 10:41:31 UTC 2019 Modified Files: src/external/cddl/osnet/dev/dtrace/amd64: dtrace_subr.c Log Message: There is no such function read_rflags(), probably meant x86_read_flags(). To generate a diff of this commit: cvs