CVS commit: src/share/man/man4

2011-07-03 Thread Mihai Chelaru
Module Name:src
Committed By:   kefren
Date:   Sun Jul  3 07:00:48 UTC 2011

Modified Files:
src/share/man/man4: mpls.4

Log Message:
correct two examples and add a couple more for multiple tags


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/mpls.4

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



CVS commit: src/common/lib/libc/arch/arm/string

2011-07-03 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sun Jul  3 07:13:31 UTC 2011

Modified Files:
src/common/lib/libc/arch/arm/string: ffs.S

Log Message:
Add a weak symbol definition for __ffssi2 so that __builtin_ffs will use
this if no strong defintion of __ffssi2 is available.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/arm/string/ffs.S

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



CVS commit: src/sbin/route

2011-07-03 Thread Mihai Chelaru
Module Name:src
Committed By:   kefren
Date:   Sun Jul  3 07:20:37 UTC 2011

Modified Files:
src/sbin/route: route.8

Log Message:
Mention -mpls and -tag and xref mpls(4)
bin/45071


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sbin/route/route.8

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



CVS commit: src/external/gpl3/gcc/lib

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 07:23:20 UTC 2011

Modified Files:
src/external/gpl3/gcc/lib: Makefile.hacks

Log Message:
add sysroot-suffix.h to the fake headers.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/Makefile.hacks

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

2011-07-03 Thread Mihai Chelaru
Module Name:src
Committed By:   kefren
Date:   Sun Jul  3 07:25:52 UTC 2011

Modified Files:
src/share/man/man4: route.4

Log Message:
add RTA_TAG as defined in 


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/share/man/man4/route.4

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



CVS commit: src/external/lgpl3/gmp/lib/libgmp/arch/powerpc

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 07:26:21 UTC 2011

Modified Files:
src/external/lgpl3/gmp/lib/libgmp/arch/powerpc: gmp.h

Log Message:
re-generate (add mpn_udiv_w_sdiv prototype.)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/gmp.h

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



CVS commit: src/external/gpl3/gcc/lib/libgcc

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 08:35:42 UTC 2011

Modified Files:
src/external/gpl3/gcc/lib/libgcc: Makefile.inc
src/external/gpl3/gcc/lib/libgcc/libgcc: Makefile

Log Message:
- Makefile.hacks isn't working here; revert this portion for now.
- support ${COPTS.${.IMPSRC:T}} in the .c.pico rule
- add a hack for m68k and _fixunsxfdi, uses above
- add support to build LIB2ADD_ST stuff


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gcc/lib/libgcc/Makefile.inc
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/libgcc/libgcc/Makefile

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



CVS commit: src/external/gpl3/gcc/lib/libgcc/arch

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 08:44:40 UTC 2011

Modified Files:
src/external/gpl3/gcc/lib/libgcc/arch: arm.mk powerpc.mk

Log Message:
regenerate


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/libgcc/arch/arm.mk \
src/external/gpl3/gcc/lib/libgcc/arch/powerpc.mk

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



CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 08:45:42 UTC 2011

Modified Files:
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc: c++config.h
config.h

Log Message:
regenerate.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/c++config.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/config.h

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



CVS commit: src/sys/rump/librump/rumpkern/arch/powerpc

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 08:53:24 UTC 2011

Added Files:
src/sys/rump/librump/rumpkern/arch/powerpc: Makefile.inc

Log Message:
define ARCH_ELFSIZE=32 and add kobj_stubs.c rumpcpu_generic.c.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
src/sys/rump/librump/rumpkern/arch/powerpc/Makefile.inc

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

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 08:56:25 UTC 2011

Modified Files:
src/sys/arch/vax/boot/boot: if_ni.c

Log Message:
avoid some multi-level pointer cast issues.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/vax/boot/boot/if_ni.c

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



CVS commit: src/sys

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 08:57:43 UTC 2011

Modified Files:
src/sys/fs/puffs: puffs_msgif.c
src/sys/kern: sys_process.c

Log Message:
avoid some uninitialised variable warnings from GCC.
at least the puffs one seems valid, but i'm not 100% sure.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/fs/puffs/puffs_msgif.c
cvs rdiff -u -r1.156 -r1.157 src/sys/kern/sys_process.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

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 09:03:32 UTC 2011

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

Log Message:
avoid an uninitialised variable warning.  this one seems a false
positive, but since it's for some hacky workaround code anyway...


To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/sys/netinet/udp_usrreq.c

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



CVS commit: src/external/gpl3/gcc/dist/gcc

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 09:08:55 UTC 2011

Modified Files:
src/external/gpl3/gcc/dist/gcc: config.gcc

Log Message:
set default_m68k_cpu for our m68* ports.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/dist/gcc/config.gcc

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

2011-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jul  3 09:10:37 UTC 2011

Modified Files:
src/share/man/man4: mpls.4

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/mpls.4

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



CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 09:10:42 UTC 2011

Modified Files:
src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h

Log Message:
don't use the netbsd LIBGCC_SPEC on sun2.  there's no libgcc_pic.a


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/dist/gcc/config/m68k/netbsd-elf.h

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



CVS commit: src/sbin/route

2011-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jul  3 09:15:20 UTC 2011

Modified Files:
src/sbin/route: route.8

Log Message:
Whitespace nit.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sbin/route/route.8

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

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 10:34:25 UTC 2011

Modified Files:
src/sys/arch/mips/include: mcontext.h

Log Message:
s/#elif/#else/ -- when there's nothing to check.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/mips/include/mcontext.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

2011-07-03 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sun Jul  3 10:40:16 UTC 2011

Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: GENERIC

Log Message:
Add back DIAGNOSTIC option to x86 GENERIC kernels, as discussed on tech-kern.
This will have to be commented out on release branches.


To generate a diff of this commit:
cvs rdiff -u -r1.321 -r1.322 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1034 -r1.1035 src/sys/arch/i386/conf/GENERIC

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

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 10:41:37 UTC 2011

Modified Files:
src/sys/arch/mips/include: stdarg.h

Log Message:
add GCC 4.5 support.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/mips/include/stdarg.h

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



CVS commit: src/external/gpl3/gcc

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 11:39:52 UTC 2011

