CVS: cvs.openbsd.org: src

2010-07-06 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/07/07 00:08:57 Modified files: sys/dev/pci: mpii.c Log message: rename ccb_xs to ccb_cookie, and switch it from a struct scsi_xfer * to a void *. this will let me stash things other than scsi xfers

CVS: cvs.openbsd.org: src

2010-07-06 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/07/07 00:00:01 Modified files: sys/dev/pci: mpii.c Log message: use a mutex to ensure writes to the two registers used to post commands to the chip are atomic wrt to all cpus in a system. mpii_push

CVS: cvs.openbsd.org: src

2010-07-06 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/07/06 23:35:48 Modified files: sys/dev/pci: mpii.c Log message: let the config page request code sleep while waiting for a ccb if it is allowed to.

CVS: cvs.openbsd.org: src

2010-07-06 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/07/06 23:25:53 Modified files: sys/dev/pci: mpii.c Log message: do a 1:1 conversion of mpii_{get,put}_ccb to scsi_io_{get,put}.

CVS: cvs.openbsd.org: src

2010-07-06 Thread Marco Peereboom
CVSROOT:/cvs Module name:src Changes by: ma...@cvs.openbsd.org 2010/07/06 21:53:07 Modified files: sys/scsi : sd.c Log message: Pull out disk sort. I committed the wrong version of the diff and it wasn't ok deraadt & dlg.

CVS: cvs.openbsd.org: src

2010-07-06 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/07/06 17:32:01 Modified files: sys/dev/ic : siop.c Log message: siop sets XS_NO_CCB when it fails to allocate device state when commands are first sent to target/lun, as opposed to failing to alloca

CVS: cvs.openbsd.org: www

2010-07-06 Thread Austin Hook
CVSROOT:/cvs Module name:www Changes by: aus...@cvs.openbsd.org 2010/07/06 17:16:54 Modified files: . : events.html Log message: OSCON 2010 announcement.

CVS: cvs.openbsd.org: src

2010-07-06 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/07/06 17:10:25 Modified files: share/man/man4 : owctr.4 Log message: - add an openbsd rcsid - some minor tweakage of previous

Re: CVS: cvs.openbsd.org: www

2010-07-06 Thread Brynet
Ingo Schwarze wrote: > While here, also correct "OpenBSD 4.3" to "4.3 BSD". OpenBSD 4.3 support was indeed removed, you should revert this.

CVS: cvs.openbsd.org: www

2010-07-06 Thread Ingo Schwarze
CVSROOT:/cvs Module name:www Changes by: schwa...@cvs.openbsd.org2010/07/06 15:17:04 Modified files: . : plus.html Log message: As pointed out by Nicolas Legrand, COMPAT_43 was *not* removed. Sorry for the confusion, it seems i shouldn't touch what i

Re: CVS: cvs.openbsd.org: www

2010-07-06 Thread Nicolas P. M. Legrand
On Tue, Jul 06, 2010 at 02:30:02PM -0600, Ingo Schwarze wrote: > CVSROOT: /cvs > Module name: www > Changes by: schwa...@cvs.openbsd.org2010/07/06 14:30:02 > > Modified files: > . : plus.html > > Log message: > Fix misleading mandoc(1) entries: > * We do not li

CVS: cvs.openbsd.org: src

2010-07-06 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2010/07/06 14:52:00 Modified files: lib/libc/stdlib: getenv.3 Log message: Document new unsetenv() error returns. >From Nicolas Legrand ; ok jmc@

CVS: cvs.openbsd.org: src

2010-07-06 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2010/07/06 14:41:06 Modified files: sys/arch/sparc/stand/boot: boot.c sys/arch/sparc/stand/common: mmu.c promdev.c srt0.S version.c Log message: sun4e support in the bootblocks, derived from a diff

CVS: cvs.openbsd.org: src

2010-07-06 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2010/07/06 14:40:01 Modified files: sys/arch/sparc/sparc: autoconf.c clock.c intr.c intreg.h locore.s Log message: Having common ienab_bic() and ienab_bis() entry points for su

CVS: cvs.openbsd.org: src

2010-07-06 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2010/07/06 14:37:33 Modified files: sys/arch/sparc/sparc: cpuvar.h Log message: Remove unused CPUARCH_xxx and CPUCLS_xxx defines, as well as all the unused CPUTYP_xxx defines.

CVS: cvs.openbsd.org: www

