Re: svn commit: r241298 - in head: . gnu/usr.bin/cc/cc_int gnu/usr.bin/cc/include kerberos5 kerberos5/tools/asn1_compile kerberos5/tools/slc lib/clang/include share/mk tools/build/make_check usr.sbin/

2012-10-21 Thread Bruce Evans
On Sat, 20 Oct 2012, Simon J. Gerraty wrote: On Sat, 20 Oct 2012 21:13:36 +1100 (EST), Bruce Evans writes: Back to the old thread. Followup to the new commit thread. I seem to have missed a bit of the conversation, so sorry if some of this has been done to death already. First some

svn commit: r241797 - head/usr.bin/m4

2012-10-21 Thread Andreas Tobler
Author: andreast Date: Sun Oct 21 08:38:55 2012 New Revision: 241797 URL: http://svn.freebsd.org/changeset/base/241797 Log: Fix build. Modified: head/usr.bin/m4/Makefile Modified: head/usr.bin/m4/Makefile == ---

Re: svn commit: r241777 - in head: bin/dd libexec/rpc.rusersd libexec/talkd usr.bin/cksum usr.bin/m4 usr.sbin/mtree usr.sbin/newsyslog usr.sbin/services_mkdb

2012-10-21 Thread Ed Schouten
Hi Andreas, 2012/10/20 Andreas Tobler andre...@freebsd.org: I get the same failures (on amd64/powerpc64) as the TB on mips for example: /src/usr.bin/m4/parser.y:26:18: error: mdef.h: No such file or directory /src/usr.bin/m4/parser.y:27:20: error: extern.h: No such file or directory Is this

svn commit: r241806 - in head/sbin: fsck fsck_msdosfs

2012-10-21 Thread Ulrich Spoerlein
Author: uqs Date: Sun Oct 21 12:01:11 2012 New Revision: 241806 URL: http://svn.freebsd.org/changeset/base/241806 Log: sbin/fsck: s/perror/perr/ to avoid shadowing - rename some other vars too - merge NetBSD license changes Obtained from:NetBSD PR: bin/139802

Re: svn commit: r241701 - in head/usr.sbin/bsdconfig: . include share

