CVS: cvs.openbsd.org: src

2017-04-03 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2017/04/03 22:38:31 Modified files: sys/dev/ic : malo.c Log message: add a free() size near microcode loading

CVS: cvs.openbsd.org: src

2017-04-03 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2017/04/03 20:37:15 Modified files: usr.sbin/snmpd : snmpd.c Log message: Rewrite tohexstr() to use the common idiom of converting a byte string to hex nybble by nybble. This avoids using the return value

CVS: cvs.openbsd.org: src

2017-04-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2017/04/03 18:40:52 Modified files: sys/dev/pci: if_iwm.c if_iwmreg.h Log message: Add 8265 and 3168 support. Both cards need new firmware files which currently need to be installed by hand until the

CVS: cvs.openbsd.org: src

2017-04-03 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/04/03 18:24:56 Modified files: usr.bin/ssh: sftp-server.c Log message: disallow creation (of empty files) in read-only mode; reported by Michal Zalewski, feedback & ok deraadt@

CVS: cvs.openbsd.org: src

2017-04-03 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2017/04/03 18:03:12 Modified files: etc/etc.alpha : Makefile.inc etc/etc.amd64 : Makefile.inc etc/etc.arm64 : Makefile.inc etc/etc.armv7 : Makefile.inc etc/etc.hppa :

CVS: cvs.openbsd.org: www

2017-04-03 Thread Theo Buehler
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/04/03 16:23:25 Modified files: . : support.html Log message: sync

CVS: cvs.openbsd.org: www

2017-04-03 Thread Theo Buehler
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/04/03 16:23:01 Modified files: build : support.dat Log message: +Wenka Computer Systems

CVS: cvs.openbsd.org: src

2017-04-03 Thread Frederic Cambus
CVSROOT:/cvs Module name:src Changes by: fcam...@cvs.openbsd.org 2017/04/03 14:59:19 Modified files: sbin/shutdown : shutdown.c Log message: warn format string should be literal. OK deraadt@, millert@

CVS: cvs.openbsd.org: src

2017-04-03 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2017/04/03 13:59:39 Modified files: sbin/dhclient : clparse.c dhcpd.h parse.c Log message: Change parse_string() to take an optional integer pointer that can be used to return the final size of the parsed

CVS: cvs.openbsd.org: src

2017-04-03 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2017/04/03 13:42:04 Modified files: lib/libc/sys : recv.2 Log message: Add caveat telling it's better to always read a data byte when passing control messages. Problem noted by Luke Small; ok deraadt@

CVS: cvs.openbsd.org: src

2017-04-03 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2017/04/03 13:40:43 Modified files: share/man/man3 : CMSG_DATA.3 Log message: Send and receive 1 byte of data in addition to the control message. This is needed to make the code work in more cases. Sending

CVS: cvs.openbsd.org: src

2017-04-03 Thread Frederic Cambus
CVSROOT:/cvs Module name:src Changes by: fcam...@cvs.openbsd.org 2017/04/03 12:43:41 Modified files: usr.sbin/wsfontload: wsfontload.8 Log message: WSDISPLAY_MAXFONTCOUNT macro was introduced in sys/dev/wscons/wsconsio.h (revision 1.75) to limit the number of fonts that

CVS: cvs.openbsd.org: src

2017-04-03 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2017/04/03 12:23:36 Modified files: sbin/dhclient : conflex.c parse.c Log message: Simplify read_string() to just read the characters between the '"'s. Push the un-vising up to parse_string(). This allows

CVS: cvs.openbsd.org: www

2017-04-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:www Changes by: clau...@cvs.openbsd.org 2017/04/03 11:58:32 Modified files: . : 61.html Log message: TLS session ticket support in relayd and httpd

CVS: cvs.openbsd.org: src

2017-04-03 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/04/03 11:23:39 Modified files: libexec/comsat : comsat.c Log message: check return from pread, don't divide -1 for count

CVS: cvs.openbsd.org: www

2017-04-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:www Changes by: clau...@cvs.openbsd.org 2017/04/03 11:21:28 Modified files: . : 61.html Log message: The limits for the socketbuffers were 256k and 2M not 2GB that would be excessive.

CVS: cvs.openbsd.org: src

2017-04-03 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2017/04/03 11:07:58 Modified files: libexec/comsat : comsat.c Log message: use recallocarray() because the array contains data that can be observed

CVS: cvs.openbsd.org: src

2017-04-03 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/04/03 10:18:35 Modified files: usr.bin/grep : util.c Log message: initialize regmatch_t always, fixes grep -o "" from Michael Santos

CVS: cvs.openbsd.org: src

2017-04-03 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2017/04/03 10:10:00 Modified files: sys/dev/onewire: onewire.c Log message: provide size to free(9)

CVS: cvs.openbsd.org: src

2017-04-03 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2017/04/03 09:52:59 Modified files: lib/libcrypto/asn1: t_x509.c Log message: Fix silly code that printfs NULL when there are no fractional seconds on a GENREALIZEDTIME (which there should really never be

CVS: cvs.openbsd.org: src

2017-04-03 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2017/04/03 09:34:46 Modified files: sbin/dhclient : clparse.c parse.c Log message: Tweak parse_string() to not consume the ';'. Simplifies/shortens some logic.

CVS: cvs.openbsd.org: src

2017-04-03 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2017/04/03 08:16:34 Modified files: sbin/dhclient : clparse.c parse.c Log message: Tweak 'expecting' parse_warn() messages to be more consistent.

CVS: cvs.openbsd.org: src

2017-04-03 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2017/04/03 07:51:54 Modified files: sys/arch/octeon/octeon: locore.S Log message: Compute address for ll/sc only once.

CVS: cvs.openbsd.org: www

2017-04-03 Thread Stefan Sperling
CVSROOT:/cvs Module name:www Changes by: s...@cvs.openbsd.org2017/04/03 03:16:55 Modified files: . : support.html Log message: sync

CVS: cvs.openbsd.org: www

2017-04-03 Thread Stefan Sperling
CVSROOT:/cvs Module name:www Changes by: s...@cvs.openbsd.org2017/04/03 03:16:44 Modified files: build : support.dat Log message: tweak my support entry