CVS: cvs.openbsd.org: src

2009-02-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/02/17 00:53:55 Modified files: sys/kern : subr_pool.c Log message: ensure all pi_magic checks are inside DIAGNOSTIC

CVS: cvs.openbsd.org: src

2009-02-16 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2009/02/16 18:28:32 Modified files: usr.bin/ssh: ssh_config Log message: sync with revised default ciphers; pointed out by dkrause@

CVS: cvs.openbsd.org: src

2009-02-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2009/02/16 16:58:05 Modified files: sys/stand/boot : cmd.c sys/arch/amd64/stand/boot: boot.8 sys/arch/i386/stand/boot: boot.8 Log message: Cancel the automatic boot when you hold ctrl to sk

CVS: cvs.openbsd.org: src

2009-02-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2009/02/16 16:53:59 Modified files: sbin/pfctl : pfctl.c Log message: fix pfctl -v printing of anchors, from cami...@. Closes user/6065

CVS: cvs.openbsd.org: src

2009-02-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/02/16 16:48:17 Modified files: sys/kern : subr_pool.c Log message: at tedu's request, bring back the basic single "first word" PI_MAGIC check since it is essentially free. To turn on the checking

CVS: cvs.openbsd.org: src

2009-02-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/02/16 16:24:02 Modified files: sys/net: if_spppsubr.c Log message: allocate the large structures instead of putting them on the stack, and use M_CANWAIT throughout ok sthen canacar claudio

CVS: cvs.openbsd.org: src

2009-02-16 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/02/16 16:03:33 Modified files: sys/arch/m88k/include: cmmu.h cpu.h sys/arch/m88k/m88k: m8820x_machdep.c m88k_machdep.c sys/arch/mvme88k/include: cpu.h mvme197.h sys/arch/mvme88k

CVS: cvs.openbsd.org: src

2009-02-16 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/02/16 15:55:03 Modified files: sys/arch/aviion/aviion: av400_machdep.c sys/arch/aviion/include: board.h sys/arch/luna88k/include: cpu.h sys/arch/luna88k/luna88k: machdep.c

CVS: cvs.openbsd.org: www

2009-02-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2009/02/16 15:25:05 Modified files: . : plus.html Log message: incorrect statement

CVS: cvs.openbsd.org: src

