CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2017/05/16 23:00:58
Modified files:
sys/dev/pci: pcidevs.h pcidevs_data.h
Log message:
regen
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2017/05/16 23:00:17
Modified files:
sys/dev/pci: pcidevs
Log message:
add some devices from submitted dmesgs
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2017/05/16 19:24:17
Modified files:
usr.bin/ssh: auth.c log.c log.h monitor_wrap.c servconf.c
sshd_config.5
Log message:
allow LogLevel in sshd_config Match blocks; ok dtucker b
CVSROOT:/cvs
Module name:src
Changes by: mi...@cvs.openbsd.org 2017/05/16 16:29:07
Modified files:
usr.bin/systat : pftop.c
Log message:
Improve the precision of displayed bandwidth values
Carl Mascott has reported the issue and helped with the fix. OK tb
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2017/05/16 16:29:02
Modified files:
share/man/man5 : pf.conf.5
Log message:
tweak the bandwidth description; help/ok mikeb
CVSROOT:/cvs
Module name:src
Changes by: sas...@cvs.openbsd.org 2017/05/16 16:16:30
Modified files:
sys/net: pf.c
Log message:
- percpu anchor stacks
we actually don't need to pre-allocate per_anchor_stack[], if we use
a 'natural' recursion, when doing anchor tre
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2017/05/16 15:42:14
Modified files:
usr.bin/netstat: inet.c
Log message:
When printing a tcpcb with -P and -v, also show the inp in netstat
output.
OK mpi@
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2017/05/16 14:52:54
Modified files:
sys/arch/powerpc/powerpc: pmap.c
Log message:
Implement copyin32(9).
ok mpi@, visa@
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2017/05/16 14:53:42
Modified files:
sys/arch/sparc64/sparc64: locore.s
Log message:
Implement copyin32(9).
ok mpi@, visa@
CVSROOT:/cvs
Module name:www
Changes by: fcam...@cvs.openbsd.org 2017/05/16 14:29:02
Modified files:
. : macppc.html
Log message:
Fix broken link.
Reported by Scott Cheloha, thanks!
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2017/05/16 13:35:25
Modified files:
usr.bin/mandoc : mandoc.1
Log message:
missing space between macro arg and punctuation;
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2017/05/16 13:05:36
Modified files:
usr.bin/mandoc : main.c mandoc.1 mandoc.h read.c
Log message:
Introduce a new mandoc(1) message level, -W style, below -W warning.
Switch -W all from meaning -W wa
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2017/05/16 10:56:15
Modified files:
usr.bin/ssh: kexgexc.c
Log message:
remove duplicate check; spotted by Jakub Jelen
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2017/05/16 10:54:05
Modified files:
usr.bin/ssh: PROTOCOL.certkeys
Log message:
mention that Ed25519 keys are valid as CA keys; spotted by
Jakub Jelen
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2017/05/16 09:57:03
Modified files:
sys/sys: mbuf.h
Log message:
Using __aligned(8) to tag 'struct m_hdr' triggers warnings on landisk:
/usr/src/sys/dev/ic/re.c:1602: warning: ignoring align
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2017/05/16 07:30:48
Modified files:
sys/sys: mutex.h
Log message:
use _mtx_init instead of __mtx_init inside mtx_init on !WITNESS kernels
_mtx_init uses __MUTEX_IPL to wrap the ipl argument to __mtx
CVSROOT:/cvs
Module name:src
Changes by: rzalam...@cvs.openbsd.org 2017/05/16 07:09:21
Modified files:
sys/netinet: ip_mroute.c
Log message:
Sync three changes that were caught by IPv6 multicast routing review:
* use a variable to allow disabling debugs on run-
CVSROOT:/cvs
Module name:src
Changes by: rzalam...@cvs.openbsd.org 2017/05/16 07:05:07
Modified files:
sys/netinet: ip_mroute.c
Log message:
Make return values more meaningful by using errno instead of -1 or 1.
ok bluhm@
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2017/05/16 06:57:26
Modified files:
usr.bin/tmux : grid.c server-client.c
Log message:
Line length and spaces to tabs.
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2017/05/16 06:24:04
Modified files:
sys/net: bfd.c bridgestp.c if.c if_bridge.c if_pfsync.c
if_ppp.c if_pppoe.c pf.c pf_if.c pfkey.c
pfkeyv2.c route.
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2017/05/16 05:36:17
Modified files:
sys/net: if_pflog.h
Log message:
Remove list member now that the global list is gone.
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2017/05/16 05:35:36
Modified files:
sys/net: if_pflog.c
Log message:
Kill unused global list and protect global array by the NET_LOCK().
ok bluhm@
CVSROOT:/cvs
Module name:src
Changes by: rzalam...@cvs.openbsd.org 2017/05/16 02:50:18
Modified files:
sys/netinet6 : ip6_mroute.c ip6_mroute.h
Log message:
Make the IPv6 multicast routing code use the OpenBSD routing table
instead of implementing its own. This ma
CVSROOT:/cvs
Module name:src
Changes by: rzalam...@cvs.openbsd.org 2017/05/16 02:32:17
Modified files:
sys/netinet: ip_mroute.c
Log message:
Let malloc() block when the caller of the add route function is
setsockopt(), otherwise use non-blocking malloc() for net
CVSROOT:/cvs
Module name:src
Changes by: rzalam...@cvs.openbsd.org 2017/05/16 02:28:29
Modified files:
sys/netinet: ip_mroute.c
Log message:
Call rtfree() after each use of routes and make sure the route is valid
when finding one. Since rtfree() is being called
25 matches
Mail list logo