CVS commit: src/sys/net

2010-06-27 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Sun Jun 27 06:48:41 UTC 2010 Modified Files: src/sys/net: netisr.h Log Message: Style fix: Tab consistency with the lines around it To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/net/netisr.h Please note

CVS commit: src/usr.bin/netstat

2010-06-27 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Sun Jun 27 06:52:38 UTC 2010 Modified Files: src/usr.bin/netstat: main.c netstat.1 netstat.h route.c show.c Log Message: Add -T flag, that shows tags in route output To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75

CVS commit: src/sys/dev/usb

2010-06-27 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Jun 27 10:32:13 UTC 2010 Modified Files: src/sys/dev/usb: usbdevs usbdevs.h usbdevs_data.h Log Message: add MTK chipset based GPS receiver (e. g. Qstarz BT-Q1000eX) To generate a diff of this commit: cvs rdiff -u -r1.559

CVS commit: src/sys/dev/usb

2010-06-27 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 27 11:53:59 UTC 2010 Modified Files: src/sys/dev/usb: if_kuereg.h Log Message: Replace evil pointer casts that cause unaligned access panic on ARM and MIPS with proper le16dec(9) and le32dec(9) functions for byte stream.

CVS commit: src/sys/arch/sandpoint/stand/netboot

2010-06-27 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Jun 27 12:09:17 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: dsk.c Log Message: Replaced test code for Synology SiI3512 with working KuroBox code again. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/sys/arch/sandpoint/stand/netboot

2010-06-27 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Jun 27 12:09:41 UTC 2010 Removed Files: src/sys/arch/sandpoint/stand/netboot: atawd.c Log Message: No longer needed. See dsk.c. To generate a diff of this commit: cvs rdiff -u -r1.9 -r0

CVS commit: src/sys/net

2010-06-27 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Sun Jun 27 13:39:11 UTC 2010 Modified Files: src/sys/net: if_ethersubr.c if_mpls.c Log Message: Don't assume that rt_tag family is AF_MPLS but verify it. This way rt_tag can be used for other future work also, not only MPLS To

CVS commit: src/external/bsd/atf/dist/atf-run

2010-06-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jun 27 20:36:43 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-run: atf-run.cpp Log Message: If get_tcr() is called with broken_reason set, apply xfail inversion. This (at least) makes timeouting tests honor xfail.

CVS commit: src/sys/arch/x86/x86

2010-06-27 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Jun 28 00:39:47 UTC 2010 Modified Files: src/sys/arch/x86/x86: vga_post.c Log Message: Add missing pmap_update() in vga_post_init(), remove wrong pmap_kremove() in error path, and fix pmap_update() in vga_post_set_vbe(). To

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

2010-06-27 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Jun 28 00:47:53 UTC 2010 Modified Files: src/sys/arch/xen/x86: cpu.c Log Message: mp_cpu_start: although fragment is commented out, add pmap_update(), just in case somebody would come up with a clever idea to copy-paste that.