Added Files:
src/external/gpl3/gcc/lib/crtstuff/arch: mipseb.mk mipsel.mk
src/external/gpl3/gcc/lib/libgcc/arch: mipseb.mk mipsel.mk
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/mipseb: defs.mk
gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/mipsel: defs.mk
gcov-iov.h
src/external/gpl3/gcc/lib/libiberty/arch/mipseb: config.h
src/external/gpl3/gcc/lib/libiberty/arch/mipsel: config.h
src/external/gpl3/gcc/lib/libobjc/arch/mipseb: config.h defs.mk
src/external/gpl3/gcc/lib/libobjc/arch/mipsel: config.h defs.mk
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb: c++allocator.h
c++config.h config.h cxxabi_tweaks.h defs.mk gstdint.h
gthr-default.h gthr-posix.h gthr-single.h gthr-tpf.h gthr.h omp.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel: c++allocator.h
c++config.h config.h cxxabi_tweaks.h defs.mk gstdint.h
gthr-default.h gthr-posix.h gthr-single.h gthr-tpf.h gthr.h omp.h
src/external/gpl3/gcc/usr.bin/gcc/arch/mipseb: all-tree.def auto-host.h
bconfig.h bversion.h config.h configargs.h defs.mk gthr-default.h
gtyp-input.list multilib.h plugin-version.h tm.h
src/external/gpl3/gcc/usr.bin/gcc/arch/mipsel: all-tree.def auto-host.h
bconfig.h bversion.h config.h configargs.h defs.mk gthr-default.h
gtyp-input.list multilib.h plugin-version.h tm.h
src/external/gpl3/gcc/usr.bin/libcpp/arch/mipseb: config.h
src/external/gpl3/gcc/usr.bin/libcpp/arch/mipsel: config.h
src/external/gpl3/gcc/usr.bin/libdecnumber/arch/mipseb: config.h
src/external/gpl3/gcc/usr.bin/libdecnumber/arch/mipsel: config.h

Log Message:
mknative-files for mipsel and mipseb.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gcc/lib/crtstuff/arch/mipseb.mk \
src/external/gpl3/gcc/lib/crtstuff/arch/mipsel.mk
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gcc/lib/libgcc/arch/mipseb.mk \
src/external/gpl3/gcc/lib/libgcc/arch/mipsel.mk
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/mipseb/defs.mk \
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/mipseb/gcov-iov.h
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/mipsel/defs.mk \
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/mipsel/gcov-iov.h
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gcc/lib/libiberty/arch/mipseb/config.h
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gcc/lib/libiberty/arch/mipsel/config.h
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gcc/lib/libobjc/arch/mipseb/config.h \
src/external/gpl3/gcc/lib/libobjc/arch/mipseb/defs.mk
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gcc/lib/libobjc/arch/mipsel/config.h \
src/external/gpl3/gcc/lib/libobjc/arch/mipsel/defs.mk
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/c++allocator.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/c++config.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/config.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/cxxabi_tweaks.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/defs.mk \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/gstdint.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/gthr-default.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/gthr-posix.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/gthr-single.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/gthr-tpf.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/gthr.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/omp.h
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/c++allocator.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/c++config.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/config.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/cxxabi_tweaks.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/defs.mk \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/gstdint.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/gthr-default.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/gthr-posix.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/gthr-single.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/gthr-tpf.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/gthr.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/omp.h
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gcc/usr.bin/gcc/arch/mipseb/all-tree.def \
src/external/gpl3/gcc/usr.bin/gcc/arch/mipseb/auto-host.h \
src/external/gpl3/gcc/usr.bin/gcc/arch/mipseb/bconfig.h \
src/external/gpl3/gcc/usr.bin/gcc/arch/mipseb/bversion.h \
src/external/gpl3/gcc/usr.bin/gcc/arch/mipseb/config.h \
src

CVS commit: src/external/lgpl3/gmp/lib/libgmp/arch

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 11:41:31 UTC 2011

Added Files:
src/external/lgpl3/gmp/lib/libgmp/arch/mipseb: Makefile.inc config.h
config.m4 gmp-mparam.h gmp.h mp.h
src/external/lgpl3/gmp/lib/libgmp/arch/mipsel: Makefile.inc config.h
config.m4 gmp-mparam.h gmp.h mp.h

Log Message:
gmp native files for mipsel/mipseb.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/Makefile.inc \
src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/config.h \
src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/config.m4 \
src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/gmp-mparam.h \
src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/gmp.h \
src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/mp.h
cvs rdiff -u -r0 -r1.1 \
src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/Makefile.inc \
src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/config.h \
src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/config.m4 \
src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/gmp-mparam.h \
src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/gmp.h \
src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/mp.h

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



CVS commit: src/tools/gcc

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 12:11:33 UTC 2011

Modified Files:
src/tools/gcc: Makefile mknative-gcc

Log Message:
-I$DESTDIR/usr/include is escaping into the generated files from
the native-gcc run.  add some sed commands to remove them.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/tools/gcc/Makefile
cvs rdiff -u -r1.59 -r1.60 src/tools/gcc/mknative-gcc

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



CVS commit: src/tools/gcc

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 12:26:03 UTC 2011

Modified Files:
src/tools/gcc: mknative-gcc

Log Message:
fix the previous


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/tools/gcc/mknative-gcc

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



CVS commit: src/external/gpl3/gcc

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 12:45:03 UTC 2011

Modified Files:
src/external/gpl3/gcc/lib/crtstuff/arch: mipseb.mk mipsel.mk
src/external/gpl3/gcc/lib/libgcc/arch: mipseb.mk mipsel.mk
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel: c++config.h
config.h
src/external/gpl3/gcc/usr.bin/gcc/arch/mipseb: defs.mk
src/external/gpl3/gcc/usr.bin/gcc/arch/mipsel: defs.mk

Log Message:
regenerate these with mknative-gcc 1.61.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/crtstuff/arch/mipseb.mk \
src/external/gpl3/gcc/lib/crtstuff/arch/mipsel.mk
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/libgcc/arch/mipseb.mk \
src/external/gpl3/gcc/lib/libgcc/arch/mipsel.mk
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/c++config.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/config.h
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/c++config.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/config.h
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/gcc/usr.bin/gcc/arch/mipseb/defs.mk
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/gcc/usr.bin/gcc/arch/mipsel/defs.mk

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



CVS commit: src/external/gpl3/gcc/dist/gcc

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 13:05:19 UTC 2011

Modified Files:
src/external/gpl3/gcc/dist/gcc: config.gcc

Log Message:
for mips, MASK_SOFT_FLOAT has become MASK_SOFT_FLOAT_ABI.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/dist/gcc/config.gcc

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



CVS commit: src/external/gpl3/gcc/dist/gcc/config/mips

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 13:06:37 UTC 2011

Modified Files:
src/external/gpl3/gcc/dist/gcc/config/mips: netbsd64.h

Log Message:
undef DRIVER_SELF_SPECS before defining it.
also, insert BASE_DRIVER_SELF_SPECS into DRIVER_SELF_SPECS.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/gcc/dist/gcc/config/mips/netbsd64.h

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



