CVS: cvs.openbsd.org: src

2008-12-21 Thread Gordon Willem Klok
CVSROOT:/cvs Module name:src Changes by: g...@cvs.openbsd.org2008/12/22 00:19:09 Modified files: sys/dev/acpi : acpicpu.c Log message: With respect to the previous diff we cannot just call acpicpu_setperf directly, we must call the global function pointer cpu_setper

CVS: cvs.openbsd.org: src

2008-12-21 Thread Gordon Willem Klok
CVSROOT:/cvs Module name:src Changes by: g...@cvs.openbsd.org2008/12/21 23:37:37 Modified files: sys/dev/acpi : acpicpu.c Log message: Make acpicpu_setperf behave the same as the ACPI aware EST and powernow drivers if the _PPC is evaluated because an external change

CVS: cvs.openbsd.org: src

2008-12-21 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2008/12/21 22:22:27 Modified files: lib/libm/src/ld80: s_exp2l.c Log message: Let this compile with gcc 2.

CVS: cvs.openbsd.org: src

2008-12-21 Thread Jacob Meuser
CVSROOT:/cvs Module name:src Changes by: jake...@cvs.openbsd.org 2008/12/21 20:47:16 Modified files: sys/dev/pci: azalia_codec.c Log message: create "_source" mixer items for single connections, but be careful to not be redundant. important for understanding how widg

CVS: cvs.openbsd.org: src

2008-12-21 Thread Jacob Meuser
CVSROOT:/cvs Module name:src Changes by: jake...@cvs.openbsd.org 2008/12/21 20:18:02 Modified files: sys/dev/pci: azalia.c Log message: hex for unused widget names

CVS: cvs.openbsd.org: src

2008-12-21 Thread Jacob Meuser
CVSROOT:/cvs Module name:src Changes by: jake...@cvs.openbsd.org 2008/12/21 20:00:17 Modified files: sys/dev/pci: azalia.c Log message: set a default name for widgets (u-wid$NID) and don't try to give disabled widgets any other name.

CVS: cvs.openbsd.org: src

2008-12-21 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2008/12/21 19:38:35 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2008-12-21 Thread Jacob Meuser
CVSROOT:/cvs Module name:src Changes by: jake...@cvs.openbsd.org 2008/12/21 19:20:22 Modified files: sys/dev/pci: azalia_codec.c Log message: disable unusable converters

CVS: cvs.openbsd.org: src

2008-12-21 Thread Jacob Meuser
CVSROOT:/cvs Module name:src Changes by: jake...@cvs.openbsd.org 2008/12/21 18:32:40 Modified files: sys/dev/pci: azalia.c Log message: special case after general case. it's better to be named after a converter than a selector.

CVS: cvs.openbsd.org: src

2008-12-21 Thread Jacob Meuser
CVSROOT:/cvs Module name:src Changes by: jake...@cvs.openbsd.org 2008/12/21 17:54:04 Modified files: sys/dev/pci: azalia_codec.c Log message: new function azalia_pin_config_ov, used to override configuration values read from pin complex widgets.

CVS: cvs.openbsd.org: src

2008-12-21 Thread Jacek Masiulaniec
CVSROOT:/cvs Module name:src Changes by: jac...@cvs.openbsd.org 2008/12/21 17:44:32 Modified files: usr.sbin/smtpd : smtp_session.c Log message: To reset state, it's enough to set s->s_state = S_HELO, rcptcount is zeroed in MAIL FROM handler; ok gilles@

CVS: cvs.openbsd.org: src

2008-12-21 Thread Jacob Meuser
CVSROOT:/cvs Module name:src Changes by: jake...@cvs.openbsd.org 2008/12/21 17:03:08 Modified files: sys/dev/pci: azalia.c azalia.h Log message: - expand/add macros for pin configuration manipulation - use "beep" as pin device 0xe

CVS: cvs.openbsd.org: src

2008-12-21 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2008/12/21 16:41:26 Modified files: sys/net: if_pfsync.c Log message: split the pfsync input routine up so that each action has its own function to handle it. this is to modularise it in preparation

