CVS commit: src/sys/dev/pci/voyager
Module Name:src Committed By: macallan Date: Wed May 30 08:05:12 UTC 2012 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: fix some comments To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pci/voyager/voyagerfb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src
Module Name:src Committed By: sborrill Date: Wed May 30 08:06:26 UTC 2012 Modified Files: src/etc [netbsd-6]: MAKEDEV.tmpl src/sbin/iscsictl [netbsd-6]: iscsictl.8 src/sbin/iscsid [netbsd-6]: Makefile iscsid.8 iscsid.h iscsid_driverif.c iscsid_globals.h iscsid_lists.c iscsid_main.c iscsid_targets.c src/sys/dev/iscsi [netbsd-6]: iscsi_main.c Log Message: Pull up the following revisions(s) (requested by riz in ticket #291): etc/MAKEDEV.tmpl: revision 1.155 sbin/iscsictl/iscsictl.8: revision 1.2-1.4 sbin/iscsid/iscsid_driverif.c: revision 1.4-1.5 sbin/iscsid/iscsid_lists.c: revision 1.4-1.7 sbin/iscsid/iscsid_targets.c: revision 1.4 sbin/iscsid/iscsid_globals.h: revision 1.5-1.7 sbin/iscsid/iscsid_main.c: revision 1.4-1.7 sbin/iscsid/Makefile: revision 1.2-1.4 sbin/iscsid/iscsid.8: revision 1.3-1.8 sbin/iscsid/iscsid.h: revision 1.3 sys/dev/iscsi/iscsi_main.c: revision 1.2-1.3 Fix bugs in iscsid target list handling, and improve documentation somewhat for the in-kernel iSCSI initiator. To generate a diff of this commit: cvs rdiff -u -r1.151.2.1 -r1.151.2.2 src/etc/MAKEDEV.tmpl cvs rdiff -u -r1.1 -r1.1.4.1 src/sbin/iscsictl/iscsictl.8 cvs rdiff -u -r1.1 -r1.1.4.1 src/sbin/iscsid/Makefile cvs rdiff -u -r1.2 -r1.2.2.1 src/sbin/iscsid/iscsid.8 cvs rdiff -u -r1.2 -r1.2.4.1 src/sbin/iscsid/iscsid.h cvs rdiff -u -r1.3 -r1.3.2.1 src/sbin/iscsid/iscsid_driverif.c \ src/sbin/iscsid/iscsid_lists.c src/sbin/iscsid/iscsid_main.c \ src/sbin/iscsid/iscsid_targets.c cvs rdiff -u -r1.4 -r1.4.2.1 src/sbin/iscsid/iscsid_globals.h cvs rdiff -u -r1.1 -r1.1.8.1 src/sys/dev/iscsi/iscsi_main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: sborrill Date: Wed May 30 08:06:48 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Ticket #291 To generate a diff of this commit: cvs rdiff -u -r1.1.2.109 -r1.1.2.110 src/doc/CHANGES-6.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: skrll Date: Wed May 30 11:41:08 UTC 2012 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: Release the mutex on error in urtwn_alloc_tx_list. >From jmcneill. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/usb/if_urtwn.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: nonaka Date: Wed May 30 11:50:05 UTC 2012 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add more Realtek devices. To generate a diff of this commit: cvs rdiff -u -r1.619 -r1.620 src/sys/dev/usb/usbdevs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: nonaka Date: Wed May 30 11:50:38 UTC 2012 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.611 -r1.612 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.612 -r1.613 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.
CVS commit: src/sys/modules/if_urtwn
Module Name:src Committed By: nonaka Date: Wed May 30 12:05:56 UTC 2012 Modified Files: src/sys/modules/if_urtwn: if_urtwn.ioconf Log Message: Use collect device. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/modules/if_urtwn/if_urtwn.ioconf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: nonaka Date: Wed May 30 14:30:36 UTC 2012 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/man: mi src/share/man/man4: Makefile usb.4 src/sys/arch/amd64/conf: GENERIC src/sys/arch/i386/conf: GENERIC src/sys/dev/microcode/rum: Makefile build.c microcode.h src/sys/dev/usb: files.usb usbdevices.config Added Files: src/share/man/man4: run.4 src/sys/dev/ic: rt2860reg.h src/sys/dev/microcode/rum: run-rt2870 run-rt3071 src/sys/dev/usb: if_run.c if_runvar.h src/sys/modules/if_run: Makefile if_run.ioconf Log Message: Add a driver for Ralink Technology RT2700U/RT2800U/RT3000U USB IEEE 802.11a/b/g/n wireless network devices, ported from OpenBSD by FUKAUMI Naoki, arranged by me. To generate a diff of this commit: cvs rdiff -u -r1.993 -r1.994 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.1391 -r1.1392 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.584 -r1.585 src/share/man/man4/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man4/run.4 cvs rdiff -u -r1.98 -r1.99 src/share/man/man4/usb.4 cvs rdiff -u -r1.354 -r1.355 src/sys/arch/amd64/conf/GENERIC cvs rdiff -u -r1.1072 -r1.1073 src/sys/arch/i386/conf/GENERIC cvs rdiff -u -r0 -r1.1 src/sys/dev/ic/rt2860reg.h cvs rdiff -u -r1.1 -r1.2 src/sys/dev/microcode/rum/Makefile \ src/sys/dev/microcode/rum/build.c src/sys/dev/microcode/rum/microcode.h cvs rdiff -u -r0 -r1.1 src/sys/dev/microcode/rum/run-rt2870 \ src/sys/dev/microcode/rum/run-rt3071 cvs rdiff -u -r1.122 -r1.123 src/sys/dev/usb/files.usb cvs rdiff -u -r0 -r1.1 src/sys/dev/usb/if_run.c src/sys/dev/usb/if_runvar.h cvs rdiff -u -r1.13 -r1.14 src/sys/dev/usb/usbdevices.config cvs rdiff -u -r0 -r1.1 src/sys/modules/if_run/Makefile \ src/sys/modules/if_run/if_run.ioconf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: nonaka Date: Wed May 30 14:31:58 UTC 2012 Modified Files: src/doc: CHANGES Log Message: Mention about run(4). To generate a diff of this commit: cvs rdiff -u -r1.1703 -r1.1704 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: nonaka Date: Wed May 30 14:33:49 UTC 2012 Modified Files: src/doc: RESPONSIBLE Log Message: Add myself as responsible for urtwn(4), run(4). To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/doc/RESPONSIBLE Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: nonaka Date: Wed May 30 14:52:58 UTC 2012 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add urtwn(4) IDs from OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.620 -r1.621 src/sys/dev/usb/usbdevs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: nonaka Date: Wed May 30 14:53:18 UTC 2012 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.612 -r1.613 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.613 -r1.614 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.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: nonaka Date: Wed May 30 14:54:16 UTC 2012 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: Add some device IDs from OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/usb/if_urtwn.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libexecinfo
Module Name:src Committed By: jruoho Date: Wed May 30 15:11:58 UTC 2012 Modified Files: src/tests/lib/libexecinfo: t_backtrace.c Log Message: Use "atf_arch" instead of "atf_machine"; see atf-config(1). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libexecinfo/t_backtrace.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libm
Module Name:src Committed By: jruoho Date: Wed May 30 15:14:11 UTC 2012 Modified Files: src/tests/lib/libm: t_exp.c Log Message: Add patch from Tetsuya Isaki in PR lib/46433. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libm/t_exp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: wiz Date: Wed May 30 15:16:24 UTC 2012 Modified Files: src/share/man/man4: usb.4 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/share/man/man4/usb.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: wiz Date: Wed May 30 15:17:00 UTC 2012 Modified Files: src/share/man/man4: run.4 Log Message: Fix date and add .An -nosplit. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/run.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/amiga
Module Name:src Committed By: rkujawa Date: Wed May 30 18:01:52 UTC 2012 Modified Files: src/sys/arch/amiga/conf: GENERIC.in files.amiga Added Files: src/sys/arch/amiga/pci: emmem.c emmemvar.h empb.c empbreg.h Log Message: Add a driver for Elbox Mediator 1200 PCI bridges. This is still a work in progress, but now it is good enough to drive a NE2000 card. Support for memory space accesses will be added soon(ish). To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/sys/arch/amiga/conf/GENERIC.in cvs rdiff -u -r1.156 -r1.157 src/sys/arch/amiga/conf/files.amiga cvs rdiff -u -r0 -r1.1 src/sys/arch/amiga/pci/emmem.c \ src/sys/arch/amiga/pci/emmemvar.h src/sys/arch/amiga/pci/empb.c \ src/sys/arch/amiga/pci/empbreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libedit
Module Name:src Committed By: christos Date: Wed May 30 18:21:14 UTC 2012 Modified Files: src/lib/libedit: terminal.c Log Message: don't include both term.h and termcap.h To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libedit/terminal.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: christos Date: Wed May 30 18:34:24 UTC 2012 Added Files: src/share/man/man4: urtw.4 Log Message: add man page from FreeBSD To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/share/man/man4/urtw.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/man
Module Name:src Committed By: christos Date: Wed May 30 18:35:14 UTC 2012 Modified Files: src/distrib/sets/lists/man: mi Log Message: add urtw.4 To generate a diff of this commit: cvs rdiff -u -r1.1392 -r1.1393 src/distrib/sets/lists/man/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: wiz Date: Wed May 30 20:13:10 UTC 2012 Modified Files: src/share/man/man4: Makefile Log Message: Install urtw(4). To generate a diff of this commit: cvs rdiff -u -r1.585 -r1.586 src/share/man/man4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: wiz Date: Wed May 30 20:15:56 UTC 2012 Modified Files: src/share/man/man4: urtw.4 Log Message: Mention first NetBSD release; use Lk; simplify SYNOPSIS; bump date. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/urtw.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/npf/npfctl
Module Name:src Committed By: rmind Date: Wed May 30 21:30:07 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: Makefile npf.conf.5 npf_data.c npf_disassemble.c npf_ncgen.c npf_parse.y npf_scan.l npf_var.c npfctl.c npfctl.h Log Message: npfctl(8): add show-config command. Also, update syntax. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/npf/npfctl/Makefile \ src/usr.sbin/npf/npfctl/npf_parse.y cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/npf/npfctl/npf.conf.5 cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/npf/npfctl/npf_data.c cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/npf/npfctl/npf_disassemble.c cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/npf/npfctl/npf_ncgen.c cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/npf/npfctl/npf_scan.l cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/npf/npfctl/npf_var.c cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/npf/npfctl/npfctl.c cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/npf/npfctl/npfctl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: rmind Date: Wed May 30 21:38:04 UTC 2012 Modified Files: src/sys/net/npf: npf_ctl.c npf_handler.c npf_impl.h npf_state.c npf_state_tcp.c src/sys/rump/dev/lib/libnpf: Makefile src/usr.sbin/npf/npftest: Makefile npftest.c npftest.h src/usr.sbin/npf/npftest/libnpftest: Makefile npf_mbuf_subr.c npf_test.h Added Files: src/usr.sbin/npf/npftest: npfstream.c src/usr.sbin/npf/npftest/libnpftest: npf_test_subr.c Log Message: npftest: add a stream processor, which prints out the TCP state information. A tool for debugging connection tracking from tcpdump -w captured data. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/net/npf/npf_ctl.c \ src/sys/net/npf/npf_impl.h cvs rdiff -u -r1.16 -r1.17 src/sys/net/npf/npf_handler.c cvs rdiff -u -r1.6 -r1.7 src/sys/net/npf/npf_state.c cvs rdiff -u -r1.4 -r1.5 src/sys/net/npf/npf_state_tcp.c cvs rdiff -u -r1.2 -r1.3 src/sys/rump/dev/lib/libnpf/Makefile cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/npf/npftest/Makefile \ src/usr.sbin/npf/npftest/npftest.c src/usr.sbin/npf/npftest/npftest.h cvs rdiff -u -r0 -r1.1 src/usr.sbin/npf/npftest/npfstream.c cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/npf/npftest/libnpftest/Makefile \ src/usr.sbin/npf/npftest/libnpftest/npf_mbuf_subr.c \ src/usr.sbin/npf/npftest/libnpftest/npf_test.h cvs rdiff -u -r0 -r1.1 src/usr.sbin/npf/npftest/libnpftest/npf_test_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: sjg Date: Wed May 30 21:42:04 UTC 2012 Modified Files: src/usr.bin/make: compat.c Log Message: An empty command is quietly ignored in jobs mode, but causes a failure in compat mode. Just skip it. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/usr.bin/make/compat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: sjg Date: Wed May 30 21:54:23 UTC 2012 Modified Files: src/usr.bin/make: Makefile Log Message: Don't pass debug flags etc. to unit-tests To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/usr.bin/make/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/npf/npfctl
Module Name:src Committed By: wiz Date: Wed May 30 22:00:44 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: Remove superfluous Pp To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/npf/npfctl/npf.conf.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.