CVS: cvs.openbsd.org: src

2008-10-07 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/07 05:31:09 Modified files: sys/dev/usb: ehci.c Log message: In ehci_free_itd() replace LIST_INSERT_AFTER(LIST_FIRST(..), ..) with LIST_INSERT_HEAD(..) to prevent a crash when the freelist is

CVS: cvs.openbsd.org: src

2008-10-07 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/07 03:23:32 Modified files: usr.sbin/pcidump: pcidump.8 pcidump.c Log message: dump pci devices from all the domains available in the system. this gives a proper view of what is plugged into the

CVS: cvs.openbsd.org: src

2008-10-07 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/07 06:34:30 Modified files: sys/dev/ic : mpi.c Log message: if fetching a config page for a sas target doesnt work then let the scsi midlayer try to probe it anyway. this lets raid devices

CVS: cvs.openbsd.org: src

2008-10-07 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/07 09:02:45 Modified files: usr.bin/sed/TEST: sed.test Log message: There is no /usr/old/bin/sed so compare test results against /usr/bin/sed

Re: CVS: cvs.openbsd.org: src

2008-10-07 Thread Paul de Weerd
On Tue, Oct 07, 2008 at 03:23:32AM -0600, David Gwynne wrote: | CVSROOT: /cvs | Module name: src | Changes by: [EMAIL PROTECTED] 2008/10/07 03:23:32 | | Modified files: | usr.sbin/pcidump: pcidump.8 pcidump.c | | Log message: | dump pci devices from all the domains available

CVS: cvs.openbsd.org: src

2008-10-07 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/07 10:03:38 Modified files: sys/dev/pci: if_lii.c Log message: If we fail to read the MAC address from the eeprom, fallback to reading the MAC address registers. In most cases these already have

CVS: cvs.openbsd.org: src

2008-10-07 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/07 12:02:20 Modified files: sys/dev/acpi : dsdt.c dsdt.h Log message: Fix memory leak bug during scope evaluation (now without introducing a bug in evaluation of the Return() operator). Based

CVS: cvs.openbsd.org: src

2008-10-07 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/07 14:41:05 Modified files: sys/dev/mii: eephy.c Log message: Make sure page 0 is selected when we initialize the PHY. Fixes problems with the eephy(4) that attaches to nfe(4) on machines like

CVS: cvs.openbsd.org: src

2008-10-07 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/07 15:51:38 Modified files: usr.bin/sed: sed.1 process.c Log message: The 'l' command should not encode newlines. Also document that backspace is escaped as \b. OK phessler@ and jmc@

CVS: cvs.openbsd.org: src

2008-10-07 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/07 15:59:33 Modified files: sys/dev/pci/drm: drmP.h drm_agpsupport.c drm_bufs.c drm_context.c drm_dma.c drm_drv.c drm_ioctl.c drm_irq.c drm_lock.c

CVS: cvs.openbsd.org: src

2008-10-07 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/07 16:06:29 Modified files: sys/arch/alpha/alpha: fp_complete.c sys/lib/libkern: softfloat.c softfloat.h Log message: unbreak ieeefp emulation code wrt converting double to unsigned long

CVS: cvs.openbsd.org: src

2008-10-07 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/07 16:21:02 Modified files: gnu/usr.bin/perl: Makefile.bsd-wrapper Log message: re-enable ieeefp mode on alpha again, now that the kernel code is fixed. tested by me and [EMAIL PROTECTED] ok theo

CVS: cvs.openbsd.org: src

2008-10-07 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/07 16:25:53 Modified files: lib/libm : Makefile lib/libm/noieee_src: n_cabs.c Added files: lib/libm/noieee_src: n_cacos.c n_cacosh.c n_carg.c n_casin.c

CVS: cvs.openbsd.org: src

2008-10-07 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/07 16:35:30 Modified files: sys/dev/pci/drm: i915_drv.c mach64_drv.c mga_drv.c r128_drv.c radeon_drv.c savage_drv.c sis_drv.c tdfx_drv.c via_drv.c

CVS: cvs.openbsd.org: www

2008-10-07 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: [EMAIL PROTECTED] 2008/10/07 16:58:35 Modified files: . : want.html Log message: My evil nforce4 socket939 motherboard that does nasty things with acpi enabled has died, see if anyone else has one they can

CVS: cvs.openbsd.org: www

2008-10-07 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: [EMAIL PROTECTED] 2008/10/07 17:38:31 Modified files: build : support.dat Log message: Add entry for securenetworks.pt, req on [EMAIL PROTECTED]

CVS: cvs.openbsd.org: src

2008-10-07 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/07 18:19:36 Modified files: sys/arch/i386/conf: GENERIC sys/arch/amd64/conf: GENERIC Log message: uhci(4) at cardbus(4) seems to work (to the same extent that ohci(4) and ehci(4) work; ie.