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
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
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
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
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@
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
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
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.
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.
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.
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.
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
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.
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.
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
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@
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
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@
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
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
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
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
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.
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
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
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 "
26 matches
Mail list logo