CVS: cvs.openbsd.org: src

2008-12-22 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2008/12/22 02:34:46 Modified files: sys/dev/usb: uvideo.c uvideo.h Log message: Add firmware load for Apple iSight first generation devices (0x05ac:8300 before firmware load, 0x05ac:0x8501 after

CVS: cvs.openbsd.org: src

2008-12-22 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2008/12/22 02:45:46 Modified files: sys/dev/usb: uvideo.c Log message: Sort quirk device list and fix some comments there.

CVS: cvs.openbsd.org: src

2008-12-22 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2008/12/22 02:48:54 Modified files: sys/dev/pci: pcidevs.h pcidevs_data.h Log message: sync

CVS: cvs.openbsd.org: src

2008-12-22 Thread Michele Marchetto
CVSROOT:/cvs Module name:src Changes by: mich...@cvs.openbsd.org 2008/12/22 05:13:13 Modified files: sys/net: bpf.h Log message: Change DLT_MPLS number. Use one assigned by tcpdump guys to keep things in sync with them. ok canacar@

CVS: cvs.openbsd.org: src

2008-12-22 Thread Jacek Masiulaniec
CVSROOT:/cvs Module name:src Changes by: jac...@cvs.openbsd.org 2008/12/22 05:18:56 Modified files: lib/libc/net : getnameinfo.3 Log message: The example for detecting malicious PTR records could be easily misinterpreted. Make it less ambiguous; ok gilles@ claudio@

CVS: cvs.openbsd.org: src

2008-12-22 Thread Jacek Masiulaniec
CVSROOT:/cvs Module name:src Changes by: jac...@cvs.openbsd.org 2008/12/22 06:14:30 Modified files: usr.sbin/smtpd : lka.c Log message: Reduce IMSG_LKA_HOST to only make NI_NAMEREQD getnameinfo call. We don't need it to return NI_NUMERICHOST conversion because there's

CVS: cvs.openbsd.org: src

2008-12-22 Thread Hans-Joerg Hoexer
CVSROOT:/cvs Module name:src Changes by: hshoe...@cvs.openbsd.org2008/12/22 07:04:32 Modified files: regress/sbin/ipsecctl: ike59.ok Log message: Adopt to recent change: /32 now is treated as a network address. prodded by david@

CVS: cvs.openbsd.org: src

2008-12-22 Thread Hans-Joerg Hoexer
CVSROOT:/cvs Module name:src Changes by: hshoe...@cvs.openbsd.org2008/12/22 07:08:45 Modified files: regress/sbin/ipsecctl: Makefile Added files: regress/sbin/ipsecctl: ike60.in ike60.ok Log message: add regression test for aes-{128,192,256} being used

CVS: cvs.openbsd.org: src

2008-12-22 Thread Hans-Joerg Hoexer
CVSROOT:/cvs Module name:src Changes by: hshoe...@cvs.openbsd.org2008/12/22 07:30:04 Modified files: sbin/isakmpd : log.h monitor.h Log message: mark log_fatal() and monitor_exit() as __dead, as they do not return.

CVS: cvs.openbsd.org: src

2008-12-22 Thread Damien Bergamini
CVSROOT:/cvs Module name:src Changes by: dam...@cvs.openbsd.org 2008/12/22 11:42:04 Modified files: sys/dev/usb: if_rum.c Log message: do not leak an AMRR USB xfer at each ifconfig down/up.

CVS: cvs.openbsd.org: src

2008-12-22 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2008/12/22 12:09:29 Modified files: lib/libc/yp: Makefile.inc ypclnt.3 Log message: document yp_maplist(); from Ingo Schwarze ok deraadt

CVS: cvs.openbsd.org: src

2008-12-22 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2008/12/22 16:54:27 Modified files: distrib/hppa/ramdisk: Makefile Log message: do not use the DESTDIR mkboot binary

CVS: cvs.openbsd.org: src

2008-12-22 Thread Jacob Meuser
CVSROOT:/cvs Module name:src Changes by: jake...@cvs.openbsd.org 2008/12/22 17:03:17 Modified files: sys/dev/pci: azalia.c Log message: don't add invalid widgets to connection lists.

CVS: cvs.openbsd.org: src

2008-12-22 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2008/12/22 17:14:18 Modified files: sys/dev/pci: if_bge.c Log message: sizeof(bge_devices) / sizeof(bge_devices[0]) - nitems(bge_devices)

CVS: cvs.openbsd.org: src

2008-12-22 Thread Jacob Meuser
CVSROOT:/cvs Module name:src Changes by: jake...@cvs.openbsd.org 2008/12/22 21:12:19 Modified files: sys/dev/pci: azalia.c azalia.h azalia_codec.c Log message: a) a widget's nid is always it's index in the codec's widget list. b) members of the widget connection list

CVS: cvs.openbsd.org: src

2008-12-22 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2008/12/22 23:50:48 Modified files: sys/kern : subr_pool.c Log message: record the offset into each pool page that item allocations actually begin on, aka, its coloring. ok tedu@

CVS: cvs.openbsd.org: src

2008-12-22 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2008/12/22 23:54:12 Modified files: sys/sys: pool.h Log message: oops, forgot this when committing to subr_pool.c add pool_walk as debug code. this can be used to walk over all the items allocated

CVS: cvs.openbsd.org: src

2008-12-22 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2008/12/23 00:40:31 Modified files: sys/dev/pci: if_em.c Log message: allow us to completely exhaust the rx ring now that we handle the RXO (rx overflow) interrupt. Yes deraadt@