CVS commit: src/sys
Module Name:src Committed By: mlelstv Date: Wed Dec 31 08:24:51 UTC 2014 Modified Files: src/sys/dev: vnd.c src/sys/dev/dkwedge: dk.c src/sys/dev/dm: device-mapper.c src/sys/dev/raidframe: rf_netbsdkintf.c src/sys/dev/scsipi: sd.c src/sys/kern: subr_disk.c Log Message: disk_blocksize and disk_set_info relay the same information to the disk subsystem. Make disk_set_info also set blocksize shift values. Remove every call to disk_blocksize. Keep disk_blocksize for ABI compatibility, make it also set dg_secsize. To generate a diff of this commit: cvs rdiff -u -r1.235 -r1.236 src/sys/dev/vnd.c cvs rdiff -u -r1.76 -r1.77 src/sys/dev/dkwedge/dk.c cvs rdiff -u -r1.35 -r1.36 src/sys/dev/dm/device-mapper.c cvs rdiff -u -r1.317 -r1.318 src/sys/dev/raidframe/rf_netbsdkintf.c cvs rdiff -u -r1.310 -r1.311 src/sys/dev/scsipi/sd.c cvs rdiff -u -r1.105 -r1.106 src/sys/kern/subr_disk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/drm2/drm
Module Name:src Committed By: mrg Date: Wed Dec 31 08:55:18 UTC 2014 Modified Files: src/sys/external/bsd/drm2/drm: drm_vm.c Log Message: fix a confusion between dev_t and devmajor_t, and include the primary minor when calling makedev(). To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/drm2/drm/drm_vm.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/doc
Module Name:src Committed By: msaitoh Date: Wed Dec 31 12:01:40 UTC 2014 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.7 Log Message: Ticket 1217. To generate a diff of this commit: cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-6.0.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbmips/ingenic
Module Name:src Committed By: martin Date: Wed Dec 31 15:25:08 UTC 2014 Modified Files: src/sys/arch/evbmips/ingenic: clock.c Log Message: Move struct clockframe cf as extern declaration into ingenic_clockintr(), to avoid a duplicate common. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbmips/ingenic/clock.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/rockchip
Module Name:src Committed By: jmcneill Date: Wed Dec 31 16:16:35 UTC 2014 Modified Files: src/sys/arch/arm/rockchip: rockchip_board.c Log Message: add RK3188plus freq scaling, and a 1.4GHz mode. anything above 1GHz with all 4 cores enabled seems to have trouble locking apll, needs more work To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/rockchip/rockchip_board.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: christos Date: Wed Dec 31 17:06:49 UTC 2014 Modified Files: src/sys/arch/emips/ebus: ace_ebus.c flash_ebus.c src/sys/dev: ccd.c dksubr.c ld.c vnd.c src/sys/dev/ata: wd.c src/sys/dev/mca: ed_mca.c src/sys/dev/mscp: mscp_disk.c src/sys/dev/ofw: ofdisk.c src/sys/dev/qbus: rl.c src/sys/dev/raidframe: rf_netbsdkintf.c src/sys/dev/scsipi: sd.c src/sys/kern: subr_disk.c Log Message: Centralize wedge ioctls in disk_ioctl. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/emips/ebus/ace_ebus.c cvs rdiff -u -r1.12 -r1.13 src/sys/arch/emips/ebus/flash_ebus.c cvs rdiff -u -r1.159 -r1.160 src/sys/dev/ccd.c cvs rdiff -u -r1.56 -r1.57 src/sys/dev/dksubr.c cvs rdiff -u -r1.78 -r1.79 src/sys/dev/ld.c cvs rdiff -u -r1.236 -r1.237 src/sys/dev/vnd.c cvs rdiff -u -r1.415 -r1.416 src/sys/dev/ata/wd.c cvs rdiff -u -r1.59 -r1.60 src/sys/dev/mca/ed_mca.c cvs rdiff -u -r1.82 -r1.83 src/sys/dev/mscp/mscp_disk.c cvs rdiff -u -r1.48 -r1.49 src/sys/dev/ofw/ofdisk.c cvs rdiff -u -r1.46 -r1.47 src/sys/dev/qbus/rl.c cvs rdiff -u -r1.318 -r1.319 src/sys/dev/raidframe/rf_netbsdkintf.c cvs rdiff -u -r1.311 -r1.312 src/sys/dev/scsipi/sd.c cvs rdiff -u -r1.106 -r1.107 src/sys/kern/subr_disk.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/ic
Module Name:src Committed By: christos Date: Wed Dec 31 17:10:45 UTC 2014 Modified Files: src/sys/dev/ic: isp_netbsd.c Log Message: We can't sleep if we are called from the watchdog timeout. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/dev/ic/isp_netbsd.c 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: ozaki-r Date: Wed Dec 31 17:36:24 UTC 2014 Modified Files: src/sys/net: bridgestp.c if_bridge.c if_bridgevar.h Log Message: Use pserialize in bridge This change enables lockless accesses to bridge member lists. See locking notes in a comment to know how pserialize and mutexes are used. This change also provides support for softint-based interrupt handling; pserialize readers can run in both HW interrupt and softint contexts. As usual, pserialize is used only when NET_MPSAFE on. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/net/bridgestp.c cvs rdiff -u -r1.94 -r1.95 src/sys/net/if_bridge.c cvs rdiff -u -r1.20 -r1.21 src/sys/net/if_bridgevar.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/rockchip
Module Name:src Committed By: jmcneill Date: Wed Dec 31 18:08:58 UTC 2014 Modified Files: src/sys/arch/arm/rockchip: rockchip_crureg.h Log Message: add some more bits To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/rockchip/rockchip_crureg.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/rockchip
Module Name:src Committed By: jmcneill Date: Wed Dec 31 18:09:06 UTC 2014 Modified Files: src/sys/arch/arm/rockchip: rockchip_board.c Log Message: Cleanup freq setting a bit. Add a table of supported rates in ~200MHz steps from 600MHz to 1608MHz, and let the cpu.frequency parameter match the closest available freq (without going over +50MHz). After updating APLL, wait for PLL lock. Do APLL changes with PLL mode set to slow, rather than the previous (and more complex) APLL/GPLL dance. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/rockchip/rockchip_board.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/rockchip
Module Name:src Committed By: jmcneill Date: Wed Dec 31 18:14:15 UTC 2014 Modified Files: src/sys/arch/arm/rockchip: rockchip_board.c Log Message: fix typo in 1008MHz rate definition for rk3188 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/rockchip/rockchip_board.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: gdt Date: Wed Dec 31 18:14:55 UTC 2014 Modified Files: src/share/man/man4: cardbus.4 Log Message: Explain RBUS_IO_BASE/SIZE. See also kern/32327. Adapted from a patch by Bj�rn Johannesson. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/share/man/man4/cardbus.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: gdt Date: Wed Dec 31 18:16:32 UTC 2014 Modified Files: src/share/man/man4: cardbus.4 Log Message: note that RBUS_IO_BASE issues are common to i386 and amd64 To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/share/man/man4/cardbus.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 Dec 31 18:19:21 UTC 2014 Modified Files: src/share/man/man4: cardbus.4 Log Message: New sentence, new line. Use more markup. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/share/man/man4/cardbus.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/ofppc/ofppc
Module Name:src Committed By: phx Date: Wed Dec 31 18:43:18 UTC 2014 Modified Files: src/sys/arch/ofppc/ofppc: mainbus.c Log Message: Make it compile with GCC48. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/ofppc/ofppc/mainbus.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/scsipi
Module Name:src Committed By: mlelstv Date: Wed Dec 31 19:37:35 UTC 2014 Modified Files: src/sys/dev/scsipi: cd.c Log Message: forgot this one. disk_set_info includes the functionality of disk_blocksize. To generate a diff of this commit: cvs rdiff -u -r1.325 -r1.326 src/sys/dev/scsipi/cd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: christos Date: Wed Dec 31 19:50:14 UTC 2014 Modified Files: src/sys/kern: subr_disk_open.c Log Message: get the wedge info first if it exists, because this will support larger sizes. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/kern/subr_disk_open.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: christos Date: Wed Dec 31 19:52:06 UTC 2014 Modified Files: src/sys/arch/amiga/dev: fd.c src/sys/arch/atari/dev: fd.c hdfd.c src/sys/arch/emips/ebus: ace_ebus.c flash_ebus.c src/sys/arch/hp300/dev: rd.c src/sys/arch/mac68k/obio: iwm_fd.c src/sys/arch/sun3/dev: xd.c xy.c src/sys/arch/vax/mba: hp.c src/sys/arch/vax/vsa: hdc9224.c src/sys/arch/x68k/dev: bmd.c fd.c src/sys/dev: ccd.c cgd.c dksubr.c ld.c md.c vnd.c src/sys/dev/ata: wd.c src/sys/dev/dkwedge: dk.c src/sys/dev/gpib: rd.c src/sys/dev/isa: fd.c mcd.c src/sys/dev/mca: ed_mca.c src/sys/dev/mscp: mscp_disk.c src/sys/dev/ofw: ofdisk.c src/sys/dev/qbus: rf.c rl.c src/sys/dev/raidframe: rf_netbsdkintf.c src/sys/dev/scsipi: cd.c sd.c src/sys/dev/vme: xd.c xy.c src/sys/kern: subr_disk.c src/sys/sys: param.h Log Message: make more drivers use disk_ioctl, and add a dev parameter to it so that we can merge the "easy" disklabel ioctls to it. Ultimately all this will go do dk_ioctl once all the drivers have been converted. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/sys/arch/amiga/dev/fd.c cvs rdiff -u -r1.80 -r1.81 src/sys/arch/atari/dev/fd.c cvs rdiff -u -r1.78 -r1.79 src/sys/arch/atari/dev/hdfd.c cvs rdiff -u -r1.15 -r1.16 src/sys/arch/emips/ebus/ace_ebus.c cvs rdiff -u -r1.13 -r1.14 src/sys/arch/emips/ebus/flash_ebus.c cvs rdiff -u -r1.98 -r1.99 src/sys/arch/hp300/dev/rd.c cvs rdiff -u -r1.50 -r1.51 src/sys/arch/mac68k/obio/iwm_fd.c cvs rdiff -u -r1.71 -r1.72 src/sys/arch/sun3/dev/xd.c cvs rdiff -u -r1.76 -r1.77 src/sys/arch/sun3/dev/xy.c cvs rdiff -u -r1.50 -r1.51 src/sys/arch/vax/mba/hp.c cvs rdiff -u -r1.54 -r1.55 src/sys/arch/vax/vsa/hdc9224.c cvs rdiff -u -r1.21 -r1.22 src/sys/arch/x68k/dev/bmd.c cvs rdiff -u -r1.111 -r1.112 src/sys/arch/x68k/dev/fd.c cvs rdiff -u -r1.160 -r1.161 src/sys/dev/ccd.c cvs rdiff -u -r1.93 -r1.94 src/sys/dev/cgd.c cvs rdiff -u -r1.57 -r1.58 src/sys/dev/dksubr.c cvs rdiff -u -r1.79 -r1.80 src/sys/dev/ld.c cvs rdiff -u -r1.71 -r1.72 src/sys/dev/md.c cvs rdiff -u -r1.237 -r1.238 src/sys/dev/vnd.c cvs rdiff -u -r1.416 -r1.417 src/sys/dev/ata/wd.c cvs rdiff -u -r1.77 -r1.78 src/sys/dev/dkwedge/dk.c cvs rdiff -u -r1.36 -r1.37 src/sys/dev/gpib/rd.c cvs rdiff -u -r1.105 -r1.106 src/sys/dev/isa/fd.c cvs rdiff -u -r1.113 -r1.114 src/sys/dev/isa/mcd.c cvs rdiff -u -r1.60 -r1.61 src/sys/dev/mca/ed_mca.c cvs rdiff -u -r1.83 -r1.84 src/sys/dev/mscp/mscp_disk.c cvs rdiff -u -r1.49 -r1.50 src/sys/dev/ofw/ofdisk.c cvs rdiff -u -r1.29 -r1.30 src/sys/dev/qbus/rf.c cvs rdiff -u -r1.47 -r1.48 src/sys/dev/qbus/rl.c cvs rdiff -u -r1.319 -r1.320 src/sys/dev/raidframe/rf_netbsdkintf.c cvs rdiff -u -r1.326 -r1.327 src/sys/dev/scsipi/cd.c cvs rdiff -u -r1.312 -r1.313 src/sys/dev/scsipi/sd.c cvs rdiff -u -r1.93 -r1.94 src/sys/dev/vme/xd.c cvs rdiff -u -r1.97 -r1.98 src/sys/dev/vme/xy.c cvs rdiff -u -r1.107 -r1.108 src/sys/kern/subr_disk.c cvs rdiff -u -r1.463 -r1.464 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: christos Date: Wed Dec 31 19:58:59 UTC 2014 Modified Files: src/sys/kern: subr_disk.c Log Message: Mention which ioctls need to move to dk_ioctl, and don't allow wedges on wedges. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/sys/kern/subr_disk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: christos Date: Wed Dec 31 20:04:56 UTC 2014 Modified Files: src/sys/sys: disk.h Log Message: prototype update. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/sys/disk.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: mlelstv Date: Wed Dec 31 20:13:41 UTC 2014 Modified Files: src/share/man/man9: disk.9 src/sys/kern: subr_disk.c src/sys/sys: disk.h Log Message: Retire disk_blocksize(). To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/share/man/man9/disk.9 cvs rdiff -u -r1.109 -r1.110 src/sys/kern/subr_disk.c cvs rdiff -u -r1.62 -r1.63 src/sys/sys/disk.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/gpib
Module Name:src Committed By: christos Date: Wed Dec 31 20:36:20 UTC 2014 Modified Files: src/sys/dev/gpib: rd.c Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/gpib/rd.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/vax/vsa
Module Name:src Committed By: christos Date: Wed Dec 31 20:37:10 UTC 2014 Modified Files: src/sys/arch/vax/vsa: hdc9224.c Log Message: declare error To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/arch/vax/vsa/hdc9224.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/vax/mba
Module Name:src Committed By: christos Date: Wed Dec 31 20:37:53 UTC 2014 Modified Files: src/sys/arch/vax/mba: hp.c Log Message: return error To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/arch/vax/mba/hp.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/xen/xen
Module Name:src Committed By: christos Date: Wed Dec 31 20:39:07 UTC 2014 Modified Files: src/sys/arch/xen/xen: xbd_xenbus.c Log Message: pass dev to disk_ioctl To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/xen/xen/xbd_xenbus.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/mscp
Module Name:src Committed By: christos Date: Wed Dec 31 20:44:46 UTC 2014 Modified Files: src/sys/dev/mscp: mscp_disk.c Log Message: remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/dev/mscp/mscp_disk.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/mscp
Module Name:src Committed By: christos Date: Wed Dec 31 20:45:44 UTC 2014 Modified Files: src/sys/dev/mscp: mscp_disk.c Log Message: more unused removal To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/dev/mscp/mscp_disk.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/amiga/dev
Module Name:src Committed By: christos Date: Wed Dec 31 20:55:53 UTC 2014 Modified Files: src/sys/arch/amiga/dev: fd.c Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/sys/arch/amiga/dev/fd.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/pci
Module Name:src Committed By: veego Date: Wed Dec 31 21:20:23 UTC 2014 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add two Intel 9 Series devices To generate a diff of this commit: cvs rdiff -u -r1.1209 -r1.1210 src/sys/dev/pci/pcidevs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: veego Date: Wed Dec 31 21:21:41 UTC 2014 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: Regen To generate a diff of this commit: cvs rdiff -u -r1.1203 -r1.1204 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1202 -r1.1203 src/sys/dev/pci/pcidevs_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/acpi
Module Name:src Committed By: mlelstv Date: Wed Dec 31 22:01:01 UTC 2014 Modified Files: src/sys/dev/acpi: acpi_bat.c Log Message: handle unknown values. Also BIF_UNIT is an enum, not a bitmask. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/dev/acpi/acpi_bat.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/evbarm/conf
Module Name:src Committed By: jmcneill Date: Wed Dec 31 23:38:42 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: ROCKCHIP Log Message: fix i2c offsets To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/conf/ROCKCHIP Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/drm2
Module Name:src Committed By: mrg Date: Thu Jan 1 01:15:43 UTC 2015 Modified Files: src/sys/external/bsd/drm2/drm: drm_drv.c src/sys/external/bsd/drm2/include/drm: drm_irq_netbsd.h src/sys/external/bsd/drm2/include/linux: spinlock.h ww_mutex.h src/sys/external/bsd/drm2/linux: linux_idr.c linux_kmap.c linux_work.c linux_writecomb.c src/sys/external/bsd/drm2/pci: drm_pci.c Log Message: due to hangs seen by several folks, for now revert: http://mail-index.netbsd.org/source-changes/2014/11/04/msg060120.html Log Message: This code should be MP-safe. Use IPL_SCHED in place of IPL_DRM/IPL_VM and set D_MPSAFE flag in cdevsw. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/external/bsd/drm2/drm/drm_drv.c cvs rdiff -u -r1.3 -r1.4 \ src/sys/external/bsd/drm2/include/drm/drm_irq_netbsd.h cvs rdiff -u -r1.5 -r1.6 src/sys/external/bsd/drm2/include/linux/spinlock.h cvs rdiff -u -r1.8 -r1.9 src/sys/external/bsd/drm2/include/linux/ww_mutex.h cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/drm2/linux/linux_idr.c cvs rdiff -u -r1.11 -r1.12 src/sys/external/bsd/drm2/linux/linux_kmap.c cvs rdiff -u -r1.9 -r1.10 src/sys/external/bsd/drm2/linux/linux_work.c cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm2/linux/linux_writecomb.c cvs rdiff -u -r1.8 -r1.9 src/sys/external/bsd/drm2/pci/drm_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/conf
Module Name:src Committed By: wiz Date: Thu Jan 1 03:21:50 UTC 2015 Modified Files: src/sys/conf: copyright Log Message: Welcome to 2015! To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/conf/copyright Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/midirecord
Module Name:src Committed By: christos Date: Thu Jan 1 04:57:01 UTC 2015 Modified Files: src/usr.bin/midirecord: midirecord.c Log Message: don't shadow div(3) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/midirecord/midirecord.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.