CVS: cvs.openbsd.org: src

2012-05-31 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2012/05/31 23:47:11 Modified files: sys/uvm: uvm_map.c Log message: Correct handling of mlock()/munlock() with len==0 to return success instead of crashing. Add a KASSERT() to catch other bu

CVS: cvs.openbsd.org: www

2012-05-31 Thread Brett Mahar
CVSROOT:/cvs Module name:www Changes by: br...@cvs.openbsd.org 2012/05/31 21:02:50 Modified files: . : plus.html Log message: May 21-27 of plus.html. Checked by Steffen Daode Nurpmeso.

CVS: cvs.openbsd.org: src

2012-05-31 Thread Lawrence Teo
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2012/05/31 20:49:07 Modified files: lib/libc/ohash : ohash_init.3 ohash_interval.3 Log message: Fix document titles. ok haesbaert jmc henning

CVS: cvs.openbsd.org: src

2012-05-31 Thread Lawrence Teo
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2012/05/31 20:44:36 Modified files: sbin/pfctl : pf_print_state.c pfctl.h Log message: Make the -P flag work with -ss, so that states can be printed with port names if desired. ok henning

CVS: cvs.openbsd.org: src

2012-05-31 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2012/05/31 19:43:19 Modified files: libexec/login_krb5: login_krb5.8 login_krb5.c libexec/login_passwd: common.h login.c Log message: add a krb5-noverify option for login.conf that disables verifica

CVS: cvs.openbsd.org: src

2012-05-31 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2012/05/31 19:01:57 Modified files: include: stdlib.h lib/libc/stdlib: random.3 random.c ecvt.3 lib/libc/stdio : mktemp.3 Log message: Improve standards conformance: ecvt(),

CVS: cvs.openbsd.org: src

2012-05-31 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2012/05/31 19:01:22 Modified files: usr.bin/ssh: mux.c Log message: fix memory leak when mux socket creation fails; bz#2002 from bert.wesarg AT googlemail.com

CVS: cvs.openbsd.org: src

2012-05-31 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2012/05/31 18:52:52 Modified files: regress/usr.bin/ssh: sftp-cmds.sh Log message: don't delete .* on cleanup due to unintended env expansion; pointed out in bz#2014 by openssh AT roumenpetrov.info

CVS: cvs.openbsd.org: src

2012-05-31 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2012/05/31 18:49:35 Modified files: usr.bin/ssh: PROTOCOL.mux Log message: correct types of port numbers (integers, not strings); bz#2004 from bert.wesarg AT googlemail.com

CVS: cvs.openbsd.org: src

2012-05-31 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2012/05/31 18:47:36 Modified files: regress/usr.bin/ssh: forwarding.sh multiplex.sh Log message: append to rather than truncate test log; bz#2013 from openssh AT roumenpetrov.info

CVS: cvs.openbsd.org: src

2012-05-31 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2012/05/31 11:50:59 Modified files: sbin/ifconfig : ifconfig.8 Log message: Clarify issues del (bridge command) vs delete (IP address command); documentation not fixed after ifconfig/brconfig merge spotted

CVS: cvs.openbsd.org: src

2012-05-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2012/05/31 09:04:03 Modified files: etc: sysctl.conf Log message: Add commented-out examples for net.inet.tcp.always_keepalive / keepidle. These are useful if you're behind a bad nat with short t

CVS: cvs.openbsd.org: src

2012-05-31 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2012/05/31 07:55:54 Modified files: sbin/quotacheck: quotacheck.c Log message: Let quotacheck work with duid based fstab. Missed one open() -> opendev() from Rogier Krieger's original diff. Found by and fix

CVS: cvs.openbsd.org: src

2012-05-31 Thread Mark Lumsden
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2012/05/31 04:55:53 Modified files: usr.bin/mg : basic.c Log message: Currently, mg's cursor jumps from top to bottom of the screen as you scroll upwards, make the cursor behave like emacs and stay at bo