CVS: cvs.openbsd.org: src

2014-07-20 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/20 00:24:19 Modified files: usr.bin/telnet : network.c ring.c ring.h terminal.c Log message: ring_init() can't fail KNF ring.h

CVS: cvs.openbsd.org: src

2014-07-20 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/20 00:39:41 Modified files: usr.bin/telnet : commands.c genget.c main.c sys_bsd.c telnet.c telnet_locl.h utilities.c Log message: Correctly cast to unsigned char

CVS: cvs.openbsd.org: src

2014-07-20 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/20 01:34:43 Modified files: usr.bin/telnet : utilities.c Log message: Don't depend on sys/param.h for MAXPATHLEN

CVS: cvs.openbsd.org: src

2014-07-20 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/20 01:35:04 Modified files: usr.bin/telnet : commands.c externs.h sys_bsd.c telnet_locl.h terminal.c Log message: Eliminate trivial wrappers TerminalWrite() and

CVS: cvs.openbsd.org: src

2014-07-20 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/20 02:12:46 Modified files: usr.bin/telnet : commands.c externs.h main.c network.c ring.c ring.h sys_bsd.c telnet.c telnet_locl.h terminal.c

CVS: cvs.openbsd.org: src

2014-07-20 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2014/07/20 02:19:59 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Fix auto-upgradable files detection. from Nathanael Rensen, thanks!

CVS: cvs.openbsd.org: src

2014-07-20 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2014/07/20 02:37:07 Modified files: etc/rc.d : spamd Log message: Stop using the (now) internal rc.subr functions _rc_do() and _rc_wait(). - no need to start spamd in background mode - return from

CVS: cvs.openbsd.org: www

2014-07-20 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:www Changes by: tob...@cvs.openbsd.org 2014/07/20 02:54:43 Modified files: . : stable.html Log message: make depend is a no-op since OpenBSD 5.0, remove it. Spotted by user Blade of bsdforen.de ok nick@

CVS: cvs.openbsd.org: src

2014-07-20 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/20 02:56:47 Modified files: usr.bin/telnet : commands.c externs.h network.c telnet.c utilities.c Log message: Add prototypes to some function callbacks and fix the

CVS: cvs.openbsd.org: src

2014-07-20 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/20 03:20:48 Modified files: usr.bin/telnet : sys_bsd.c utilities.c Log message: Delete an insane chunk of code for handling broken poll() emulation. Pass poll() INFTIM instead of -1

CVS: cvs.openbsd.org: src

2014-07-20 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/20 03:31:25 Modified files: usr.bin/telnet : commands.c externs.h sys_bsd.c terminal.c Log message: VSUSP and SIGTSTP are required by POSIX

CVS: cvs.openbsd.org: src

2014-07-20 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/20 03:59:42 Modified files: usr.bin/telnet : commands.c ring.c sys_bsd.c Log message: Switch from memmove() to memcpy() where appropriate; simplify address parsing logic; eliminate an

CVS: cvs.openbsd.org: src

2014-07-20 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/20 04:18:10 Modified files: usr.bin/telnet : commands.c externs.h main.c network.c sys_bsd.c telnet.c Log message: Kill lint comments; mark ExitString() as __dead

CVS: cvs.openbsd.org: src

2014-07-20 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/07/20 04:32:23 Modified files: usr.bin/telnet : genget.c main.c ring.c telnet.c Log message: use NULL instead of 0 when dealing with pointers ok guenther@

CVS: cvs.openbsd.org: src

2014-07-20 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/20 04:55:27 Modified files: usr.bin/telnet : commands.c externs.h network.c sys_bsd.c telnet.c Log message: Mark a slurry of functions as static Eliminate two more

CVS: cvs.openbsd.org: src

2014-07-20 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/20 05:20:52 Modified files: usr.bin/telnet : main.c Log message: Fix array overflow in command line handling

CVS: cvs.openbsd.org: src

2014-07-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2014/07/20 05:56:15 Modified files: sys/dev/ic : bwi.c Log message: Load bwi(4) firmware once, not every time the interface is brought up. Fixes a panic if the interrupt handler decides to reset the

CVS: cvs.openbsd.org: src

2014-07-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2014/07/20 05:57:06 Modified files: sys/dev/ic : bwi.c Log message: Make bwi_dma_mbuf_create() use the correct loop counter in error case. Bug inherited from DragonFly BSD. ok mpi@ as part of a larger

CVS: cvs.openbsd.org: src

2014-07-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2014/07/20 05:57:49 Modified files: sys/dev/ic : bwi.c Log message: In bwi(4), don't declare an interrupt as unhandled in case the PHY TX error bit is set. This interrupt condition is handled by

CVS: cvs.openbsd.org: src

2014-07-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2014/07/20 05:59:12 Modified files: sys/dev/ic : bwi.c bwivar.h Log message: Always allocate bwi(4) ring descriptors below the 1GB boundary to give 30bit devices a chance to work. Use bounce buffers for

CVS: cvs.openbsd.org: src

2014-07-20 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/20 06:08:55 Modified files: usr.bin/telnet : commands.c externs.h sys_bsd.c terminal.c utilities.c Log message: Eliminate silly call() routine that fakes up

CVS: cvs.openbsd.org: src

