svn commit: r203659 - head/sys/teken

2010-02-08 Thread Ed Schouten
Author: ed Date: Mon Feb 8 09:16:59 2010 New Revision: 203659 URL: http://svn.freebsd.org/changeset/base/203659 Log: Fall back to ASCII codepoints for box drawing. Even though the default VGA font provides box drawing fonts, there is no guarantee any font will provide these as well

svn commit: r203660 - in head/sys: compat/freebsd32 compat/svr4 i386/ibcs2 kern

2010-02-08 Thread Ed Schouten
Author: ed Date: Mon Feb 8 10:02:01 2010 New Revision: 203660 URL: http://svn.freebsd.org/changeset/base/203660 Log: Remove unused LIBCOMPAT keyword from syscalls.master. Modified: head/sys/compat/freebsd32/syscalls.master head/sys/compat/svr4/syscalls.master

svn commit: r203662 - stable/8/sys/kern

2010-02-08 Thread Attilio Rao
Author: attilio Date: Mon Feb 8 14:08:52 2010 New Revision: 203662 URL: http://svn.freebsd.org/changeset/base/203662 Log: MC r202889, r202940: - Fix a race in sched_switch() of sched_4bsd. Block the td_lock when acquiring explicitly sched_lock in order to prevent races with other

svn commit: r203665 - head/bin/ls

2010-02-08 Thread Jaakko Heinonen
Author: jh Date: Mon Feb 8 15:42:55 2010 New Revision: 203665 URL: http://svn.freebsd.org/changeset/base/203665 Log: Make sure that FTS_COMFOLLOW is not set when the -P option is in effect. Otherwise the -i option will show the inode number of the referenced file for symbolic links given

svn commit: r203666 - stable/8/usr.bin/truss

2010-02-08 Thread Jaakko Heinonen
Author: jh Date: Mon Feb 8 15:48:18 2010 New Revision: 203666 URL: http://svn.freebsd.org/changeset/base/203666 Log: MFC r200751: Add fork(2), getegid(2), geteuid(2), getgid(2), getpid(2), getpgid(2), getpgrp(2), getppid(2), getsid(2) and getuid(2) to syscall table to decode their

svn commit: r203667 - stable/8/usr.bin/truss

2010-02-08 Thread Jaakko Heinonen
Author: jh Date: Mon Feb 8 15:50:51 2010 New Revision: 203667 URL: http://svn.freebsd.org/changeset/base/203667 Log: MFC r200752: Avoid sharing the file descriptor of the output file with traced processes by setting the FD_CLOEXEC flag for the output file. PR: bin/140493

svn commit: r203668 - stable/8/usr.bin/truss

2010-02-08 Thread Jaakko Heinonen
Author: jh Date: Mon Feb 8 15:53:28 2010 New Revision: 203668 URL: http://svn.freebsd.org/changeset/base/203668 Log: MFC r200780: Remove non-working special case for pipe(2) from amd64-fbsd32.c and i386-fbsd.c. Add pipe(2) to syscall table to decode it's pointer argument properly and

svn commit: r203669 - stable/8/usr.bin/truss

2010-02-08 Thread Jaakko Heinonen
Author: jh Date: Mon Feb 8 15:55:01 2010 New Revision: 203669 URL: http://svn.freebsd.org/changeset/base/203669 Log: MFC r200781: Cast time_t values to intmax_t and use %jd with printf. Modified: stable/8/usr.bin/truss/syscalls.c Directory Properties: stable/8/usr.bin/truss/ (props

svn commit: r203673 - head/sys/net80211

2010-02-08 Thread Bernhard Schmidt
Author: bschmidt Date: Mon Feb 8 18:16:59 2010 New Revision: 203673 URL: http://svn.freebsd.org/changeset/base/203673 Log: Ensure that tkip_mixing_phase1() is called after a rekeying event when useing plain s/w crypto. Approved by: rpaulo (mentor) Reviewed by: sam Modified:

svn commit: r203674 - stable/6/sys/sys

2010-02-08 Thread Ed Maste
Author: emaste Date: Mon Feb 8 18:37:10 2010 New Revision: 203674 URL: http://svn.freebsd.org/changeset/base/203674 Log: MFC r162488: Use __builtin_offsetof for GCC 4.1. Submitted by: Ryan Stone Modified: stable/6/sys/sys/cdefs.h Directory Properties: stable/6/sys/ (props

svn commit: r203676 - in head: etc/defaults etc/rc.d share/man/man5

