CVS commit: src/tests/kernel
Module Name:src Committed By: kamil Date: Wed Mar 1 08:05:15 UTC 2017 Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Mark syscall1 broken in t_ptrace_wait* Mark this test broken with kern/52012 as the tracee does not stop on syscall entry. Check for siginfo(2) in syscall1 and unveil two new bugs. PR kern/52012: PT_SYSCALL does not stop on syscall entry PR kern/52018: ptrace(2) PT_SYSCALL generates SIGTRAP without si_code PR kern/52019: ptrace(2) PT_SYSCALL generate SIGTRAP to the parent but returns SIGSTOP in PT_GET_SIGINFO Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/tests/kernel/t_ptrace_wait.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: knakahara Date: Wed Mar 1 08:31:06 UTC 2017 Modified Files: src/sys/dev/pci: if_wm.c Log Message: divide ITR/EITR value from wm_softc to wm_queue as EITR register is bound to each H/W queue. To generate a diff of this commit: cvs rdiff -u -r1.489 -r1.490 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet6
Module Name:src Committed By: ozaki-r Date: Wed Mar 1 08:54:12 UTC 2017 Modified Files: src/sys/netinet6: in6_var.h ip6_input.c ip6_mroute.c ip6_output.c mld6.c Log Message: Provide in6_multi_group Use it when checking if we belong to the group, instead of in6_lookup_multi. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/sys/netinet6/in6_var.h cvs rdiff -u -r1.175 -r1.176 src/sys/netinet6/ip6_input.c cvs rdiff -u -r1.118 -r1.119 src/sys/netinet6/ip6_mroute.c cvs rdiff -u -r1.186 -r1.187 src/sys/netinet6/ip6_output.c cvs rdiff -u -r1.83 -r1.84 src/sys/netinet6/mld6.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: knakahara Date: Wed Mar 1 08:56:33 UTC 2017 Modified Files: src/sys/dev/pci: if_wm.c Log Message: refactor: functionalize ITR/EITR writing processing. tested I354 and 82545(VMware e1000). To generate a diff of this commit: cvs rdiff -u -r1.490 -r1.491 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet6
Module Name:src Committed By: ozaki-r Date: Wed Mar 1 09:09:37 UTC 2017 Modified Files: src/sys/netinet6: mld6.c Log Message: Make IPv6 multicast MP-safe partially To complete the task, we need to make users of IPv6 multicast MP-safe, for example socket/PCB and CARP. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/netinet6/mld6.c 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: kamil Date: Wed Mar 1 10:28:47 UTC 2017 Modified Files: src/doc: CHANGES Log Message: Document PT_GETDBREGS, PT_SETDBREGS, TRAP_SCE and TRAP_SCX in CHANGES Added entries: ptrace(2): Add new API replacing PT_WATCHPOINT for Debug Registers: PT_GETDBREGS and PT_SETDBREGS siginfo(2): Add new si_code values for SIGTRAP: TRAP_SCE and TRAP_SCX Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.2258 -r1.2259 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: kamil Date: Wed Mar 1 10:32:09 UTC 2017 Modified Files: src/doc: CHANGES Log Message: Correct the date of PT_GETDBREGS and PT_SETDBREGS introduction Feb 28th -> Feb 23rd Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.2259 -r1.2260 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/sys/fs/msdosfs
Module Name:src Committed By: hannken Date: Wed Mar 1 10:41:28 UTC 2017 Modified Files: src/sys/fs/msdosfs: msdosfs_denode.c msdosfs_vfsops.c msdosfs_vnops.c Log Message: Remove now redundant calls to fstrans_start()/fstrans_done(). To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/fs/msdosfs/msdosfs_denode.c cvs rdiff -u -r1.123 -r1.124 src/sys/fs/msdosfs/msdosfs_vfsops.c cvs rdiff -u -r1.96 -r1.97 src/sys/fs/msdosfs/msdosfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs
Module Name:src Committed By: hannken Date: Wed Mar 1 10:42:46 UTC 2017 Modified Files: src/sys/ufs/ffs: ffs_alloc.c ffs_snapshot.c ffs_vfsops.c ffs_vnops.c src/sys/ufs/ufs: ufs_bmap.c ufs_inode.c ufs_quota2.c ufs_readwrite.c ufs_vnops.c ufs_wapbl.c Log Message: Remove now redundant calls to fstrans_start()/fstrans_done(). To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/sys/ufs/ffs/ffs_alloc.c cvs rdiff -u -r1.145 -r1.146 src/sys/ufs/ffs/ffs_snapshot.c cvs rdiff -u -r1.346 -r1.347 src/sys/ufs/ffs/ffs_vfsops.c cvs rdiff -u -r1.125 -r1.126 src/sys/ufs/ffs/ffs_vnops.c cvs rdiff -u -r1.50 -r1.51 src/sys/ufs/ufs/ufs_bmap.c cvs rdiff -u -r1.98 -r1.99 src/sys/ufs/ufs/ufs_inode.c cvs rdiff -u -r1.41 -r1.42 src/sys/ufs/ufs/ufs_quota2.c cvs rdiff -u -r1.120 -r1.121 src/sys/ufs/ufs/ufs_readwrite.c cvs rdiff -u -r1.234 -r1.235 src/sys/ufs/ufs/ufs_vnops.c cvs rdiff -u -r1.23 -r1.24 src/sys/ufs/ufs/ufs_wapbl.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: hannken Date: Wed Mar 1 10:43:37 UTC 2017 Modified Files: src/sys/kern: vfs_vnops.c Log Message: Must always lock the parent -> lock the child -> unlock the parent. To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/sys/kern/vfs_vnops.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: hannken Date: Wed Mar 1 10:44:47 UTC 2017 Modified Files: src/sys/fs/tmpfs: tmpfs.h tmpfs_vfsops.c src/sys/kern: vfs_syscalls.c src/sys/rump/librump/rumpvfs: rumpfs.c src/sys/sys: fstypes.h param.h Log Message: Change the protocol to update a mounted file system from read-write to read-only and vice versa: - Add an internal flag IMNT_WANTRDONLY. - Set either IMNT_WANTRDWR or IMNT_WANTRDONLY if going from or to read-only. - After successfull call to VFS_MOUNT() set or clear MNT_RDONLY. Adapt tmpfs and rumpfs to the new protocol. Other file systems will be updated when they get the IMNT_CAN_RWTORO property. Welcome to 7.99.64 To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/fs/tmpfs/tmpfs.h cvs rdiff -u -r1.70 -r1.71 src/sys/fs/tmpfs/tmpfs_vfsops.c cvs rdiff -u -r1.506 -r1.507 src/sys/kern/vfs_syscalls.c cvs rdiff -u -r1.144 -r1.145 src/sys/rump/librump/rumpvfs/rumpfs.c cvs rdiff -u -r1.34 -r1.35 src/sys/sys/fstypes.h cvs rdiff -u -r1.530 -r1.531 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: hannken Date: Wed Mar 1 10:45:24 UTC 2017 Modified Files: src/sys/kern: vfs_syscalls.c Log Message: Suspend the mounted file system while updating. To generate a diff of this commit: cvs rdiff -u -r1.507 -r1.508 src/sys/kern/vfs_syscalls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/miscfs/specfs
Module Name:src Committed By: hannken Date: Wed Mar 1 10:46:05 UTC 2017 Modified Files: src/sys/miscfs/specfs: spec_vnops.c Log Message: Add a diagnostic test for buffers written to a block device holding a read-only mounted file system. This will become a KASSERT in the near future. To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169 src/sys/miscfs/specfs/spec_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/ffs
Module Name:src Committed By: hannken Date: Wed Mar 1 10:46:43 UTC 2017 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: Bring back read-write to read-only mount update for ffs. To generate a diff of this commit: cvs rdiff -u -r1.347 -r1.348 src/sys/ufs/ffs/ffs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/miscfs/genfs
Module Name:src Committed By: hannken Date: Wed Mar 1 10:47:26 UTC 2017 Modified Files: src/sys/miscfs/genfs: genfs_io.c Log Message: Protect genfs_getpages() against vnodes disappearing during a forced mount update from read-write to read-only. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/miscfs/genfs/genfs_io.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/mips/mips
Module Name:src Committed By: skrll Date: Wed Mar 1 11:54:53 UTC 2017 Modified Files: src/sys/arch/mips/mips: lock_stubs_ras.S Log Message: Can't profile ras_atomic_cas_noupdate To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/mips/mips/lock_stubs_ras.S 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/PSD.doc
Module Name:src Committed By: kre Date: Wed Mar 1 13:05:11 UTC 2017 Modified Files: src/usr.bin/make/PSD.doc: tutorial.ms Log Message: Improve appearance (a little) when read with nroff, rather than troff To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/make/PSD.doc/tutorial.ms 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/omap
Module Name:src Committed By: skrll Date: Wed Mar 1 16:27:25 UTC 2017 Modified Files: src/sys/arch/arm/omap: tifb.c Log Message: Fix compile... is this right? To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/omap/tifb.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 Mar 1 16:39:49 UTC 2017 Modified Files: src/usr.bin/make: parse.c Log Message: loadfile: in the mmap case ensures that the buffer ends with \n do the same for the non-mmap case - avoids core dump. To generate a diff of this commit: cvs rdiff -u -r1.217 -r1.218 src/usr.bin/make/parse.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/gumstix
Module Name:src Committed By: skrll Date: Wed Mar 1 16:44:54 UTC 2017 Modified Files: src/sys/arch/evbarm/gumstix: gumstix_machdep.c Log Message: Set xscale_cache_clean_addr appropriately and re-arrange default KVA layout to allow direct map for all boards. OVERO/DUOVERO/PEPPER aren't tested. PR/52010: Regression: Gumstix Verdex is hanging in enabling cache + KASSERT ram_size To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/evbarm/gumstix/gumstix_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/ufs/ffs
Module Name:src Committed By: hannken Date: Wed Mar 1 21:55:07 UTC 2017 Modified Files: src/sys/ufs/ffs: ffs_vnops.c Log Message: Make compile again without "options WAPBL". >From John D. Baker via current-users@, slightly modified by me. To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/sys/ufs/ffs/ffs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/ffs
Module Name:src Committed By: christos Date: Thu Mar 2 00:43:40 UTC 2017 Modified Files: src/sys/ufs/ffs: ffs_vnops.c Log Message: ifdef reduction To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 src/sys/ufs/ffs/ffs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet6
Module Name:src Committed By: ozaki-r Date: Thu Mar 2 01:05:02 UTC 2017 Modified Files: src/sys/netinet6: in6_pcb.c ip6_output.c Log Message: Use LIST_* macros No functional change. To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/sys/netinet6/in6_pcb.c cvs rdiff -u -r1.187 -r1.188 src/sys/netinet6/ip6_output.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: snj Date: Thu Mar 2 01:10:21 UTC 2017 Modified Files: src/share/man/man4: mtd.4 Log Message: CardBus capitalization police To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/mtd.4 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: nonaka Date: Thu Mar 2 04:31:52 UTC 2017 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/mc: nouveau_subdev_mc_base.c src/sys/external/bsd/drm2/include/linux: pci.h src/sys/external/bsd/drm2/pci: drm_pci.c Log Message: drmkms_pci: Use MSI if available (Take 2) tested by martin@ and yhardy@ To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/mc/nouveau_subdev_mc_base.c cvs rdiff -u -r1.22 -r1.23 src/sys/external/bsd/drm2/include/linux/pci.h cvs rdiff -u -r1.15 -r1.16 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/dev/pci/ixgbe
Module Name:src Committed By: msaitoh Date: Thu Mar 2 04:33:56 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Fix a bug that TSO doesn't work correctly. This bug was added in ix_txrx.c rev. 1.17. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/ixgbe/ix_txrx.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: ozaki-r Date: Thu Mar 2 05:24:23 UTC 2017 Modified Files: src/sys/netinet: ip_output.c src/sys/netinet6: ip6_output.c ip6_var.h Log Message: Make usages of ifp MP-safe in some functions of IP multicast To generate a diff of this commit: cvs rdiff -u -r1.272 -r1.273 src/sys/netinet/ip_output.c cvs rdiff -u -r1.188 -r1.189 src/sys/netinet6/ip6_output.c cvs rdiff -u -r1.72 -r1.73 src/sys/netinet6/ip6_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet6
Module Name:src Committed By: ozaki-r Date: Thu Mar 2 05:26:24 UTC 2017 Modified Files: src/sys/netinet6: in6_pcb.c in6_pcb.h ip6_output.c Log Message: Make sure im6o_memberships is protected by in6p's lock (solock) To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 src/sys/netinet6/in6_pcb.c cvs rdiff -u -r1.48 -r1.49 src/sys/netinet6/in6_pcb.h cvs rdiff -u -r1.189 -r1.190 src/sys/netinet6/ip6_output.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet6
Module Name:src Committed By: ozaki-r Date: Thu Mar 2 05:27:39 UTC 2017 Modified Files: src/sys/netinet6: in6.c in6_var.h mld6.c Log Message: Protect ia6_memberships by in6_ifaddr_lock To generate a diff of this commit: cvs rdiff -u -r1.241 -r1.242 src/sys/netinet6/in6.c cvs rdiff -u -r1.94 -r1.95 src/sys/netinet6/in6_var.h cvs rdiff -u -r1.85 -r1.86 src/sys/netinet6/mld6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: ozaki-r Date: Thu Mar 2 05:29:31 UTC 2017 Modified Files: src/sys/netinet: in_pcb.c in_pcb.h ip_output.c Log Message: Make sure imo_membership is protected by inp's lock (solock) To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176 src/sys/netinet/in_pcb.c cvs rdiff -u -r1.62 -r1.63 src/sys/netinet/in_pcb.h cvs rdiff -u -r1.273 -r1.274 src/sys/netinet/ip_output.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: ozaki-r Date: Thu Mar 2 05:31:04 UTC 2017 Modified Files: src/sys/netinet: in.c Log Message: Protect ia_allhosts by in_ifaddr_lock To generate a diff of this commit: cvs rdiff -u -r1.197 -r1.198 src/sys/netinet/in.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/ixgbe
Module Name:src Committed By: msaitoh Date: Thu Mar 2 05:35:01 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Fix a problem that m_defrag() isn't called in if_transmit path. Now both if_start and if_transmit do m_defrag() correctly. This change improves the performance of TSO. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pci/ixgbe/ix_txrx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src
Module Name:src Committed By: snj Date: Thu Mar 2 07:44:13 UTC 2017 Modified Files: src/distrib/sets/lists/base [netbsd-7-0]: mi src/doc [netbsd-7-0]: 3RDPARTY src/external/public-domain/tz/dist [netbsd-7-0]: Makefile NEWS TZDATA_VERSION Theory africa antarctica asia australasia backward backzone europe leap-seconds.list leapseconds northamerica southamerica version zone.tab zone1970.tab Log Message: Pull up following revision(s) (requested by kre in ticket #1374): doc/3RDPARTY: 1.1420 via patch distrib/sets/lists/base/mi: 1.1155 external/public-domain/tz/dist/Makefile: up to 1.1.1.17 external/public-domain/tz/dist/NEWS: up to 1.1.1.17 external/public-domain/tz/dist/TZDATA_VERSION: up to 1.7 external/public-domain/tz/dist/Theory: up to 1.1.1.10 external/public-domain/tz/dist/africa: up to 1.1.1.10 external/public-domain/tz/dist/antarctica: up to 1.1.1.8 external/public-domain/tz/dist/asia: up to 1.1.1.16 external/public-domain/tz/dist/australasia: up to 1.1.1.11 external/public-domain/tz/dist/backward: up to 1.1.1.7 external/public-domain/tz/dist/backzone: up to 1.1.1.11 external/public-domain/tz/dist/europe: up to 1.1.1.17 external/public-domain/tz/dist/leap-seconds.list: up to 1.1.1.7 external/public-domain/tz/dist/leapseconds: up to 1.1.1.8 external/public-domain/tz/dist/northamerica: up to 1.1.1.15 external/public-domain/tz/dist/southamerica: up to 1.1.1.11 external/public-domain/tz/dist/version: up to 1.1.1.4 external/public-domain/tz/dist/zone.tab: up to 1.1.1.11 external/public-domain/tz/dist/zone1970.tab: up to 1.1.1.13 Update to tzdata2017a. To generate a diff of this commit: cvs rdiff -u -r1.1087.2.7.2.2 -r1.1087.2.7.2.3 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.1145.2.18.2.15 -r1.1145.2.18.2.16 src/doc/3RDPARTY cvs rdiff -u -r1.1.1.1.4.4.2.2 -r1.1.1.1.4.4.2.3 \ src/external/public-domain/tz/dist/Makefile \ src/external/public-domain/tz/dist/NEWS \ src/external/public-domain/tz/dist/asia \ src/external/public-domain/tz/dist/europe \ src/external/public-domain/tz/dist/leapseconds \ src/external/public-domain/tz/dist/northamerica \ src/external/public-domain/tz/dist/zone.tab \ src/external/public-domain/tz/dist/zone1970.tab cvs rdiff -u -r1.6.2.2 -r1.6.2.3 \ src/external/public-domain/tz/dist/TZDATA_VERSION cvs rdiff -u -r1.1.1.1.2.5.2.2 -r1.1.1.1.2.5.2.3 \ src/external/public-domain/tz/dist/Theory \ src/external/public-domain/tz/dist/backzone cvs rdiff -u -r1.1.1.1.4.3.2.1 -r1.1.1.1.4.3.2.2 \ src/external/public-domain/tz/dist/africa \ src/external/public-domain/tz/dist/antarctica cvs rdiff -u -r1.1.1.1.4.3.2.2 -r1.1.1.1.4.3.2.3 \ src/external/public-domain/tz/dist/australasia \ src/external/public-domain/tz/dist/backward cvs rdiff -u -r1.1.1.1.4.2.2.2 -r1.1.1.1.4.2.2.3 \ src/external/public-domain/tz/dist/leap-seconds.list cvs rdiff -u -r1.1.1.1.4.4.2.1 -r1.1.1.1.4.4.2.2 \ src/external/public-domain/tz/dist/southamerica cvs rdiff -u -r1.1.1.3.2.2 -r1.1.1.3.2.3 \ src/external/public-domain/tz/dist/version Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/doc
Module Name:src Committed By: snj Date: Thu Mar 2 07:44:40 UTC 2017 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: 1374 To generate a diff of this commit: cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-7.0.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src
Module Name:src Committed By: snj Date: Thu Mar 2 07:46:02 UTC 2017 Modified Files: src/distrib/sets/lists/base [netbsd-7]: mi src/doc [netbsd-7]: 3RDPARTY src/external/public-domain/tz/dist [netbsd-7]: Makefile NEWS TZDATA_VERSION Theory africa antarctica asia australasia backward backzone europe leap-seconds.list leapseconds northamerica southamerica version zone.tab zone1970.tab Log Message: Pull up following revision(s) (requested by kre in ticket #1374): doc/3RDPARTY: 1.1420 via patch distrib/sets/lists/base/mi: 1.1155 external/public-domain/tz/dist/Makefile: up to 1.1.1.17 external/public-domain/tz/dist/NEWS: up to 1.1.1.17 external/public-domain/tz/dist/TZDATA_VERSION: up to 1.7 external/public-domain/tz/dist/Theory: up to 1.1.1.10 external/public-domain/tz/dist/africa: up to 1.1.1.10 external/public-domain/tz/dist/antarctica: up to 1.1.1.8 external/public-domain/tz/dist/asia: up to 1.1.1.16 external/public-domain/tz/dist/australasia: up to 1.1.1.11 external/public-domain/tz/dist/backward: up to 1.1.1.7 external/public-domain/tz/dist/backzone: up to 1.1.1.11 external/public-domain/tz/dist/europe: up to 1.1.1.17 external/public-domain/tz/dist/leap-seconds.list: up to 1.1.1.7 external/public-domain/tz/dist/leapseconds: up to 1.1.1.8 external/public-domain/tz/dist/northamerica: up to 1.1.1.15 external/public-domain/tz/dist/southamerica: up to 1.1.1.11 external/public-domain/tz/dist/version: up to 1.1.1.4 external/public-domain/tz/dist/zone.tab: up to 1.1.1.11 external/public-domain/tz/dist/zone1970.tab: up to 1.1.1.13 Update to tzdata2017a. To generate a diff of this commit: cvs rdiff -u -r1.1087.2.9 -r1.1087.2.10 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.1145.2.36 -r1.1145.2.37 src/doc/3RDPARTY cvs rdiff -u -r1.1.1.1.4.6 -r1.1.1.1.4.7 \ src/external/public-domain/tz/dist/Makefile \ src/external/public-domain/tz/dist/NEWS \ src/external/public-domain/tz/dist/asia \ src/external/public-domain/tz/dist/europe \ src/external/public-domain/tz/dist/leapseconds \ src/external/public-domain/tz/dist/northamerica \ src/external/public-domain/tz/dist/zone.tab \ src/external/public-domain/tz/dist/zone1970.tab cvs rdiff -u -r1.6.4.2 -r1.6.4.3 \ src/external/public-domain/tz/dist/TZDATA_VERSION cvs rdiff -u -r1.1.1.1.2.7 -r1.1.1.1.2.8 \ src/external/public-domain/tz/dist/Theory \ src/external/public-domain/tz/dist/backzone cvs rdiff -u -r1.1.1.1.4.4 -r1.1.1.1.4.5 \ src/external/public-domain/tz/dist/africa \ src/external/public-domain/tz/dist/antarctica \ src/external/public-domain/tz/dist/leap-seconds.list cvs rdiff -u -r1.1.1.1.4.5 -r1.1.1.1.4.6 \ src/external/public-domain/tz/dist/australasia \ src/external/public-domain/tz/dist/backward \ src/external/public-domain/tz/dist/southamerica cvs rdiff -u -r1.1.1.3.4.2 -r1.1.1.3.4.3 \ src/external/public-domain/tz/dist/version Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.