CVS: cvs.openbsd.org: src

2010-06-21 Thread Thordur I Bjornsson
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2010/06/21 01:01:51 Modified files: sys/kern : kern_bufq.c Log message: No need to include mutex.h twice. Pointed out by Jung moorang at gmail dot com

CVS: cvs.openbsd.org: src

2010-06-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/06/21 04:48:12 Modified files: usr.sbin/ikectl: ikeca.c Log message: use the full path to zip

CVS: cvs.openbsd.org: src

2010-06-21 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/06/21 05:43:38 Modified files: sys/dev/ic : amivar.h ami.c Log message: protect the ccb free list with its own mutex.

CVS: cvs.openbsd.org: src

2010-06-21 Thread Felix Kronlage
CVSROOT:/cvs Module name:src Changes by: f...@cvs.openbsd.org2010/06/21 05:45:42 Modified files: share/man/man4 : umsm.4 Log message: update supported device list. discussed with and ok jsg@, jmc@

CVS: cvs.openbsd.org: src

2010-06-21 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/06/21 07:28:09 Modified files: sys/dev: vscsi.c Log message: fix an integer arithmetic overflow. An attacker can get past the ENOMEM check in vscsi_data() by first reading/writing 1 byte and

CVS: cvs.openbsd.org: src

2010-06-21 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/06/21 07:47:10 Modified files: sys/dev: vscsi.c Log message: avoid an overflow of the xs sense buffer by ignoring t2i-senselen. again, found by and fixed by matthew dempsky.

CVS: cvs.openbsd.org: src

2010-06-21 Thread Peter Hessler
CVSROOT:/cvs Module name:src Changes by: phess...@cvs.openbsd.org2010/06/21 10:55:52 Modified files: regress/sys/kern/unfdpass: Makefile Log message: clean up all generated files

CVS: cvs.openbsd.org: src

2010-06-21 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2010/06/21 13:24:43 Modified files: distrib/notes : mirrors Log message: sync from mirrors.dat

CVS: cvs.openbsd.org: src

2010-06-21 Thread Damien Bergamini
CVSROOT:/cvs Module name:src Changes by: dam...@cvs.openbsd.org 2010/06/21 13:31:12 Modified files: sys/dev/ic : ar9003.c Log message: no delay is necessary on the AR9003 after writing an analog register.

CVS: cvs.openbsd.org: src

2010-06-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2010/06/21 13:41:44 Modified files: usr.sbin/ldpd : parse.y Log message: Requiring { } blocks for interfaces is dumb since most don't need any additional options.

CVS: cvs.openbsd.org: src

2010-06-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2010/06/21 13:43:36 Modified files: usr.sbin/ldpd : kroute.c Log message: Send the right kroute struct to ldpctl for IMSG_CTL_KROUTE. This should fix printing of multipath routes.

CVS: cvs.openbsd.org: src

2010-06-21 Thread Damien Bergamini
CVSROOT:/cvs Module name:src Changes by: dam...@cvs.openbsd.org 2010/06/21 13:46:50 Modified files: sys/dev/ic : athn.c athnvar.h ar5008.c ar9003.c Log message: allow Tx flags to be passed to the tx() routine.

CVS: cvs.openbsd.org: src

2010-06-21 Thread Damien Bergamini
CVSROOT:/cvs Module name:src Changes by: dam...@cvs.openbsd.org 2010/06/21 13:56:42 Modified files: sys/dev/ic : athn.c Log message: use LE_READ_4/LE_READ_2 instead of hardcoding

CVS: cvs.openbsd.org: src

2010-06-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/06/21 14:43:44 Modified files: sys/dev/pci: if_em.c if_em_hw.c Log message: Add some more ids for existing mac and phy types found in the FreeBSD driver. ok claudio@

CVS: cvs.openbsd.org: src

2010-06-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/06/21 15:11:53 Modified files: sys/dev/pci: if_em.c if_em_hw.c if_em_hw.h Log message: Initial support for PCH based em adapters with 82577 PHY, from Laurence Tratt based on FreeBSD code.

CVS: cvs.openbsd.org: src

2010-06-21 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2010/06/21 15:44:09 Modified files: usr.bin/tmux : Makefile cmd-list-buffers.c cmd.c key-bindings.c paste.c tmux.1 tmux.h Added files: usr.bin/tmux : cmd-choose-buffer.c

CVS: cvs.openbsd.org: www

2010-06-21 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2010/06/21 15:59:41 Modified files: build : mirrors.dat . : ftp.html ftplist openbgpd : ftp.html openntpd : ftp.html portable.html openssh

CVS: cvs.openbsd.org: www

2010-06-21 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2010/06/21 16:18:30 Modified files: . : plus.html plus47.html Log message: We have 4 new guys taking a shot at maintaining the plus files: Nicolas P. M. Legrand nlegr...@ethelred.fr

CVS: cvs.openbsd.org: src

2010-06-21 Thread Paul Irofti
CVSROOT:/cvs Module name:src Changes by: piro...@cvs.openbsd.org 2010/06/21 17:13:27 Modified files: regress/sys/kern/signal/sigfpe: sigfpe.c Log message: Fix fpe handler in regress test. Tested and `looks good' phess...@.

CVS: cvs.openbsd.org: src

2010-06-21 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2010/06/21 18:43:37 Modified files: sbin/bioctl: bioctl.c Log message: rename devname-devicename to prevent shadowing devname(3). ok marco jsing

CVS: cvs.openbsd.org: src

2010-06-21 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/06/21 22:49:47 Modified files: usr.bin/ssh: auth.c Log message: queue auth debug messages for bad ownership or permissions on the user's keyfiles. These messages will be sent after the user has

Re: CVS: cvs.openbsd.org: src

2010-06-21 Thread Damien Miller
oops, based on a patch from Iain Morgan On Mon, 21 Jun 2010, Damien Miller wrote: CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org2010/06/21 22:32:06 Modified files: usr.bin/ssh: ssh-keygen.c Log message: standardise error messages when attempting

CVS: cvs.openbsd.org: src

2010-06-21 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/06/21 22:54:30 Modified files: usr.bin/ssh: ssh-keyscan.c Log message: replace verbose and overflow-prone Linebuf code with read_keyfile_line() based on patch from joachim AT joachimschipper.nl;

CVS: cvs.openbsd.org: src

2010-06-21 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/06/21 22:22:59 Modified files: usr.bin/ssh: servconf.c sshd_config.5 Log message: expose some more sshd_config options inside Match blocks: AuthorizedKeysFile AuthorizedPrincipalsFile

CVS: cvs.openbsd.org: src

2010-06-21 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/06/21 22:59:12 Modified files: usr.bin/ssh: session.c Log message: include the user name on subsystem request for ... log messages; bz#1571; ok dtucker@

CVS: cvs.openbsd.org: src

2010-06-21 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/06/21 22:32:06 Modified files: usr.bin/ssh: ssh-keygen.c Log message: standardise error messages when attempting to open private key files to include progname: filename: error reason bz#1783; ok

CVS: cvs.openbsd.org: src

2010-06-21 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/06/21 23:20:40 Modified files: sys/arch/amd64/include: param.h Log message: bump up the dmesg buffer size. new boxes have lots of crap in them, so boot messages can be too big to fit. sure deraadt@