2010-02-08 Thread Maksim Yevmenkin
Author: emax Date: Mon Feb 8 18:51:24 2010 New Revision: 203676 URL: http://svn.freebsd.org/changeset/base/203676 Log: Introduce new rc.conf variable firewall_coscripts. It can be used to specify list of executables and/or rc scripts that should be executed after firewall starts/stops.

svn commit: r203677 - head/tools/regression/bin/sh/parameters

2010-02-08 Thread Jilles Tjoelker
Author: jilles Date: Mon Feb 8 18:57:18 2010 New Revision: 203677 URL: http://svn.freebsd.org/changeset/base/203677 Log: sh: Make sure the mail2.0 test can actually fail if $MAIL is not touched. Modified: head/tools/regression/bin/sh/parameters/mail2.0 Modified:

svn commit: r203678 - head/sys/dev/sound/usb

2010-02-08 Thread Bruce Cran
Author: brucec Date: Mon Feb 8 19:44:09 2010 New Revision: 203678 URL: http://svn.freebsd.org/changeset/base/203678 Log: Rename usb2_ structures and variables to usb_. Approved by: rrs (mentor) Discussed with: hps Modified: head/sys/dev/sound/usb/uaudio.c

svn commit: r203679 - head/sys/conf

2010-02-08 Thread Bruce Cran
Author: brucec Date: Mon Feb 8 19:48:33 2010 New Revision: 203679 URL: http://svn.freebsd.org/changeset/base/203679 Log: Remove the usb2_input_kbd directive that was missed during the renaming of the drivers in the usb2 stack. Approved by: rrs (mentor) Modified:

svn commit: r203680 - head/sys/dev/ath/ath_hal/ar5416

2010-02-08 Thread Rui Paulo
Author: rpaulo Date: Mon Feb 8 20:04:02 2010 New Revision: 203680 URL: http://svn.freebsd.org/changeset/base/203680 Log: Fix typo in comment. Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c

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

2010-02-08 Thread Bruce Cran
Author: brucec Date: Mon Feb 8 20:04:16 2010 New Revision: 203681 URL: http://svn.freebsd.org/changeset/base/203681 Log: Fix typo and remove extra spaces. Approved by: rrs (mentor) MFC after:3 days Modified: head/share/man/man4/sctp.4 Modified: head/share/man/man4/sctp.4

svn commit: r203682 - in head/sys/dev/ath/ath_hal: . ar5416

2010-02-08 Thread Rui Paulo
Author: rpaulo Date: Mon Feb 8 20:12:01 2010 New Revision: 203682 URL: http://svn.freebsd.org/changeset/base/203682 Log: Fix TX power problems with AR9285. Modified: head/sys/dev/ath/ath_hal/ah_eeprom_v14.h head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c

svn commit: r203683 - head/sys/dev/ath

2010-02-08 Thread Rui Paulo
Author: rpaulo Date: Mon Feb 8 20:23:20 2010 New Revision: 203683 URL: http://svn.freebsd.org/changeset/base/203683 Log: Add multicast key search support. This fixes corrupted mcast packets when we have more than one hostap vap. Submitted by: Russell Yount russell.yount at gmail.com

svn commit: r203686 - head/usr.sbin/wake

2010-02-08 Thread Martin Blapp
Author: mbr Date: Mon Feb 8 20:57:49 2010 New Revision: 203686 URL: http://svn.freebsd.org/changeset/base/203686 Log: If there is only one NIC in the system that is up and running, the interface specifier on the command line can be ommited. Besides of this, the bpf is being reused for

svn commit: r203685 - in head/sys: conf dev/aic7xxx

2010-02-08 Thread Bruce Cran
Author: brucec Date: Mon Feb 8 20:57:42 2010 New Revision: 203685 URL: http://svn.freebsd.org/changeset/base/203685 Log: Document the usfs driver and the NO_SYSCTL_DESCR option, and update the comment for umass. Don't include the sysctl description variables in aic7xxx when NO_SYSCTL_DESCR

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

2010-02-08 Thread Gavin Atkinson
Author: gavin Date: Mon Feb 8 21:01:41 2010 New Revision: 203687 URL: http://svn.freebsd.org/changeset/base/203687 Log: Update .Dt to reflect the fact that these drivers and man pages are installed on more than just i386. Modified: head/share/man/man4/acpi_asus.4

svn commit: r203688 - in head: bin/pkill bin/ps usr.bin/w

2010-02-08 Thread Bruce Cran
Author: brucec Date: Mon Feb 8 21:23:48 2010 New Revision: 203688 URL: http://svn.freebsd.org/changeset/base/203688 Log: Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allows the -M option to be used without specifying -N. PR: bin/138146 Approved by: rrs