2012-10-21 Thread Alexey Dokuchaev
On Fri, Oct 19, 2012 at 11:36:04AM -0700, Devin Teske wrote: On Oct 19, 2012, at 10:02 AM, Alexey Dokuchaev wrote: Ah, I guess it might explain the shitty colors I see on newish FreeBSD screenshots of dialog(1). I actually prefer the colors in cdialog (more specifically, I prefer the

svn commit: r241822 - head/sys/conf

2012-10-21 Thread Rui Paulo
Author: rpaulo Date: Sun Oct 21 22:27:55 2012 New Revision: 241822 URL: http://svn.freebsd.org/changeset/base/241822 Log: Make the Wii GPIO driver a separate device. Modified: head/sys/conf/files.powerpc Modified: head/sys/conf/files.powerpc

svn commit: r241823 - in head: . etc etc/atf etc/mtree lib lib/atf lib/atf/libatf-c lib/atf/libatf-c++ libexec libexec/atf libexec/atf/atf-check share share/atf share/doc share/doc/atf share/exampl...

2012-10-21 Thread Marcel Moolenaar
Author: marcel Date: Mon Oct 22 01:18:41 2012 New Revision: 241823 URL: http://svn.freebsd.org/changeset/base/241823 Log: Add ATF to the build. This is may be a bit rought around the egdes, but committing it helps to get everyone on the same page and makes sure we make progress.

svn commit: r241825 - head/sys/vm

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 02:11:57 2012 New Revision: 241825 URL: http://svn.freebsd.org/changeset/base/241825 Log: Print flags as hex instead of an integer. PR: kern/168210 Submitted by: linimon Reviewed by: alc Approved by: cperciva MFC after:3 days

svn commit: r241826 - head/tools/test/hwpmc

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 02:12:02 2012 New Revision: 241826 URL: http://svn.freebsd.org/changeset/base/241826 Log: Covert to python 3 Approved by: cperciva MFC after:3 days Modified: head/tools/test/hwpmc/pmctest.py Modified: head/tools/test/hwpmc/pmctest.py

svn commit: r241827 - head/usr.bin/ar

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 02:12:06 2012 New Revision: 241827 URL: http://svn.freebsd.org/changeset/base/241827 Log: Mark bsdar_errc as __dead2 to help code analysis tools. PR: bin/172636 Submitted by: Erik Cederstrand e...@cederstrand.dk Approved by: cperciva MFC

svn commit: r241828 - in head: . sys/modules/3dfx sys/modules/cmx sys/modules/filemon tools/tools/sysdoc

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 02:12:11 2012 New Revision: 241828 URL: http://svn.freebsd.org/changeset/base/241828 Log: Finish migration of MAINTAINER entries Approved by: cperciva MFC after:3 days Modified: head/MAINTAINERS head/sys/modules/3dfx/Makefile

svn commit: r241829 - head/usr.sbin/memcontrol

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 02:12:15 2012 New Revision: 241829 URL: http://svn.freebsd.org/changeset/base/241829 Log: Fix conditional expression: previously a bit vector was being operated on by a logical not instead of the entire expression. Approved by: cperciva MFC after:3

svn commit: r241830 - in head/usr.sbin/pkg_install: add create delete info lib updating version

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 02:12:20 2012 New Revision: 241830 URL: http://svn.freebsd.org/changeset/base/241830 Log: Warn users when using pkg tools if it looks like they be be pkgng users. Reviewed by: bapt (earlier version) Reviewed by: kwm Approved by: cperciva MFC

svn commit: r241831 - head/sys/arm/ti/cpsw

2012-10-21 Thread Tim Kientzle
Author: kientzle Date: Mon Oct 22 02:28:48 2012 New Revision: 241831 URL: http://svn.freebsd.org/changeset/base/241831 Log: Don't repeat the POSTREAD dma sync. Modified: head/sys/arm/ti/cpsw/if_cpsw.c Modified: head/sys/arm/ti/cpsw/if_cpsw.c

svn commit: r241832 - head/tools/regression/netinet/ip_id_period

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 02:29:44 2012 New Revision: 241832 URL: http://svn.freebsd.org/changeset/base/241832 Log: Covert regression test to python 3 Approved by: cperciva MFC after:3 days Modified: head/tools/regression/netinet/ip_id_period/ip_id_period.py Modified:

svn commit: r241833 - head/sys/xen/interface/foreign

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 02:29:53 2012 New Revision: 241833 URL: http://svn.freebsd.org/changeset/base/241833 Log: Make xen python scripts work with python3 Approved by: cperciva MFC after:3 days Modified: head/sys/xen/interface/foreign/mkheader.py Modified:

svn commit: r241834 - head/games/fortune/tools

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 02:29:56 2012 New Revision: 241834 URL: http://svn.freebsd.org/changeset/base/241834 Log: Make do_uniq work with python3 Approved by: cperciva MFC after:3 days Modified: head/games/fortune/tools/do_uniq.py Modified:

svn commit: r241836 - head/share/man/man4

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 02:59:49 2012 New Revision: 241836 URL: http://svn.freebsd.org/changeset/base/241836 Log: Remove {harp,hfa,idt} man pages as they were removed in r179308. PR: docs/171234 Submitted by: Martin Birgmeier martin.birgme...@aon.at Reviewed by:

svn commit: r241838 - head/usr.bin/netstat

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 02:59:59 2012 New Revision: 241838 URL: http://svn.freebsd.org/changeset/base/241838 Log: Remove unused variable. Newer versions of gcc care. Submitted by: Sascha Wildner s...@online.de Approved by: cperciva MFC after:3 days Modified:

svn commit: r241837 - head/sys/sys

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 02:59:55 2012 New Revision: 241837 URL: http://svn.freebsd.org/changeset/base/241837 Log: Fix build if COMPAT_43 is defined without one of COMPAT_FREEBSD[4567] Approved by: cperciva Modified: head/sys/sys/ipc.h Modified: head/sys/sys/ipc.h

Re: svn commit: r241755 - head/lib/msun/src

2012-10-21 Thread Warner Losh
Feel free to fix them however. I added the comments because the algorithms weren't quite the same... If you have a better way, feel free to back my stuff out on the way to it. Warner On Oct 19, 2012, at 11:43 PM, Bruce Evans wrote: On Fri, 19 Oct 2012, Warner Losh wrote: Log: Document

Re: svn commit: r241757 - head/usr.sbin/pciconf

2012-10-21 Thread Warner Losh
On Oct 20, 2012, at 6:30 AM, John Baldwin wrote: On Friday, October 19, 2012 06:48:22 PM Warner Losh wrote: Author: imp Date: Fri Oct 19 22:48:22 2012 New Revision: 241757 URL: http://svn.freebsd.org/changeset/base/241757 Log: Indent ecaps the same way we indent caps. This was on

svn commit: r241852 - in head: sbin/ping sbin/ping6 usr.bin/at usr.sbin/lpr/common_source usr.sbin/lpr/lpc usr.sbin/lpr/lpd usr.sbin/lpr/lpq usr.sbin/lpr/lpr usr.sbin/lpr/lprm

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 03:31:22 2012 New Revision: 241852 URL: http://svn.freebsd.org/changeset/base/241852 Log: Check the return error of set[ug]id. While this can never fail in the current version of FreeBSD, this isn't guarenteed by the API. Custom security modules, or future

svn commit: r241853 - head/sys/kern

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 03:34:43 2012 New Revision: 241853 URL: http://svn.freebsd.org/changeset/base/241853 Log: Correct the killpg(2) return values: Return EPERM if processes were found but they were unable to be signaled. Return the first error from p_cansignal if no

svn commit: r241855 - in head/lib/libc: compat-43 sys

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 03:37:00 2012 New Revision: 241855 URL: http://svn.freebsd.org/changeset/base/241855 Log: Update the kill(2) and killpg(2) man pages to the modern permission checks. Also indicate killpg(2) is POSIX compliant. Reviewed by: jilles Reviewed by: wblock

svn commit: r241856 - in head/sys: arm/xscale/pxa dev/acpica dev/agp dev/amdsbwd dev/amdtemp dev/asmc dev/coretemp dev/e1000 dev/glxiic dev/ixgbe dev/kbdmux dev/sound/pci i386/acpica i386/bios x86/...

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 03:41:14 2012 New Revision: 241856 URL: http://svn.freebsd.org/changeset/base/241856 Log: Now that device disabling is generic, remove extraneous code from the device drivers that used to provide this feature. Reviewed by: des Approved by: cperciva

svn commit: r241857 - head/gnu/usr.bin/send-pr

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 03:41:19 2012 New Revision: 241857 URL: http://svn.freebsd.org/changeset/base/241857 Log: Add support for the character in usernames. Charlie finally has his last name. PR: gnu/37910 Submitted by: Harry Newton harry_new...@telinco.co.uk

svn commit: r241858 - head/sys/dev/mpt

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 03:41:24 2012 New Revision: 241858 URL: http://svn.freebsd.org/changeset/base/241858 Log: Remove unused code since the 5.x days Reviewed by: des, scottl Approved by: cperciva MFC after:1 week Modified: head/sys/dev/mpt/mpt_pci.c Modified:

svn commit: r241860 - head/sys/powerpc/wii

2012-10-21 Thread Rui Paulo
Author: rpaulo Date: Mon Oct 22 03:44:12 2012 New Revision: 241860 URL: http://svn.freebsd.org/changeset/base/241860 Log: Increase the I/O memory area to 0xc2. Modified: head/sys/powerpc/wii/wii_ipcreg.h Modified: head/sys/powerpc/wii/wii_ipcreg.h

svn commit: r241861 - head/sys/powerpc/wii

2012-10-21 Thread Rui Paulo
Author: rpaulo Date: Mon Oct 22 03:45:37 2012 New Revision: 241861 URL: http://svn.freebsd.org/changeset/base/241861 Log: Fix the memory regions to include the 64MB DDR3 memory slot. Modified: head/sys/powerpc/wii/platform_wii.c Modified: head/sys/powerpc/wii/platform_wii.c

svn commit: r241862 - in head/usr.bin: . ssh-copy-id

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 03:57:00 2012 New Revision: 241862 URL: http://svn.freebsd.org/changeset/base/241862 Log: Add a clean-room reimplementation of a script originally found in openssh's contrib directory. This version has more features and is better written. I intend to

Re: svn commit: r241755 - head/lib/msun/src

2012-10-21 Thread Steve Kargl
On Sun, Oct 21, 2012 at 09:08:49PM -0600, Warner Losh wrote: Feel free to fix them however. I added the comments because the algorithms weren't quite the same... If you have a better way, feel free to back my stuff out on the way to it. Warner Please back your commits out. Two of the

svn commit: r241863 - head/sys/dev/mpt

2012-10-21 Thread Eitan Adler
Author: eadler Date: Mon Oct 22 04:18:17 2012 New Revision: 241863 URL: http://svn.freebsd.org/changeset/base/241863 Log: Now that device disabling is generic, remove the non-standard implementation from mpt Don't MFC this to retain backwards compatibility. Reviewed by: des, mjacob

Re: svn commit: r241862 - in head/usr.bin: . ssh-copy-id

2012-10-21 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 10/21/12 8:57 PM, Eitan Adler wrote: Author: eadler Date: Mon Oct 22 03:57:00 2012 New Revision: 241862 URL: http://svn.freebsd.org/changeset/base/241862 Log: Add a clean-room reimplementation of a script originally found in openssh's