CVS commit: src/sys/arch/mips/conf

2015-05-19 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue May 19 07:08:21 UTC 2015

Modified Files:
src/sys/arch/mips/conf: std.octeon

Log Message:
Let the compiler/assembler know we compiling for octeon.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mips/conf/std.octeon

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/ifconfig

2015-05-19 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue May 19 08:14:38 UTC 2015

Modified Files:
src/sbin/ifconfig: Makefile

Log Message:
Fix rump.ifconfig shows host's interface names in link local addresses


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sbin/ifconfig/Makefile

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

2015-05-19 Thread SUENAGA Hiroki
Module Name:src
Committed By:   hsuenaga
Date:   Tue May 19 09:20:19 UTC 2015

Modified Files:
src/sys/arch/arm/arm: cpufunc_asm_pj4b.S
src/sys/arch/arm/marvell: armadaxp.c mvsocreg.h

Log Message:
fix Marvell Coherency Barrier register address.
configure coherency bus maintance broadcast using MPIDR. we need to configure
this regardless of 'options MULTIPROCESSOR.'


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/arm/cpufunc_asm_pj4b.S
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/marvell/armadaxp.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/marvell/mvsocreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2015-05-19 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue May 19 12:17:53 UTC 2015

Modified Files:
src/sys/sys: ipc.h

Log Message:
Use __BEGIN_DECLS / __END_DECLS consistently for _KERNEL part too.
Don't pollute namespace by including sys/sysctl.h for !_KERNEL part.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/sys/ipc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/db/db

2015-05-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue May 19 13:20:52 UTC 2015

Modified Files:
src/lib/libc/db/db: db.c

Log Message:
Fix the build for ancient (rhel5) systems that don't have O_CLOEXEC
XXX: pullup-7


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/db/db/db.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/lib/libc/db/db

2015-05-19 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue May 19 14:14:53 UTC 2015

Modified Files:
src/lib/libc/db/db [netbsd-7]: db.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #791):
lib/libc/db/db/db.c: revision 1.18
Fix the build for ancient (rhel5) systems that don't have O_CLOEXEC


To generate a diff of this commit:
cvs rdiff -u -r1.16.40.1 -r1.16.40.2 src/lib/libc/db/db/db.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-05-19 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue May 19 14:16:33 UTC 2015

Modified Files:
src/doc [netbsd-7]: CHANGES-7.0

Log Message:
Ticket #791


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.303 -r1.1.2.304 src/doc/CHANGES-7.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2015-05-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue May 19 15:14:26 UTC 2015

Modified Files:
src/crypto/dist/ipsec-tools/src/racoon: gssapi.c

Log Message:
Protect against a NULL pointer dereference described in:

https://www.altsci.com/ipsec/

XXX: pullup-7


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/crypto/dist/ipsec-tools/src/racoon/gssapi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2015-05-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue May 19 15:16:01 UTC 2015

Modified Files:
src/crypto/dist/ipsec-tools/src/racoon: gssapi.c

Log Message:
Detect error earlier to avoid memory leak.

XXX: pullup-7


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/crypto/dist/ipsec-tools/src/racoon/gssapi.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

2015-05-19 Thread Mihai Chelaru
Module Name:src
Committed By:   kefren
Date:   Tue May 19 17:33:44 UTC 2015

Modified Files:
src/sys/netinet: tcp_subr.c

Log Message:
Use RUN_ONCE to initialize iss secret. Suggested by riastradh@


To generate a diff of this commit:
cvs rdiff -u -r1.261 -r1.262 src/sys/netinet/tcp_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes

2015-05-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue May 19 19:30:29 UTC 2015

