CVS commit: src/usr.bin/make

2014-01-19 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Sun Jan 19 10:23:29 UTC 2014

Modified Files:
src/usr.bin/make: make.1

Log Message:
Emphasise the fact that the regexp and replacement in :C/// are
subjected to variable expansion before regexp parsing.  This was already
documented if you read carefully enough, but more emphasis would have
helped me to figure out why I needed three or four backslashes where I
expected to need only two.


To generate a diff of this commit:
cvs rdiff -u -r1.228 -r1.229 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/sys/arch

2014-01-19 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Sun Jan 19 10:30:19 UTC 2014

Modified Files:
src/sys/arch/amd64/include: pcb.h
src/sys/arch/i386/include: pcb.h

Log Message:
Remove the unused 'struct md_coredump'.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/amd64/include/pcb.h
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/i386/include/pcb.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

2014-01-19 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Sun Jan 19 11:36:45 UTC 2014

Modified Files:
src/lib/libc: Makefile

Log Message:
If MKREPRO=yes, make the tags file refer to /usr/src
instead of referring to the actual source directory ${NETBSDSRC}.


To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 src/lib/libc/Makefile

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



CVS commit: src/sys

2014-01-19 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Sun Jan 19 13:35:58 UTC 2014

Modified Files:
src/sys/arch/i386/i386: freebsd_machdep.c
src/sys/arch/i386/include: freebsd_machdep.h
src/sys/compat/freebsd: freebsd_ptrace.c

Log Message:
Rip out the code that might once have supported the freebsd ptrace
  system calls.
Removes some very dodgy conversions of FP register layouts.
Most of it has been disabled since 2007 when I removed the stackgap.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/i386/i386/freebsd_machdep.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/i386/include/freebsd_machdep.h
cvs rdiff -u -r1.19 -r1.20 src/sys/compat/freebsd/freebsd_ptrace.c

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



CVS commit: src/sys/compat/freebsd

2014-01-19 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Sun Jan 19 13:36:40 UTC 2014

Removed Files:
src/sys/compat/freebsd: freebsd_ptrace.h

Log Message:
No longer used.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r0 src/sys/compat/freebsd/freebsd_ptrace.h

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



CVS commit: src/tests/crypto/opencrypto

2014-01-19 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sun Jan 19 13:41:00 UTC 2014

Modified Files:
src/tests/crypto/opencrypto: h_aesctr1.c

Log Message:
Sprinkle in some UNCONST()


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/crypto/opencrypto/h_aesctr1.c

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



CVS commit: src/sys

2014-01-19 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Sun Jan 19 14:30:38 UTC 2014

Modified Files:
src/sys/arch/i386/i386: freebsd_machdep.c ibcs2_machdep.c machdep.c
process_machdep.c svr4_machdep.c trap.c
src/sys/arch/i386/include: npx.h
src/sys/arch/i386/isa: npx.c
src/sys/compat/linux/arch/i386: linux_machdep.c

Log Message:
Flatten the floating point register structures bu moving the
  'environment' registers into the main strcuture.
There are x87 instructions that only affect the environment, but that
  is no real excuse for all the sub-structures.
Rename fields so that there are far fewer collisions between the two
  sets of field names.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/i386/i386/freebsd_machdep.c
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/i386/i386/ibcs2_machdep.c
cvs rdiff -u -r1.741 -r1.742 src/sys/arch/i386/i386/machdep.c
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/i386/i386/process_machdep.c
cvs rdiff -u -r1.97 -r1.98 src/sys/arch/i386/i386/svr4_machdep.c
cvs rdiff -u -r1.267 -r1.268 src/sys/arch/i386/i386/trap.c
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/i386/include/npx.h
cvs rdiff -u -r1.147 -r1.148 src/sys/arch/i386/isa/npx.c
cvs rdiff -u -r1.154 -r1.155 src/sys/compat/linux/arch/i386/linux_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/opencrypto

2014-01-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 19 18:16:13 UTC 2014

Modified Files:
src/sys/opencrypto: cryptodev.c

Log Message:
bail out unloading for now


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/opencrypto/cryptodev.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/libcurses

2014-01-19 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Sun Jan 19 21:50:17 UTC 2014

Modified Files:
src/tests/lib/libcurses/director: Makefile
src/tests/lib/libcurses/slave: Makefile

Log Message:
Remove "-g" from CPPFLAGS and LDFLAGS in curses tests.

The debug information contains embedded references to the src directory,
which is bad for reproducible builds.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libcurses/director/Makefile
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libcurses/slave/Makefile

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



