CVS: cvs.openbsd.org: src

2018-01-01 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2018/01/02 00:08:10 Modified files: sys/net: ifq.c ifq.h Log message: reintroduce tx mitigation to quote the previous commit: > this replaces ifq_start with code that waits until at least 4

CVS: cvs.openbsd.org: src

2018-01-01 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2018/01/01 23:56:41 Modified files: usr.bin/paste : paste.c Log message: When invoked with no file arguments, display usage and fail instead of silently doing nothing. suggested by Klemens Nanni

CVS: cvs.openbsd.org: src

2018-01-01 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2018/01/01 23:40:55 Modified files: sys/sys: file.h Log message: Don't #include fcntl.h when _KERNEL is defined. inspired by FreeBSD r24131 ok millert@ sthen@

CVS: cvs.openbsd.org: src

2018-01-01 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2018/01/01 23:38:45 Modified files: lib/libkvm : kvm_file2.c usr.sbin/pstat : pstat.c sys/dev: diskmap.c sys/kern : exec_script.c kern_exec.c kern_sysctl.c

CVS: cvs.openbsd.org: src

2018-01-01 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2018/01/01 23:07:21 Modified files: sys/kern : kern_malloc.c Log message: Fix an off-by-one in the free(9) "passed size was too small" check: if the size passed is exactly half the size of the

CVS: cvs.openbsd.org: src

2018-01-01 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2018/01/01 17:13:27 Modified files: sbin/dhclient : clparse.c Log message: More grammar comments improvements.

CVS: cvs.openbsd.org: src

2018-01-01 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2018/01/01 15:41:56 Modified files: sys/dev/pci: if_bwfm_pci.c Log message: For whatever reason the firmware needs more RX buffers available as we typically use, which unfortunately creates a bigger

CVS: cvs.openbsd.org: src

2018-01-01 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2018/01/01 15:41:03 Modified files: sys/dev/pci: if_bwfm_pci.c Log message: Put the code that prints the firmware's debug console into a function so we can read and print the messages printed by the

CVS: cvs.openbsd.org: src

2018-01-01 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2018/01/01 12:45:56 Modified files: bin/ksh: Makefile c_ksh.c edit.c emacs.c eval.c expand.h history.c lex.c lex.h misc.c path.c tree.c var.c vi.c

CVS: cvs.openbsd.org: src

2018-01-01 Thread Denis Fondras
CVSROOT:/cvs Module name:src Changes by: de...@cvs.openbsd.org 2018/01/01 12:41:01 Modified files: lib/libpcap: ethertype.h Log message: Fix wrong ETHERTYPE_IPV6 OK jca@ kettenis@ job@

CVS: cvs.openbsd.org: src

2018-01-01 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2018/01/01 12:18:30 Modified files: gnu/llvm/tools/lld/ELF: LinkerScript.cpp Log message: Make lld respect ALIGN directives on output sections even with -r. Fixes the generation of gap.o. ok

CVS: cvs.openbsd.org: www

2018-01-01 Thread Theo Buehler
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2018/01/01 11:39:54 Modified files: . : support.html Log message: sync

CVS: cvs.openbsd.org: www

2018-01-01 Thread Theo Buehler
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2018/01/01 11:39:40 Modified files: build : support.dat Log message: new support: Abel Abraham Camarillo Ojeda

CVS: cvs.openbsd.org: src

2018-01-01 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2018/01/01 09:16:23 Modified files: sys/dev: ipmi.c Log message: The missing NULL check for the return value of malloc(9) with M_NOWAIT is wrong. Use M_WAITOK in ipmi_match() during attach. OK

CVS: cvs.openbsd.org: www

2018-01-01 Thread Visa Hankala
CVSROOT:/cvs Module name:www Changes by: v...@cvs.openbsd.org2018/01/01 08:54:47 Modified files: . : octeon.html Log message: rhinolabsinc.com is back online.

CVS: cvs.openbsd.org: src

2018-01-01 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2018/01/01 08:07:58 Modified files: sbin/dhclient : clparse.c Log message: Tweak syntax comments into consistency and completeness.

CVS: cvs.openbsd.org: src

2018-01-01 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2018/01/01 08:01:09 Modified files: usr.sbin/relayd: ca.c Log message: RSA_private_{en,de}crypt() can fail and will return -1 in that case. Check for this in the ca process and return a valid answer to the

CVS: cvs.openbsd.org: src

2018-01-01 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2018/01/01 07:02:37 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm PackingList.pm Log message: placeholder for new keyword that doesn't do anything yet, so that when it gets used, tools already

CVS: cvs.openbsd.org: src

2018-01-01 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2018/01/01 05:41:48 Modified files: lib/libc/stdlib: malloc.c Log message: Only init chunk_info once, plus some moving of code to group related functions.

CVS: cvs.openbsd.org: src

2018-01-01 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2018/01/01 04:19:08 Modified files: usr.bin/tmux : client.c tmux.c Log message: Prefer PWD for current directory if present in client, from Wei Zhao in GitHub issue 1183.

CVS: cvs.openbsd.org: src

2018-01-01 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2018/01/01 04:03:54 Modified files: usr.bin/tmux : status.c Log message: Add C-g at command prompt for emacs people, GitHub issue 1213.

CVS: cvs.openbsd.org: src

2018-01-01 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2018/01/01 02:01:21 Modified files: sys/kern : kern_exec.c Log message: free(9) sizes for sys_execve. Convert the hand rolled loop to strlcpy which gives us the size for free(9). OK visa

CVS: cvs.openbsd.org: src

2018-01-01 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2018/01/01 01:55:43 Modified files: sys/kern : exec_script.c Log message: We are either allocating 2 or three array members. Unroll while loop to be able to call free(9) with sizes. off-by-one

CVS: cvs.openbsd.org: src

2018-01-01 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/01 01:23:19 Modified files: sys/kern : init_main.c Log message: copyright++;