CVS commit: src/lib/librumpuser

2014-06-16 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Tue Jun 17 06:43:21 UTC 2014

Modified Files:
src/lib/librumpuser: rumpuser_pth_dummy.c

Log Message:
For consistency with other files in the same directory
don't include  before __RCSID.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/librumpuser/rumpuser_pth_dummy.c

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



CVS commit: src

2014-06-16 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Tue Jun 17 06:36:40 UTC 2014

Modified Files:
src/distrib/sets/lists/comp: ad.arm
src/sys/arch/arm/include: Makefile
src/sys/arch/evbarm/include: Makefile
src/sys/arch/hpcarm/include: Makefile
src/sys/arch/iyonix/include: Makefile
src/sys/arch/zaurus/include: Makefile
Added Files:
src/sys/arch/arm/include: sljitarch.h
src/sys/arch/evbarm/include: sljitarch.h
src/sys/arch/hpcarm/include: sljitarch.h
src/sys/arch/iyonix/include: sljitarch.h
src/sys/arch/zaurus/include: sljitarch.h

Log Message:
Add sljit support to arm.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/distrib/sets/lists/comp/ad.arm
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/arm/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/include/sljitarch.h
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/evbarm/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/include/sljitarch.h
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/hpcarm/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/hpcarm/include/sljitarch.h
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/iyonix/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/iyonix/include/sljitarch.h
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/zaurus/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/zaurus/include/sljitarch.h

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



CVS commit: src/tests/lib

2014-06-16 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Tue Jun 17 06:36:01 UTC 2014

Modified Files:
src/tests/lib/libbpfjit: Makefile
src/tests/lib/libsljit: Makefile

Log Message:
Link with -l${MACHINE_CPU}.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libbpfjit/Makefile
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libsljit/Makefile

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



CVS commit: src

2014-06-16 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Tue Jun 17 06:31:47 UTC 2014

Modified Files:
src/lib/librumpuser: Makefile
src/sys/rump/include/rump: rumpuser.h
src/sys/rump/librump/rumpkern/arch/arm: Makefile.inc
Added Files:
src/lib/librumpuser: rumpuser_cache.c
src/sys/rump/librump/rumpkern/arch/arm: cpufunc.c

Log Message:
Implement rumpuser_sync_icache hypercall.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/librumpuser/Makefile
cvs rdiff -u -r0 -r1.1 src/lib/librumpuser/rumpuser_cache.c
cvs rdiff -u -r1.111 -r1.112 src/sys/rump/include/rump/rumpuser.h
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/librump/rumpkern/arch/arm/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/sys/rump/librump/rumpkern/arch/arm/cpufunc.c

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



CVS commit: xsrc/external/mit/xtrap/dist

2014-06-16 Thread Christos Zoulas
Module Name:xsrc
Committed By:   christos
Date:   Tue Jun 17 03:46:27 UTC 2014

Modified Files:
xsrc/external/mit/xtrap/dist: xtrapin.c xtrapinfo.c xtrapout.c
xtrapproto.c xtrapreset.c xtrapstats.c

Log Message:
Fix "cast from pointer to integer of different size".


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 xsrc/external/mit/xtrap/dist/xtrapin.c \
xsrc/external/mit/xtrap/dist/xtrapinfo.c \
xsrc/external/mit/xtrap/dist/xtrapproto.c \
xsrc/external/mit/xtrap/dist/xtrapreset.c \
xsrc/external/mit/xtrap/dist/xtrapstats.c
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xtrap/dist/xtrapout.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-06-16 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Mon Jun 16 22:38:27 UTC 2014

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

Log Message:
wpi(4): mostly cosmetic changes to source, also a little bit of diff
reduction relative to OpenBSD as of late 2007.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/dev/pci/if_wpi.c

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



CVS commit: src/usr.sbin

2014-06-16 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Mon Jun 16 22:12:30 UTC 2014

Modified Files:
src/usr.sbin/etcupdate: etcupdate
src/usr.sbin/postinstall: postinstall

Log Message:
Use extra="${2-/,}" to use $2 if defined, else default to "/,".


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/usr.sbin/etcupdate/etcupdate
cvs rdiff -u -r1.173 -r1.174 src/usr.sbin/postinstall/postinstall

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



CVS commit: src/usr.sbin/postinstall

2014-06-16 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Mon Jun 16 22:04:39 UTC 2014

Modified Files:
src/usr.sbin/postinstall: postinstall

Log Message:
Delete trailing slash with "${1%/}", not "${1#/}".


To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 src/usr.sbin/postinstall/postinstall

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



CVS commit: src/lib/librumpuser

2014-06-16 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Mon Jun 16 21:07:28 UTC 2014

Modified Files:
src/lib/librumpuser: rumpuser_bio.c

Log Message:
Add __RCSID.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/librumpuser/rumpuser_bio.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

2014-06-16 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Mon Jun 16 19:08:18 UTC 2014

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