CVS commit: src/tests/lib/libcurses/director

2014-01-19 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Sun Jan 19 22:09:34 UTC 2014

Modified Files:
src/tests/lib/libcurses/director: Makefile

Log Message:
Remove -O0 from CPPFLAGS, and instead set
COPTS.testlang_parse.c += -Wno-uninitialized.

Without the old -O0, and without the new -Wno-uninitialized,
gcc issues this bogus error:
testlang_parse.y:1400:8: error: 'cmd' may be used uninitialized in this function


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libcurses/director/Makefile

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



CVS commit: src/sbin/ifconfig

2014-01-19 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sun Jan 19 22:31:13 UTC 2014

Modified Files:
src/sbin/ifconfig: af_link.c

Log Message:
Rename link to link_pkw to avoid shadowing the link syscall.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sbin/ifconfig/af_link.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/i386/include

2014-01-19 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Sun Jan 19 23:27:30 UTC 2014

Modified Files:
src/sys/arch/i386/include: npx.h

Log Message:
Add a couple of __CTASSERT() for the sizes of the fp save structures.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/i386/include/npx.h

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



CVS commit: src/gnu/dist/gcc4/libobjc

2014-01-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 20 00:05:57 UTC 2014

Modified Files:
src/gnu/dist/gcc4/libobjc: archive.c sendmsg.c

Log Message:
fix some inlines to make compilable with later versions of gcc


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/gnu/dist/gcc4/libobjc/archive.c
cvs rdiff -u -r1.2 -r1.3 src/gnu/dist/gcc4/libobjc/sendmsg.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

2014-01-19 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Jan 20 01:10:38 UTC 2014

Modified Files:
src/sys/dev/pci: pucdata.c

Log Message:
 Fix a bug that EG20T's UARTs from #1 to #3 never match.
Tested with my MinnowBoard.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/dev/pci/pucdata.c

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



CVS commit: src/external/bsd/openpam/dist/lib

2014-01-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 20 01:15:03 UTC 2014

Modified Files:
src/external/bsd/openpam/dist/lib: openpam_log.c

Log Message:
gcc 4.1 does not support pragma diagnostic ignored


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/openpam/dist/lib/openpam_log.c

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



CVS commit: src/external/bsd/ntp/lib/libntp

2014-01-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 20 01:32:12 UTC 2014

Modified Files:
src/external/bsd/ntp/lib/libntp: Makefile

Log Message:
Gcc-4.1 does not have -Wno-error


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/ntp/lib/libntp/Makefile

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



CVS commit: src/external/bsd/ntp/lib/libiscntp

2014-01-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 20 01:37:53 UTC 2014

Modified Files:
src/external/bsd/ntp/lib/libiscntp: Makefile

Log Message:
gcc 4.1 does not have -Wno-error


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/ntp/lib/libiscntp/Makefile

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



CVS commit: src/external/bsd/ntp/lib/libopts

2014-01-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 20 01:43:34 UTC 2014

Modified Files:
src/external/bsd/ntp/lib/libopts: Makefile

Log Message:
ignore format errors for old gcc


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/ntp/lib/libopts/Makefile

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



CVS commit: src/external/bsd/ntp/bin/ntpd

2014-01-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 20 01:52:54 UTC 2014

Modified Files:
src/external/bsd/ntp/bin/ntpd: Makefile

Log Message:
use the old style no-error for gcc-4.1


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/bsd/ntp/bin/ntpd/Makefile

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



CVS commit: src/external/bsd/tmux/dist

2014-01-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 20 02:08:27 UTC 2014

Modified Files:
src/external/bsd/tmux/dist: log.c

Log Message:
gcc-4.1 does not have the pragma diagnostic ignored


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/tmux/dist/log.c

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/xdebug

2014-01-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 20 02:32:57 UTC 2014

Modified Files:
src/distrib/sets/lists/xdebug: md.vax

Log Message:
add missing.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/xdebug/md.vax

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/debug

2014-01-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 20 02:34:20 UTC 2014

Modified Files:
src/distrib/sets/lists/debug: mi

Log Message:
fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/distrib/sets/lists/debug/mi

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



CVS commit: src/sys/kern

2014-01-19 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Mon Jan 20 07:47:22 UTC 2014

Modified Files:
src/sys/kern: vfs_cache.c

Log Message:
Change cache_prune() to test for end-of-list before testing for an
invalid entry.  Prevents a lifelock when the end-of-list marker
gets invalid while scanning the list and all entries are recent.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/kern/vfs_cache.c

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