CVS commit: src/sys

2014-07-12 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Sat Jul 12 09:57:25 UTC 2014

Modified Files:
src/sys/kern: kern_proc.c
src/sys/sys: sysctl.h

Log Message:
Allow fill_kproc2() to be used by more than sysctl.


To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 src/sys/kern/kern_proc.c
cvs rdiff -u -r1.212 -r1.213 src/sys/sys/sysctl.h

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



CVS commit: src/sys/miscfs/procfs

2014-07-12 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Sat Jul 12 09:58:39 UTC 2014

Modified Files:
src/sys/miscfs/procfs: procfs_linux.c

Log Message:
Use kproc2 to provide sensible informations for /proc//stat.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/miscfs/procfs/procfs_linux.c

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



CVS import: src/external/bsd/dhcp/dist

2014-07-12 Thread S.P.Zeidler
Module Name:src
Committed By:   spz
Date:   Sat Jul 12 11:58:18 UTC 2014

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

Log Message:
import of dhcp 4.3.0.

Excerpts of the upstream RELNOTES:

The major "theme" for ISC DHCP 4.3.x was to update the suport for
DHCPv6 to include several of the features that have been available
for DHCPv4.  These include:

- Support the use of classes

- Support for on_commit, on_expiry and on_release statements

- Better logging of address assignments

- Support for using DHCPv6 relay options in expressions

This release also adds suppport for the standard DDNS as described in the
current RFCs as well as enhancing support for dynamically adding and removing
subclasses via OMAPI.

There are a number of DHCPv6 limitations and features missing in this
release, which will be addressed in the future:

- Only Solaris, Linux, FreeBSD, NetBSD, and OpenBSD are supported.

- DHCPv6 includes human-readable text in status code messages, in
  English.  A method to reconfigure or support other languages would
  be preferable.

- The "host-identifier" option is limited to a simple token.

- The client and server can only operate DHCPv4 or DHCPv6 at a time,
  not both.  To use both protocols simultaneously, two instances of the
  relevant daemon are required, one with the '-6' command line option.

Changes since 4.3.0b1