2010-07-06 Thread Ingo Schwarze
CVSROOT:/cvs Module name:www Changes by: schwa...@cvs.openbsd.org2010/07/06 14:30:02 Modified files: . : plus.html Log message: Fix misleading mandoc(1) entries: * We do not list improvements of individual manual pages on plus.html, and besides the en

CVS: cvs.openbsd.org: src

2010-07-06 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2010/07/06 14:15:31 Modified files: sys/dev/acpi : acpi.c Log message: Use spltty() to lock downcalls from apm against the information being modified by the acpi thread. ok kettenis

CVS: cvs.openbsd.org: src

2010-07-06 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2010/07/06 14:14:17 Modified files: sys/dev/acpi : acpi.c acpibtn.c acpithinkpad.c acpivar.h Log message: Don't use a workq to do the suspend, because it races aginst the acpi thread. Instead, just tell t

CVS: cvs.openbsd.org: src

2010-07-06 Thread Martin Hedenfalk
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2010/07/06 14:10:57 Modified files: usr.sbin/ldapd : btree.c control.c Log message: Send empty statistics rather than segfault if "ldapctl stats" is run when a database is being reopened due to compaction.

CVS: cvs.openbsd.org: src

2010-07-06 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2010/07/06 14:06:35 Modified files: usr.bin/aucat : file.c file.h Log message: Try to detect busy loops caused by misbehaving audio drivers or hardware. If a busy loop is found, then close the device that c

Re: CVS: cvs.openbsd.org: www

2010-07-06 Thread Nicolas P. M. Legrand
Thanks! On Tue, Jul 06, 2010 at 10:35:37AM -0600, Miod Vallat wrote: > CVSROOT: /cvs > Module name: www > Changes by: m...@cvs.openbsd.org2010/07/06 10:35:37 > > Modified files: > . : plus.html > > Log message: > Fix a few incorrect or badly described items.

CVS: cvs.openbsd.org: src

2010-07-06 Thread Martin Hedenfalk
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2010/07/06 14:02:33 Modified files: usr.sbin/ldapd : modify.c Log message: Plug another memory leak. Forgot to reset key returned from cursor, having a reference to a cached page.

CVS: cvs.openbsd.org: src

2010-07-06 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2010/07/06 13:59:59 Modified files: share/man/man4 : Makefile onewire.4 sys/dev/onewire: files.onewire onewire_subr.c onewirevar.h Added files: share/man/man4 : owctr.4 sys/dev/onewi

CVS: cvs.openbsd.org: www

2010-07-06 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:www Changes by: ratc...@cvs.openbsd.org 2010/07/06 13:55:57 Modified files: faq: current.html Log message: explain that command line options ordering has become more strict in order to support multiple devices. from jakemsr

CVS: cvs.openbsd.org: src

2010-07-06 Thread Martin Hedenfalk
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2010/07/06 12:59:27 Modified files: usr.sbin/ldapd : ldapd.conf.5 Log message: Clarify differences between the 'include' and 'schema' keyword. And stress the 'secure' keyword. Looks fine to jmc@, gilles@

CVS: cvs.openbsd.org: www

2010-07-06 Thread Miod Vallat
CVSROOT:/cvs Module name:www Changes by: m...@cvs.openbsd.org2010/07/06 10:35:37 Modified files: . : plus.html Log message: Fix a few incorrect or badly described items.

CVS: cvs.openbsd.org: src

2010-07-06 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/07/06 10:22:25 Modified files: share/man/man5 : bsd.port.mk.5 Log message: zap trailing whitespace and fix some linewrap. please, developers, try and avoid these when committing to man pages;

CVS: cvs.openbsd.org: src

2010-07-06 Thread Marco Peereboom
CVSROOT:/cvs Module name:src Changes by: ma...@cvs.openbsd.org 2010/07/06 10:16:48 Modified files: sys/scsi : sd.c Log message: Enable FIFO IO for sd devices. This time committed against the actual tree. Tested by lots of people during c2k10 ok phessler krw thi

Re: CVS: cvs.openbsd.org: src

2010-07-06 Thread Theo de Raadt
> On Tue, Jul 6, 2010 at 4:26 AM, Paul Irofti wrote: > > CVSROOT:/cvs > > Module name:src > > Changes by: piro...@cvs.openbsd.org 2010/07/06 02:26:24 > > > > Modified files: > >etc/etc.amd64 : disktab > > > > Log message: > > Add the floppy576 entry back, needed for releas

Re: CVS: cvs.openbsd.org: src

