Re: svn commit: r209221 - head/bin/sh

2010-06-19 Thread Doug Barton
On 06/17/10 14:55, Jilles Tjoelker wrote: On Thu, Jun 17, 2010 at 12:36:51PM -0700, Doug Barton wrote: On 06/17/10 03:03, Andrey Chernov wrote: Jilles Tjoelkerjil...@freebsd.org writes: Log: sh: Add filename completion. FWIW, what I actually do is set the shell for both root and my

svn commit: r209328 - head/sys/dev/acpica

2010-06-19 Thread Alexander Motin
Author: mav Date: Sat Jun 19 08:36:12 2010 New Revision: 209328 URL: http://svn.freebsd.org/changeset/base/209328 Log: While we indeed can't precisely measure time spent in C1, we can consider measured interval as upper bound. It should be more precise then just assuming hz/2. For idle CPU

svn commit: r209329 - head/sys/dev/agp

2010-06-19 Thread Brian Somers
Author: brian Date: Sat Jun 19 08:42:29 2010 New Revision: 209329 URL: http://svn.freebsd.org/changeset/base/209329 Log: Add a missing linefeed PR: 147337 Submitted by: cyberleo at cyberleo dot net MFC after:1 week Modified: head/sys/dev/agp/agp_nvidia.c Modified:

svn commit: r209330 - head/sys/dev/acpica

2010-06-19 Thread Alexander Motin
Author: mav Date: Sat Jun 19 08:46:17 2010 New Revision: 209330 URL: http://svn.freebsd.org/changeset/base/209330 Log: Oops! Add / hz missed in r209328. Assume interrupt rate hz/2, not 1/2. Modified: head/sys/dev/acpica/acpi_cpu.c Modified: head/sys/dev/acpica/acpi_cpu.c

svn commit: r209331 - in head: etc tools/tools/tinybsd/conf/default tools/tools/tinybsd/conf/vpn

2010-06-19 Thread Brian Somers
Author: brian Date: Sat Jun 19 09:21:34 2010 New Revision: 209331 URL: http://svn.freebsd.org/changeset/base/209331 Log: Remove vestiges of 'slip'. PR: 145648 Submitted by: alexbestms at wwu dot de and spam at rm-rf dot kiev dot ua MFC after:1 week Modified:

svn commit: r209332 - head/release/scripts

2010-06-19 Thread Brian Somers
Author: brian Date: Sat Jun 19 09:33:11 2010 New Revision: 209332 URL: http://svn.freebsd.org/changeset/base/209332 Log: Remove an unnecessary cat. PR: 145447 Submitted by: u at netbeisser dot de MFC after:1 week Modified: head/release/scripts/ports-install.sh

Re: svn commit: r209158 - in head/contrib/wpa: hostapd hostapd/doc src/common src/crypto src/drivers src/eap_common src/eap_peer src/eap_server src/eapol_supp src/hlr_auc_gw src/l2_packet src/radius s

2010-06-19 Thread Rui Paulo
On 19 Jun 2010, at 03:54, Lawrence Stewart wrote: Hi Rui, On 06/15/10 01:37, Rui Paulo wrote: Author: rpaulo Date: Mon Jun 14 15:37:48 2010 New Revision: 209158 URL: http://svn.freebsd.org/changeset/base/209158 Log: MFV hostapd wpa_supplicant 0.6.10. Added: [snip]

svn commit: r209337 - head/bin/sh

2010-06-19 Thread Jilles Tjoelker
Author: jilles Date: Sat Jun 19 10:33:04 2010 New Revision: 209337 URL: http://svn.freebsd.org/changeset/base/209337 Log: sh: Fix compilation with -DNO_HISTORY. The LINENO code uses snprintf() and relied on myhistedit.h to pull in the necessary stdio.h. Compiling with -DNO_HISTORY

svn commit: r209338 - head/sys/mips/atheros

2010-06-19 Thread Adrian Chadd
Author: adrian Date: Sat Jun 19 12:12:39 2010 New Revision: 209338 URL: http://svn.freebsd.org/changeset/base/209338 Log: Extend the AR71XX watchdog debugging and data. * Add some per-device sysctl entries which record the watchdog state - whether it is armed; whether the last reboot

svn commit: r209339 - head/sys/x86/cpufreq

2010-06-19 Thread Alexander Motin
Author: mav Date: Sat Jun 19 13:09:42 2010 New Revision: 209339 URL: http://svn.freebsd.org/changeset/base/209339 Log: Core i5, same as previously Core2Duo, found to not set P-state for single core lower then set on other cores. Do not try to test P-states on attach on SMP systems. It is

svn commit: r209340 - head/sys/dev/hptiop

2010-06-19 Thread Alexander Motin
Author: mav Date: Sat Jun 19 13:41:17 2010 New Revision: 209340 URL: http://svn.freebsd.org/changeset/base/209340 Log: Report transport type in XPT_PATH_INQ. PR: i386/147929 MFC after:3 days Modified: head/sys/dev/hptiop/hptiop.c Modified: head/sys/dev/hptiop/hptiop.c

svn commit: r209341 - head/sys/dev/hptmv

2010-06-19 Thread Alexander Motin
Author: mav Date: Sat Jun 19 13:42:14 2010 New Revision: 209341 URL: http://svn.freebsd.org/changeset/base/209341 Log: Report transport type in XPT_PATH_INQ. MFC after:3 days Modified: head/sys/dev/hptmv/entry.c Modified: head/sys/dev/hptmv/entry.c