Modified Files:
src/distrib/notes/acorn26: contents
src/distrib/notes/acorn32: contents hardware
src/distrib/notes/alpha: contents hardware
src/distrib/notes/amd64: contents
src/distrib/notes/amiga: contents
src/distrib/notes/arc: contents
src/distrib/notes/atari: contents
src/distrib/notes/bebox: contents hardware
src/distrib/notes/cats: contents
src/distrib/notes/common: main netboot postinstall sysinst
src/distrib/notes/emips: contents hardware install
src/distrib/notes/evbarm: contents
src/distrib/notes/evbppc: contents
src/distrib/notes/ews4800mips: contents
src/distrib/notes/hp300: contents
src/distrib/notes/hpcarm: contents
src/distrib/notes/hpcmips: contents
src/distrib/notes/hpcsh: contents
src/distrib/notes/hppa: contents
src/distrib/notes/i386: contents
src/distrib/notes/landisk: contents
src/distrib/notes/mac68k: contents hardware prep
src/distrib/notes/macppc: contents hardware
src/distrib/notes/mmeye: contents
src/distrib/notes/mvme68k: contents
src/distrib/notes/news68k: contents
src/distrib/notes/newsmips: contents
src/distrib/notes/next68k: contents
src/distrib/notes/ofppc: contents
src/distrib/notes/pmax: contents hardware
src/distrib/notes/prep: contents hardware upgrade
src/distrib/notes/rs6000: contents
src/distrib/notes/sandpoint: contents
src/distrib/notes/sgimips: contents
src/distrib/notes/shark: contents
src/distrib/notes/sparc: contents hardware prep
src/distrib/notes/sparc64: contents hardware
src/distrib/notes/sun2: contents
src/distrib/notes/sun3: contents
src/distrib/notes/vax: contents hardware
src/distrib/notes/x68k: contents hardware

Log Message:
- update upgrade issues:
  + ARM ABI change
  + new users
  + new groups
- add modules set where missing
- formatting improvements
- note that rtsol{,d} will be gone in the future
- fix raw partition info
- update sparc64 hardware support
- remove note about sparc SMP support being broken
- update some size requirements (still lots of ancient bogus RAM
  minimums lingering -- HI PORTMASTERS!)
- various other minor content modernization
- whitespace fixes


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/notes/acorn26/contents
cvs rdiff -u -r1.1 -r1.2 src/distrib/notes/acorn32/contents
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/acorn32/hardware
cvs rdiff -u -r1.15 -r1.16 src/distrib/notes/alpha/contents
cvs rdiff -u -r1.17 -r1.18 src/distrib/notes/alpha/hardware
cvs rdiff -u -r1.4 -r1.5 src/distrib/notes/amd64/contents
cvs rdiff -u -r1.19 -r1.20 src/distrib/notes/amiga/contents
cvs rdiff -u -r1.1 -r1.2 src/distrib/notes/arc/contents
cvs rdiff -u -r1.19 -r1.20 src/distrib/notes/atari/contents
cvs rdiff -u -r1.1 -r1.2 src/distrib/notes/bebox/contents \
src/distrib/notes/bebox/hardware
cvs rdiff -u -r1.1 -r1.2 src/distrib/notes/cats/contents
cvs rdiff -u -r1.519 -r1.520 src/distrib/notes/common/main
cvs rdiff -u -r1.35 -r1.36 src/distrib/notes/common/netboot
cvs rdiff -u -r1.80 -r1.81 src/distrib/notes/common/postinstall
cvs rdiff -u -r1.105 -r1.106 src/distrib/notes/common/sysinst
cvs rdiff -u -r1.1 -r1.2 src/distrib/notes/emips/contents \
src/distrib/notes/emips/hardware src/distrib/notes/emips/install
cvs rdiff -u -r1.1 -r1.2 src/distrib/notes/evbarm/contents
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/evbppc/contents
cvs rdiff -u -r1.1 -r1.2 src/distrib/notes/ews4800mips/contents
cvs rdiff -u -r1.16 -r1.17 src/distrib/notes/hp300/contents
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/hpcarm/contents
cvs rdiff -u -r1.9 -r1.10 src/distrib/notes/hpcmips/contents
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/hpcsh/contents
cvs rdiff -u -r1.1 -r1.2 src/distrib/notes/hppa/contents
cvs rdiff -u -r1.28 -r1.29 src/distrib/notes/i386/contents
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/landisk/contents
cvs rdiff -u -r1.19 -r1.20 src/distrib/notes/mac68k/contents
cvs rdiff -u -r1.24 -r1.25 src/distrib/notes/mac68k/hardware
cvs rdiff -u -r1.16 -r1.17 src/distrib/notes/mac68k/prep
cvs rdiff -u -r1.10 -r1.11 src/distrib/notes/macppc/contents
cvs rdiff -u -r1.47 -r1.48 src/distrib/notes/macppc/hardware
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/mmeye/contents
cvs rdiff -u -r1.12 -r1.13 src/distrib/notes/mvme68k/contents
cvs rdiff -u -r1.5 -r1.6 src/distrib/notes/news68k/contents
cvs rdiff -u -r1.1 -r1.2 src/distrib/notes/newsmips/contents
cvs rdiff -u -r1.6 -r1.7 src/distrib/notes/next68k/contents
cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/ofppc/contents
cvs rdiff -u -r1.16 -r1.17 src/distrib/notes/pmax/contents
cvs rdiff -u -r1.17 -r1.18 src/distrib/notes/pmax/hardware
cvs rdiff -u -r1.1 -r1.2 src/distrib/notes/pr

