CVS: cvs.openbsd.org: src

2015-10-30 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/10/30 22:18:59 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2015-10-30 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/10/30 20:57:16 Modified files: lib/libc/gen : syslog.c syslog_r.c lib/libc/hidden: syslog.h Log message: Do not include a timestamp in the syslog message. There is no need -- syslogd will fi

CVS: cvs.openbsd.org: src

2015-10-30 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/10/30 20:46:23 Modified files: sys/kern : kern_pledge.c Log message: expose the sysctl backing getloadavg(3) all the time, now that more consumers have been found. Spotted by Nathanael Rensen

CVS: cvs.openbsd.org: src

2015-10-30 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2015/10/30 15:21:19 Modified files: share/man/man9 : Makefile mbuf.9 Log message: document m_resethdr ok and feedback mikeb@, reminded by jmc@ about MLINKS

CVS: cvs.openbsd.org: src

2015-10-30 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2015/10/30 13:47:40 Modified files: sys/kern : uipc_mbuf.c uipc_socket.c Log message: Let m_resethdr() clear the whole mbuf packet header, not only the pf part. This allows to reuse this function in s

CVS: cvs.openbsd.org: src

2015-10-30 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/10/30 13:45:03 Modified files: usr.bin/su : su.c Log message: Redo 1.69, but correctly, so that this really works for yp setups.

CVS: cvs.openbsd.org: src

2015-10-30 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/10/30 13:03:36 Modified files: regress/usr.bin/mandoc/mdoc/Bd: badargs.in badargs.out_ascii badargs.out_lint usr.bin/mandoc : mandoc.1 mandoc.h md

CVS: cvs.openbsd.org: src

2015-10-30 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/10/30 12:53:37 Modified files: usr.bin/mandoc : mdoc_state.c Log message: Do not access a NULL pointer when a .Bd macro has no arguments at all. Bug reported by krw@.

CVS: cvs.openbsd.org: src

2015-10-30 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2015/10/30 11:59:56 Modified files: usr.sbin/ntpd : ntpd.h Log message: drop unused define; ok reyk@

CVS: cvs.openbsd.org: src

2015-10-30 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/10/30 10:41:53 Modified files: usr.sbin/ntpd : ntp.c ntpd.8 Log message: Remove support for sending status reports to syslog on SIGINFO; we have ntpctl now and ntpd doesn't need redundant/obsolete feat

CVS: cvs.openbsd.org: src