2014-07-20 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2014/07/20 06:20:38 Modified files: sys/dev/acpi : dsdt.c Log message: Skip reading bits from a region marked as Preserve if all bits will be modified. Some Sony and Asus laptops don't like this;

CVS: cvs.openbsd.org: src

2014-07-20 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2014/07/20 10:59:31 Modified files: lib/libcrypto/crypto: arc4random_win.h Log message: initial win32 ARC4_LOCK/UNLOCK implementation. It may make sense to later replace this with a Critical Section later.

CVS: cvs.openbsd.org: src

2014-07-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2014/07/20 11:52:35 Modified files: usr.sbin/tcpdump: print-802_11.c Log message: Fix tcpdump(8) display of logical link control data in IEEE802 frames. The frame subtype field is in the first byte of frame

CVS: cvs.openbsd.org: src

2014-07-20 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2014/07/20 12:05:21 Modified files: sys/arch/amd64/amd64: hibernate_machdep.c sys/arch/i386/i386: hibernate_machdep.c sys/arch/loongson/loongson: hibernate_machdep.c sys/dev

CVS: cvs.openbsd.org: src

2014-07-20 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/20 12:10:15 Modified files: sys/dev: softraid.c Log message: spacing glitches

CVS: cvs.openbsd.org: src

2014-07-20 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/20 12:13:22 Modified files: distrib/miniroot: install.sub Log message: match on vga1 or vgafb0, well, let's just call it vga.* for now

CVS: cvs.openbsd.org: src

2014-07-20 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/20 12:24:34 Modified files: sys/arch/sparc64/include: boot_flag.h sys/arch/alpha/alpha: machdep.c Log message: RB_MINIROOT is never checked by anything, so stop setting it.

CVS: cvs.openbsd.org: src

2014-07-20 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2014/07/20 13:18:32 Modified files: regress/usr.sbin/relayd: args-http-chunked.pl args-http-contentlength.pl args-http-filter-persistent.pl

CVS: cvs.openbsd.org: xenocara

2014-07-20 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2014/07/20 13:22:20 Modified files: lib/pixman : Makefile.bsd-wrapper config.h.in configure configure.ac lib/pixman/pixman: pixman-bits-image.c

CVS: cvs.openbsd.org: xenocara

2014-07-20 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2014/07/20 13:27:11 Modified files: . : MODULES 3RDPARTY Log message: update

CVS: cvs.openbsd.org: src

2014-07-20 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:src Changes by: tob...@cvs.openbsd.org 2014/07/20 13:33:54 Modified files: sys/arch/zaurus/stand/zboot: Makefile boot.8 conf.c sys/stand/boot : cmd.c Removed files: sys/arch/zaurus/stand/zboot: cmd.c Log message: Merge cmd.c

CVS: cvs.openbsd.org: src

2014-07-20 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/20 13:47:53 Modified files: sys/arch/amd64/amd64: hibernate_machdep.c sys/arch/i386/i386: hibernate_machdep.c sys/arch/loongson/loongson: hibernate_machdep.c Log message: look up

CVS: cvs.openbsd.org: src

2014-07-20 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/20 14:08:44 Modified files: distrib/miniroot: install.sub Log message: if we think this is a laptop (wsdisplay.) ask a lidsuspend question. Let's see who whines.

CVS: cvs.openbsd.org: src

2014-07-20 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/20 14:12:41 Modified files: distrib/amd64/common: install.md distrib/i386/common: install.md Log message: ask about lid

CVS: cvs.openbsd.org: src

2014-07-20 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:src Changes by: tob...@cvs.openbsd.org 2014/07/20 14:27:19 Modified files: usr.sbin/dvmrpd: in_cksum.c usr.sbin/ospfd : in_cksum.c Log message: Fixed typo in error message. okay deraadt@

CVS: cvs.openbsd.org: src

2014-07-20 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2014/07/20 14:51:13 Modified files: lib/libc/crypt : arc4random.c arc4random.h lib/libcrypto/crypto: arc4random_linux.h arc4random_osx.h arc4random_solaris.h

CVS: cvs.openbsd.org: src

2014-07-20 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/20 15:41:54 Modified files: sys/sys: endian.h Log message: Provide correct guidance on which header to use in the comments

CVS: cvs.openbsd.org: src

2014-07-20 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/20 18:10:21 Added files: etc/signify: openbsd-57-base.pub Log message: 5.7 base key

CVS: cvs.openbsd.org: src

2014-07-20 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/20 18:11:24 Modified files: distrib/sets/lists/base: mi Log message: sync

CVS: cvs.openbsd.org: src

2014-07-20 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/20 19:51:11 Modified files: lib/libc/arch/arm/gen: infinity.c nan.c lib/libc/arch/mips64/gen: infinity.c nan.c lib/libc/arch/sh/gen: infinity.c nan.c

CVS: cvs.openbsd.org: src

2014-07-20 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/20 19:53:12 Modified files: gnu/gcc/gcc: c-format.c gnu/usr.bin/gcc/gcc: c-format.c Log message: printf(9) and friends don't support the number$ flags, so gcc's kprintf

CVS: cvs.openbsd.org: src

2014-07-20 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2014/07/20 19:57:55 Modified files: sys/kern : subr_hibernate.c Log message: fix some wrong comments and a bit of KNF

CVS: cvs.openbsd.org: www

2014-07-20 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2014/07/20 21:00:02 Modified files: . : hackathons.html Log message: oops