Log Message:
Comment out the xhci entries.
The driver really doesn't work well enough to be generally useful.


To generate a diff of this commit:
cvs rdiff -u -r1.390 -r1.391 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.101 -r1.102 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.1105 -r1.1106 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/i386/conf/XEN3_DOM0

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



CVS commit: src/sys

2014-06-16 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Jun 16 16:48:16 UTC 2014

Modified Files:
src/sys/arch/mips/adm5120/dev: if_admsw.c
src/sys/dev/ic: rtl80x9.c
src/sys/dev/mii: acphy.c amhphy.c brgphy.c ciphy.c dmphy.c gentbi.c
glxtphy.c gphyter.c icsphy.c igphy.c ihphy.c ikphy.c inphy.c
iophy.c lxtphy.c makphy.c mvphy.c nsphy.c nsphyter.c qsphy.c
rlphy.c sqphy.c tlphy.c tqphy.c ukphy_subr.c urlphy.c
src/sys/dev/pci: if_kse.c if_txp.c if_wm.c

Log Message:
 IFM_FDX and IFM_HDX use different bit, so set IFM_HDX bit if it's not full
duplex. For many drivers, it recognize half duplex if IFM_FDX isn't set,
but not for others. Same as {Free|Open}BSD.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/mips/adm5120/dev/if_admsw.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/rtl80x9.c
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/mii/acphy.c src/sys/dev/mii/glxtphy.c
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/mii/amhphy.c
cvs rdiff -u -r1.69 -r1.70 src/sys/dev/mii/brgphy.c
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/mii/ciphy.c
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/mii/dmphy.c
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/mii/gentbi.c
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/mii/gphyter.c src/sys/dev/mii/rlphy.c
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/mii/icsphy.c src/sys/dev/mii/lxtphy.c
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/mii/igphy.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/mii/ihphy.c
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/mii/ikphy.c src/sys/dev/mii/mvphy.c
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/mii/inphy.c
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/mii/iophy.c
cvs rdiff -u -r1.39 -r1.40 src/sys/dev/mii/makphy.c
cvs rdiff -u -r1.58 -r1.59 src/sys/dev/mii/nsphy.c
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/mii/nsphyter.c
cvs rdiff -u -r1.47 -r1.48 src/sys/dev/mii/qsphy.c
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/mii/sqphy.c
cvs rdiff -u -r1.61 -r1.62 src/sys/dev/mii/tlphy.c
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/mii/tqphy.c
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/mii/ukphy_subr.c
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/mii/urlphy.c
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/pci/if_kse.c
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/pci/if_txp.c
cvs rdiff -u -r1.269 -r1.270 src/sys/dev/pci/if_wm.c

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



CVS commit: src/lib/libc/gen

2014-06-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jun 16 16:29:30 UTC 2014

Modified Files:
src/lib/libc/gen: getpass.c

Log Message:
Recognize CR as end of line too. the telnet client passes that to us instead
of linefeed.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/gen/getpass.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/mii

2014-06-16 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Jun 16 14:43:22 UTC 2014

Modified Files:
src/sys/dev/mii: bmtphy.c brgphyreg.h ciphyreg.h gentbi.c mii.h nsphy.c
rlphy.c ukphy_subr.c

Log Message:
No functional change:
- Fix typo.
- Remove trailing white spaces.
- Capitalize comments.
- Tabify.
- KNF.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/mii/bmtphy.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/mii/brgphyreg.h
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/mii/ciphyreg.h
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/mii/gentbi.c
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/mii/mii.h
cvs rdiff -u -r1.57 -r1.58 src/sys/dev/mii/nsphy.c
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/mii/rlphy.c
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/mii/ukphy_subr.c

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



CVS commit: src

2014-06-16 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Jun 16 12:54:43 UTC 2014

Modified Files:
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/tests: mi
src/lib/libm: Makefile
src/lib/libm/src: namespace.h s_modf.c
src/tests/lib/libm: Makefile
Added Files:
src/lib/libm/src: s_modfl.c
src/tests/lib/libm: t_modf.c

Log Message:
Add modfl(3). From FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.1894 -r1.1895 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.60 -r1.61 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.571 -r1.572 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.159 -r1.160 src/lib/libm/Makefile
cvs rdiff -u -r1.10 -r1.11 src/lib/libm/src/namespace.h
cvs rdiff -u -r1.14 -r1.15 src/lib/libm/src/s_modf.c
cvs rdiff -u -r0 -r1.1 src/lib/libm/src/s_modfl.c
cvs rdiff -u -r1.24 -r1.25 src/tests/lib/libm/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libm/t_modf.c

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



CVS commit: src/sys/external/bsd/ipf/netinet

2014-06-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jun 16 12:38:32 UTC 2014

Modified Files:
src/sys/external/bsd/ipf/netinet: fil.c

Log Message:
Darren Reed: #550 filter rule list corrupted with inserted rules


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/external/bsd/ipf/netinet/fil.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/ipf/dist/tools

