CVS: cvs.openbsd.org: src

2018-06-25 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2018/06/25 08:28:33 Modified files: usr.sbin/bgpd : bgpd.h rde.c rde.h rde_filter.c rde_rib.c Log message: Properly start reference counting struct nexthop. This removes the need for some ugly workaround

CVS: cvs.openbsd.org: src

2018-06-25 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2018/06/25 05:11:41 Modified files: sys/netinet: ip_spd.c Log message: Assert that the NET_LOCK() is held when iterating over `ipsec_acquire_head'. ok visa@ as part of a larger bigger diff

CVS: cvs.openbsd.org: src

2018-06-25 Thread Helg Bredow
CVSROOT:/cvs Module name:src Changes by: h...@cvs.openbsd.org2018/06/25 06:03:53 Modified files: sys/miscfs/fuse: fuse_device.c fuse_vfsops.c fusefs.h Log message: Remove unused fbuf parameter from fuse_device_cleanup(). ok mpi@

CVS: cvs.openbsd.org: src

2018-06-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2018/06/25 07:01:14 Modified files: usr.bin/mandoc : man_html.c mandoc.css Log message: For -man -Thtml, ignore author-specified .HP widths because they harm responsive design; use @media-dependent

CVS: cvs.openbsd.org: src

2018-06-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2018/06/25 07:26:53 Modified files: usr.bin/mandoc : html.c Log message: Delete support for the style=text-indent attribute, which is no longer used.

CVS: cvs.openbsd.org: src

2018-06-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2018/06/25 07:32:59 Modified files: usr.bin/mandoc : man_html.c Log message: Ignore author-specified indentation for .RS; it harms responsive design. Use the existing @media-dependent indent

CVS: cvs.openbsd.org: src

2018-06-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2018/06/25 08:53:55 Modified files: usr.bin/mandoc : roff_html.c Log message: Get rid of the last explicit length in HTML style= attributes. Even though style=height is not particularly harmful for

CVS: cvs.openbsd.org: src

2018-06-25 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2018/06/25 06:34:40 Modified files: usr.sbin/pkg_add/OpenBSD/Dependencies: SolverBase.pm Log message: special case: @tag found in self may have NO parameters and just be used as a placeholder to tell WHEN

CVS: cvs.openbsd.org: src

2018-06-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2018/06/25 07:46:01 Modified files: usr.bin/mandoc : html.c html.h mdoc_html.c tbl_html.c Log message: Do not write elements. Their only purpose is to enforce author-specified column widths, which

CVS: cvs.openbsd.org: src

2018-06-25 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2018/06/25 06:35:17 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Log message: OO version of atend

CVS: cvs.openbsd.org: src

2018-06-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2018/06/25 08:06:03 Modified files: usr.bin/mandoc : mdoc_html.c Log message: Drop explicit, constant style=margin-left attribute on .Bf blocks. Since uses HTML_NLAROUND, it is no longer needed.

CVS: cvs.openbsd.org: src

2018-06-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2018/06/25 07:59:33 Modified files: usr.bin/mandoc : html.c Log message: Delete support for style=width attributes, which are no longer used.

CVS: cvs.openbsd.org: src

2018-06-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2018/06/25 08:13:50 Modified files: usr.bin/mandoc : html.c Log message: Delete support for style=margin-left attributes, which are no longer used.

CVS: cvs.openbsd.org: src

2018-06-25 Thread Denis Fondras
CVSROOT:/cvs Module name:src Changes by: de...@cvs.openbsd.org 2018/06/25 09:20:39 Modified files: sys/net: if_enc.c Log message: Fix a kernelpanic when using rdomain(4) and enc(4) OK jca@ mpi@

CVS: cvs.openbsd.org: src

2018-06-25 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2018/06/25 10:06:27 Modified files: sys/kern : vfs_syscalls.c lib/libc/sys : dup.2 Log message: During open(2), release the fdp lock before calling vn_open(9). This lets other threads of

CVS: cvs.openbsd.org: src

2018-06-25 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2018/06/25 09:22:30 Modified files: bin/ksh: mail.c Log message: Count $MAILCHECK with the monotonic clock. So that ksh still looks for new mail every $MAILCHECK seconds, even if the system clock

Re: CVS: cvs.openbsd.org: src

2018-06-25 Thread Denis Fondras
On Mon, Jun 25, 2018 at 09:20:39AM -0600, Denis Fondras wrote: > CVSROOT: /cvs > Module name: src > Changes by: de...@cvs.openbsd.org 2018/06/25 09:20:39 > > Modified files: > sys/net: if_enc.c > > Log message: > Fix a kernelpanic when using rdomain(4) and enc(4) > > OK

CVS: cvs.openbsd.org: src

2018-06-25 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2018/06/25 09:09:58 Modified files: regress/sys/net/gif: Makefile Log message: During test setup, IPv6 duplicate address detection creates some bogus pf states. Flush all states after the pf rules have

CVS: cvs.openbsd.org: src

2018-06-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2018/06/25 10:54:55 Modified files: usr.bin/mandoc : html.c html.h mdoc_html.c out.h Log message: Delete substantial amounts of code now that we no longer use variable style= attributes.

CVS: cvs.openbsd.org: src

2018-06-25 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2018/06/25 11:00:46 Modified files: usr.sbin/pkg_add: pkg_mklocatedb Log message: so tags need some love to print out correctly

CVS: cvs.openbsd.org: src

2018-06-25 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2018/06/25 11:23:16 Modified files: usr.bin/tmux : cmd-select-pane.c Log message: If there are only two panes, always use the other pane as the last pane. Based on a change from Duy Nguyen in GitHub issue

CVS: cvs.openbsd.org: src

2018-06-25 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2018/06/25 10:29:00 Modified files: distrib/sets : makeetcset distrib/special/fsck_ffs: Makefile distrib/special/gzip: Makefile distrib/special/ping: Makefile

CVS: cvs.openbsd.org: src

2018-06-25 Thread Remi Locherer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2018/06/25 16:16:53 Modified files: usr.sbin/ospfd : kroute.c ospfd.h ospfe.c Log message: Add IMSG_IFADDRADD to ospfe and the master process. This allows ospfd to recover automatically when an ip address

CVS: cvs.openbsd.org: src

2018-06-25 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2018/06/25 16:28:33 Modified files: usr.bin/ssh: channels.c Log message: fix NULL dereference in open_listen_match_tcpip()

CVS: cvs.openbsd.org: src

2018-06-25 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2018/06/25 16:29:16 Modified files: sys/dev/pci/drm: drmP.h drm_drv.c drm_gem.c drm_internal.h drm_linux.c drm_linux.h files.drm sys/dev/pci/drm/i915: i915_drv.c

CVS: cvs.openbsd.org: src

2018-06-25 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2018/06/25 16:39:15 Modified files: sys/arch/arm64/stand/efiboot: Makefile efiboot.c efiboot.h Added files: sys/arch/arm64/stand/efiboot: acpi.dts dt_blob.S efiacpi.c Log message: Add code

CVS: cvs.openbsd.org: src

2018-06-25 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2018/06/25 16:22:50 Modified files: regress/sys/net/etherip: Makefile regress/sys/net/gif: Makefile regress/sys/net/loop: Makefile Log message: Before running the tests, consistently check

CVS: cvs.openbsd.org: src

2018-06-25 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2018/06/25 16:33:24 Modified files: sys/arch/amd64/amd64: acpi_machdep.c hibernate_machdep.c sys/arch/i386/i386: acpi_machdep.c hibernate_machdep.c sys/dev/acpi : acpi.c acpivar.h

CVS: cvs.openbsd.org: src

2018-06-25 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2018/06/25 20:02:36 Modified files: usr.bin/ssh: clientloop.c sshconnect2.c Log message: whitespace

CVS: cvs.openbsd.org: src

2018-06-25 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2018/06/25 12:18:00 Modified files: usr.sbin/pkg_add/OpenBSD/Dependencies: SolverBase.pm Log message: fix ::lookup interface return, oops

CVS: cvs.openbsd.org: src

2018-06-25 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2018/06/25 23:38:49 Modified files: share/man/man1 : Makefile share/man/man8 : Makefile Added files: share/man/man1 : check-lib-depends.1 check-manpages.1

CVS: cvs.openbsd.org: src

2018-06-25 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/06/25 00:03:48 Modified files: regress/usr.bin/jot: regress.sh Added files: regress/usr.bin/jot: regress.noargs.out Log message: Add a regression test for running jot without any arguments.

CVS: cvs.openbsd.org: src

2018-06-25 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2018/06/25 03:36:28 Modified files: sys/kern : kern_descrip.c sys/sys: filedesc.h Log message: Introduce fnew(), a function to initialize a `struct file'. Commiting now to help

CVS: cvs.openbsd.org: src

2018-06-25 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2018/06/25 03:39:16 Modified files: sys/net: rtsock.c Log message: Push the NET_LOCK() down in rtm_output(). ok tb@, visa@

CVS: cvs.openbsd.org: src

2018-06-25 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2018/06/25 03:41:46 Modified files: sys/net: route.c route.h rtsock.c Log message: Factorize MPLS setup/teardown into two functions. ok claudio@

CVS: cvs.openbsd.org: src

2018-06-25 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2018/06/25 03:48:17 Modified files: sys/net: pfkeyv2.c Log message: Push the NET_LOCK() down in pfkeyv2_send(). While here document which field of the PCB is protected by which lock. ok visa@