CVS: cvs.openbsd.org: src

2008-12-21 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2008/12/21 16:32:51 Modified files: sys/dev/pci: if_em.c Log message: rework the programming of the multicast addresses onto the chip to use the "new" multicast address and address range counters in the

CVS: cvs.openbsd.org: src

2008-12-21 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2008/12/21 16:30:26 Modified files: sys/dev/pci: if_em.c Log message: use the RXO (rx overflow) interrupt to try to refill the rx ring. this lets us cope if the rx ring empties completely and the hardwar

CVS: cvs.openbsd.org: src

2008-12-21 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2008/12/21 14:43:53 Modified files: sys/arch/m88k/include: cpu.h sys/arch/m88k/m88k: m88k_machdep.c Log message: Proper cpu_unidle() function for MP kernels. ok art@ long ago

CVS: cvs.openbsd.org: src

2008-12-21 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2008/12/21 14:37:43 Modified files: sys/conf : files Log message: vfs_syscalls_35 is required if option COMPAT_35

CVS: cvs.openbsd.org: src

2008-12-21 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2008/12/21 14:39:50 Modified files: sys/arch/vax/vsa: gpx.c lcg.c lcspx.c smg.c Log message: During early device probes, make sure to iounaccess() address ranges when they are no longer necessary. No good re

CVS: cvs.openbsd.org: src

2008-12-21 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2008/12/21 14:38:16 Modified files: sys/arch/vax/conf: GENERIC Log message: add option COMPAT_35, needed by COMPAT_VAX1K

CVS: cvs.openbsd.org: src

2008-12-21 Thread Jacob Meuser
CVSROOT:/cvs Module name:src Changes by: jake...@cvs.openbsd.org 2008/12/21 14:25:01 Modified files: sys/dev/pci: azalia.c Log message: move the codec specific widget initialization out of azalia_widget_label_widgets to right after the generic widget initialization.

CVS: cvs.openbsd.org: src

2008-12-21 Thread Jacob Meuser
CVSROOT:/cvs Module name:src Changes by: jake...@cvs.openbsd.org 2008/12/21 13:47:55 Modified files: sys/dev/pci: azalia.c Log message: if a widget is the sole connection to another widget, name the widget for the widget it's connected to. but be a bit careful to not

CVS: cvs.openbsd.org: src

2008-12-21 Thread Jacob Meuser
CVSROOT:/cvs Module name:src Changes by: jake...@cvs.openbsd.org 2008/12/21 13:44:04 Modified files: sys/dev/pci: azalia.c azalia_codec.c Log message: label converter widgets for their place in the converter group. e.g. the first DAC in the converter group is now dac,

CVS: cvs.openbsd.org: src

2008-12-21 Thread Jacob Meuser
CVSROOT:/cvs Module name:src Changes by: jake...@cvs.openbsd.org 2008/12/21 13:32:46 Modified files: sys/dev/pci: azalia.c Log message: a little rearranging: - move the azalia_widget_init_connection call from azalia_widget_label_widgets to just after azalia_widget_in

CVS: cvs.openbsd.org: src

2008-12-21 Thread Jacob Meuser
CVSROOT:/cvs Module name:src Changes by: jake...@cvs.openbsd.org 2008/12/21 13:21:24 Modified files: sys/dev/pci: azalia.h azalia_codec.c Log message: add mixer_class member to struct widget_t, and define the mixer classes in azalia.h instead of azalia_codec.c. this

CVS: cvs.openbsd.org: src

2008-12-21 Thread Jacob Meuser
CVSROOT:/cvs Module name:src Changes by: jake...@cvs.openbsd.org 2008/12/21 13:17:17 Modified files: sys/dev/pci: azalia.c Log message: add function azalia_widget_sole_conn, which determines if the given widget is the sole connection to an ADC, DAC or pin complex. not

CVS: cvs.openbsd.org: src

2008-12-21 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2008/12/21 13:16:35 Modified files: sys/dev/wscons : wskbd.c Log message: on i386 and amd64, let ctrl-alt-delete let you enter ddb if ddb.console=1 and machdep.kbdreset=2. "i like it" deraadt@