CVS commit: src/external/lgpl3/gmp/lib/libgmp/arch

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 13:43:23 UTC 2011

Added Files:
src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb: Makefile.inc a
config.h config.m4 gmp-mparam.h gmp.h mp.h
src/external/lgpl3/gmp/lib/libgmp/arch/mips64el: Makefile.inc config.h
config.m4 gmp-mparam.h gmp.h mp.h

Log Message:
new files to build mips64 gmp


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/Makefile.inc \
src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/a \
src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/config.h \
src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/config.m4 \
src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/gmp-mparam.h \
src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/gmp.h \
src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/mp.h
cvs rdiff -u -r0 -r1.1 \
src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/Makefile.inc \
src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/config.h \
src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/config.m4 \
src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/gmp-mparam.h \
src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/gmp.h \
src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/mp.h

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



CVS commit: src/external/gpl3/gcc/dist/gcc

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 14:09:58 UTC 2011

Modified Files:
src/external/gpl3/gcc/dist/gcc: Makefile.in

Log Message:
avoid passing -I$DESTDIR/usr/include to the $HOST_CC.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/dist/gcc/Makefile.in

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



CVS commit: src/lib/libc/sys

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Jul  3 14:11:43 UTC 2011

Modified Files:
src/lib/libc/sys: mknod.2

Log Message:
Note that mknod(2) may fail with EINVAL.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/sys/mknod.2

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



CVS commit: src

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Jul  3 14:34:22 UTC 2011

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/syscall: Makefile
Added Files:
src/tests/syscall: t_mknod.c

Log Message:
Few simple tests for mknod(2), including a skipped one for PR kern/45111.


To generate a diff of this commit:
cvs rdiff -u -r1.355 -r1.356 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.33 -r1.34 src/tests/syscall/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/syscall/t_mknod.c

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



CVS commit: src/external/gpl3/gcc

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 14:41:54 UTC 2011

Modified Files:
src/external/gpl3/gcc/lib/crtstuff/arch: arm.mk armeb.mk i386.mk
powerpc.mk sh3eb.mk sh3el.mk sparc.mk sparc64.mk vax.mk x86_64.mk
src/external/gpl3/gcc/lib/libgcc/arch: arm.mk armeb.mk i386.mk
powerpc.mk sh3eb.mk sh3el.mk sparc.mk sparc64.mk vax.mk x86_64.mk
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el: c++config.h config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc: c++config.h config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/vax: c++config.h config.h
src/external/gpl3/gcc/usr.bin/gcc/arch/arm: configargs.h defs.mk
src/external/gpl3/gcc/usr.bin/gcc/arch/armeb: configargs.h defs.mk
src/external/gpl3/gcc/usr.bin/gcc/arch/i386: configargs.h defs.mk
src/external/gpl3/gcc/usr.bin/gcc/arch/mipsel: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc: configargs.h defs.mk
src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb: defs.mk
src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el: configargs.h defs.mk
src/external/gpl3/gcc/usr.bin/gcc/arch/sparc: defs.mk
src/external/gpl3/gcc/usr.bin/gcc/arch/sparc64: defs.mk
src/external/gpl3/gcc/usr.bin/gcc/arch/vax: defs.mk
src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64: defs.mk
Added Files:
src/external/gpl3/gcc/lib/crtstuff/arch: mips64eb.mk mips64el.mk
src/external/gpl3/gcc/lib/libgcc/arch: mips64eb.mk mips64el.mk
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64eb: defs.mk
gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64el: defs.mk
gcov-iov.h
src/external/gpl3/gcc/lib/libiberty/arch/mips64eb: config.h
src/external/gpl3/gcc/lib/libiberty/arch/mips64el: config.h
src/external/gpl3/gcc/lib/libobjc/arch/mips64eb: config.h defs.mk
src/external/gpl3/gcc/lib/libobjc/arch/mips64el: config.h defs.mk
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb: c++allocator.h
c++config.h config.h cxxabi_tweaks.h defs.mk gstdint.h
gthr-default.h gthr-posix.h gthr-single.h gthr-tpf.h gthr.h omp.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el: c++allocator.h
c++config.h config.h cxxabi_tweaks.h defs.mk gstdint.h
gthr-default.h gthr-posix.h gthr-single.h gthr-tpf.h gthr.h omp.h
src/external/gpl3/gcc/usr.bin/gcc/arch/mips64eb: all-tree.def
auto-host.h bconfig.h bversion.h config.h configargs.h defs.mk
gthr-default.h gtyp-input.list multilib.h plugin-version.h tm.h
src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el: all-tree.def
auto-host.h bconfig.h bversion.h config.h configargs.h defs.mk
gthr-default.h gtyp-input.list multilib.h plugin-version.h tm.h
src/external/gpl3/gcc/usr.bin/libcpp/arch/mips64eb: config.h
src/external/gpl3/gcc/usr.bin/libcpp/arch/mips64el: config.h
src/external/gpl3/gcc/usr.bin/libdecnumber/arch/mips64eb: config.h
src/external/gpl3/gcc/usr.bin/libdecnumber/arch/mips64el: config.h

Log Message:
various (re-)generations.  most of these sort of entirely work now.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/crtstuff/arch/arm.mk \
src/external/gpl3/gcc/lib/crtstuff/arch/armeb.mk \
src/external/gpl3/gcc/lib/crtstuff/arch/i386.mk \
src/external/gpl3/gcc/lib/crtstuff/arch/powerpc.mk \
src/external/gpl3/gcc/lib/crtstuff/arch/sh3eb.mk \
src/external/gpl3/gcc/lib/crtstuff/arch/sh3el.mk \
src/external/gpl3/gcc/lib/crtstuff/arch/sparc.mk \
src/external/gpl3/gcc/lib/crtstuff/arch/sparc64.mk \
src/external/gpl3/gcc/lib/crtstuff/arch/vax.mk
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gcc/lib/crtstuff/arch/mips64eb.mk \
src/external/gpl3/gcc/lib/crtstuff/arch/mips64el.mk
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/lib/crtstuff/arch/x86_64.mk
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/lib/libgcc/arch/arm.mk \
src/external/gpl3/gcc/lib/libgcc/arch/powerpc.mk
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/libgcc/arch/armeb.mk \
src/external/gpl3/gcc/lib/libgcc/arch/i386.mk \
src/external/gpl3/gcc/lib/libgcc/arch/sh3eb.mk \
src/external/gpl3/gcc/lib/libgcc/arch/sh3el.mk \
src/external/gpl3/gcc/lib/libgcc/arch/sparc.mk \
src/external/gpl3/gcc/lib/libgcc/arch/sparc64.mk \
src/external/gpl3/gcc/lib/libgcc/arch/vax.mk \
src/external/gpl3/gcc/lib/libgcc/arch/x86_64.mk
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gcc/lib/libgcc/arch/mips64eb.mk \
src/external/gpl3/gcc/lib/libgcc/arch/mips64el.mk
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/mi

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 14:42:13 UTC 2011

