CVS: cvs.openbsd.org: src

2009-02-20 Thread Marcus Glocker
CVSROOT:/cvs
Module name:src
Changes by: mgloc...@cvs.openbsd.org2009/02/20 01:30:25

Modified files:
sys/dev/usb: usbdevs.h usbdevs_data.h 

Log message:
regen



CVS: cvs.openbsd.org: src

2009-02-20 Thread Marcus Glocker
CVSROOT:/cvs
Module name:src
Changes by: mgloc...@cvs.openbsd.org2009/02/20 01:30:03

Modified files:
sys/dev/usb: usbdevs 

Log message:
Add Sony VGP-VCC9 Camera (Ricoh chipset).



CVS: cvs.openbsd.org: src

2009-02-20 Thread Marcus Glocker
CVSROOT:/cvs
Module name:src
Changes by: mgloc...@cvs.openbsd.org2009/02/20 01:34:48

Modified files:
sys/dev/usb: uvideo.c 

Log message:
Add Sony VGP-VCC9 Camera (Ricoh chipset) to the quirk list.



CVS: cvs.openbsd.org: src

2009-02-20 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2009/02/20 05:47:57

Modified files:
sys/net: if_tun.c 

Log message:
Ensure that bpf_mtap() is always called at the same interrupt priority
level within the tun(4) driver. Otherwise we can be interrupted whilst
copying a packet into the BPF buffer, leading to a race between bpf_mtap()
calls. This can result in corruption within the BPF buffers.

Also ensure that we are at IPL_NET when calling ether_input_mbuf().

Fixes PR6073.

ok claudio@, canacar@ (for an earlier version of this diff)



CVS: cvs.openbsd.org: src

2009-02-20 Thread Pierre-Emmanuel Andre
CVSROOT:/cvs
Module name:src
Changes by: p...@cvs.openbsd.org2009/02/20 08:27:01

Modified files:
usr.sbin/smtpd : mta.c 

Log message:
Fix Received: from headers

ok gilles@



CVS: cvs.openbsd.org: src

2009-02-20 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2009/02/20 10:50:22

Modified files:
sys/arch/sparc64/dev: vnet.c 

Log message:
Make sure we have enough space in the LDC transmit queue to send a DRING_DATA
message and bail out early instead of dropping packets to be transmitted.



CVS: cvs.openbsd.org: src

2009-02-20 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2009/02/20 10:55:28

Modified files:
sys/arch/sparc64/dev: vdsk.c 

Log message:
Tweak debug printf.



CVS: cvs.openbsd.org: www

2009-02-20 Thread Bob Beck
CVSROOT:/cvs
Module name:www
Changes by: b...@cvs.openbsd.org2009/02/20 11:17:06

Modified files:
.  : anoncvs.html 

Log message:
pserver is dead. long live opencvs.



CVS: cvs.openbsd.org: src

2009-02-20 Thread Jacek Masiulaniec
CVSROOT:/cvs
Module name:src
Changes by: jac...@cvs.openbsd.org  2009/02/20 11:47:53

Modified files:
usr.sbin/smtpd : queue.c 

Log message:
purge /enqueue at startup; ok gilles@



CVS: cvs.openbsd.org: src

2009-02-20 Thread Marco Peereboom
CVSROOT:/cvs
Module name:src
Changes by: ma...@cvs.openbsd.org   2009/02/20 13:08:27

Modified files:
sys/dev/acpi   : acpi.c 

Log message:
Oops didn't mean for Debugger() to remain there.



CVS: cvs.openbsd.org: src

2009-02-20 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2009/02/20 13:40:01

Modified files:
sys/arch/m88k/conf: files.m88k 
sys/arch/m88k/include: atomic.h 
sys/arch/m88k/m88k: m88k_machdep.c 
Added files:
sys/arch/m88k/m88k: atomic.S 

Log message:
atomic_{set,clear}bits_int were not safe enough on 88110 systems, as they
can be interrupted by NMI; move the SMP version of these routines from
inlines to a separate file (kernel text shrinks 20KB...).

Since the implementation for 88110 becomes really hairy, the pre-main() code
is responsible for copying the appropriate code over for kernels configured
for both 88100 and 88110 cpus, to avoid having to choose the atomicity
strategy at runtime. Hairy, I said.

This gets GENERIC.MP run much further on 197DP. Not enough to reach multiuser
mode, but boots up to starting sshd and then panics.



CVS: cvs.openbsd.org: www

2009-02-20 Thread Xavier Santolaria
CVSROOT:/cvs
Module name:www
Changes by: x...@cvs.openbsd.org2009/02/20 13:51:41

Modified files:
.  : events.html 

Log message:
+FOSDEM 2009.



CVS: cvs.openbsd.org: www

2009-02-20 Thread Robert Nagy
CVSROOT:/cvs
Module name:www
Changes by: rob...@cvs.openbsd.org  2009/02/20 15:45:54

Modified files:
.  : want.html 

Log message:
A U1 high server with a dual or quad Intel CPU for OpenOffice.Org builds
is needed in Budapest, Hungary. (Unfortunately that's the only size I can
host for free.) I can also receive donations so I can buy such a machine.
Thanks



CVS: cvs.openbsd.org: src

2009-02-20 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2009/02/20 16:35:11

Modified files:
sys/arch/mvme88k/mvme88k: m188_machdep.c 

Log message:
When looping to process external interrupts, do not complain (and panic)
if another processors sends us an IPI, it will get handled later.



CVS: cvs.openbsd.org: src

2009-02-20 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2009/02/20 16:35:32

Modified files:
sys/arch/m88k/m88k: atomic.S 

Log message:
This should get me nominated for the ``stupidest bug of the year'' award.



CVS: cvs.openbsd.org: xenocara

2009-02-20 Thread Matthieu Herrb
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2009/02/20 17:10:32

Modified files:
etc/X11.sgi: xorg.conf 

Log message:
Force loading of the dri module on sgi too, to work around non-working
lazy binding in ld.so.