CVS: cvs.openbsd.org: src

2020-01-11 Thread Inoguchi Kinichiro
CVSROOT:/cvs Module name:src Changes by: inogu...@cvs.openbsd.org2020/01/12 00:11:13 Modified files: lib/libcrypto/evp: p5_crpt.c Log message: Avoid leak in error path of PKCS5_PBE_keyivgen ok jsing@ tb@

CVS: cvs.openbsd.org: src

2020-01-11 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/01/11 17:01:12 Modified files: sys/kern : kern_synch.c share/man/man9 : tsleep.9 Log message: *sleep_nsec(9): sleep *at least* the given number of nanoseconds The *sleep(9) interfaces ar

CVS: cvs.openbsd.org: src

2020-01-11 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/01/11 15:43:15 Modified files: sys/dev/usb: umsm.c Log message: MC7700 works as umsm

CVS: cvs.openbsd.org: src

2020-01-11 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/01/11 15:37:50 Modified files: sys/dev/usb: usbdevs.h usbdevs_data.h Log message: sync

CVS: cvs.openbsd.org: src

2020-01-11 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/01/11 15:31:25 Modified files: sys/dev/usb: usbdevs Log message: add SIERRA MC7700

CVS: cvs.openbsd.org: src

2020-01-11 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/01/11 14:38:11 Modified files: sys/dev/ic : ami.c Log message: ami(4): msleep(9) -> msleep_nsec(9); ok kn@

CVS: cvs.openbsd.org: src

2020-01-11 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/01/11 14:34:04 Modified files: sys/dev/pci: hifn7751.c hifn7751var.h Log message: hifn(4): timeout_add(9) -> timeout_add_msec(9) The idea here is to poll no faster than 100 times a second. So renam

CVS: cvs.openbsd.org: src

2020-01-11 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/01/11 14:30:00 Modified files: sys/dev/pv : xenstore.c Log message: xenstore: *sleep(9) -> *sleep_nsec(9); ok mikeb@

CVS: cvs.openbsd.org: src

2020-01-11 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2020/01/11 13:56:26 Modified files: regress/usr.bin/mandoc/tbl/layout: Makefile shortlines.in shortlines.out_ascii Added files: regress/usr.bin/mand

CVS: cvs.openbsd.org: src

2020-01-11 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2020/01/11 13:48:13 Modified files: usr.bin/mandoc : tbl_data.c Log message: When autogenerating one layout cell from a data cell just beyond the last layout cell that was explicitly specified, prope

CVS: cvs.openbsd.org: src

2020-01-11 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/01/11 13:41:34 Modified files: sys/dev/i2c: ipmi_i2c.c Log message: Use block mode for smbus access as required by the IPMI standard and implement multi-block transfers. ok claudio@

CVS: cvs.openbsd.org: src

2020-01-11 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/01/11 13:07:40 Modified files: sys/dev/ic : dwiic.c Log message: Implement block mode. Tweak an error message while there. ok claudio@

CVS: cvs.openbsd.org: src

2020-01-11 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/01/11 12:02:15 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync

CVS: cvs.openbsd.org: src

2020-01-11 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/01/11 11:51:54 Modified files: sys/dev: ipmi.c Log message: Make sure we use signed types in the sensor value calculation; 'char' is unsigned on some of our hardware platforms! ok deraa

CVS: cvs.openbsd.org: src

2020-01-11 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2020/01/11 10:37:19 Modified files: usr.sbin/ocspcheck: http.c Log message: Set "Content-Type: application/ocsp-request" in ocspcheck(1)'s POSTs, it is required by the RFC and some CAs require it (e.g. secti

CVS: cvs.openbsd.org: src

2020-01-11 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/01/11 09:41:30 Modified files: sys/arch/arm64/arm64: copystr.S Log message: fix dup #include from alex naumov

CVS: cvs.openbsd.org: src

2020-01-11 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2020/01/11 09:24:33 Modified files: usr.bin/mandoc : tbl_term.c Log message: Fix a logic error: When both the first and the third column are spans, do not use the number of columns of the span starti

CVS: cvs.openbsd.org: src

2020-01-11 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2020/01/11 09:23:11 Modified files: usr.bin/ssh: sshconnect.c Log message: revise the fix for reversed arguments on expand_proxy_command() Always put 'host' before 'host_arg' for consistency. ok markus

CVS: cvs.openbsd.org: src

2020-01-11 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2020/01/11 09:02:48 Modified files: usr.bin/mandoc : tree.c Log message: Print more tbl(7) details to help debugging: column numbers, options, layout rows, cell types, cell modifiers.

CVS: cvs.openbsd.org: src

2020-01-11 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2020/01/11 07:30:24 Modified files: sys/kern : subr_extent.c subr_log.c tty_pty.c Log message: Convert infinite sleeps to tsleep_nsec(9). ok bluhm@

CVS: cvs.openbsd.org: src

2020-01-11 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/01/11 06:46:39 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm AddDelete.pm Log message: debug-> pkg-debug defines It's only used for debugging pkgtools, it shouldn't interfere with possibl

CVS: cvs.openbsd.org: src

2020-01-11 Thread Charlene Wendling
CVSROOT:/cvs Module name:src Changes by: c...@cvs.openbsd.org2020/01/11 05:43:12 Modified files: share/man/man5 : bsd.port.mk.5 Log message: bsd.port.mk(5): substitute mentions of the retired gcc-4.9 with the current gcc-8.3. OK espie@

CVS: cvs.openbsd.org: src

2020-01-11 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/01/11 04:40:46 Modified files: regress/usr.sbin/ldapd: Makefile Log message: fix .END to not return an error, so that make can actually NOT ignore the error. okay bluhm@

CVS: cvs.openbsd.org: src

2020-01-11 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/01/11 04:30:47 Modified files: sys/dev/i2c: i2c_io.h Log message: Add constants to support block mode. Needed to support SMBus block read and write. ok claudio@

CVS: cvs.openbsd.org: src

2020-01-11 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/01/11 03:32:16 Modified files: sys/dev/fdt: rkemmcphy.c Log message: The eMMC on my firefly-rk3399 doesn't work reliably when the output tap delay is enabled. So leave those bits alone and

CVS: cvs.openbsd.org: src

2020-01-11 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/01/11 02:09:09 Modified files: sys/dev/pci: eap.c Log message: eap(4): tsleep(9) -> tsleep_nsec(9); ok ratchov@

CVS: cvs.openbsd.org: src

2020-01-11 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/01/11 02:08:39 Modified files: sys/dev/pci: autri.c Log message: autri(4): tsleep(9) -> tsleep_nsec(9); ok ratchov@

CVS: cvs.openbsd.org: src

2020-01-11 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/01/11 01:24:08 Modified files: sys/dev/pci/bktr: bktr_tuner.c Log message: bktr(4): one more tsleep(9) -> tsleep_nsec(9) conversion; ok ratchov@

CVS: cvs.openbsd.org: src

2020-01-11 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/01/11 01:23:05 Modified files: sys/dev/pcmcia : if_malo.c Log message: pcmcia(4): malo(4): tsleep(9) -> tsleep_nsec(9) This command response sleep has no units, but in practice it is a 5 second timeout

CVS: cvs.openbsd.org: src

2020-01-11 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/01/11 01:16:18 Modified files: sys/dev/ic : acx.c Log message: acx(4): tsleep(9) -> tsleep_nsec(9); ok claudio@