2014-06-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jun 16 12:37:58 UTC 2014

Modified Files:
src/external/bsd/ipf/dist/tools: ipfstat.c

Log Message:
>From Darren Reed: #548 ipfstat hits a bus error on netbsd/sparc64


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/ipf/dist/tools/ipfstat.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/mii

2014-06-16 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Jun 16 12:36:41 UTC 2014

Modified Files:
src/sys/dev/mii: atphy.c

Log Message:
Fix a bug that atphy doesn't set the capability of pause function correctly.
This bug was added in "mii.h" rev. 1.17.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/mii/atphy.c

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



CVS commit: src/sys/kern

2014-06-16 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Jun 16 12:28:10 UTC 2014

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

Log Message:
Require the actual namecache_look around cache_lookup_entry.
Add one last case of missing stat locking.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 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.



CVS commit: src/sys/fs/cd9660

2014-06-16 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Mon Jun 16 09:55:49 UTC 2014

Modified Files:
src/sys/fs/cd9660: cd9660_lookup.c cd9660_node.c cd9660_node.h
cd9660_vfsops.c

Log Message:
Change cd9660 from hashlist to vcache.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/fs/cd9660/cd9660_lookup.c
cvs rdiff -u -r1.32 -r1.33 src/sys/fs/cd9660/cd9660_node.c
cvs rdiff -u -r1.15 -r1.16 src/sys/fs/cd9660/cd9660_node.h
cvs rdiff -u -r1.86 -r1.87 src/sys/fs/cd9660/cd9660_vfsops.c

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



CVS commit: src/doc

2014-06-16 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Mon Jun 16 09:12:30 UTC 2014

Modified Files:
src/doc: CHANGES

Log Message:
pigz(1): Update to pigz-2.3.1 [tls 20140615]


To generate a diff of this commit:
cvs rdiff -u -r1.1937 -r1.1938 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

2014-06-16 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Mon Jun 16 09:06:26 UTC 2014

Modified Files:
src: Makefile

Log Message:
Run "postinstall fix obsolete_stand" just before checkflist,
if we are building with DESTDIR != /


To generate a diff of this commit:
cvs rdiff -u -r1.308 -r1.309 src/Makefile

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



CVS commit: src

2014-06-16 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Mon Jun 16 09:04:43 UTC 2014

Modified Files:
src: Makefile

Log Message:
Pass -m MACHINE -a MACHINE_ARCH to postinstall


To generate a diff of this commit:
cvs rdiff -u -r1.307 -r1.308 src/Makefile

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



CVS commit: src/usr.sbin/postinstall

2014-06-16 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Mon Jun 16 08:59:13 UTC 2014

Modified Files:
src/usr.sbin/postinstall: postinstall

Log Message:
Add a new obsolete_stand target, disabled by default,
to delete old files and subdirectories under /stand/${MACHINE}.


To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172 src/usr.sbin/postinstall/postinstall

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



CVS commit: src/usr.sbin/postinstall

2014-06-16 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Mon Jun 16 08:39:56 UTC 2014

Modified Files:
src/usr.sbin/postinstall: postinstall

Log Message:
Remove stray quotation mark


To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 src/usr.sbin/postinstall/postinstall

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



CVS commit: src/usr.sbin/postinstall

2014-06-16 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Mon Jun 16 08:29:18 UTC 2014

Modified Files:
src/usr.sbin/postinstall: postinstall

Log Message:
In do_sendmail, use unprefix to fix up paths that will be
processed by obsolete_paths.


To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 src/usr.sbin/postinstall/postinstall

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



CVS commit: src/usr.sbin/postinstall

2014-06-16 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Mon Jun 16 08:28:08 UTC 2014

Modified Files:
src/usr.sbin/postinstall: postinstall

Log Message:
Clarify wording in a comment for obsolete_paths.


To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 src/usr.sbin/postinstall/postinstall

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



CVS commit: src/usr.sbin/postinstall

2014-06-16 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Mon Jun 16 08:21:21 UTC 2014

Modified Files:
src/usr.sbin/postinstall: postinstall

Log Message:
Add bre_quote (copied from etcupdate), and unprefix functions.


To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 src/usr.sbin/postinstall/postinstall

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



CVS commit: src

2014-06-16 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Mon Jun 16 07:11:52 UTC 2014

Modified Files:
src: Makefile

Log Message:
Pass SED=${TOOL_SED:Q} to postinstall.


To generate a diff of this commit:
cvs rdiff -u -r1.306 -r1.307 src/Makefile

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



CVS commit: src/usr.sbin/postinstall

2014-06-16 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Mon Jun 16 07:08:06 UTC 2014

Modified Files:
src/usr.sbin/postinstall: postinstall

Log Message:
Add SORT and SED variables, in case a host environment needs them.


To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 src/usr.sbin/postinstall/postinstall

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