CVS: cvs.openbsd.org: src

2008-12-21 Thread Jacek Masiulaniec
CVSROOT:/cvs Module name:src Changes by: jac...@cvs.openbsd.org 2008/12/21 12:27:57 Modified files: usr.sbin/smtpd : smtp_session.c Log message: fix session flags resetting; ok gilles@

CVS: cvs.openbsd.org: src

2008-12-21 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2008/12/21 11:58:17 Modified files: sys/arch/macppc/conf: RAMDISK Log message: just attach cpu0, not cpu*, ok kettenis

Re: CVS: cvs.openbsd.org: src

2008-12-21 Thread Gilles Chehade
On Sun, Dec 21, 2008 at 11:51:08AM -0700, Gilles Chehade wrote: > [...] > so only for F_SECURE sessions. This commits unbreaks SMTP AUTH with > smtp sessions. Problem spotted by James Turner > And what I really meant was "unbreaks SMTP AUTH with SSMTP sessions". Gilles -- Gilles Chehade http:

CVS: cvs.openbsd.org: src

2008-12-21 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2008/12/21 11:51:08 Modified files: usr.sbin/smtpd : smtp.c smtp_session.c Log message: - missing prototype + smtp.c was misusing session_auth_pickup() - unlike starttls, ssmtp sets the F_SECURE flag on sess

CVS: cvs.openbsd.org: src

2008-12-21 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2008/12/21 11:49:46 Modified files: sys/arch/amd64/amd64: ioapic.c mainbus.c sys/arch/amd64/conf: GENERIC.MP files.amd64 Log message: Change the way we include mpbios code to be similar to w

CVS: cvs.openbsd.org: src

2008-12-21 Thread Damien Bergamini
CVSROOT:/cvs Module name:src Changes by: dam...@cvs.openbsd.org 2008/12/21 11:19:58 Modified files: sys/dev/pci: if_ipw.c if_iwi.c if_wpi.c if_iwn.c sys/dev/ic : rt2560.c rt2661.c rt2860.c Log message: Undo m_defrag(). m_defrag() does not work. It seem

CVS: cvs.openbsd.org: www

2008-12-21 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2008/12/21 10:36:46 Modified files: openssh: donations.html Log message: typos

CVS: cvs.openbsd.org: src

2008-12-21 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2008/12/21 09:15:24 Modified files: lib/libsndio : sun.c Log message: remove mixer bits from the audio(4) backend of libsndio, it's not possible to get them right in the current state of the mixer. discuss

CVS: cvs.openbsd.org: src

2008-12-21 Thread Jacek Masiulaniec
CVSROOT:/cvs Module name:src Changes by: jac...@cvs.openbsd.org 2008/12/21 06:06:43 Modified files: usr.sbin/smtpd : showqueue.c usr.sbin/smtpd/smtpctl: Makefile Log message: Add more compile time checking; fix warnings reported by gcc. From: Nicholas Marriott

CVS: cvs.openbsd.org: src

2008-12-21 Thread Jacek Masiulaniec
CVSROOT:/cvs Module name:src Changes by: jac...@cvs.openbsd.org 2008/12/21 05:59:09 Modified files: usr.sbin/smtpd : makemap.c usr.sbin/smtpd/makemap: Makefile Log message: Add more compile time checking; fix one warning reported by gcc. From: Nicholas Marriott

CVS: cvs.openbsd.org: src

2008-12-21 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2008/12/21 03:03:25 Modified files: lib/libsndio : aucat.c sndio.c sndio_priv.h sun.c Log message: fix more spelling errors and typos, from Thomas Pfaff , thanks

CVS: cvs.openbsd.org: src

2008-12-21 Thread Anders Magnusson
CVSROOT:/cvs Module name:src Changes by: ra...@cvs.openbsd.org 2008/12/21 02:59:24 Modified files: sys/sys: stdarg.h cdefs.h Log message: Teach the header files not to bail out if pcc is used instead of gcc. Ok dera...@.