CVS commit: src/distrib/notes/common

2015-05-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue May 19 19:45:57 UTC 2015

Modified Files:
src/distrib/notes/common: macros
Removed Files:
src/distrib/notes/common: list-setsizes.sh

Log Message:
finish removing the set size stuff, which was thrown out four years ago.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r0 src/distrib/notes/common/list-setsizes.sh
cvs rdiff -u -r1.41 -r1.42 src/distrib/notes/common/macros

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2015-05-19 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Tue May 19 23:35:11 UTC 2015

Modified Files:
src/sys/sys: time.h

Log Message:
Avoid C99 initializers outside _KERNEL.

Various software is built with, e.g., gcc without -std=c99, which
defaults to c89, which chokes on these.

Noted by Kamil Rytarowski.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/sys/time.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/nvidia

2015-05-19 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Wed May 20 00:05:53 UTC 2015

Modified Files:
src/sys/arch/arm/nvidia: tegra_car.c

Log Message:
wait for PLLD2 lock


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/nvidia/tegra_car.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/i2c

2015-05-19 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed May 20 00:43:28 UTC 2015

Modified Files:
src/sys/dev/i2c: sdtemp.c sdtemp_reg.h

Log Message:
 Add Catalyst CAT34TS02C support.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/i2c/sdtemp.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/i2c/sdtemp_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/net/route

2015-05-19 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Wed May 20 01:30:42 UTC 2015

Modified Files:
src/tests/net/route: t_flags.sh

Log Message:
Add tests for XRESOLVE flag


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/route/t_flags.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/crypto/dist/ipsec-tools/src/racoon

2015-05-19 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed May 20 02:45:17 UTC 2015

Modified Files:
src/crypto/dist/ipsec-tools/src/racoon [netbsd-7]: gssapi.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #792):
crypto/dist/ipsec-tools/src/racoon/gssapi.c: revision 1.5
crypto/dist/ipsec-tools/src/racoon/gssapi.c: revision 1.6
Protect against a NULL pointer dereference described in:
https://www.altsci.com/ipsec/
XXX: pullup-7
Detect error earlier to avoid memory leak.
XXX: pullup-7


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.66.1 src/crypto/dist/ipsec-tools/src/racoon/gssapi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2015-05-19 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed May 20 02:45:20 UTC 2015

Modified Files:
src/lib/libc/gen: nlist_elf32.c
src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h
src/sys/kern: kern_ksyms.c
src/sys/sys: ksyms.h

Log Message:
Change the ksyms ioctls to more compat_netbsd32 friendly.  Use _IOWR ioctls
to avoid extra copyouts.  With these changes, netstat and vmstat work on
mips64eb with the normal N32 userland and a N64 kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/gen/nlist_elf32.c
cvs rdiff -u -r1.70 -r1.71 src/sys/compat/netbsd32/netbsd32_ioctl.c
cvs rdiff -u -r1.45 -r1.46 src/sys/compat/netbsd32/netbsd32_ioctl.h
cvs rdiff -u -r1.75 -r1.76 src/sys/kern/kern_ksyms.c
cvs rdiff -u -r1.30 -r1.31 src/sys/sys/ksyms.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-05-19 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed May 20 02:47:17 UTC 2015