2010-07-06 Thread Ted Unangst
On Tue, Jul 6, 2010 at 4:26 AM, Paul Irofti wrote: > CVSROOT:/cvs > Module name:src > Changes by: piro...@cvs.openbsd.org 2010/07/06 02:26:24 > > Modified files: >etc/etc.amd64 : disktab > > Log message: > Add the floppy576 entry back, needed for release. Okay kettenis. T

CVS: cvs.openbsd.org: src

2010-07-06 Thread Martin Hedenfalk
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2010/07/06 07:28:35 Modified files: usr.sbin/ldapd : btree.c Log message: When moving a node between pages during rebalance, find the source page prefix before finding any child page prefix. This fixes an in

CVS: cvs.openbsd.org: src

2010-07-06 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2010/07/06 07:24:35 Modified files: usr.sbin/ospf6d: kroute.c ospf6d.c rde.c Log message: Update the interfaces changes from kroute to rde via imsg. This is needed to orginate correct intra-area-prefix-lsas

CVS: cvs.openbsd.org: src

2010-07-06 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2010/07/06 07:15:33 Modified files: usr.sbin/ospf6d: ospfe.c rde.c Log message: Use the static variable narea only where needed for config reload. The other imessages use the stack variables area and iface.

CVS: cvs.openbsd.org: src

2010-07-06 Thread Martin Hedenfalk
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2010/07/06 07:05:35 Modified files: usr.sbin/ldapd : btree.c Log message: Adapt code to adhere to the comment (now that doesn't happen very often!). When deciding how to rebalancing after delete (move or me

CVS: cvs.openbsd.org: src

2010-07-06 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2010/07/06 06:42:55 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document that ONLY_FOR_ARCHS and NOT_FOR_ARCHS are now subpackage-dependent (and why !)

CVS: cvs.openbsd.org: src

2010-07-06 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2010/07/06 06:12:37 Modified files: usr.sbin/pkg_add/OpenBSD: AddDelete.pm Update.pm Log message: fuss over wantntogo, especially when it's false (make sure we still get :ok at end of lines instead of '' rep

CVS: cvs.openbsd.org: src

2010-07-06 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2010/07/06 06:02:54 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Add a blank line between sections in the output log, it's more readable.

CVS: cvs.openbsd.org: src

2010-07-06 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/07/06 04:45:01 Modified files: usr.bin/aucat : aucat.1 aucat.c midicat.1 Log message: various tweaks to previous; ok ratchov

CVS: cvs.openbsd.org: src

2010-07-06 Thread Bret Lambert
CVSROOT:/cvs Module name:src Changes by: blamb...@cvs.openbsd.org2010/07/06 03:49:47 Modified files: sys/arch/i386/i386: via.c sys/arch/amd64/amd64: via.c Log message: timeout_add -> timeout_add_msec ok art@

CVS: cvs.openbsd.org: src

2010-07-06 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/07/06 03:42:46 Modified files: sys/dev/pci: mpii.c Log message: add the iopool wrapper around the mpii ccb free list. cut the midlayer and the scsi_cmd path over to it.

CVS: cvs.openbsd.org: src

2010-07-06 Thread Martin Hedenfalk
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2010/07/06 03:27:06 Modified files: usr.sbin/ldapd : modify.c Log message: Check return code from commit. Incorrectly returned success when commit failed due to disk full.

CVS: cvs.openbsd.org: src

2010-07-06 Thread Bret Lambert
CVSROOT:/cvs Module name:src Changes by: blamb...@cvs.openbsd.org2010/07/06 03:05:42 Modified files: sys/dev/pci: viaenv.c Log message: timeout_add -> timeout_add_msec ok jsg@

CVS: cvs.openbsd.org: src

2010-07-06 Thread Stephan A. Rickauer
CVSROOT:/cvs Module name:src Changes by: step...@cvs.openbsd.org 2010/07/06 02:48:50 Modified files: sys/scsi : Tag: OPENBSD_4_7 cd.c sd.c st.c Log message: MFC, original commit from krw@: Restore an unusual XS_SENSE semantic that inadve

CVS: cvs.openbsd.org: src

2010-07-06 Thread Paul Irofti
CVSROOT:/cvs Module name:src Changes by: piro...@cvs.openbsd.org 2010/07/06 02:26:24 Modified files: etc/etc.amd64 : disktab Log message: Add the floppy576 entry back, needed for release. Okay kettenis.

CVS: cvs.openbsd.org: src

2010-07-06 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/07/06 01:18:18 Modified files: sys/dev/ic : mpi.c mpivar.h Log message: if we get an event notification that requires acknowledgement while we're busy, we might not be able to allocate a ccb via scs