CVS commit: src/sys/arch
Module Name:src Committed By: skrll Date: Sat Sep 13 08:08:24 UTC 2014 Modified Files: src/sys/arch/arm/broadcom: bcm2835_emmc.c files.bcm2835 src/sys/arch/evbarm/conf: RPI Log Message: Make emmc use of dma controller optional and disable the bcmdmac for now. It doesn't work for me. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/broadcom/bcm2835_emmc.c cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/broadcom/files.bcm2835 cvs rdiff -u -r1.52 -r1.53 src/sys/arch/evbarm/conf/RPI 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: Sat Sep 13 08:15:43 UTC 2014 Modified Files: src/sys/dev/usb: ehci.c Log Message: Fix build when USB_DEBUG is defined and EHCI_DEBUG isn't. The converse is always true. PR/49201 (broken build with options USB_DEBUG (latest current)) To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230 src/sys/dev/usb/ehci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/sysinst
Module Name:src Committed By: roy Date: Sat Sep 13 09:30:30 UTC 2014 Modified Files: src/usr.sbin/sysinst: net.c Log Message: Strip newline from the gateway correctly. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/sysinst/net.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/sysinst
Module Name:src Committed By: roy Date: Sat Sep 13 09:38:43 UTC 2014 Modified Files: src/usr.sbin/sysinst: net.c Log Message: Show the IP6 address instead of yes To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/sysinst/net.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/sysinst
Module Name:src Committed By: roy Date: Sat Sep 13 09:46:12 UTC 2014 Modified Files: src/usr.sbin/sysinst: net.c Log Message: Fix a bogus gcc warning: dhcp_config may be used uninitialized To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/sysinst/net.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib
Module Name:src Committed By: roy Date: Sat Sep 13 10:18:24 UTC 2014 Modified Files: src/distrib/amd64/cdroms: Makefile.cdrom src/distrib/amd64/installimage: Makefile spec.inst src/distrib/i386/cdroms: Makefile.cdrom src/distrib/i386/installimage: Makefile spec.inst src/distrib/sparc64/cdroms/installcd: Makefile src/distrib/vax/cdroms/installcd: Makefile Log Message: Punt custom dhcpcd hooks in favour up upstream hooks To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/distrib/amd64/cdroms/Makefile.cdrom cvs rdiff -u -r1.4 -r1.5 src/distrib/amd64/installimage/Makefile cvs rdiff -u -r1.1 -r1.2 src/distrib/amd64/installimage/spec.inst cvs rdiff -u -r1.31 -r1.32 src/distrib/i386/cdroms/Makefile.cdrom cvs rdiff -u -r1.4 -r1.5 src/distrib/i386/installimage/Makefile cvs rdiff -u -r1.1 -r1.2 src/distrib/i386/installimage/spec.inst cvs rdiff -u -r1.19 -r1.20 src/distrib/sparc64/cdroms/installcd/Makefile cvs rdiff -u -r1.9 -r1.10 src/distrib/vax/cdroms/installcd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc/defaults
Module Name:src Committed By: roy Date: Sat Sep 13 11:06:42 UTC 2014 Modified Files: src/etc/defaults: rc.conf Log Message: Add the -M flag to dhcpcd so it stays in master mode even for one interface. Suggested by apb@ To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 src/etc/defaults/rc.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc/defaults
Module Name:src Committed By: roy Date: Sat Sep 13 11:07:08 UTC 2014 Modified Files: src/etc/defaults: rc.conf Log Message: rtsol has gone. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/etc/defaults/rc.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/broadcom
Module Name:src Committed By: skrll Date: Sat Sep 13 13:20:38 UTC 2014 Modified Files: src/sys/arch/arm/broadcom: bcm2835_emmc.c Log Message: Fix typo in previous To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/broadcom/bcm2835_emmc.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: jmcneill Date: Sat Sep 13 14:46:50 UTC 2014 Modified Files: src/sys/dev/usb: motg.c motgvar.h Log Message: allow attachment glue to override the number of endpoints To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/usb/motg.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/usb/motgvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: jmcneill Date: Sat Sep 13 14:47:35 UTC 2014 Modified Files: src/sys/conf: files src/sys/dev/usb: motgreg.h Log Message: options MOTG_ALLWINNER to select the awin specific reg layout To generate a diff of this commit: cvs rdiff -u -r1.1103 -r1.1104 src/sys/conf/files cvs rdiff -u -r1.1 -r1.2 src/sys/dev/usb/motgreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: jmcneill Date: Sat Sep 13 14:48:02 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: std.awin Log Message: options MOTG_ALLWINNER To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/std.awin Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: rmind Date: Sat Sep 13 17:18:45 UTC 2014 Modified Files: src/sys/net: bpf.c Log Message: PR/49190: bpf_deliver: set scratch memory store in bpf_args_t. To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189 src/sys/net/bpf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/sysinst
Module Name:src Committed By: martin Date: Sat Sep 13 17:22:22 UTC 2014 Modified Files: src/usr.sbin/sysinst: net.c Log Message: For the benefit of gcc 4.5, rename a local "nl" variable to "nline", so it doesn't collide with the global curses nl() function. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/sysinst/net.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/acorn32
Module Name:src Committed By: matt Date: Sat Sep 13 17:36:42 UTC 2014 Modified Files: src/sys/arch/acorn32/acorn32: rpc_machdep.c src/sys/arch/acorn32/eb7500atx: eb7500atx_machdep.c Log Message: vm_size_t -> vsize_t To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/sys/arch/acorn32/acorn32/rpc_machdep.c cvs rdiff -u -r1.26 -r1.27 src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/include
Module Name:src Committed By: matt Date: Sat Sep 13 17:41:03 UTC 2014 Modified Files: src/sys/arch/arm/include: cpufunc_proto.h ofw.h types.h Log Message: vm_offset_t -> vaddr_t, vm_size_t -> vsize_t nuke vm_offset_t and vm_size_t To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/include/cpufunc_proto.h cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/include/ofw.h cvs rdiff -u -r1.28 -r1.29 src/sys/arch/arm/include/types.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/netwinder/netwinder
Module Name:src Committed By: matt Date: Sat Sep 13 17:42:07 UTC 2014 Modified Files: src/sys/arch/netwinder/netwinder: netwinder_machdep.c Log Message: vm_offset_t -> vaddr_t, vm_size_t -> vsize_t To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 \ src/sys/arch/netwinder/netwinder/netwinder_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: jmcneill Date: Sat Sep 13 17:42:49 UTC 2014 Modified Files: src/sys/dev/usb: motg.c motgreg.h Added Files: src/sys/arch/arm/allwinner: awin_otgreg.h Log Message: Instead of polluting motgreg.h with AllWinner specific registers (things were getting out of hand), move the AllWinner reg definitions to arch/arm/allwinner/awin_otgreg.h and include that instead of dev/usb/motgreg.h when MOTG_ALLWINNER is defined. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/allwinner/awin_otgreg.h cvs rdiff -u -r1.9 -r1.10 src/sys/dev/usb/motg.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/usb/motgreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/allwinner
Module Name:src Committed By: jmcneill Date: Sat Sep 13 17:48:00 UTC 2014 Modified Files: src/sys/arch/arm/allwinner: awin_reg.h awin_usb.c Log Message: add some more usb regs To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/arm/allwinner/awin_reg.h cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/allwinner/awin_usb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/allwinner
Module Name:src Committed By: jmcneill Date: Sat Sep 13 17:48:52 UTC 2014 Modified Files: src/sys/arch/arm/allwinner: awin_otgreg.h files.awin Added Files: src/sys/arch/arm/allwinner: awin_otg.c Log Message: motg glue (host mode) for allwinner, not quite working yet To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/allwinner/awin_otg.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/allwinner/awin_otgreg.h cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/allwinner/files.awin Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: jmcneill Date: Sat Sep 13 17:50:27 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: CUBIEBOARD Log Message: add motg (commented out) To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbarm/conf/CUBIEBOARD Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/dev/pci
Module Name:src Committed By: snj Date: Sat Sep 13 17:53:15 UTC 2014 Modified Files: src/sys/dev/pci [netbsd-6]: pci_usrreq.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1124): sys/dev/pci/pci_usrreq.c: revision 1.26 Reject unaligned PCI config register ioctl requests before we kassert. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.23.10.1 src/sys/dev/pci/pci_usrreq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/sys/dev/pci
Module Name:src Committed By: snj Date: Sat Sep 13 17:54:26 UTC 2014 Modified Files: src/sys/dev/pci [netbsd-6-0]: pci_usrreq.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1124): sys/dev/pci/pci_usrreq.c: revision 1.26 Reject unaligned PCI config register ioctl requests before we kassert. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.23.14.1 src/sys/dev/pci/pci_usrreq.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: snj Date: Sat Sep 13 17:55:23 UTC 2014 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: ticket 1124 To generate a diff of this commit: cvs rdiff -u -r1.1.2.132 -r1.1.2.133 src/doc/CHANGES-6.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/doc
Module Name:src Committed By: snj Date: Sat Sep 13 17:55:10 UTC 2014 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.6 Log Message: ticket 1124 To generate a diff of this commit: cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-6.0.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-1] src/sys/dev/pci
Module Name:src Committed By: snj Date: Sat Sep 13 17:56:25 UTC 2014 Modified Files: src/sys/dev/pci [netbsd-6-1]: pci_usrreq.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1124): sys/dev/pci/pci_usrreq.c: revision 1.26 Reject unaligned PCI config register ioctl requests before we kassert. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.23.16.1 src/sys/dev/pci/pci_usrreq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-1] src/doc
Module Name:src Committed By: snj Date: Sat Sep 13 17:56:51 UTC 2014 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.5 Log Message: ticket 1124 To generate a diff of this commit: cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-6.1.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch
Module Name:src Committed By: matt Date: Sat Sep 13 18:08:40 UTC 2014 Modified Files: src/sys/arch/acorn26/acorn26: db_interface.c src/sys/arch/acorn26/include: vmparam.h src/sys/arch/acorn32/podulebus: esc.c podulebus.c ptsc.c sfas.c src/sys/arch/arm/at91: at91bus.c src/sys/arch/arm/footbridge/isa: isa_io.c src/sys/arch/arm/include: db_machdep.h src/sys/arch/arm/iomd: vidcaudio.c src/sys/arch/epoc32/epoc32: machdep.c src/sys/arch/evbarm/adi_brh: brh_machdep.c src/sys/arch/evbarm/armadillo: armadillo9_machdep.c src/sys/arch/evbarm/g42xxeb: g42xxeb_machdep.c src/sys/arch/evbarm/hdl_g: hdlg_machdep.c src/sys/arch/evbarm/imx31: imx31lk_machdep.c src/sys/arch/evbarm/iq80310: iq80310_machdep.c src/sys/arch/evbarm/iq80321: iq80321_machdep.c src/sys/arch/evbarm/ixdp425: ixdp425_machdep.c src/sys/arch/evbarm/ixm1200: ixm1200_machdep.c src/sys/arch/evbarm/lubbock: lubbock_machdep.c src/sys/arch/evbarm/mini2440: mini2440_machdep.c src/sys/arch/evbarm/npwr_fc: npwr_fc_machdep.c src/sys/arch/evbarm/nslu2: nslu2_machdep.c src/sys/arch/evbarm/smdk2xx0: smdk2410_machdep.c smdk2800_machdep.c src/sys/arch/evbarm/tsarm: tsarm_machdep.c src/sys/arch/evbarm/tsarm/isa: isa_io.c src/sys/arch/evbarm/viper: viper_machdep.c src/sys/arch/iyonix/iyonix: iyonix_machdep.c src/sys/arch/netwinder/netwinder: netwinder_machdep.c Log Message: Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_t Use paddr_t for msgbufphys To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/acorn26/acorn26/db_interface.c cvs rdiff -u -r1.12 -r1.13 src/sys/arch/acorn26/include/vmparam.h cvs rdiff -u -r1.27 -r1.28 src/sys/arch/acorn32/podulebus/esc.c \ src/sys/arch/acorn32/podulebus/podulebus.c cvs rdiff -u -r1.18 -r1.19 src/sys/arch/acorn32/podulebus/ptsc.c cvs rdiff -u -r1.24 -r1.25 src/sys/arch/acorn32/podulebus/sfas.c cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/at91/at91bus.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/footbridge/isa/isa_io.c cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/include/db_machdep.h cvs rdiff -u -r1.51 -r1.52 src/sys/arch/arm/iomd/vidcaudio.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/epoc32/epoc32/machdep.c cvs rdiff -u -r1.42 -r1.43 src/sys/arch/evbarm/adi_brh/brh_machdep.c cvs rdiff -u -r1.27 -r1.28 src/sys/arch/evbarm/armadillo/armadillo9_machdep.c cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c cvs rdiff -u -r1.21 -r1.22 src/sys/arch/evbarm/hdl_g/hdlg_machdep.c cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/imx31/imx31lk_machdep.c cvs rdiff -u -r1.84 -r1.85 src/sys/arch/evbarm/iq80310/iq80310_machdep.c cvs rdiff -u -r1.54 -r1.55 src/sys/arch/evbarm/iq80321/iq80321_machdep.c cvs rdiff -u -r1.34 -r1.35 src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c cvs rdiff -u -r1.55 -r1.56 src/sys/arch/evbarm/ixm1200/ixm1200_machdep.c cvs rdiff -u -r1.32 -r1.33 src/sys/arch/evbarm/lubbock/lubbock_machdep.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/mini2440/mini2440_machdep.c cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c cvs rdiff -u -r1.24 -r1.25 src/sys/arch/evbarm/nslu2/nslu2_machdep.c cvs rdiff -u -r1.34 -r1.35 src/sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c cvs rdiff -u -r1.41 -r1.42 src/sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbarm/tsarm/tsarm_machdep.c cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/tsarm/isa/isa_io.c cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbarm/viper/viper_machdep.c cvs rdiff -u -r1.23 -r1.24 src/sys/arch/iyonix/iyonix/iyonix_machdep.c cvs rdiff -u -r1.82 -r1.83 \ src/sys/arch/netwinder/netwinder/netwinder_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/hpcarm/hpcarm
Module Name:src Committed By: matt Date: Sat Sep 13 18:09:50 UTC 2014 Modified Files: src/sys/arch/hpcarm/hpcarm: hpc_machdep.c pxa2x0_hpc_machdep.c sa11x0_hpc_machdep.c Log Message: Use paddr_t for msgbufphys To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/sys/arch/hpcarm/hpcarm/hpc_machdep.c cvs rdiff -u -r1.21 -r1.22 src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.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: skrll Date: Sat Sep 13 18:35:57 UTC 2014 Modified Files: src/sys/dev/usb: ehci.c Log Message: Fix reversed argument to USBHIST_LOG To generate a diff of this commit: cvs rdiff -u -r1.230 -r1.231 src/sys/dev/usb/ehci.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: jmcneill Date: Sat Sep 13 18:36:39 UTC 2014 Modified Files: src/sys/dev/usb: motg.c motgvar.h Log Message: let the bus driver override fifo size To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/usb/motg.c cvs rdiff -u -r1.3 -r1.4 src/sys/dev/usb/motgvar.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: skrll Date: Sat Sep 13 18:36:45 UTC 2014 Modified Files: src/sys/dev/usb: ehci.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.231 -r1.232 src/sys/dev/usb/ehci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/allwinner
Module Name:src Committed By: jmcneill Date: Sat Sep 13 18:37:16 UTC 2014 Modified Files: src/sys/arch/arm/allwinner: awin_otg.c Log Message: set fifosize to 512, and fix swapped intrx/inttx params to motg_intr To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/allwinner/awin_otg.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: jmcneill Date: Sat Sep 13 19:02:00 UTC 2014 Modified Files: src/sys/dev/usb: motg.c Log Message: if the bus driver supplies a fifo size and dynfifo is true, use it To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/usb/motg.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: dholland Date: Sat Sep 13 23:10:28 UTC 2014 Modified Files: src/usr.bin/make: var.c Log Message: typo in comment, from the first reverted patch To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189 src/usr.bin/make/var.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: dholland Date: Sat Sep 13 23:21:01 UTC 2014 Modified Files: src/usr.bin/make: var.c Log Message: Recognize the crazy POSIXisms $(?D) and $(?F); issue 2 in PR 49085 from Jarmo Jaakkola. To generate a diff of this commit: cvs rdiff -u -r1.189 -r1.190 src/usr.bin/make/var.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: dholland Date: Sun Sep 14 02:32:51 UTC 2014 Modified Files: src/usr.bin/make: var.c Log Message: Fix handling of the silly $(@D) $(@F) etc. vars so modifiers on them work. This is issue #1 in PR 49085 from Jarmo Jaakkola, but I've used a different and cleaner patch this time. To generate a diff of this commit: cvs rdiff -u -r1.190 -r1.191 src/usr.bin/make/var.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: dholland Date: Sun Sep 14 03:13:49 UTC 2014 Modified Files: src/usr.bin/make: make.1 Log Message: Improvements pertaining to shell commands and chdir. Some of this appeared in the PR 49085 changes, even though it's not actually relevant there except tangentially. However, I've reworked most of that for clarity and added some more. To generate a diff of this commit: cvs rdiff -u -r1.238 -r1.239 src/usr.bin/make/make.1 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: dholland Date: Sun Sep 14 03:50:28 UTC 2014 Modified Files: src/usr.bin/make: make.1 Log Message: Improve the documentation of rule-local variables. Cherry-picked from the PR 49085 changes, with some adjustments by me. To generate a diff of this commit: cvs rdiff -u -r1.239 -r1.240 src/usr.bin/make/make.1 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: dholland Date: Sun Sep 14 04:32:07 UTC 2014 Modified Files: src/usr.bin/make: make.1 Log Message: Add some notes on compatibility with other make dialects. I was originally intending to preserve some of Jarmo Jaakkola's notes on POSIX make from the PR 49085 changes... but really there's no point wandering into details about $? and such when the big picture is "almost everything in this manual works only in BSD make". Maybe the exact details can be stuffed into a chapter of the mythical make reference manual if that ever gets (re)written. To generate a diff of this commit: cvs rdiff -u -r1.240 -r1.241 src/usr.bin/make/make.1 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: dholland Date: Sun Sep 14 04:32:42 UTC 2014 Modified Files: src/usr.bin/make: make.1 Log Message: bump date; I think I'm done for tonight To generate a diff of this commit: cvs rdiff -u -r1.241 -r1.242 src/usr.bin/make/make.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.