CVS: cvs.openbsd.org: src

2018-06-26 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2018/06/26 08:43:01 Modified files: sys/kern : kern_descrip.c Log message: Remove a duplicate fd_used() call. The new file descriptor passed to dupfdopen() has already been registered with fd_used()

CVS: cvs.openbsd.org: src

2018-06-26 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2018/06/26 09:55:54 Modified files: distrib/sets/lists/man: mi Log message: sync

CVS: cvs.openbsd.org: src

2018-06-26 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2018/06/26 08:45:16 Modified files: sys/kern : subr_witness.c Log message: Make the system cache a small number of free lock list entries per CPU. This reduces the contention of the `w_mtx' lock. OK

CVS: cvs.openbsd.org: src

2018-06-26 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2018/06/26 12:19:44 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Log message: tags are cutting their first teeth, but it can be a normal debug flag no need to show it to everyone

CVS: cvs.openbsd.org: src

2018-06-26 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2018/06/26 13:43:27 Modified files: sys/arch/sparc64/stand/ofwboot: Locore.c diskprobe.c openfirm.h Log message: The disk specification in an Open Firmware device path depends on the bus binding for

CVS: cvs.openbsd.org: xenocara

2018-06-26 Thread Theo de Raadt
CVSROOT:/cvs Module name:xenocara Changes by: dera...@cvs.openbsd.org 2018/06/26 12:20:32 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.arm64 md.armv7 md.hppa md.i386 md.landisk md.loongson

CVS: cvs.openbsd.org: xenocara

2018-06-26 Thread Mark Kettenis
CVSROOT:/cvs Module name:xenocara Changes by: kette...@cvs.openbsd.org2018/06/26 00:51:17 Modified files: lib: Makefile lib/mesa : Makefile.bsd-wrapper proto : Makefile Log message: Enable various bits of DRI3 support.

CVS: cvs.openbsd.org: src

2018-06-26 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2018/06/26 00:52:58 Modified files: sys/dev/acpi : acpi.c acpivar.h sdhc_acpi.c Log message: Let acpi(4) pass down the bus dma tag. ok deraadt@

CVS: cvs.openbsd.org: src

2018-06-26 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2018/06/26 01:12:35 Modified files: usr.bin/sndiod : dev.c dev.h opt.c opt.h sndiod.c sock.c Log message: Replace the gloal opt list with per-device lists.

CVS: cvs.openbsd.org: src

2018-06-26 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2018/06/26 01:30:26 Modified files: usr.bin/sndiod : dev.c dev.h sock.c Log message: Remove dev_{cmin,cmax} from the slot structure as the same information is available in the opt structure.

CVS: cvs.openbsd.org: src

2018-06-26 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2018/06/26 01:36:27 Modified files: usr.bin/sndiod : dev.c dev.h sock.c Log message: Convert all the slot_xxx() routines to use the number of channels instead of the maximum channel number. This way the

CVS: cvs.openbsd.org: src

2018-06-26 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2018/06/26 01:42:04 Modified files: usr.bin/sndiod : dev.c Log message: No need to initialize slot->mix.weight as it's recalculated and overwritten in dev_mix_adjvol(), which is always called.

CVS: cvs.openbsd.org: src

2018-06-26 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2018/06/26 01:49:44 Modified files: usr.bin/sndiod : dev.c Log message: Initialize the slot->skip counter in slot_start() instead of slot_attach(). Now this makes no difference, because slot_attach() is

CVS: cvs.openbsd.org: src

2018-06-26 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2018/06/26 01:11:39 Modified files: usr.bin/sndiod : dev.c Log message: Move slot buffer allocations in their own routines.

CVS: cvs.openbsd.org: src

2018-06-26 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2018/06/26 01:10:59 Modified files: usr.bin/sndiod : dev.c Log message: Factor common code of slot_stop().

CVS: cvs.openbsd.org: src

2018-06-26 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2018/06/26 01:20:37 Modified files: usr.bin/sndiod : sock.c Log message: Don't set slot's {slot,dev}_cmin parameters in slot_setpar() routine, as their value doesn't change once the slot is initialized.

CVS: cvs.openbsd.org: src

2018-06-26 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2018/06/26 01:22:55 Modified files: usr.bin/sndiod : dev.c dev.h Log message: Remove slot->maxweight, because it's a copy of opt->maxweight. Just use the latter everywhere.

CVS: cvs.openbsd.org: src

2018-06-26 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2018/06/26 01:31:29 Modified files: usr.bin/sndiod : dev.c dev.h sock.c Log message: Remove {mix,sub}.slot_cmin fields from the slot structure, as the same information is already available in the opt

CVS: cvs.openbsd.org: src

2018-06-26 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2018/06/26 01:38:39 Modified files: sys/dev/acpi : acpi.c Log message: knf

CVS: cvs.openbsd.org: src

2018-06-26 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2018/06/26 01:43:19 Modified files: usr.bin/sndiod : dev.c Log message: Remove useless check if s->ops == NULL from slot_setvol().

CVS: cvs.openbsd.org: src

2018-06-26 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2018/06/26 01:44:35 Modified files: usr.bin/sndiod : dev.c dev.h Log message: Remove redundant slot->tstate variable. It was used to determine whether the slot obeys MMC and is ready to start. The

CVS: cvs.openbsd.org: src

2018-06-26 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/06/26 00:56:07 Modified files: share/man/man1 : dpb.1 proot.1 register-plist.1 update-patches.1 update-plist.1 share/man/man8 : bulk.8 Log message: various minor

CVS: cvs.openbsd.org: src

2018-06-26 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2018/06/26 01:09:38 Modified files: usr.bin/sndiod : dev.c Log message: Remove handling of unreachable state in slot_stop().

CVS: cvs.openbsd.org: src

2018-06-26 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2018/06/26 01:15:17 Modified files: usr.bin/sndiod : dev.c dev.h sock.c Log message: Initialize slot with parameters from the opt struct.

CVS: cvs.openbsd.org: src

2018-06-26 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2018/06/26 01:13:54 Modified files: usr.bin/sndiod : dev.h sock.c sock.h Log message: Move opt pointer from the sock to the slot struct.

CVS: cvs.openbsd.org: src

2018-06-26 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2018/06/26 01:27:44 Modified files: usr.bin/sndiod : dev.c dev.h Log message: Remove slot->dup which is a copy of opt->dup, and just use the latter everywhere.

CVS: cvs.openbsd.org: src

2018-06-26 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2018/06/26 01:39:59 Modified files: usr.bin/sndiod : dev.c sock.c Log message: Move slot-related debug printfs from sock_hello() to slot_new().

CVS: cvs.openbsd.org: src

2018-06-26 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2018/06/26 03:42:18 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: kill the solve_tags part of pkg_create for now, as it doesn't work at all

CVS: cvs.openbsd.org: src

2018-06-26 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2018/06/26 03:47:20 Modified files: usr.bin/ldap : ldap.1 ldapclient.c Log message: Allow to read the password from a file with -y Pointed out by Tim Chase OK rob@ gsoares@ jmc@

CVS: cvs.openbsd.org: src

2018-06-26 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2018/06/26 03:40:33 Modified files: usr.sbin/pkg_add/OpenBSD: Dependencies.pm UpdateSet.pm usr.sbin/pkg_add/OpenBSD/Dependencies: SolverBase.pm Log message: make it possible to remove old packages

CVS: cvs.openbsd.org: src

2018-06-26 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2018/06/26 04:00:09 Modified files: sys/arch/arm/arm: ast.c Log message: Make ast() call refreshcreds(). Tweak this code to be similar to the amd64. ok phessler@, guenther@

CVS: cvs.openbsd.org: src

2018-06-26 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2018/06/26 04:00:08 Modified files: usr.sbin/vmd : control.c parse.y proc.h vm.conf.5 vmd.c vmd.h Log message: Add "socket owner" to allow changing the owner of the vmd control socket. This allows to

CVS: cvs.openbsd.org: www

2018-06-26 Thread Kurt Miller
CVSROOT:/cvs Module name:www Changes by: k...@cvs.openbsd.org2018/06/26 06:12:37 Modified files: . : innovations.html Log message: Add some PIE history and paper refs.

CVS: cvs.openbsd.org: src

2018-06-26 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/06/26 21:24:33 Modified files: etc/root : root.mail Log message: a mirror URLs -> a mirror URL >From Raf Czlonka

CVS: cvs.openbsd.org: src

2018-06-26 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2018/06/26 07:21:28 Modified files: usr.bin/tmux : cmd-find.c Log message: Style nit.

CVS: cvs.openbsd.org: src

2018-06-26 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2018/06/26 07:27:59 Modified files: share/man/man1 : dpb.1 proot.1 Log message: add missing .An and .Mt macros below AUTHORS

CVS: cvs.openbsd.org: src

2018-06-26 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2018/06/26 07:34:26 Modified files: usr.sbin/bgpd : rde_update.c Log message: Wrong function name in error message.

CVS: cvs.openbsd.org: src

2018-06-26 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/06/26 23:39:02 Modified files: share/man/man8 : starttls.8 Log message: certificate keyword renamed to cert; from raf czlonka

CVS: cvs.openbsd.org: src

2018-06-26 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2018/06/26 05:23:59 Modified files: usr.bin/ssh: dh.c Log message: Fix "WARNING: line 6 disappeared in /etc/moduli, giving up" when choosing a prime. An extra increment of linenum snuck in as part of

CVS: cvs.openbsd.org: src

2018-06-26 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2018/06/26 05:14:05 Modified files: usr.bin/tmux : window-copy.c Log message: Do not take address of a member of a NULL pointer. GitHub issue 1382 from Kamil Rytarowski.

CVS: cvs.openbsd.org: src

2018-06-26 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/06/26 05:34:25 Modified files: usr.sbin/vmd : vm.conf.5 Log message: space between macro args and punctuation;