svn commit: r209342 - head/usr.bin/ypwhich

2010-06-19 Thread Gavin Atkinson
Author: gavin Date: Sat Jun 19 16:24:55 2010 New Revision: 209342 URL: http://svn.freebsd.org/changeset/base/209342 Log: Variable 'getmap' is unused. Found by: clang static analyzer Modified: head/usr.bin/ypwhich/ypwhich.c Modified: head/usr.bin/ypwhich/ypwhich.c

svn commit: r209343 - head/usr.sbin/cpucontrol

2010-06-19 Thread Gavin Atkinson
Author: gavin Date: Sat Jun 19 16:29:23 2010 New Revision: 209343 URL: http://svn.freebsd.org/changeset/base/209343 Log: Remove dead assignments, we overwrite the variable almost immediately. Found by: clang static analyzer Modified: head/usr.sbin/cpucontrol/amd.c

svn commit: r209344 - head/usr.sbin/timed/timed

2010-06-19 Thread Gavin Atkinson
Author: gavin Date: Sat Jun 19 17:04:01 2010 New Revision: 209344 URL: http://svn.freebsd.org/changeset/base/209344 Log: Initialise the trials variable to zero earlier in case we unexpectedly error out early. Found by: clang static analyzer Modified:

Re: svn commit: r209158 - in head/contrib/wpa: hostapd hostapd/doc src/common src/crypto src/drivers src/eap_common src/eap_peer src/eap_server src/eapol_supp src/hlr_auc_gw src/l2_packet src/radius s

2010-06-19 Thread Lawrence Stewart
On 06/19/10 19:56, Rui Paulo wrote: On 19 Jun 2010, at 03:54, Lawrence Stewart wrote: Hi Rui, On 06/15/10 01:37, Rui Paulo wrote: Author: rpaulo Date: Mon Jun 14 15:37:48 2010 New Revision: 209158 URL: http://svn.freebsd.org/changeset/base/209158 Log: MFV hostapd wpa_supplicant

svn commit: r209349 - stable/8/lib/libc/stdio

2010-06-19 Thread Ulrich Spoerlein
Author: uqs Date: Sat Jun 19 18:38:03 2010 New Revision: 209349 URL: http://svn.freebsd.org/changeset/base/209349 Log: MFH r200600: Clarify what's meant by NUL for getline.3 PR: docs/141125 Submitted by: Jeremy Huddleston jerem...@apple.com Modified:

svn commit: r209350 - head/sbin/geom/class/sched

2010-06-19 Thread Ulrich Spoerlein
Author: uqs Date: Sat Jun 19 18:52:37 2010 New Revision: 209350 URL: http://svn.freebsd.org/changeset/base/209350 Log: mdoc nitpicking for gsched.8 - remove stray argument [1] - remove stray whitespace - use canonical wording for the HISTORY section PR: docs/147119 [1]

Re: svn commit: r209158 - in head/contrib/wpa: hostapd hostapd/doc src/common src/crypto src/drivers src/eap_common src/eap_peer src/eap_server src/eapol_supp src/hlr_auc_gw src/l2_packet src/radius s

2010-06-19 Thread Rui Paulo
Lawrence, I don't see the point in enabling svn:keywords in vendor code. It's actually a good thing that radiotap.h doesn't get expanded. Regards, -- Rui Paulo ___ svn-src-all@freebsd.org mailing list

svn commit: r209358 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2010-06-19 Thread Marcel Moolenaar
Author: marcel Date: Sun Jun 20 00:34:06 2010 New Revision: 209358 URL: http://svn.freebsd.org/changeset/base/209358 Log: Unbreak platforms with char unsigned by default. Oddly enough, GCC isn't satisfied with a simple cast to int in the check against EOF, so the fix is a bit involved by

Re: svn commit: r209358 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2010-06-19 Thread Alexander Kabaev
On Sun, 20 Jun 2010 00:34:06 + (UTC) Marcel Moolenaar mar...@freebsd.org wrote: Author: marcel Date: Sun Jun 20 00:34:06 2010 New Revision: 209358 URL: http://svn.freebsd.org/changeset/base/209358 Log: Unbreak platforms with char unsigned by default. Oddly enough, GCC isn't

Re: svn commit: r209158 - in head/contrib/wpa: hostapd hostapd/doc src/common src/crypto src/drivers src/eap_common src/eap_peer src/eap_server src/eapol_supp src/hlr_auc_gw src/l2_packet src/radius s

2010-06-19 Thread Lawrence Stewart
On 06/20/10 05:22, Rui Paulo wrote: Lawrence, I don't see the point in enabling svn:keywords in vendor code. It's actually a good thing that radiotap.h doesn't get expanded. Rui, please accept my apologies. I *actually* understand the problem now as opposed to that lame 3am attempt earlier

svn commit: r209359 - head/usr.sbin/sysinstall

2010-06-19 Thread Randi Harper
Author: randi Date: Sun Jun 20 04:14:49 2010 New Revision: 209359 URL: http://svn.freebsd.org/changeset/base/209359 Log: Clean up item_add and remove -fno-strict-aliasing from CFLAGS. Note that the aux value in libdialog is really an opaque pointer, but libdialog stores it as a long for