svn commit: r236832 - head/sys/kern

2012-06-10 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Jun 10 06:31:54 2012 New Revision: 236832 URL: http://svn.freebsd.org/changeset/base/236832 Log: Simplify fdtofp(). MFC after:1 month Modified: head/sys/kern/kern_descrip.c Modified: head/sys/kern/kern_descrip.c

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

2012-06-10 Thread Adrian Chadd
Author: adrian Date: Sun Jun 10 06:42:18 2012 New Revision: 236833 URL: http://svn.freebsd.org/changeset/base/236833 Log: Add a new ioctl for ath(4) which returns the aggregate statistics. Modified: head/sys/dev/ath/if_ath.c head/sys/dev/ath/if_athioctl.h Modified:

svn commit: r236834 - head/tools/tools/ath/athaggrstats

2012-06-10 Thread Adrian Chadd
Author: adrian Date: Sun Jun 10 06:44:04 2012 New Revision: 236834 URL: http://svn.freebsd.org/changeset/base/236834 Log: Flesh out 'athaggrstats', a utility which will display the aggregation specific statistics for ath(4). Added: head/tools/tools/ath/athaggrstats/

svn commit: r236835 - head/tools/tools/ath

2012-06-10 Thread Adrian Chadd
Author: adrian Date: Sun Jun 10 06:44:19 2012 New Revision: 236835 URL: http://svn.freebsd.org/changeset/base/236835 Log: Add athaggrstats to the ath(4) tools build. Modified: head/tools/tools/ath/Makefile Modified: head/tools/tools/ath/Makefile

svn commit: r236845 - head/sys/arm/conf

2012-06-10 Thread Andrew Turner
Author: andrew Date: Sun Jun 10 10:37:21 2012 New Revision: 236845 URL: http://svn.freebsd.org/changeset/base/236845 Log: The GUMSTIX-QEMU config file is almost identical to the GUMSTIX config, include the latter file from the former rather than duplicating it. Modified:

svn commit: r236846 - in head/sys/arm: at91 econa xscale/i80321 xscale/pxa

2012-06-10 Thread Andrew Turner
Author: andrew Date: Sun Jun 10 10:40:22 2012 New Revision: 236846 URL: http://svn.freebsd.org/changeset/base/236846 Log: Remove an unneeded increment from initarm. The variable is uninitialised, is not used in this part of the function and correctly initialised later when it is used.

svn commit: r236847 - in head/sys/dev: ahci ata mvs siis

2012-06-10 Thread Alexander Motin
Author: mav Date: Sun Jun 10 11:17:14 2012 New Revision: 236847 URL: http://svn.freebsd.org/changeset/base/236847 Log: Partially revert r23: Return PROTO_ATA protocol in response to XPT_PATH_INQ. smartmontools uses it to identify ATA devices and I don't know any other place now

svn commit: r236848 - head/sys/vm

2012-06-10 Thread Konstantin Belousov
Author: kib Date: Sun Jun 10 11:31:50 2012 New Revision: 236848 URL: http://svn.freebsd.org/changeset/base/236848 Log: Use the previous stack entry protection and max protection to correctly propagate the stack execution permissions when stack is grown down. First,

svn commit: r236849 - head/sys/kern

2012-06-10 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Jun 10 13:10:21 2012 New Revision: 236849 URL: http://svn.freebsd.org/changeset/base/236849 Log: Merge two ifs into one. Other minor style fixes. MFC after:1 month Modified: head/sys/kern/kern_descrip.c Modified: head/sys/kern/kern_descrip.c

svn commit: r236852 - head/usr.bin/touch

2012-06-10 Thread Jilles Tjoelker
Author: jilles Date: Sun Jun 10 14:26:51 2012 New Revision: 236852 URL: http://svn.freebsd.org/changeset/base/236852 Log: touch: Add the -d option from POSIX.1-2008. This is much like -t but with a different format which is ISO8601-like and allows fractions of a second. The

svn commit: r236853 - head/sys/kern

2012-06-10 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Jun 10 14:57:18 2012 New Revision: 236853 URL: http://svn.freebsd.org/changeset/base/236853 Log: When we are closing capability during dup2(), we want to call mq_fdclose() on the underlying object and not on the capability itself. Discussed with: rwatson

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

2012-06-10 Thread Tom Rhodes
Author: trhodes Date: Sun Jun 10 15:56:49 2012 New Revision: 236854 URL: http://svn.freebsd.org/changeset/base/236854 Log: on the their types. - on their types. Modified: head/share/man/man4/mac_lomac.4 Modified: head/share/man/man4/mac_lomac.4

Re: svn commit: r236441 - head/lib/libc/sys

2012-06-10 Thread Robert Watson
On Sat, 2 Jun 2012, Ed Schouten wrote: Log: Remove invalid remark about pipes. The stat structures returned on pipes seems to contain all the information required by POSIX. Especially the wording and thus to a pipe makes little sense, because it seems to imply a certain relationship

svn commit: r236858 - head/sys/kern

2012-06-10 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Jun 10 20:22:10 2012 New Revision: 236858 URL: http://svn.freebsd.org/changeset/base/236858 Log: Style: move opt_*.h includes in the proper place. MFC after:1 month Modified: head/sys/kern/sys_capability.c Modified: head/sys/kern/sys_capability.c

svn commit: r236859 - head/sys/kern

2012-06-10 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Jun 10 20:24:01 2012 New Revision: 236859 URL: http://svn.freebsd.org/changeset/base/236859 Log: Remove redundant include. MFC after:1 month Modified: head/sys/kern/subr_trap.c Modified: head/sys/kern/subr_trap.c

svn commit: r236860 - head/usr.bin/find

2012-06-10 Thread Isabell Long
Author: issyl0 (doc committer) Date: Sun Jun 10 22:14:52 2012 New Revision: 236860 URL: http://svn.freebsd.org/changeset/base/236860 Log: Add more description and clarification about the -depth and -d options in both places where they are mentioned in find(1). Discussed with: dougb

svn commit: r236866 - head/usr.bin/cut

2012-06-10 Thread Kevin Lo
Author: kevlo Date: Mon Jun 11 03:02:40 2012 New Revision: 236866 URL: http://svn.freebsd.org/changeset/base/236866 Log: - Consistenly mention columns and fields - Add -b to short error messages Obtained from:NetBSD Modified: head/usr.bin/cut/cut.1 head/usr.bin/cut/cut.c

svn commit: r236867 - head/usr.bin/cut

2012-06-10 Thread Kevin Lo
Author: kevlo Date: Mon Jun 11 03:10:15 2012 New Revision: 236867 URL: http://svn.freebsd.org/changeset/base/236867 Log: Fix typo Modified: head/usr.bin/cut/cut.1 Modified: head/usr.bin/cut/cut.1 == ---

Re: svn commit: r236439 - head/sys/dev/usb/wlan

2012-06-10 Thread Adrian Chadd
On 2 June 2012 02:10, Hans Petter Selasky hsela...@freebsd.org wrote: Author: hselasky Date: Sat Jun  2 09:10:51 2012 New Revision: 236439 URL: http://svn.freebsd.org/changeset/base/236439 Log:  Add appropriate checks for ic_bsschan being set to IEEE80211_CHAN_ANYC in  some of the USB WLAN