2015-10-30 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/10/30 10:47:01 Modified files: sys/uvm: uvm_page.c Log message: Fix two (verified to be harmless) off-by-ones in bounds checks in uvm_page_init() (causing uvmexp.npages to be sligthly wrong if p

CVS: cvs.openbsd.org: src

2015-10-30 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/10/30 10:38:55 Modified files: gnu/usr.bin/cvs/src: server.c Log message: Use crypt_checkpass() instead of strcmp(hash, crypt(password, hash)). Fixes a crash in pserver mode when CVSROOT/passwd contains

CVS: cvs.openbsd.org: src

2015-10-30 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/10/30 09:58:40 Modified files: regress/lib/libcrypto/des: destest.c Log message: print unsigned ints with %u, not %d. Reported by Pascal Cuoq.

CVS: cvs.openbsd.org: src

2015-10-30 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/10/30 09:52:55 Modified files: regress/lib/libcrypto/asn1: rfc5280time.c Log message: Add explicit LL suffixes to the numerical constants which do not fit in 32 bits.

CVS: cvs.openbsd.org: src

2015-10-30 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/10/30 09:45:57 Modified files: lib/libssl/src/crypto/bio: bss_bio.c regress/lib/libc/arc4random-fork: arc4random-fork.c regress/lib/libcrypto/base64: base64test.c Log message: Pull in

CVS: cvs.openbsd.org: src

2015-10-30 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/30 09:44:12 Modified files: usr.sbin/rebound: rebound.c Log message: it is necessary to call tzset() to get syslog timestamps correct. i am quite surprised by this, but it's the way things are, so do

CVS: cvs.openbsd.org: src

2015-10-30 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/10/30 09:16:05 Modified files: bin/ksh: ksh.1 Log message: zap trailing whitespace;

Re: CVS: cvs.openbsd.org: src

2015-10-30 Thread Stuart Henderson
On 2015/10/30 06:54, Reyk Floeter wrote: > CVSROOT: /cvs > Module name: src > Changes by: r...@cvs.openbsd.org2015/10/30 06:54:36 > > Modified files: > sys/kern : uipc_mbuf.c > sys/sys: mbuf.h > sys/net: if_pair.c > > Log message: > Add m_res

CVS: cvs.openbsd.org: src

2015-10-30 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/10/30 07:57:33 Modified files: usr.bin/top: top.c Log message: top renice command requires pledge "id", from Michael Lesniewski

CVS: cvs.openbsd.org: src

2015-10-30 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/10/30 07:39:25 Modified files: distrib/special/ping: Makefile Log message: need -lm

CVS: cvs.openbsd.org: src

2015-10-30 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/10/30 07:48:11 Modified files: bin/ksh: ksh.1 Log message: Try to clarify the fc section a tad; fc apprently stands for "fix command". Also the "fc -e -" syntax is obsoleted by "fc -s". OK tedu

CVS: cvs.openbsd.org: src

2015-10-30 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/10/30 07:35:02 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386 md.land

CVS: cvs.openbsd.org: src

2015-10-30 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/10/30 06:54:36 Modified files: sys/kern : uipc_mbuf.c sys/sys: mbuf.h sys/net: if_pair.c Log message: Add m_resethdr() to clear any state (pf, tags, flags) of an

CVS: cvs.openbsd.org: src

2015-10-30 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2015/10/30 06:20:56 Modified files: sys/sys: queue.h Log message: fix eyesoring trailing whitspace

CVS: cvs.openbsd.org: src

2015-10-30 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2015/10/30 05:33:55 Modified files: sys/net: if_pfsync.c pf_if.c pfvar.h Log message: Clean up handling of 'clear states' pfsync packets. If interface was specified in the packet only if-bound state

CVS: cvs.openbsd.org: src

2015-10-30 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/10/30 05:21:01 Modified files: sys/arch/amd64/amd64: efifb.c sys/arch/amd64/include: efifbvar.h sys/dev/pci/drm/i915: i915_drv.c Log message: Fix interaction between inteldrm(4

Re: CVS: cvs.openbsd.org: src

2015-10-30 Thread Reyk Floeter
On Fri, Oct 30, 2015 at 04:48:56AM -0600, Reyk Floeter wrote: > CVSROOT: /cvs > Module name: src > Changes by: r...@cvs.openbsd.org2015/10/30 04:48:56 > > Modified files: > share/man/man4 : pair.4 > > Log message: > Add an example about using the Spanning Tree Protocol (STP) to

CVS: cvs.openbsd.org: src

2015-10-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/10/30 05:04:56 Modified files: share/man/man8 : rc.d.8 Log message: Point out that daemon class, via login.conf, can be used to set more than just the process limits - show that, in particular, environm

CVS: cvs.openbsd.org: src

2015-10-30 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2015/10/30 05:00:53 Modified files: sbin/ping : ping.c Makefile Log message: Use double variables and sqrt(3) from libm to calculate statistics like ping6 does. OK benno@

CVS: cvs.openbsd.org: src

2015-10-30 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/10/30 04:48:56 Modified files: share/man/man4 : pair.4 Log message: Add an example about using the Spanning Tree Protocol (STP) to prevent potential loops between bridges and pairs. OK jmc@ sthen@

CVS: cvs.openbsd.org: src

2015-10-30 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2015/10/30 03:57:39 Modified files: share/man/man9 : rtrequest.9 Log message: Missed to rename the upper case RTREQUEST1 in prevoius commit.

CVS: cvs.openbsd.org: src

2015-10-30 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2015/10/30 03:48:03 Modified files: share/man/man9 : Makefile route.9 rt_ifa_add.9 rtalloc.9 Added files: share/man/man9 : rtrequest.9 Removed files: share/man/man9 : rtrequest1.9 Log messa

CVS: cvs.openbsd.org: src

2015-10-30 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2015/10/30 03:39:42 Modified files: sys/net: if_enc.c route.c route.h rtsock.c sys/netinet: in_pcb.c ip_icmp.c sys/netinet6 : icmp6.c in6.c nd6.c nd6_rtr.c Log message: Rename

CVS: cvs.openbsd.org: src

2015-10-30 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/10/30 01:51:49 Modified files: sys/arch/alpha/pci: apecs_pci.c cia_pci.c lca_pci.c Log message: Use NULL instead of 0 for pci_decompose_tag() pointer arguments.

CVS: cvs.openbsd.org: src

2015-10-30 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2015/10/30 01:24:20 Modified files: regress/sys/kern/pledge/generic: main.c test_tty.c tests.out Log message: regress: pledge - for calling ioctl(2), we need "stdio" now: change test_request_tty - for calli