CVS: cvs.openbsd.org: src

2018-08-29 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2018/08/30 00:16:30 Modified files: sys/kern : tty_pty.c Log message: Remove dead code related to tty allocation for ptys. Back in revision 1.17 of kern/tty_pty.c, allocation of ptys was made dynamic w

CVS: cvs.openbsd.org: src

2018-08-29 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2018/08/29 21:30:25 Modified files: sys/kern : kern_fork.c sys_futex.c sys/sys: proc.h Log message: Split the system-wide list of all futexes into process-specific lists of private fut

CVS: cvs.openbsd.org: src

2018-08-29 Thread joshua stein
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/08/29 21:26:08 Modified files: share/man/man4 : usb.4 Log message: /dev/usbN devices no longer support poll as of 2011 when "USB events" were ripped out, so remove the sentence about monitoring for USB

CVS: cvs.openbsd.org: src

2018-08-29 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2018/08/29 19:32:53 Modified files: sbin/route : route.c Log message: Fix "route add 0.0.0.0/0 " to work properly. Shift count beyonds the integer width results undefined behavior in C spec. Actually th

CVS: cvs.openbsd.org: src

2018-08-29 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2018/08/29 14:18:14 Modified files: sys/dev/usb: umodem.c Log message: Remove unused struct member. ok deraadt@, mlarkin@

CVS: cvs.openbsd.org: src

2018-08-29 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2018/08/29 13:52:23 Modified files: usr.sbin/bgpctl: bgpctl.8 bgpctl.c parser.c Log message: Introduce 'bgpctl show rib error' to show all prefixes that got flagged invalid because of a soft parsing error. T

CVS: cvs.openbsd.org: src

2018-08-29 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2018/08/29 13:47:47 Modified files: usr.sbin/bgpd : bgpd.h rde.c Log message: Make it possible to filter the RIB for invalid path which resulted in withdrawn prefixes. This way it should be possible to insp

CVS: cvs.openbsd.org: src

2018-08-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/08/29 13:22:32 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: AES is now done also.

CVS: cvs.openbsd.org: src

2018-08-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/08/29 13:20:22 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Pass algorithm as a string to all *TestGroup functions for consistency.

CVS: cvs.openbsd.org: src

2018-08-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/08/29 13:18:20 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Run Wycheproof AES-GCM testvectors against libcrypto.

CVS: cvs.openbsd.org: src

2018-08-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/08/29 13:00:41 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Calculate and check tag during AES-CCM encryption test.

CVS: cvs.openbsd.org: src

2018-08-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/08/29 12:59:22 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: typo

CVS: cvs.openbsd.org: src

2018-08-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/08/29 12:58:46 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Don't fatal on keys of invalid sice, just print an INFO.

CVS: cvs.openbsd.org: src

2018-08-29 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2018/08/29 12:54:23 Modified files: usr.bin/tmux : window-copy.c Log message: Reset line flag when clearing selection, GitHub issue 1454.

CVS: cvs.openbsd.org: src

2018-08-29 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2018/08/29 11:56:17 Modified files: usr.sbin/smtpd : resolver.c Log message: clean up the imsg structure for getnameinfo lookup results. fix a crash with ill-configured reverse address. found by jturner@ o

CVS: cvs.openbsd.org: src

2018-08-29 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2018/08/29 11:47:07 Modified files: usr.bin/kdump : Makefile mkioctls Log message: recognize kcov ioctl commands; ok deraadt@ mpi@ visa@

CVS: cvs.openbsd.org: src

2018-08-29 Thread Robert Nagy
CVSROOT:/cvs Module name:src Changes by: rob...@cvs.openbsd.org 2018/08/29 09:56:46 Modified files: libexec/ld.so : Makefile Log message: make ld.so build reproducible by including a FILE symbol and by removing -x from ld; this is only used for syspatch creation so buil

CVS: cvs.openbsd.org: src

2018-08-29 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/08/29 07:47:19 Modified files: sbin/ifconfig : ifconfig.8 Log message: Better description for inet6 eui64, plus consistency tweaks from Callum R. Davies, ok jmc@

CVS: cvs.openbsd.org: src

2018-08-29 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2018/08/29 05:46:28 Modified files: usr.sbin/bgpd : rde.c Log message: When 'log updates' is enabled make sure that the case of an invalid path can be distinguished from a withdraw that was caused by a deny

CVS: cvs.openbsd.org: src

2018-08-29 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2018/08/29 05:43:15 Modified files: usr.sbin/bgpd : util.c Log message: When checking for AS 0 make sure the full ASPATH is validated and don't return on the first 0. The other AS_ERR_SOFT cases do the same

CVS: cvs.openbsd.org: src

2018-08-29 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2018/08/29 05:30:48 Modified files: distrib/miniroot: install.sub etc: netstart Log message: Historically /etc/netstart (and the equivalent code in the install script) did 'ifconfig dow

CVS: cvs.openbsd.org: src

2018-08-29 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2018/08/29 03:50:32 Modified files: usr.bin/tmux : server-client.c status.c tmux.h Log message: Keep any text killed in the command prompt with C-w and yank it with C-y, only use the top buffer if no text

CVS: cvs.openbsd.org: src

2018-08-29 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2018/08/29 02:56:51 Modified files: usr.bin/tmux : status.c Log message: Add C-Left and C-Right as aliases for M-b and M-f.

CVS: cvs.openbsd.org: src

2018-08-29 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2018/08/29 02:51:49 Modified files: usr.sbin/bgpd : rde_decide.c Log message: Adjust comment to make it clear that a NULL nexthop is actually eligable

CVS: cvs.openbsd.org: src

2018-08-29 Thread Remi Locherer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2018/08/29 02:43:17 Modified files: usr.sbin/ospfd : control.c control.h ospfd.c ospfd.h ospfe.c Log message: Prevent ospfd from starting if another ospfd is already using the same socket. The check on the c

CVS: cvs.openbsd.org: src

2018-08-29 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2018/08/29 01:50:16 Modified files: usr.bin/mg : def.h funmap.c line.c mg.1 Log message: Add set-case-replaced to toggle case-preserving replace on or off. By default, replacing "foo" with "bar" turns "