Modified Files:
src/doc [netbsd-7]: CHANGES-7.0

Log Message:
Ticket 792.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.304 -r1.1.2.305 src/doc/CHANGES-7.0

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

2015-05-19 Thread SUENAGA Hiroki
Module Name:src
Committed By:   hsuenaga
Date:   Wed May 20 02:59:57 UTC 2015

Modified Files:
src/sys/arch/arm/arm: cpufunc_asm_pj4b.S
src/sys/arch/arm/include: armreg.h

Log Message:
move register accessor macros for MPIDR and AUXFMC0 to armreg.h


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/arm/cpufunc_asm_pj4b.S
cvs rdiff -u -r1.104 -r1.105 src/sys/arch/arm/include/armreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2015-05-19 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed May 20 04:08:54 UTC 2015

Modified Files:
src/sys/sys: exec_elf.h

Log Message:
add struct exec_package;


To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 src/sys/sys/exec_elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/netbsd32

2015-05-19 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed May 20 04:09:37 UTC 2015

Modified Files:
src/sys/compat/netbsd32: netbsd32_ioctl.h

Log Message:
Only define the KIOC netbsd32 stuff if the KIOC ioctls have been defined.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/compat/netbsd32/netbsd32_ioctl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2015-05-19 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed May 20 04:37:45 UTC 2015

Modified Files:
src/lib/libc/gen: nlist_elf32.c
src/sys/compat/netbsd32: netbsd32_ioctl.c
src/sys/sys: ksyms.h

Log Message:
Rework ksym defines and includes.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/lib/libc/gen/nlist_elf32.c
cvs rdiff -u -r1.71 -r1.72 src/sys/compat/netbsd32/netbsd32_ioctl.c
cvs rdiff -u -r1.31 -r1.32 src/sys/sys/ksyms.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes

2015-05-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed May 20 05:19:22 UTC 2015

Modified Files:
src/distrib/notes: Makefile.inc
src/distrib/notes/common: legal.common main
Removed Files:
src/distrib/notes/acorn26: legal
src/distrib/notes/acorn32: legal
src/distrib/notes/alpha: legal
src/distrib/notes/amd64: legal
src/distrib/notes/amiga: legal
src/distrib/notes/arc: legal
src/distrib/notes/atari: legal
src/distrib/notes/bebox: legal
src/distrib/notes/cats: legal
src/distrib/notes/emips: legal
src/distrib/notes/evbarm: legal
src/distrib/notes/evbppc: legal
src/distrib/notes/ews4800mips: legal
src/distrib/notes/hp300: legal
src/distrib/notes/hpcarm: legal
src/distrib/notes/hpcmips: legal
src/distrib/notes/hpcsh: legal
src/distrib/notes/hppa: legal
src/distrib/notes/i386: legal
src/distrib/notes/landisk: legal
src/distrib/notes/mac68k: legal
src/distrib/notes/macppc: legal
src/distrib/notes/mmeye: legal
src/distrib/notes/mvme68k: legal
src/distrib/notes/news68k: legal
src/distrib/notes/newsmips: legal
src/distrib/notes/next68k: legal
src/distrib/notes/ofppc: legal
src/distrib/notes/pmax: legal
src/distrib/notes/prep: legal
src/distrib/notes/rs6000: legal
src/distrib/notes/sandpoint: legal
src/distrib/notes/sgimips: legal
src/distrib/notes/shark: legal
src/distrib/notes/sparc: legal
src/distrib/notes/sparc64: legal
src/distrib/notes/sun2: legal
src/distrib/notes/sun3: legal
src/distrib/notes/vax: legal
src/distrib/notes/x68k: legal
src/distrib/notes/xen: legal