Added Files:
src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb: sysroot-suffix.h

Log Message:
add missed generated file.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/sysroot-suffix.h

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



CVS commit: src/tests/syscall

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Jul  3 14:45:07 UTC 2011

Modified Files:
src/tests/syscall: t_truncate.c

Log Message:
Do not play with master.passwd(5). Just in case the test actually succeeds...


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/syscall/t_truncate.c

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



CVS commit: src

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Jul  3 15:05:44 UTC 2011

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/syscall: Makefile
Added Files:
src/tests/syscall: t_unlink.c

Log Message:
Few naive tests for unlink(2).


To generate a diff of this commit:
cvs rdiff -u -r1.356 -r1.357 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.34 -r1.35 src/tests/syscall/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/syscall/t_unlink.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/tests

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 15:24:49 UTC 2011

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

Log Message:
mark all the ld.elf_so tests as mkpic.


To generate a diff of this commit:
cvs rdiff -u -r1.357 -r1.358 src/distrib/sets/lists/tests/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

2011-07-03 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Sun Jul  3 15:25:09 UTC 2011

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

Log Message:
Return EINVAL when trying to create a device node with "rdev == VNOVAL".

Fixes PR #45111 "tmpfs panic with mknod(2)".


To generate a diff of this commit:
cvs rdiff -u -r1.430 -r1.431 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/external/lgpl3/gmp/lib/libgmp

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 15:25:11 UTC 2011

Modified Files:
src/external/lgpl3/gmp/lib/libgmp: Makefile

Log Message:
clean up another generator.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/lgpl3/gmp/lib/libgmp/Makefile

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



CVS commit: src/gnu/dist/gdb6/gdb

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 15:26:06 UTC 2011

Modified Files:
src/gnu/dist/gdb6/gdb: breakpoint.c

Log Message:
apply some (uintptr_t) between pointers, ints and other casts.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/gnu/dist/gdb6/gdb/breakpoint.c

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



CVS commit: src/gnu/usr.bin/gdb6/libgdb

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 15:26:25 UTC 2011

Modified Files:
src/gnu/usr.bin/gdb6/libgdb: Makefile

Log Message:
apply some -O0 for sun2.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/gnu/usr.bin/gdb6/libgdb/Makefile

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



CVS commit: src/lib/libc/softfloat

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 15:26:58 UTC 2011

Modified Files:
src/lib/libc/softfloat: Makefile.inc

Log Message:
mips wants some -Wno-enum-compare here, too.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/softfloat/Makefile.inc

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



CVS commit: src/tests/libexec/ld.elf_so

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 15:28:25 UTC 2011

Modified Files:
src/tests/libexec/ld.elf_so: Makefile

Log Message:
avoid building stuff that depends upon pic objects if MKPIC == no.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/libexec/ld.elf_so/Makefile

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



CVS commit: src/usr.bin/less

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 15:28:47 UTC 2011

Modified Files:
src/usr.bin/less: Makefile.inc

Log Message:
upgrade less to WARNS=2 with -Wno-shadow.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/less/Makefile.inc

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



CVS commit: src

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 15:29:35 UTC 2011

Modified Files:
src/games/phantasia: Makefile
src/sbin/fsdb: Makefile
src/sys/lib/libsa: Makefile
src/sys/lib/libz: Makefile

Log Message:
apply some -O0 with gcc 4.5 and vax.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/games/phantasia/Makefile
cvs rdiff -u -r1.30 -r1.31 src/sbin/fsdb/Makefile
cvs rdiff -u -r1.74 -r1.75 src/sys/lib/libsa/Makefile
cvs rdiff -u -r1.16 -r1.17 src/sys/lib/libz/Makefile

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



CVS commit: src/external/gpl3/gcc/dist/gcc/config/arm

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 15:34:09 UTC 2011

Modified Files:
src/external/gpl3/gcc/dist/gcc/config/arm: elf.h

Log Message:
netbsd needs __floatundisf; make it so.  (should we have this elsewhere?)


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gcc/dist/gcc/config/arm/elf.h

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



CVS commit: src/tests/syscall

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Jul  3 15:42:07 UTC 2011

Modified Files:
src/tests/syscall: t_mknod.c

Log Message:
The PR was fixed. Remove atf_tc_skip().


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_mknod.c

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



CVS commit: src/external/gpl3/gcc

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 16:14:37 UTC 2011

Modified Files:
src/external/gpl3/gcc/lib/crtstuff/arch: m68000.mk m68k.mk
src/external/gpl3/gcc/lib/libgcc/arch: m68000.mk m68k.mk
src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k: c++config.h config.h
src/external/gpl3/gcc/usr.bin/gcc/arch/m68000: defs.mk
src/external/gpl3/gcc/usr.bin/gcc/arch/m68k: defs.mk tm.h

Log Message:
regenerate the m68* descriptions.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/crtstuff/arch/m68000.mk \
src/external/gpl3/gcc/lib/crtstuff/arch/m68k.mk
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/libgcc/arch/m68000.mk \
src/external/gpl3/gcc/lib/libgcc/arch/m68k.mk
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/c++config.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/config.h
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/defs.mk
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/defs.mk \
src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/tm.h

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



CVS commit: src/external/bsd/less

2011-07-03 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  3 16:57:13 UTC 2011

Added Files:
src/external/bsd/less: less2netbsd

Log Message:
Add a (new) script from preparing "less" for import into NetBSD.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/less/less2netbsd

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



CVS commit: src

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Jul  3 17:47:15 UTC 2011

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/syscall: Makefile
Added Files:
src/tests/syscall: t_link.c

Log Message:
Few naive test cases for link(2).


To generate a diff of this commit:
cvs rdiff -u -r1.358 -r1.359 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.35 -r1.36 src/tests/syscall/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/syscall/t_link.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/less

2011-07-03 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  3 17:56:26 UTC 2011

Modified Files:
src/external/bsd/less: less2netbsd

Log Message:
Add handling for manual pages:
1.) Remove the formatted ones before import.
2.) Rename the unformatted ones from "*.nro" to "*.1" to keep our
makefile framework happy.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/less/less2netbsd

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



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

2011-07-03 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  3 18:01:05 UTC 2011