- Tidy up receive packet processing.
  Thanks to Brad Plank of GTA for reporting the issue and suggesting
  a possible patch.
  [ISC-Bugs #34447]

Changes since 4.3.0a1

- Modify the message displayed when a process hits a fatal error.
  The new message is much shorter and simply points to the README
  and our website for directions on bug submissions.
  [ISC-Bugs #24789]

- Handle an absent resolv.conf file better.
  [ISC-Bugs #35194]

Changes since 4.2.5

- Address static analysis warnings.
  [ISC-Bugs #33510] [ISC-Bugs #33511]

- Silence benign static analysis warnings.
  [ISC-Bugs #33428]

- Add check for 64-bit package for atf.
  [ISC-Bugs #32206]

- Use newer auto* tool packages and turn on RFC_3542 support on Mac OS.
  [ISC-Bugs #26303]

- Remove a variable when it isn't being used due to #ifdefs to avoid
  a compiler warning on Solaris using GCC.
  [ISC-Bugs #33032]

- Add a check for too much whitespace in a config or lease file.
  Thanks to Paolo Pellegrino for finding the issue and a suggestion
  for the patch.
  [ISC-Bugs #33351]

- Fix several problems with using OMAPI to manipulate class and subclass
  objects.
  [ISC-Bugs #27452]

- Added a sleep call after killing the old client to allow time
  for the sockets to be cleaned.  This should allow the -r option
  to work more consistently.
  [ISC-Bugs #18175]

- Missing files for ISC DHCP Developer's Guide are now included in
  the release tarballs. To generate this documentation, please use
  make devel command in doc directory. [ISC-Bugs #32767]

- Update client script for use with openwrt.
  [ISC-Bugs #29843]

- Fix the socket handling for DHCPv6 clients to allow multiple instances
  of a client on a single machine to work properly.  Previously only
  one client would receive the packets.  Thanks to Jiri Popelka at Red Hat
  for the bug report and a potential patch.
  [ISC-Bugs #34784]

- Added support for gentle shutdown after signal is received.
  [ISC-Bugs #32692] [ISC-Bugs 34945]

- Enhance the DHCPv6 server logging to include the addresses that are assigned
  to the clients.
  [ISC-Bugs #26377]

- Fix an operation in the DDNS code to be a bitwise instead of logical or.
  [ISC-Bugs #35138]


Status:

Vendor Tag: ISC
Release Tags:   DHCP4_3_0

U src/external/bsd/dhcp/dist/aclocal.m4
N src/external/bsd/dhcp/dist/config.guess
N src/external/bsd/dhcp/dist/compile
N src/external/bsd/dhcp/dist/config.sub
U src/external/bsd/dhcp/dist/configure
U src/external/bsd/dhcp/dist/configure.ac
U src/external/bsd/dhcp/dist/depcomp
U src/external/bsd/dhcp/dist/install-sh
U src/external/bsd/dhcp/dist/LICENSE
U src/external/bsd/dhcp/dist/Makefile.am
U src/external/bsd/dhcp/dist/Makefile.in
U src/external/bsd/dhcp/dist/missing
U src/external/bsd/dhcp/dist/README
U src/external/bsd/dhcp/dist/RELNOTES
N src/external/bsd/dhcp/dist/test-driver
U src/external/bsd/dhcp/dist/doc/api+protocol
U src/external/bsd/dhcp/dist/doc/IANA-arp-parameters
U src/external/bsd/dhcp/dist/doc/References.html
U src/external/bsd/dhcp/dist/doc/Makefile
U src/external/bsd/dhcp/dist/doc/References.xml
U src/external/bsd/dhcp/dist/doc/References.txt
N src/external/bsd/dhcp/dist/doc/devel/contrib.dox
N src/external/bsd/dhcp/dist/doc/devel/arch.dox
N src/external/bsd/dhcp/dist/doc/devel/atf.dox
N src/external/bsd/dhcp/dist/doc/devel/debug.dox
U src/external/bsd/dhcp/dist/doc/devel/doxyfile.in
N src/external/bsd/dhcp/dist/doc/devel/isc-logo.jpg
N src/external/bsd/dhcp/dist/doc/devel/mainpage.dox
N src/exter

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

2014-07-12 Thread S.P.Zeidler
Module Name:src
Committed By:   spz
Date:   Sat Jul 12 12:09:38 UTC 2014

Modified Files:
src/external/bsd/dhcp/dist/client: dhc6.c dhclient.8 dhclient.c
src/external/bsd/dhcp/dist/common: alloc.c bpf.c conflex.c discover.c
dispatch.c dns.c icmp.c ns_name.c
src/external/bsd/dhcp/dist/dst: base64.c dst_api.c
src/external/bsd/dhcp/dist/includes: dhcpd.h
src/external/bsd/dhcp/dist/omapip: dispatch.c isclib.c
src/external/bsd/dhcp/dist/relay: dhcrelay.c
src/external/bsd/dhcp/dist/server: confpars.c ddns.c dhcpd.c
dhcpleasequery.c dhcpv6.c mdb.c mdb6.c omapi.c

Log Message:
merge and fixup


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/dhcp/dist/client/dhc6.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/dhcp/dist/client/dhclient.8
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/dhcp/dist/client/dhclient.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/dhcp/dist/common/alloc.c \
src/external/bsd/dhcp/dist/common/bpf.c \
src/external/bsd/dhcp/dist/common/icmp.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/dhcp/dist/common/conflex.c \
src/external/bsd/dhcp/dist/common/discover.c \
src/external/bsd/dhcp/dist/common/dispatch.c
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/dhcp/dist/common/dns.c
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/dhcp/dist/common/ns_name.c
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/dhcp/dist/dst/base64.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/dhcp/dist/dst/dst_api.c
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/dhcp/dist/includes/dhcpd.h
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/dhcp/dist/omapip/dispatch.c
cvs rdiff -u -r1.1.1.3 -r1.2 src/external/bsd/dhcp/dist/omapip/isclib.c
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/dhcp/dist/relay/dhcrelay.c
cvs rdiff -u -r1.1.1.3 -r1.2 src/external/bsd/dhcp/dist/server/confpars.c \
src/external/bsd/dhcp/dist/server/mdb.c \
src/external/bsd/dhcp/dist/server/omapi.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/dhcp/dist/server/ddns.c \
src/external/bsd/dhcp/dist/server/dhcpd.c
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/dhcp/dist/server/dhcpleasequery.c \
src/external/bsd/dhcp/dist/server/dhcpv6.c \
src/external/bsd/dhcp/dist/server/mdb6.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/dhcp

2014-07-12 Thread S.P.Zeidler
Module Name:src
Committed By:   spz
Date:   Sat Jul 12 12:11:22 UTC 2014

Modified Files:
src/external/bsd/dhcp: Makefile.inc

Log Message:
the new release wants libisc (and thus libisccfg) from bind


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/dhcp/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/dev/scsipi

2014-07-12 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Sat Jul 12 12:13:01 UTC 2014

Modified Files:
src/sys/dev/scsipi: cd.c

Log Message:
Prevent detaching an open device unless forced.


To generate a diff of this commit:
cvs rdiff -u -r1.319 -r1.320 src/sys/dev/scsipi/cd.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-07-12 Thread S.P.Zeidler
Module Name:src
Committed By:   spz
Date:   Sat Jul 12 12:53:27 UTC 2014

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
update the records for the dhcp import


To generate a diff of this commit:
cvs rdiff -u -r1.1133 -r1.1134 src/doc/3RDPARTY
cvs rdiff -u -r1.1943 -r1.1944 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/tests/ipf

2014-07-12 Thread Darren Reed
Module Name:src
Committed By:   darrenr
Date:   Sat Jul 12 14:37:12 UTC 2014

Modified Files:
src/tests/ipf: t_nat_exec.sh
Removed Files:
src/tests/ipf/input: n17_6
src/tests/ipf/regress: n17_6

Log Message:
Test n17_6 does not yet exist so remove unrequired files and test case


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/tests/ipf/t_nat_exec.sh
cvs rdiff -u -r1.3 -r0 src/tests/ipf/input/n17_6
cvs rdiff -u -r1.3 -r0 src/tests/ipf/regress/n17_6

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



CVS commit: src/tests/ipf

2014-07-12 Thread Darren Reed
Module Name:src
Committed By:   darrenr
Date:   Sat Jul 12 14:37:49 UTC 2014

Modified Files:
src/tests/ipf/input: Makefile
src/tests/ipf/regress: Makefile

Log Message:
Test n17_6 does not yet exist so remove unrequired files and test case


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/ipf/input/Makefile
cvs rdiff -u -r1.7 -r1.8 src/tests/ipf/regress/Makefile

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

2014-07-12 Thread Darren Reed
Module Name:src
Committed By:   darrenr
Date:   Sat Jul 12 14:40:06 UTC 2014

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

Log Message:
Test n17_6 does not yet exist so remove unrequired files and test case


To generate a diff of this commit:
cvs rdiff -u -r1.579 -r1.580 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/external/bsd/ipf/netinet

2014-07-12 Thread Darren Reed
Module Name:src
Committed By:   darrenr
Date:   Sat Jul 12 14:54:32 UTC 2014

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

Log Message:
PR kern/47665
For ICMP packets, use the "oicmpid" and "nicmpid" fields explicitly rather
than overloading those with "port" in them and expecting them to work.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/external/bsd/ipf/netinet/ip_nat.c

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



CVS commit: src/share/misc

2014-07-12 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Jul 12 15:19:47 UTC 2014

Modified Files:
src/share/misc: airport

Log Message:
Add HCJ. About a dozen mountain tops where nuked to make place for the runway,
see http://cdn2.spiegel.de/images/image-723855-galleryV9-jjgv.jpg


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/share/misc/airport

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

2014-07-12 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Jul 12 15:42:57 UTC 2014

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

Log Message:
Mark stray files obsolete (don't just remove them); noted by Paul Goyette.
(hi darrenr)


To generate a diff of this commit:
cvs rdiff -u -r1.580 -r1.581 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/crypto/external/bsd/netpgp/dist/src/netpgpverify

2014-07-12 Thread Alistair G. Crooks
Module Name:src
Committed By:   agc
Date:   Sat Jul 12 15:51:56 UTC 2014

Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: bignum.c bn.h

Log Message:
Update the bignum implementation in netpgpverify, and sync all uses of it

+ radix conversion routines added
+ bitwise operations added
+ whitespace cleanups


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/bignum.c \
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/bn.h

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



CVS commit: src

2014-07-12 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Jul 12 16:11:27 UTC 2014

Modified Files:
src/distrib/utils/sysinst: disks.c
src/sbin/fsck_lfs: fsck_lfs.8 main.c

Log Message:
Revert version 1.111 of sysinst/disks.c, which caused sysinst to
create lfs fstab entries with fsck disabled, and instead patch
fsck_lfs to exit successfully without doing anything when given the -p
(bootup preen) option. If you really want to do fsck_lfs -p, you can
do fsck_lfs -f -p to make it go.

This has been sitting in my todo queue since February 2010 and was
ok'd by the committer at the time. The original commit was based on
this post:
   http://mail-index.netbsd.org/tech-kern/2010/02/09/msg007306.html

and I remain unconvinced that it's the right thing, but we can at
least do it properly and not ship a sysinst with -7 that creates
permanently wrong fstab files.

Note that this may cause problems for anyone who's taken -p out of the
bootup fsck flags; but doing that is wrong, so don't.


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/distrib/utils/sysinst/disks.c
cvs rdiff -u -r1.24 -r1.25 src/sbin/fsck_lfs/fsck_lfs.8
cvs rdiff -u -r1.45 -r1.46 src/sbin/fsck_lfs/main.c

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



CVS commit: src/sys/net

2014-07-12 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Sat Jul 12 16:13:57 UTC 2014

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

Log Message:
Some small changes: add missing error checks; move sjump initialisation away
from optimize(); +BJ_HINT_PKT, -BJ_HINT_IND; tweak comments.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/net/bpfjit.c

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



CVS commit: src/sys/net

2014-07-12 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Sat Jul 12 16:52:57 UTC 2014

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

Log Message:
Initialise status to avoid -Wuninitialized warning.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/net/bpfjit.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/arch/sparc/gen

2014-07-12 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Sat Jul 12 19:11:57 UTC 2014

Modified Files:
src/lib/libc/arch/sparc/gen: _setjmp.S

Log Message:
Use save instruction to set up a local stack frame.

This fixes a segmentation fault caused by bash 4.3 on sparc64
kernels with 32-bit userland, bash uses _setjmp/_longjmp heavyly
via sigsetjmp/siglongjmp since 4.3.

For 32-bit compat library which is compiled with -mcpu=ultrasparc
option (and define __sparc_v9__), use a similar code to 64-bit
library.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/arch/sparc/gen/_setjmp.S

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



CVS commit: src/lib/libc/arch/sparc

2014-07-12 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Sat Jul 12 19:21:48 UTC 2014

Modified Files:
src/lib/libc/arch/sparc: Makefile.inc
src/lib/libc/arch/sparc/gen: Makefile.inc

Log Message:
Include sparc_v8 library into sparc64 32-bit compat libc library.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/arch/sparc/Makefile.inc
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/arch/sparc/gen/Makefile.inc

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



CVS commit: src/sbin/fsck_lfs

2014-07-12 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Jul 12 19:44:00 UTC 2014

Modified Files:
src/sbin/fsck_lfs: lfs.c main.c

Log Message:
Remove pointless function indirection through panic_func(). It was
initialized to one thing, and then set to another right at the top of
main and never changed again.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sbin/fsck_lfs/lfs.c
cvs rdiff -u -r1.46 -r1.47 src/sbin/fsck_lfs/main.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/xbase

2014-07-12 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Sat Jul 12 19:46:22 UTC 2014

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

Log Message:
Remove duplicated line.


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/distrib/sets/lists/xbase/mi

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



CVS commit: src/sbin/fsck_lfs

2014-07-12 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Jul 12 19:48:24 UTC 2014

Modified Files:
src/sbin/fsck_lfs: lfs_user.h

Log Message:
G/C my_vpanic().


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/fsck_lfs/lfs_user.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/dhcp/include

2014-07-12 Thread S.P.Zeidler
Module Name:src
Committed By:   spz
Date:   Sat Jul 12 20:03:19 UTC 2014

Modified Files:
src/external/bsd/dhcp/include: config.h

Log Message:
update config.h to the new version and enable DHCPv6


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/dhcp/include/config.h

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



CVS commit: src/usr.bin/vmstat

2014-07-12 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Sat Jul 12 20:04:31 UTC 2014

Modified Files:
src/usr.bin/vmstat: vmstat.c

Log Message:
Use u_long to avoid negative value outputs.


To generate a diff of this commit:
cvs rdiff -u -r1.202 -r1.203 src/usr.bin/vmstat/vmstat.c

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



CVS commit: src/sys/net

2014-07-12 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Sat Jul 12 20:14:18 UTC 2014

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

Log Message:
emit_xcall: check overflow by comparing X with (UINT32_MAX - pk->k), restore
the A register after checking that xcall succeeded.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/net/bpfjit.c

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



CVS commit: src/external/mit/xorg/bin

2014-07-12 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Sat Jul 12 20:31:04 UTC 2014

Modified Files:
src/external/mit/xorg/bin/xkill: Makefile
src/external/mit/xorg/bin/xlsclients: Makefile
src/external/mit/xorg/bin/xrdb: Makefile
src/external/mit/xorg/bin/xset: Makefile
src/external/mit/xorg/bin/xvinfo: Makefile

Log Message:
Restore package names to PACKAGE_STRING.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/xkill/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/bin/xlsclients/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/bin/xrdb/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/xset/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/xvinfo/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

2014-07-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jul 13 00:16:31 UTC 2014

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

Log Message:
more BCONFIG_H dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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/sys/dev/pci

2014-07-12 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sun Jul 13 01:02:20 UTC 2014

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

Log Message:
The vga driver now detaches wscons.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/igma.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/drm2/i915drm

2014-07-12 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sun Jul 13 01:17:15 UTC 2014

Modified Files:
src/sys/external/bsd/drm2/i915drm: i915_pci.c

Log Message:
The vga driver now detaches wscons.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/external/bsd/drm2/i915drm/i915_pci.c

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



CVS commit: src/usr.bin/quota

2014-07-12 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun Jul 13 01:46:04 UTC 2014

Modified Files:
src/usr.bin/quota: quota.c

Log Message:
Remove leftover #if 0 code from before the libquota rework.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/usr.bin/quota/quota.c

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



CVS commit: src/lib/libcurses

2014-07-12 Thread Brett Lymn
Module Name:src
Committed By:   blymn
Date:   Sun Jul 13 01:58:08 UTC 2014

Modified Files:
src/lib/libcurses: addnstr.c

Log Message:
Remove bogus length check - SUSV2 says add(n)str wraps and performs
special character processing so we should not be trying to limit the
length to the screen edge.  This partially fixes PR 48827, the test case
works now.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libcurses/addnstr.c

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



CVS commit: src/sbin/fsck_lfs

2014-07-12 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun Jul 13 02:44:21 UTC 2014

Modified Files:
src/sbin/fsck_lfs: lfs.c lfs_user.h main.c

Log Message:
Revert previous; it doesn't work because all the lfs tools
promiscuously .PATH in each other's source files, and I haven't the
time or patience to deal with it tonight.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sbin/fsck_lfs/lfs.c
cvs rdiff -u -r1.6 -r1.7 src/sbin/fsck_lfs/lfs_user.h
cvs rdiff -u -r1.47 -r1.48 src/sbin/fsck_lfs/main.c

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