Log Message:
merge port-specific legal sections into the common file.  most of these
entries were already in the common file, and it's a pain to maintain
them separately.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/distrib/notes/Makefile.inc
cvs rdiff -u -r1.4 -r0 src/distrib/notes/acorn26/legal
cvs rdiff -u -r1.4 -r0 src/distrib/notes/acorn32/legal
cvs rdiff -u -r1.9 -r0 src/distrib/notes/alpha/legal
cvs rdiff -u -r1.1 -r0 src/distrib/notes/amd64/legal
cvs rdiff -u -r1.11 -r0 src/distrib/notes/amiga/legal
cvs rdiff -u -r1.7 -r0 src/distrib/notes/arc/legal
cvs rdiff -u -r1.6 -r0 src/distrib/notes/atari/legal
cvs rdiff -u -r1.1 -r0 src/distrib/notes/bebox/legal
cvs rdiff -u -r1.4 -r0 src/distrib/notes/cats/legal
cvs rdiff -u -r1.93 -r1.94 src/distrib/notes/common/legal.common
cvs rdiff -u -r1.520 -r1.521 src/distrib/notes/common/main
cvs rdiff -u -r1.2 -r0 src/distrib/notes/emips/legal
cvs rdiff -u -r1.5 -r0 src/distrib/notes/evbarm/legal
cvs rdiff -u -r1.3 -r0 src/distrib/notes/evbppc/legal
cvs rdiff -u -r1.1 -r0 src/distrib/notes/ews4800mips/legal
cvs rdiff -u -r1.6 -r0 src/distrib/notes/hp300/legal
cvs rdiff -u -r1.1 -r0 src/distrib/notes/hpcarm/legal
cvs rdiff -u -r1.4 -r0 src/distrib/notes/hpcmips/legal
cvs rdiff -u -r1.1 -r0 src/distrib/notes/hpcsh/legal
cvs rdiff -u -r1.1 -r0 src/distrib/notes/hppa/legal
cvs rdiff -u -r1.13 -r0 src/distrib/notes/i386/legal
cvs rdiff -u -r1.1 -r0 src/distrib/notes/landisk/legal
cvs rdiff -u -r1.17 -r0 src/distrib/notes/mac68k/legal
cvs rdiff -u -r1.6 -r0 src/distrib/notes/macppc/legal
cvs rdiff -u -r1.1 -r0 src/distrib/notes/mmeye/legal
cvs rdiff -u -r1.7 -r0 src/distrib/notes/mvme68k/legal
cvs rdiff -u -r1.2 -r0 src/distrib/notes/news68k/legal
cvs rdiff -u -r1.1 -r0 src/distrib/notes/newsmips/legal
cvs rdiff -u -r1.4 -r0 src/distrib/notes/next68k/legal
cvs rdiff -u -r1.1 -r0 src/distrib/notes/ofppc/legal
cvs rdiff -u -r1.10 -r0 src/distrib/notes/pmax/legal
cvs rdiff -u -r1.2 -r0 src/distrib/notes/prep/legal
cvs rdiff -u -r1.1 -r0 src/distrib/notes/rs6000/legal
cvs rdiff -u -r1.4 -r0 src/distrib/notes/sandpoint/legal
cvs rdiff -u -r1.1 -r0 src/distrib/notes/sgimips/legal
cvs rdiff -u -r1.4 -r0 src/distrib/notes/shark/legal
cvs rdiff -u -r1.8 -r0 src/distrib/notes/sparc/legal
cvs rdiff -u -r1.3 -r0 src/distrib/notes/sparc64/legal
cvs rdiff -u -r1.1 -r0 src/distrib/notes/sun2/legal
cvs rdiff -u -r1.6 -r0 src/distrib/notes/sun3/legal
cvs rdiff -u -r1.7 -r0 src/distrib/notes/vax/legal
cvs rdiff -u -r1.8 -r0 src/distrib/notes/x68k/legal
cvs rdiff -u -r1.3 -r0 src/distrib/notes/xen/legal

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes/sparc64

2015-05-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed May 20 05:21:24 UTC 2015

Modified Files:
src/distrib/notes/sparc64: Makefile

Log Message:
don't look for now-gone sparc/legal


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/sparc64/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.