Update of /cvsroot/src/external/bsd/less/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv14782

Log Message:
Import version 444 of "less":
The list of changes between our ancient version 394 and 444 is too long
to list here. You can find all the release notes here:

http://www.greenwoodsoftware.com/less/old.html

Status:

Vendor Tag: GREENWOODSOFTWARE
Release Tags:   LESS-444

N src/external/bsd/less/dist/configure
N src/external/bsd/less/dist/configure.ac
N src/external/bsd/less/dist/COPYING
N src/external/bsd/less/dist/defines.ds
N src/external/bsd/less/dist/defines.h.in
N src/external/bsd/less/dist/defines.o2
N src/external/bsd/less/dist/defines.o9
N src/external/bsd/less/dist/defines.wn
N src/external/bsd/less/dist/INSTALL
N src/external/bsd/less/dist/install.sh
N src/external/bsd/less/dist/less.hlp
N src/external/bsd/less/dist/less.1
N src/external/bsd/less/dist/lessecho.1
N src/external/bsd/less/dist/lesskey.1
N src/external/bsd/less/dist/LICENSE
N src/external/bsd/less/dist/Makefile.aut
N src/external/bsd/less/dist/Makefile.dsb
N src/external/bsd/less/dist/Makefile.dsg
N src/external/bsd/less/dist/Makefile.dsu
N src/external/bsd/less/dist/Makefile.in
N src/external/bsd/less/dist/Makefile.o2e
N src/external/bsd/less/dist/Makefile.o9c
N src/external/bsd/less/dist/mkfuncs.awk
N src/external/bsd/less/dist/Makefile.o9u
N src/external/bsd/less/dist/Makefile.wnb
N src/external/bsd/less/dist/Makefile.wnm
N src/external/bsd/less/dist/mkinstalldirs
N src/external/bsd/less/dist/NEWS
N src/external/bsd/less/dist/README
N src/external/bsd/less/dist/brac.c
N src/external/bsd/less/dist/ch.c
N src/external/bsd/less/dist/charset.c
N src/external/bsd/less/dist/charset.h
N src/external/bsd/less/dist/cmd.h
N src/external/bsd/less/dist/cmdbuf.c
N src/external/bsd/less/dist/command.c
N src/external/bsd/less/dist/cvt.c
N src/external/bsd/less/dist/decode.c
N src/external/bsd/less/dist/edit.c
N src/external/bsd/less/dist/filename.c
N src/external/bsd/less/dist/forwback.c
N src/external/bsd/less/dist/funcs.h
N src/external/bsd/less/dist/help.c
N src/external/bsd/less/dist/ifile.c
N src/external/bsd/less/dist/input.c
N src/external/bsd/less/dist/jump.c
N src/external/bsd/less/dist/less.h
N src/external/bsd/less/dist/lessecho.c
N src/external/bsd/less/dist/lesskey.c
N src/external/bsd/less/dist/lesskey.h
N src/external/bsd/less/dist/lglob.h
N src/external/bsd/less/dist/line.c
N src/external/bsd/less/dist/linenum.c
N src/external/bsd/less/dist/lsystem.c
N src/external/bsd/less/dist/main.c
N src/external/bsd/less/dist/mark.c
N src/external/bsd/less/dist/mkhelp.c
N src/external/bsd/less/dist/optfunc.c
N src/external/bsd/less/dist/option.c
N src/external/bsd/less/dist/option.h
N src/external/bsd/less/dist/opttbl.c
N src/external/bsd/less/dist/os.c
N src/external/bsd/less/dist/output.c
N src/external/bsd/less/dist/pattern.c
N src/external/bsd/less/dist/pattern.h
N src/external/bsd/less/dist/pckeys.h
N src/external/bsd/less/dist/position.c
N src/external/bsd/less/dist/position.h
N src/external/bsd/less/dist/prompt.c
N src/external/bsd/less/dist/regexp.c
N src/external/bsd/less/dist/regexp.h
N src/external/bsd/less/dist/screen.c
N src/external/bsd/less/dist/scrsize.c
N src/external/bsd/less/dist/search.c
N src/external/bsd/less/dist/signal.c
N src/external/bsd/less/dist/tags.c
N src/external/bsd/less/dist/ttyin.c
N src/external/bsd/less/dist/version.c
N src/external/bsd/less/dist/defines.h

No conflicts created by this import



CVS commit: src/external/bsd/less

2011-07-03 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  3 18:02:01 UTC 2011

Added Files:
src/external/bsd/less: Makefile Makefile.inc
src/external/bsd/less/bin: Makefile Makefile.inc
src/external/bsd/less/bin/less: Makefile
src/external/bsd/less/bin/lessecho: Makefile
src/external/bsd/less/bin/lesskey: Makefile

Log Message:
Add makefiles to build the new version of "less".


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/less/Makefile \
src/external/bsd/less/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/external/bsd/less/bin/Makefile \
src/external/bsd/less/bin/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/external/bsd/less/bin/less/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/less/bin/lessecho/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/less/bin/lesskey/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/less/bin/less

2011-07-03 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  3 18:15:18 UTC 2011

Modified Files:
src/external/bsd/less/bin/less: Makefile

Log Message:
Create (symbolic) links for more(1) and page(1).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/less/bin/less/Makefile

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



CVS commit: src/sys/net

2011-07-03 Thread Mihai Chelaru
Module Name:src
Committed By:   kefren
Date:   Sun Jul  3 18:46:12 UTC 2011

Modified Files:
src/sys/net: if_mpls.c

Log Message:
Avoid putting implicit null labels on the wire


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/net/if_mpls.c

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



CVS commit: src/tests/syscall

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Jul  3 19:02:00 UTC 2011

Modified Files:
src/tests/syscall: t_mknod.c

Log Message:
Fix copy-pasto.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/syscall/t_mknod.c

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



CVS commit: src/sbin/cgdconfig

2011-07-03 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun Jul  3 19:05:10 UTC 2011

Modified Files:
src/sbin/cgdconfig: cgdconfig.8

Log Message:
fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sbin/cgdconfig/cgdconfig.8

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



CVS commit: src/external/bsd/less

2011-07-03 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  3 19:42:10 UTC 2011

Modified Files:
src/external/bsd/less: less2netbsd

Log Message:
Fix generation of RCS Ids.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/less/less2netbsd

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



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

2011-07-03 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  3 19:51:26 UTC 2011