2009-02-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/02/16 15:11:41 Modified files: sys/kern : subr_pool.c Log message: Disable pool debug stuff for the release (it has a performance hit, but between releases we may want to turn it on, since it has

Re: cvs.openbsd.org: src

2009-02-16 Thread Theo de Raadt
> There's a caveat though, you need to rm your old build dir first, otherwise > the resulting kernel will page fault at boot. No, no... you need to start using make depend as you are told. Or you will hit this kind of problem or other kinds of problems all the time.

Re: cvs.openbsd.org: src

2009-02-16 Thread Mitja Muženič
> -Original Message- > From: owner-source-chan...@openbsd.org > [mailto:owner-source-chan...@openbsd.org] On Behalf Of Jonathan Gray > Sent: Monday, February 16, 2009 4:44 PM > To: source-chan...@cvs.openbsd.org > Subject: CVS: cvs.openbsd.org: src > > CVSROOT: /cvs > Module name: s

CVS: cvs.openbsd.org: src

2009-02-16 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/02/16 14:19:07 Modified files: sys/arch/hp300/dev: mb89352.c sys/arch/luna88k/dev: spc.c sys/arch/mac68k/dev: esp.c ncr5380.c sbc.c sys/arch/macppc/dev: esp.c mesh.c sy

CVS: cvs.openbsd.org: src

2009-02-16 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2009/02/16 14:13:31 Modified files: sys/scsi : scsiconf.c Log message: Don't try to SCSIDEBUG targets or luns >31 since we only have 32 bits to use to identify devices of interest. ok deraadt@

CVS: cvs.openbsd.org: src

2009-02-16 Thread Kurt Miller
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2009/02/16 13:26:58 Modified files: sys/arch/amd64/amd64: pmap.c Log message: remove incorrect cast of pcb_cr3. okay kettenis@ weingart@

CVS: cvs.openbsd.org: src

2009-02-16 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/02/16 13:18:48 Modified files: sys/arch/m88k/m88k: eh_common.S Log message: Rewrite the way the initial processing of exceptions is done on 88110 - we now set up both the exception frame structure and t

CVS: cvs.openbsd.org: src

2009-02-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2009/02/16 13:11:06 Modified files: sys/dev/acpi : acpimadt.c Log message: Be a litte bit more paranoid and validate the APIC table before committing to APIC mode. tested by many ok marco@

CVS: cvs.openbsd.org: src

2009-02-16 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2009/02/16 13:03:36 Modified files: sys/net: if_sppp.h if_spppsubr.c Log message: Allow username and password to be up to 255 characters in length. Tested by many, thanks. Put it in" deraadt@

CVS: cvs.openbsd.org: src

2009-02-16 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2009/02/16 13:04:12 Modified files: sbin/ifconfig : ifconfig.c Log message: Allow username and password to be up to 255 characters in length. Tested by many, thanks. Put it in" deraadt@

CVS: cvs.openbsd.org: src

2009-02-16 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/02/16 12:46:12 Modified files: usr.sbin/relayd: relayd.conf.5 Log message: relayd complains about a table called "backup", so change it to fallback, as used in /etc/relayd.conf; from Patrik Lundin

CVS: cvs.openbsd.org: src

2009-02-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2009/02/16 11:08:33 Modified files: usr.sbin/bgpd : parse.y Log message: typo in error message; "bigger that" -> "bigger than"

CVS: cvs.openbsd.org: src

2009-02-16 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2009/02/16 10:24:21 Modified files: sys/arch/i386/i386: machdep.c sys/arch/amd64/amd64: identcpu.c Log message: Core i7 chips don't have MSR_TEMPERATURE_TARGET register, and blow up if attempts are

CVS: cvs.openbsd.org: www

2009-02-16 Thread Janne Johansson
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2009/02/16 10:24:50 Modified files: . : plus.html Log message: Upto 02/16

CVS: cvs.openbsd.org: www

2009-02-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:www Changes by: kette...@cvs.openbsd.org2009/02/16 09:45:39 Modified files: . : sparc64.html Log message: Split unsupported machines in a list of machines that stand a chance to work (which we would like people to try OpenBSD

CVS: cvs.openbsd.org: www

2009-02-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:www Changes by: kette...@cvs.openbsd.org2009/02/16 08:58:44 Modified files: . : sparc64.html Log message: The installer runs in a logical domain on a SPARC Enterprise T5140, so UltraSPARC T2+ support is working just fine.

CVS: cvs.openbsd.org: src

2009-02-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/02/16 08:50:05 Modified files: sys/arch/amd64/amd64: cacheinfo.c identcpu.c sys/arch/amd64/include: cpu.h Log message: Store conditionally extended cpuid family/model values in seperate variabl

CVS: cvs.openbsd.org: src

2009-02-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/02/16 08:44:25 Modified files: sys/arch/i386/i386: machdep.c sys/arch/i386/include: cpu.h Log message: Store conditionally extended cpuid family/model values in seperate variables in struct cpu

CVS: cvs.openbsd.org: src

2009-02-16 Thread Kurt Miller
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2009/02/16 07:17:51 Modified files: libexec/ld.so/i386: ldasm.S Log message: Fix passing of ps_strings, cleanup and obj_main values to _start() in crt0. looks correct kettenis@

CVS: cvs.openbsd.org: src

2009-02-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2009/02/16 06:53:09 Modified files: distrib/notes/socppc: prep Log message: - it's 'saveenv' and not 'savenv'

CVS: cvs.openbsd.org: src

2009-02-16 Thread Jacek Masiulaniec
CVSROOT:/cvs Module name:src Changes by: jac...@cvs.openbsd.org 2009/02/16 05:10:26 Modified files: usr.sbin/smtpd : config.c Log message: Process which connects with a pool of cloned processes needs to keep open all pipes going in their direction; ok pyr@

CVS: cvs.openbsd.org: src

2009-02-16 Thread Jacek Masiulaniec
CVSROOT:/cvs Module name:src Changes by: jac...@cvs.openbsd.org 2009/02/16 03:15:10 Modified files: usr.sbin/smtpd : queue_shared.c Log message: Don't warn about F_MESSAGE_SCHEDULED flag being present in on-disk version of the envelope; ok gilles@

CVS: cvs.openbsd.org: www

2009-02-16 Thread Mike Belopuhov
CVSROOT:/cvs Module name:www Changes by: mi...@cvs.openbsd.org 2009/02/16 03:14:48 Modified files: papers : index.html . : events.html Log message: Fixup typo, bump copyright, make clear that the presentation is in Russian. Add a talk to th

CVS: cvs.openbsd.org: src

2009-02-16 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/02/16 01:27:20 Modified files: usr.sbin/ypldap: ypldap.conf.5 Log message: - use .Pp, not blank lines - format some text to avoid line wrapping

Re: cvs.openbsd.org: src

2009-02-16 Thread Jason McIntyre
On Mon, Feb 16, 2009 at 08:23:45AM +0100, Damien Bergamini wrote: > | > | But $() does not work in csh and clones. So `` > | is more portable. Not everyone is using ksh. > > > I don't really care about the $() vs ``. > I just worry about the gratuitous difference with the drivers man > pages and

CVS: cvs.openbsd.org: src

2009-02-16 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/02/16 01:15:22 Modified files: share/man/man4 : ath.4 bwi.4 ipw.4 iwi.4 iwn.4 malo.4 ral.4 rum.4 run.4 upgt.4 ural.4 urtw.4 wpi.4 zyd.4 Log message: use `` instead of $(), sinc

CVS: cvs.openbsd.org: src

2009-02-16 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/02/16 01:14:25 Modified files: sbin/ifconfig : ifconfig.8 Log message: sync the wpa example with those in the driver pages, as pointed out by damien;