YAMAMOTO Takashi | 1 Jan 2007 02:42
Picon

CVS commit: src/doc


Module Name:	src
Committed By:	yamt
Date:		Mon Jan  1 01:42:10 UTC 2007

Modified Files:
	src/doc: CHANGES CHANGES.prev

Log Message:
mention nqnfs removal.

To generate a diff of this commit:
cvs rdiff -r1.771 -r1.772 src/doc/CHANGES
cvs rdiff -r1.52 -r1.53 src/doc/CHANGES.prev

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

YAMAMOTO Takashi | 1 Jan 2007 03:59
Picon

CVS commit: src/sys/arch/xen/i386


Module Name:	src
Committed By:	yamt
Date:		Mon Jan  1 02:59:50 UTC 2007

Modified Files:
	src/sys/arch/xen/i386: autoconf.c

Log Message:
bring in wedge handling code from arch/x86/x86/x86_autoconf.c.
unlike i386, we can't rely on the bootloader.

To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/arch/xen/i386/autoconf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Izumi Tsutsui | 1 Jan 2007 04:43
Picon

CVS commit: src/sys/dev/pci


Module Name:	src
Committed By:	tsutsui
Date:		Mon Jan  1 03:43:04 UTC 2007

Modified Files:
	src/sys/dev/pci: if_nfe.c

Log Message:
Minor style fixes in nfe_attach:
- print PCI device name and revision
- print interrupt and Ethernet address like other devices

Before:
---
nfe0 at pci0 dev 5 function 0LKLN: Picked IRQ 20 with weight 1
: ioapic0 pin 20 (irq 9), address xx:xx:xx:xx:xx:xx

After:
---
nfe0 at pci0 dev 5 function 0: NVIDIA nForce3 ethernet #4 (rev. 0xa2)
LKLN: Picked IRQ 20 with weight 1
nfe0: interrupting at ioapic0 pin 20 (irq 9)
nfe0: Ethernet address xx:xx:xx:xx:xx:xx

(note "Picked IRQ" message is logged by aprint_verbose(9) in acpi(4))

To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/dev/pci/if_nfe.c

(Continue reading)

Izumi Tsutsui | 1 Jan 2007 05:13
Picon

CVS commit: src/sys/dev/pci


Module Name:	src
Committed By:	tsutsui
Date:		Mon Jan  1 04:13:25 UTC 2007

Modified Files:
	src/sys/dev/pci: if_nfe.c

Log Message:
Pull a TX timeout fix from OpenBSD:
> Defer setting of the valid bit in the first TX descriptor after
> all descriptors have been setup.  Otherwise, hardware may start
> processing descriptors faster than us and crap out.
> Fixes "watchdog timeout" errors.
>
> Original idea from Matthew Dillon  <at> DragonFly.

To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/dev/pci/if_nfe.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Thomas Klausner | 1 Jan 2007 05:26
Picon

CVS commit: src/sys/conf


Module Name:	src
Committed By:	wiz
Date:		Mon Jan  1 04:26:16 UTC 2007

Modified Files:
	src/sys/conf: copyright

Log Message:
Welcome to 2007.

Don't forget to update copyright notices when you add new code.

To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/conf/copyright

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Ichiro Fukuhara | 1 Jan 2007 06:03
Picon

CVS commit: src/sys/dev/usb


Module Name:	src
Committed By:	ichiro
Date:		Mon Jan  1 05:03:24 UTC 2007

Modified Files:
	src/sys/dev/usb: usbdevs

Log Message:
add new vendor & product
TOD(VendoeID 0x0ede)
DOOGI SLIM USB Keyboard(ProductID 0x0411)
see. http://www.rollkeyboard.com

To generate a diff of this commit:
cvs rdiff -r1.443 -r1.444 src/sys/dev/usb/usbdevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Ichiro Fukuhara | 1 Jan 2007 06:03
Picon

CVS commit: src/sys/dev/usb


Module Name:	src
Committed By:	ichiro
Date:		Mon Jan  1 05:03:38 UTC 2007

Modified Files:
	src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
regen.

To generate a diff of this commit:
cvs rdiff -r1.445 -r1.446 src/sys/dev/usb/usbdevs.h
cvs rdiff -r1.446 -r1.447 src/sys/dev/usb/usbdevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Ichiro Fukuhara | 1 Jan 2007 06:05
Picon

CVS commit: src/sys/dev/usb


Module Name:	src
Committed By:	ichiro
Date:		Mon Jan  1 05:05:21 UTC 2007

Modified Files:
	src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
re-make usbdevs.h & usbdevs_data.h

To generate a diff of this commit:
cvs rdiff -r1.446 -r1.447 src/sys/dev/usb/usbdevs.h
cvs rdiff -r1.447 -r1.448 src/sys/dev/usb/usbdevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Thomas Klausner | 1 Jan 2007 11:55
Picon

CVS commit: src/doc


Module Name:	src
Committed By:	wiz
Date:		Mon Jan  1 10:55:51 UTC 2007

Modified Files:
	src/doc: 3RDPARTY

Log Message:
ntp-4.2.4 is out.

To generate a diff of this commit:
cvs rdiff -r1.496 -r1.497 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Bernd Ernesti | 1 Jan 2007 14:09
Picon

CVS commit: src/gnu/usr.bin/gdb6/libgdb


Module Name:	src
Committed By:	veego
Date:		Mon Jan  1 13:09:54 UTC 2007

Modified Files:
	src/gnu/usr.bin/gdb6/libgdb: Makefile

Log Message:
Add ada-exp.c and c-exp.c to CLEANFILES.
This was forgotten in rev. 1.5.

To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/gnu/usr.bin/gdb6/libgdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


Gmane