Modified Files:
src/external/bsd/less/dist: brac.c ch.c charset.c charset.h cmd.h
cmdbuf.c command.c cvt.c decode.c defines.h edit.c filename.c
forwback.c funcs.h help.c ifile.c input.c jump.c less.h lessecho.c
lesskey.c lesskey.h lglob.h line.c linenum.c lsystem.c main.c
mark.c mkhelp.c optfunc.c option.c option.h opttbl.c os.c output.c
pattern.c pattern.h pckeys.h position.c position.h prompt.c
regexp.c regexp.h screen.c scrsize.c search.c signal.c tags.c
ttyin.c version.c

Log Message:
Fix RCS Ids.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/less/dist/brac.c \
src/external/bsd/less/dist/ch.c src/external/bsd/less/dist/charset.c \
src/external/bsd/less/dist/charset.h src/external/bsd/less/dist/cmd.h \
src/external/bsd/less/dist/cmdbuf.c src/external/bsd/less/dist/command.c \
src/external/bsd/less/dist/cvt.c src/external/bsd/less/dist/decode.c \
src/external/bsd/less/dist/defines.h src/external/bsd/less/dist/edit.c \
src/external/bsd/less/dist/filename.c \
src/external/bsd/less/dist/forwback.c src/external/bsd/less/dist/funcs.h \
src/external/bsd/less/dist/help.c src/external/bsd/less/dist/ifile.c \
src/external/bsd/less/dist/input.c src/external/bsd/less/dist/jump.c \
src/external/bsd/less/dist/less.h src/external/bsd/less/dist/lessecho.c \
src/external/bsd/less/dist/lesskey.c src/external/bsd/less/dist/lesskey.h \
src/external/bsd/less/dist/lglob.h src/external/bsd/less/dist/line.c \
src/external/bsd/less/dist/linenum.c src/external/bsd/less/dist/lsystem.c \
src/external/bsd/less/dist/main.c src/external/bsd/less/dist/mark.c \
src/external/bsd/less/dist/mkhelp.c src/external/bsd/less/dist/optfunc.c \
src/external/bsd/less/dist/option.c src/external/bsd/less/dist/option.h \
src/external/bsd/less/dist/opttbl.c src/external/bsd/less/dist/os.c \
src/external/bsd/less/dist/output.c src/external/bsd/less/dist/pattern.c \
src/external/bsd/less/dist/pattern.h src/external/bsd/less/dist/pckeys.h \
src/external/bsd/less/dist/position.c \
src/external/bsd/less/dist/position.h src/external/bsd/less/dist/prompt.c \
src/external/bsd/less/dist/regexp.c src/external/bsd/less/dist/regexp.h \
src/external/bsd/less/dist/screen.c src/external/bsd/less/dist/scrsize.c \
src/external/bsd/less/dist/search.c src/external/bsd/less/dist/signal.c \
src/external/bsd/less/dist/tags.c src/external/bsd/less/dist/ttyin.c \
src/external/bsd/less/dist/version.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/less/dist

2011-07-03 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  3 20:14:13 UTC 2011

Modified Files:
src/external/bsd/less/dist: brac.c ch.c charset.c cmdbuf.c command.c
decode.c edit.c filename.c forwback.c funcs.h help.c ifile.c less.h
lessecho.c lesskey.c lglob.h line.c linenum.c lsystem.c main.c
option.c option.h opttbl.c os.c output.c pattern.h position.c
prompt.c screen.c search.c signal.c tags.c

Log Message:
Apply NetBSD specific patches, mostly related to behaviour of
less(1) as more(1).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/less/dist/brac.c \
src/external/bsd/less/dist/ch.c src/external/bsd/less/dist/charset.c \
src/external/bsd/less/dist/cmdbuf.c src/external/bsd/less/dist/command.c \
src/external/bsd/less/dist/decode.c src/external/bsd/less/dist/edit.c \
src/external/bsd/less/dist/filename.c \
src/external/bsd/less/dist/forwback.c src/external/bsd/less/dist/funcs.h \
src/external/bsd/less/dist/help.c src/external/bsd/less/dist/ifile.c \
src/external/bsd/less/dist/less.h src/external/bsd/less/dist/lessecho.c \
src/external/bsd/less/dist/lesskey.c src/external/bsd/less/dist/lglob.h \
src/external/bsd/less/dist/line.c src/external/bsd/less/dist/linenum.c \
src/external/bsd/less/dist/lsystem.c src/external/bsd/less/dist/main.c \
src/external/bsd/less/dist/option.c src/external/bsd/less/dist/option.h \
src/external/bsd/less/dist/opttbl.c src/external/bsd/less/dist/os.c \
src/external/bsd/less/dist/output.c src/external/bsd/less/dist/pattern.h \
src/external/bsd/less/dist/position.c src/external/bsd/less/dist/prompt.c \
src/external/bsd/less/dist/screen.c src/external/bsd/less/dist/search.c \
src/external/bsd/less/dist/signal.c src/external/bsd/less/dist/tags.c

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



CVS commit: src/tests/syscall

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Jul  3 20:22:51 UTC 2011

Modified Files:
src/tests/syscall: t_mknod.c

Log Message:
Remove wrong check.

XXX: Why does this fail on tmpfs but not ffs?


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

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



CVS commit: src/lib/libc/sys

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Jul  3 20:34:52 UTC 2011

Modified Files:
src/lib/libc/sys: revoke.2

Log Message:
Use .Fn (and not .Nm) for functions.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/sys/revoke.2

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



CVS commit: src/lib/libc/sys

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Jul  3 20:36:34 UTC 2011

Modified Files:
src/lib/libc/sys: revoke.2

Log Message:
But use .Xr (and not .Fn) with references to external functions.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/sys/revoke.2

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



CVS commit: src

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Jul  3 21:06:56 UTC 2011

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/syscall: Makefile
Added Files:
src/tests/syscall: t_revoke.c

Log Message:
Three simple unit tests for revoke(2).


To generate a diff of this commit:
cvs rdiff -u -r1.359 -r1.360 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.36 -r1.37 src/tests/syscall/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/syscall/t_revoke.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

2011-07-03 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  3 21:58:33 UTC 2011

Modified Files:
src/external/bsd: Makefile

Log Message:
Build the new version of "less".


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/external/bsd/Makefile

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



CVS commit: src/usr.bin

2011-07-03 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  3 21:59:01 UTC 2011

Modified Files:
src/usr.bin: Makefile
Removed Files:
src/usr.bin/less: Makefile Makefile.inc less2netbsd
src/usr.bin/less/less: INSTALL LICENSE Makefile NEWS README brac.c ch.c
charset.c charset.h cmd.h cmdbuf.c command.c decode.c defines.h
edit.c filename.c forwback.c funcs.h help.c ifile.c input.c jump.c
less.1 less.h lesskey.h lglob.h line.c linenum.c lsystem.c main.c
mark.c optfunc.c option.c option.h opttbl.c os.c output.c pckeys.h
position.c position.h prompt.c screen.c search.c signal.c tags.c
ttyin.c version.c
src/usr.bin/less/lessecho: Makefile lessecho.c
src/usr.bin/less/lesskey: Makefile lesskey.1 lesskey.c lesskey.h

