CVS: cvs.openbsd.org: www

2010-09-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2010/09/27 01:34:26 Modified files: build : mirrors.tmpl mirrors.pl Log message: add support for ECDSA fingerprints

CVS: cvs.openbsd.org: www

2010-09-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2010/09/27 01:36:32 Modified files: build : mirrors.dat Log message: - readd hoobly.com mirror - add ecdsa for anoncvs.spacehopper.org - comment-out ftp.ini.uzh.ch for now (disk i/o stalls)

CVS: cvs.openbsd.org: www

2010-09-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2010/09/27 01:37:40 Modified files: . : ftp.html ftplist anoncvs.html openbgpd : ftp.html openntpd : ftp.html portable.html openssh: ftp.html

CVS: cvs.openbsd.org: src

2010-09-27 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/27 04:08:28 Modified files: sys/arch/amd64/amd64: db_trace.c Log message: add support for tracing process stacks in ddb (trace /p). due to the way arguments are parsed, pid has to be specified in

CVS: cvs.openbsd.org: src

2010-09-27 Thread Joshua Elsasser
CVSROOT:/cvs Module name:src Changes by: jo...@cvs.openbsd.org 2010/09/27 08:08:41 Modified files: usr.bin/cvs: file.c Log message: Have cvs_file_walkdir() ignore CVS/ directories when walking a repository tree. This fixes r* commands such as rlog against a

CVS: cvs.openbsd.org: src

2010-09-27 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2010/09/27 11:28:34 Modified files: sys/net: pfkeyv2.c Log message: a pool_get() assuming that PR_NOWAIT is 0 (not anymore!); run into by naddy

CVS: cvs.openbsd.org: src

2010-09-27 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2010/09/27 11:37:20 Modified files: share/zoneinfo/datfiles: asia zone.tab Log message: Update to tzdata2010m from elsie.nci.nih.gov

CVS: cvs.openbsd.org: src

2010-09-27 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2010/09/27 11:39:43 Modified files: sys/arch/sparc64/sparc64: intr.c Log message: must use M_WAITOK here; run into by landry

CVS: cvs.openbsd.org: src

2010-09-27 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2010/09/27 11:45:30 Modified files: lib/libc/time : zic.c Log message: Update to tzcode2010m from elsie.nci.nih.gov

CVS: cvs.openbsd.org: src

2010-09-27 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2010/09/27 12:16:25 Modified files: sys/dev/pckbc : pms.c Log message: Make sure the SEND_DEV_ID command is sent synchronously, so the response buffer is valid when we look at it. Repairs intellimouse

CVS: cvs.openbsd.org: src

2010-09-27 Thread Thordur I Bjornsson
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2010/09/27 13:49:43 Modified files: sys/dev: softraid_crypto.c sys/dev/usb: udl.c sys/scsi : safte.c Log message: A few M_ZEROs without any M_WAITOK/M_NOWAITs.

CVS: cvs.openbsd.org: src

2010-09-27 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2010/09/27 14:16:17 Modified files: sys/netatalk : at_control.c Log message: Unbreak atalk: don't call ifa_add() until the ifa_addr pointer has been set ok henning@

CVS: cvs.openbsd.org: src

2010-09-27 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2010/09/27 15:25:28 Modified files: usr.bin/mandoc : Makefile html.c main.c mandoc.c mandoc.h mdoc.c mdoc_html.c mdoc_term.c mdoc_validate.c roff.c

CVS: cvs.openbsd.org: src

2010-09-27 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/09/27 17:45:48 Modified files: sys/net: if_pfsync.c Log message: must have either PR_WAITOK or PR_NOWAIT set.

CVS: cvs.openbsd.org: src

2010-09-27 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2010/09/27 19:44:57 Modified files: sys/netinet: ip_spd.c Log message: missing PR_NOWAIT

CVS: cvs.openbsd.org: src

2010-09-27 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2010/09/27 19:50:08 Modified files: sys/dev/ic : ncr53c9x.c Log message: do not assume PR_NOWAIT is 0; it is not anymore

CVS: cvs.openbsd.org: src

2010-09-27 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2010/09/27 19:57:17 Modified files: distrib/sets/lists/base: md.loongson Log message: sync

CVS: cvs.openbsd.org: src

2010-09-27 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2010/09/27 21:53:14 Modified files: sys/arch/amd64/include: frameasm.h sys/arch/amd64/amd64: locore.S trap.c vector.S Log message: Correct the handling of GS.base when iretq faults: the