CVS: cvs.openbsd.org: src

2017-09-23 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/09/23 05:56:57 Modified files: usr.sbin/relayd: relay.c relay_http.c Log message: The relayd regression tests for chunked HTTP traffic were failing sporadically. If the \r and \n were read in separate

CVS: cvs.openbsd.org: src

2017-09-23 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2017/09/23 06:24:31 Modified files: usr.bin/ctfdump: ctfdump.c Log message: Show floating-point encoding by name in ctfdump(1) ok mpi

CVS: cvs.openbsd.org: src

2017-09-23 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2017/09/23 06:25:39 Modified files: usr.bin/ctfdump: ctfdump.c Log message: Fix off by one in ctf_enc2name (who uses SIGNED BOOL anyway?) ok mpi

Re: CVS: cvs.openbsd.org: src

2017-09-23 Thread Otto Moerbeek
On Sat, Sep 23, 2017 at 06:25:39AM -0600, Uwe Stuehler wrote: > CVSROOT: /cvs > Module name: src > Changes by: u...@cvs.openbsd.org2017/09/23 06:25:39 > > Modified files: > usr.bin/ctfdump: ctfdump.c > > Log message: > Fix off by one in ctf_enc2name (who uses SIGNED BOOL

CVS: cvs.openbsd.org: src

2017-09-23 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2017/09/23 06:35:52 Modified files: . : Makefile.cross Log message: Compile the cross-compiler in the target's objdir instead of polluting the host's. This also allows compiling multiple

CVS: cvs.openbsd.org: src

2017-09-23 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/09/23 00:12:14 Modified files: sys/dev/usb: uhid.c Log message: Add dummy FIOASYNC handler. Without it uhid_do_ioctl() will return EINVAL which will make the upper layer assume that uhid node do

CVS: cvs.openbsd.org: src

2017-09-23 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2017/09/23 09:13:12 Modified files: lib/libc/stdlib: malloc.c Log message: Make delayed free non-optional and make F do an extensive double free check. ok tb@ tedu@

CVS: cvs.openbsd.org: src

2017-09-23 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2017/09/23 09:13:34 Modified files: share/man/man5 : malloc.conf.5 Log message: F changed meaning a bit; ok tb@

CVS: cvs.openbsd.org: src

2017-09-23 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2017/09/23 07:57:41 Modified files: sys/dev/ic : rtwn.c Log message: Fix build on octeon by reverting two cosmetic changes in rtwn.c r1.34. Compiler complained: warning: large integer implicitly

CVS: cvs.openbsd.org: src

2017-09-23 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/09/23 14:55:06 Modified files: lib/libc/asr : asr_utils.c Log message: Kill unused function Spotted by krw@

CVS: cvs.openbsd.org: src

2017-09-23 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/09/23 16:04:07 Modified files: usr.bin/ssh: channels.c Log message: fix tunnel forwarding problem introduced in refactor; reported by stsp@ ok markus@