Log Message:
Remove the old version of "less".


To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1.202 src/usr.bin/Makefile
cvs rdiff -u -r1.2 -r0 src/usr.bin/less/Makefile
cvs rdiff -u -r1.5 -r0 src/usr.bin/less/Makefile.inc
cvs rdiff -u -r1.8 -r0 src/usr.bin/less/less2netbsd
cvs rdiff -u -r1.1.1.2 -r0 src/usr.bin/less/less/INSTALL \
src/usr.bin/less/less/lesskey.h
cvs rdiff -u -r1.1.1.3 -r0 src/usr.bin/less/less/LICENSE
cvs rdiff -u -r1.12 -r0 src/usr.bin/less/less/Makefile \
src/usr.bin/less/less/opttbl.c
cvs rdiff -u -r1.1.1.8 -r0 src/usr.bin/less/less/NEWS \
src/usr.bin/less/less/README src/usr.bin/less/less/cmd.h \
src/usr.bin/less/less/input.c src/usr.bin/less/less/jump.c \
src/usr.bin/less/less/position.h
cvs rdiff -u -r1.6 -r0 src/usr.bin/less/less/brac.c \
src/usr.bin/less/less/help.c src/usr.bin/less/less/ifile.c \
src/usr.bin/less/less/mark.c src/usr.bin/less/less/signal.c \
src/usr.bin/less/less/version.c
cvs rdiff -u -r1.8 -r0 src/usr.bin/less/less/ch.c \
src/usr.bin/less/less/cmdbuf.c src/usr.bin/less/less/decode.c \
src/usr.bin/less/less/linenum.c src/usr.bin/less/less/lsystem.c \
src/usr.bin/less/less/option.c src/usr.bin/less/less/tags.c
cvs rdiff -u -r1.7 -r0 src/usr.bin/less/less/charset.c \
src/usr.bin/less/less/defines.h src/usr.bin/less/less/filename.c \
src/usr.bin/less/less/option.h
cvs rdiff -u -r1.1.1.1 -r0 src/usr.bin/less/less/charset.h
cvs rdiff -u -r1.14 -r0 src/usr.bin/less/less/command.c \
src/usr.bin/less/less/main.c src/usr.bin/less/less/prompt.c
cvs rdiff -u -r1.9 -r0 src/usr.bin/less/less/edit.c \
src/usr.bin/less/less/funcs.h src/usr.bin/less/less/less.h \
src/usr.bin/less/less/os.c
cvs rdiff -u -r1.10 -r0 src/usr.bin/less/less/forwback.c \
src/usr.bin/less/less/output.c src/usr.bin/less/less/search.c
cvs rdiff -u -r1.18 -r0 src/usr.bin/less/less/less.1
cvs rdiff -u -r1.3 -r0 src/usr.bin/less/less/lglob.h \
src/usr.bin/less/less/optfunc.c src/usr.bin/less/less/position.c
cvs rdiff -u -r1.11 -r0 src/usr.bin/less/less/line.c
cvs rdiff -u -r1.1.1.4 -r0 src/usr.bin/less/less/pckeys.h
cvs rdiff -u -r1.15 -r0 src/usr.bin/less/less/screen.c
cvs rdiff -u -r1.2 -r0 src/usr.bin/less/less/ttyin.c
cvs rdiff -u -r1.3 -r0 src/usr.bin/less/lessecho/Makefile
cvs rdiff -u -r1.6 -r0 src/usr.bin/less/lessecho/lessecho.c
cvs rdiff -u -r1.5 -r0 src/usr.bin/less/lesskey/Makefile
cvs rdiff -u -r1.9 -r0 src/usr.bin/less/lesskey/lesskey.1 \
src/usr.bin/less/lesskey/lesskey.c
cvs rdiff -u -r1.1.1.8 -r0 src/usr.bin/less/lesskey/lesskey.h

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

2011-07-03 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  3 21:59:32 UTC 2011

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

Log Message:
And entries for "lessecho" manual page.


To generate a diff of this commit:
cvs rdiff -u -r1.1322 -r1.1323 src/distrib/sets/lists/man/mi

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



CVS commit: src/doc

2011-07-03 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  3 22:01:27 UTC 2011

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
"less" was updated to version 444.


To generate a diff of this commit:
cvs rdiff -u -r1.849 -r1.850 src/doc/3RDPARTY
cvs rdiff -u -r1.1573 -r1.1574 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/rescue

2011-07-03 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  3 22:05:01 UTC 2011

Modified Files:
src/rescue: list

Log Message:
Update location of "less" directory.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/rescue/list

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

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul  3 22:47:25 UTC 2011

Modified Files:
src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.sparc64
src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.sparc64

Log Message:
updates for GCC 4.5 components.  sort.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/distrib/sets/lists/base/ad.mips64eb
cvs rdiff -u -r1.53 -r1.54 src/distrib/sets/lists/base/ad.mips64el
cvs rdiff -u -r1.120 -r1.121 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.39 -r1.40 src/distrib/sets/lists/comp/ad.mips64eb \
src/distrib/sets/lists/comp/ad.mips64el
cvs rdiff -u -r1.105 -r1.106 src/distrib/sets/lists/comp/md.sparc64

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



CVS commit: src/share/mk

2011-07-03 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun Jul  3 22:59:46 UTC 2011

Modified Files:
src/share/mk: bsd.x11.mk

Log Message:
Fix the value of "appdefaultdir" that ends up in native X .pc files.
(It should be "app-defaults" but was "app-default", probably because
of a typo; it's been wrong ever since this logic was put in two and a
half years ago, and as app-defaults files are a legacy mechanism it
took this long for anyone to notice.) Should be pulled up to -5.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/share/mk/bsd.x11.mk

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



CVS commit: src/distrib

2011-07-03 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  3 23:11:34 UTC 2011

