CVS: cvs.openbsd.org: src

2018-05-30 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2018/05/30 20:16:22 Modified files: sys/sys: systm.h sys/kern : kern_synch.c sys/dev/pci/drm/i915: i915_gem.c Log message: Add sleep_finish_all(), which provides the

CVS: cvs.openbsd.org: src

2018-05-30 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2018/05/30 16:20:41 Modified files: sys/net: if.c if.h Log message: restrict the prio values from SIOCSIFLLPRIO to what the kernel handles previously the ioctl code checked that prio was an int

CVS: cvs.openbsd.org: src

2018-05-30 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2018/05/30 15:20:52 Modified files: bin/ksh: ksh.1 Log message: point readers to the correct place instead of having them jump around. suggested and ok jmc@, ok jcm@

CVS: cvs.openbsd.org: src

2018-05-30 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2018/05/30 13:01:58 Modified files: usr.sbin/smtpd : parse.y Log message: cosmethic change, shuffle smtpd specific grammar bits _after_ the ones that make sense to others

CVS: cvs.openbsd.org: src

2018-05-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2018/05/30 12:17:20 Modified files: usr.sbin/snmpd : mib.c mib.h share/snmp : OPENBSD-CARP-MIB.txt Log message: Use new SIOCGIFGLIST to provide carpGroupTable, showing "demote" values for

CVS: cvs.openbsd.org: src

2018-05-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2018/05/30 12:15:47 Modified files: sys/net: if.c sys/sys: sockio.h Log message: Add SIOCGIFGLIST to fetch a list of interface groups on the system. >From Jan Klemkow, ok mpi@ tb@,

CVS: cvs.openbsd.org: src

2018-05-30 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2018/05/30 12:08:06 Modified files: usr.sbin/smtpd : mail.maildir.c Log message: when path is too long, display it in error message suggested by millert@

CVS: cvs.openbsd.org: src

2018-05-30 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/05/30 09:59:33 Modified files: lib/libcrypto/x509: x509.h x509type.c Log message: Add const to both arguments of X509_certificate_type() and clean up a little: Use X509_get0_pubkey() in place of

CVS: cvs.openbsd.org: src

2018-05-30 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/05/30 09:40:50 Modified files: lib/libcrypto/evp: evp.h p_lib.c Log message: Add a const qualifier to the argument of EVP_PKEY_size(). tested in a bulk build by sthen ok jsing

CVS: cvs.openbsd.org: src

2018-05-30 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/05/30 09:35:45 Modified files: lib/libcrypto/x509: x509.h x509name.c Log message: Add a const qualifier to the `name' argument of X509_NAME_get_index_by_{OBJ,NID}(). tested in a bulk build by sthen

CVS: cvs.openbsd.org: src

2018-05-30 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/05/30 09:32:11 Modified files: lib/libcrypto/pkcs12: p12_utl.c pkcs12.h Log message: Add a const qualifier to the `uni' argument of OPENSSL_uni2asc(). tested in a bulk build by sthen ok jsing

CVS: cvs.openbsd.org: src

2018-05-30 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2018/05/30 09:13:22 Modified files: usr.bin/locate/code: locate.code.c Log message: calling err after fgets assumes we're not at EOF. provide sensical error messages. okay millert@

CVS: cvs.openbsd.org: src

2018-05-30 Thread Frederic Cambus
CVSROOT:/cvs Module name:src Changes by: fcam...@cvs.openbsd.org 2018/05/30 08:53:56 Modified files: sys/arch/octeon/dev: amdcf.c octcf.c Log message: Add sizes for free() for octeon. OK deraadt@, visa@

CVS: cvs.openbsd.org: src

2018-05-30 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2018/05/30 08:53:11 Modified files: sys/dev/sdmmc : sdmmc_io.c Log message: Implement SDIO DMA support. This is achieved by wrapping the sdmmc_io_rw_extended() function and loading the passed buffer using

CVS: cvs.openbsd.org: src

2018-05-30 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2018/05/30 08:04:53 Modified files: sys/dev/sdmmc : if_bwfm_sdio.c Log message: For the upcoming SDIO DMA support we need to use DMA-able buffer to send/receive data. This basically means that we cannot

CVS: cvs.openbsd.org: src

2018-05-30 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2018/05/30 07:54:09 Modified files: sys/arch/armv7/include: intr.h sys/arch/landisk/include: intr.h Log message: Define IPL_MPFLOOR on SP archs. >From Mathieu , ok visa@

CVS: cvs.openbsd.org: src

2018-05-30 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/05/30 07:53:09 Modified files: usr.bin/systat : systat.1 Log message: tweak previous;

CVS: cvs.openbsd.org: src

2018-05-30 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/05/30 07:44:03 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: consistent casing;

CVS: cvs.openbsd.org: src

2018-05-30 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2018/05/30 07:43:51 Modified files: usr.bin/systat : Makefile main.c systat.1 systat.h Added files: usr.bin/systat : uvm.c Log message: Add uvm view to show all values being collected in uvmexp.

CVS: cvs.openbsd.org: src

2018-05-30 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2018/05/30 07:32:40 Modified files: sys/dev/sdmmc : sdhc.c sys/dev/fdt: imxesdhc.c Log message: Clear the DMA select bits in case we use PIO instead of DMA. Some SDHC controllers get confused

CVS: cvs.openbsd.org: src

2018-05-30 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2018/05/30 07:20:38 Modified files: include: signal.h Log message: The open POSIX test suite reveals that sigpause(int sigmask) from 4.2 BSD takes a signal mask as argument while POSIX sigpause(int

CVS: cvs.openbsd.org: src

2018-05-30 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/05/30 06:37:57 Modified files: usr.sbin/smtpd : mail.maildir.8 Log message: tweak previous;

CVS: cvs.openbsd.org: src

2018-05-30 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2018/05/30 05:58:04 Modified files: sys/arch/arm64/arm64: machdep.c Log message: Remove comcnspeed variable, which gets set but is never actually used. This removes the (no-op) -1 and -9 kernel boot

CVS: cvs.openbsd.org: src

2018-05-30 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2018/05/30 05:10:03 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: port -u userlist option from update-plist, as suggested by sthen@. main differences: - error out on a problem instead

CVS: cvs.openbsd.org: src

2018-05-30 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2018/05/30 03:31:57 Modified files: usr.sbin/smtpd : mail.maildir.8 mail.maildir.c parse.y smtpd.conf.5 Log message: teach mail.maildir how to junk mails if -j option is set and