svn commit: r203689 - in head/share/man/man4: . man4.i386

2010-02-08 Thread Gavin Atkinson
Author: gavin Date: Mon Feb 8 21:24:12 2010 New Revision: 203689 URL: http://svn.freebsd.org/changeset/base/203689 Log: Install the padlock(4) man page on amd64 as well as i386, to match the platforms where the driver itself is compiled and installed. PR: docs/130895

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

2010-02-08 Thread Bruce Cran
Author: brucec Date: Mon Feb 8 21:29:34 2010 New Revision: 203690 URL: http://svn.freebsd.org/changeset/base/203690 Log: Xorg isn't treated as a distribution, so /usr/X11R6/lib shouldn't be configured when running ldconfig. PR: bin/138945 Approved by: rrs (mentor) MFC

svn commit: r203691 - in head: share/man/man4 sys/amd64/conf sys/i386/conf

2010-02-08 Thread Bruce Cran
Author: brucec Date: Mon Feb 8 21:38:42 2010 New Revision: 203691 URL: http://svn.freebsd.org/changeset/base/203691 Log: Update documentation for the iwn and iwnfw drivers: they support the 1000, 5150, 6000 and 6050 devices too, with firmware modules for the 4965, 1000, 5000, 5150 and 6000.

svn commit: r203692 - in head/share/man/man4: . man4.i386

2010-02-08 Thread Gavin Atkinson
Author: gavin Date: Mon Feb 8 23:30:28 2010 New Revision: 203692 URL: http://svn.freebsd.org/changeset/base/203692 Log: Kernel modules for these drivers are installed on all platforms, so install the man pages on all platforms too. Added: head/share/man/man4/alpm.4 - copied, changed

Re: svn commit: r203682 - in head/sys/dev/ath/ath_hal: . ar5416

2010-02-08 Thread Doug Barton
cc -O2 -pipe -g -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I. -I/usr/local/src/sys/modules/ath/../../dev/ath -I/usr/local/src/sys/modules/ath/../../dev/ath/ath_hal -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param

svn commit: r203693 - head/sys/dev/usb/controller

2010-02-08 Thread Andrew Thompson
Author: thompsa Date: Tue Feb 9 00:38:40 2010 New Revision: 203693 URL: http://svn.freebsd.org/changeset/base/203693 Log: Disable the use of the IAAD usb doorbell on NVidia controllers as it can cause the hardware to stall. Submitted by: Hans Petter Selasky Modified:

svn commit: r203694 - stable/7/sys/kern

2010-02-08 Thread David Xu
Author: davidxu Date: Tue Feb 9 01:19:10 2010 New Revision: 203694 URL: http://svn.freebsd.org/changeset/base/203694 Log: MFC r203414: After busied the lock, re-read state word before checking waiters flag, otherwise, the waiters bit may not be set and a wakeup is lost. Approved by:

svn commit: r203695 - head/sys/dev/ath

2010-02-08 Thread Tai-hwa Liang
Author: avatar Date: Tue Feb 9 04:07:39 2010 New Revision: 203695 URL: http://svn.freebsd.org/changeset/base/203695 Log: Fixing compilation bustage by removing a stray comment fragment. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c

svn commit: r203696 - in head: lib/libc/sys sys/kern sys/sys

2010-02-08 Thread Marcel Moolenaar
Author: marcel Date: Tue Feb 9 05:52:35 2010 New Revision: 203696 URL: http://svn.freebsd.org/changeset/base/203696 Log: Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process can obtain the memory map of the traced process. PT_VM_TIMESTAMP can be used to check if the memory map

svn commit: r203697 - in head/sys: conf mips/conf mips/include mips/mips mips/sibyte

2010-02-08 Thread Neel Natu
Author: neel Date: Tue Feb 9 06:24:43 2010 New Revision: 203697 URL: http://svn.freebsd.org/changeset/base/203697 Log: SMP support for the mips port. The platform that supports SMP currently is a SWARM with a dual-core Sibyte processor. The kernel config file to use is SWARM_SMP.

svn commit: r203698 - head/libexec/ftpd

2010-02-08 Thread Ed Schouten
Author: ed Date: Tue Feb 9 07:35:12 2010 New Revision: 203698 URL: http://svn.freebsd.org/changeset/base/203698 Log: Set ut_line to ftpd for ftpd. This makes it a little easier to figure out which application was responsible for this log entry. Ideally we should add an ut_process or