Modified Files:
src/distrib/acorn26/instkernel: list
src/distrib/acorn32/ramdisk: list
src/distrib/alpha/instkernel/ramdisk: list
src/distrib/amd64/ramdisks/common: list.ramdisk
src/distrib/amiga/floppies/inst-common: instbin.conf
src/distrib/arc/ramdisk: list
src/distrib/cats/ramdisk: list
src/distrib/cobalt/ramdisk: list
src/distrib/evbarm/instkernel/ramdisk: list
src/distrib/evbmips/instkernel/ramdisk: list
src/distrib/evbsh3/instkernel/ramdisk: list
src/distrib/evbsh3/rom/ramdiskcommon: ramdiskbin.conf
src/distrib/hp300/miniroot: list
src/distrib/i386/ramdisks/common: list.ramdisk
src/distrib/mac68k/instkernel/ramdisk: list
src/distrib/mac68k/miniroot: list
src/distrib/mvme68k/miniroot: list
src/distrib/ofppc/ramdisks/ramdisk: list
src/distrib/shark/instkernel/ramdisk: list
src/distrib/sparc/miniroot: list
src/distrib/sparc64/instfs: list
src/distrib/sun2/miniroot: list
src/distrib/sun3/miniroot: list
src/distrib/vax/miniroot: list
src/distrib/vax/ramdisk: list
src/distrib/zaurus/ramdisk: list

Log Message:
Update location of "less" source directory to the build of various
install medias.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/acorn26/instkernel/list
cvs rdiff -u -r1.27 -r1.28 src/distrib/acorn32/ramdisk/list
cvs rdiff -u -r1.43 -r1.44 src/distrib/alpha/instkernel/ramdisk/list
cvs rdiff -u -r1.15 -r1.16 src/distrib/amd64/ramdisks/common/list.ramdisk
cvs rdiff -u -r1.11 -r1.12 \
src/distrib/amiga/floppies/inst-common/instbin.conf
cvs rdiff -u -r1.20 -r1.21 src/distrib/arc/ramdisk/list
cvs rdiff -u -r1.23 -r1.24 src/distrib/cats/ramdisk/list
cvs rdiff -u -r1.10 -r1.11 src/distrib/cobalt/ramdisk/list
cvs rdiff -u -r1.20 -r1.21 src/distrib/evbarm/instkernel/ramdisk/list
cvs rdiff -u -r1.15 -r1.16 src/distrib/evbmips/instkernel/ramdisk/list
cvs rdiff -u -r1.5 -r1.6 src/distrib/evbsh3/instkernel/ramdisk/list
cvs rdiff -u -r1.7 -r1.8 src/distrib/evbsh3/rom/ramdiskcommon/ramdiskbin.conf
cvs rdiff -u -r1.19 -r1.20 src/distrib/hp300/miniroot/list
cvs rdiff -u -r1.20 -r1.21 src/distrib/i386/ramdisks/common/list.ramdisk
cvs rdiff -u -r1.31 -r1.32 src/distrib/mac68k/instkernel/ramdisk/list
cvs rdiff -u -r1.12 -r1.13 src/distrib/mac68k/miniroot/list
cvs rdiff -u -r1.21 -r1.22 src/distrib/mvme68k/miniroot/list
cvs rdiff -u -r1.7 -r1.8 src/distrib/ofppc/ramdisks/ramdisk/list
cvs rdiff -u -r1.23 -r1.24 src/distrib/shark/instkernel/ramdisk/list
cvs rdiff -u -r1.35 -r1.36 src/distrib/sparc/miniroot/list
cvs rdiff -u -r1.23 -r1.24 src/distrib/sparc64/instfs/list
cvs rdiff -u -r1.18 -r1.19 src/distrib/sun2/miniroot/list
cvs rdiff -u -r1.27 -r1.28 src/distrib/sun3/miniroot/list
cvs rdiff -u -r1.13 -r1.14 src/distrib/vax/miniroot/list
cvs rdiff -u -r1.27 -r1.28 src/distrib/vax/ramdisk/list
cvs rdiff -u -r1.18 -r1.19 src/distrib/zaurus/ramdisk/list

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



CVS commit: src/external/bsd/less

2011-07-03 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  3 23:22:37 UTC 2011

Modified Files:
src/external/bsd/less: less2netbsd

Log Message:
Add missing interpreter and RCS Id.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/less/less2netbsd

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



CVS commit: src/external/bsd/less

2011-07-03 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  3 23:25:02 UTC 2011

Modified Files:
src/external/bsd/less: less2netbsd

Log Message:
Unexpand "$NetBSD$" in code for adding RCS Ids.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/less/less2netbsd

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



CVS commit: src/lib/libc/softfloat

2011-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon Jul  4 02:53:15 UTC 2011

Modified Files:
src/lib/libc/softfloat: Makefile.inc

Log Message:
sh3 also needs -Wno-enum-compare here.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/softfloat/Makefile.inc

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



CVS commit: src/tests/syscall

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Jul  4 03:23:31 UTC 2011

Modified Files:
src/tests/syscall: t_revoke.c

Log Message:
Require an unprivileged run.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_revoke.c

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



CVS commit: src/tests/syscall

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Jul  4 03:52:11 UTC 2011

Modified Files:
src/tests/syscall: t_mknod.c

Log Message:
Put the previous check back and point to PR kern/45113. Also check whether
_PATH_DEVNULL exists before attempting to obtain EEXIST from mknod(2).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/syscall/t_mknod.c

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



CVS commit: src/tests/syscall

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Jul  4 04:10:34 UTC 2011

Modified Files:
src/tests/syscall: t_mknod.c

Log Message:
For granularity, split the EEXIST-check to a separate test case.
It appears that yet another bug was caught.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/syscall/t_mknod.c

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



CVS commit: src

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Jul  4 05:10:24 UTC 2011

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/syscall: Makefile
Added Files:
src/tests/syscall: t_issetugid.c

Log Message:
Basic tests for issetugid(2).


To generate a diff of this commit:
cvs rdiff -u -r1.360 -r1.361 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.37 -r1.38 src/tests/syscall/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/syscall/t_issetugid.c

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



CVS commit: src

2011-07-03 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Mon Jul  4 06:23:50 UTC 2011

Modified Files:
src/common/lib/libc/quad: quad.h
src/lib/libc/quad: Makefile.inc fixdfdi.c fixunsdfdi.c floatdidf.c
floatdisf.c
Added Files:
src/lib/libc/quad: floatundidf.c
Removed Files:
src/lib/libc/quad: floatunsdidf.c

Log Message:
Update to C89 style.
Fix name of floatundidf (uns -> un).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/quad/quad.h
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/quad/Makefile.inc
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/quad/fixdfdi.c
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/quad/fixunsdfdi.c
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/quad/floatdidf.c \
src/lib/libc/quad/floatdisf.c
cvs rdiff -u -r0 -r1.1 src/lib/libc/quad/floatundidf.c
cvs rdiff -u -r1.6 -r0 src/lib/libc/quad/floatunsdidf.c

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