svn commit: r235262 - head/sys/dev/re

2012-05-11 Thread Kevin Lo
Author: kevlo Date: Fri May 11 07:12:18 2012 New Revision: 235262 URL: http://svn.freebsd.org/changeset/base/235262 Log: Make sure we don't dereference a null pointer Modified: head/sys/dev/re/if_re.c Modified: head/sys/dev/re/if_re.c

svn commit: r235264 - in head/sys/boot/pc98: btx/btx btx/btxldr btx/lib cdboot loader

2012-05-11 Thread Andriy Gapon
Author: avg Date: Fri May 11 09:46:17 2012 New Revision: 235264 URL: http://svn.freebsd.org/changeset/base/235264 Log: MFi386: improve argument passing via btxldr use related definitions in i386 bootargs.h Reviewed by: nyan, jhb MFC after:1 month Added:

svn commit: r235265 - head/share/man/man7

2012-05-11 Thread Ulrich Spoerlein
Author: uqs Date: Fri May 11 10:13:34 2012 New Revision: 235265 URL: http://svn.freebsd.org/changeset/base/235265 Log: Stop lying about default UFS blocksizes. This catches up with the year-old change to default blocksizes. Also reduce the variants of spelling gigabyte from 3 down to 2

svn commit: r235266 - head/lib/libc/stdlib

2012-05-11 Thread Konstantin Belousov
Author: kib Date: Fri May 11 11:29:08 2012 New Revision: 235266 URL: http://svn.freebsd.org/changeset/base/235266 Log: According to SUSv4, realpath(3) must fail if [ENOENT] A component of file_name does not name an existing file or file_name points to an empty string. [ENOTDIR] A

svn commit: r235267 - in head/usr.bin/sort: . nls

2012-05-11 Thread Gabor Kovesdan
Author: gabor Date: Fri May 11 12:37:16 2012 New Revision: 235267 URL: http://svn.freebsd.org/changeset/base/235267 Log: Add a BSD-licensed sort rewrite that was started by me and later completed with the major functionality and optimizations by Oleg Moskalenko. It is compatible with the

svn commit: r235268 - in head: gnu/usr.bin/sort share/mk tools/build/options usr.bin

2012-05-11 Thread Gabor Kovesdan
Author: gabor Date: Fri May 11 12:47:21 2012 New Revision: 235268 URL: http://svn.freebsd.org/changeset/base/235268 Log: - Hook up BSD sort to the build. By default, it will be installed as bsdsort and GNU sort will be the default sort. When WITH_BSD_SORT is set, BSD sort will be the

Re: svn commit: r235267 - in head/usr.bin/sort: . nls

2012-05-11 Thread Konstantin Belousov
On Fri, May 11, 2012 at 12:37:16PM +, Gabor Kovesdan wrote: Author: gabor Date: Fri May 11 12:37:16 2012 New Revision: 235267 URL: http://svn.freebsd.org/changeset/base/235267 +bool byte_sort = false; + +static wchar_t **wmonths = NULL; +static unsigned char **cmonths = NULL; Such

Re: svn commit: r235267 - in head/usr.bin/sort: . nls

2012-05-11 Thread David Chisnall
On 11 May 2012, at 08:48, Konstantin Belousov wrote: On Fri, May 11, 2012 at 12:37:16PM +, Gabor Kovesdan wrote: Author: gabor Date: Fri May 11 12:37:16 2012 New Revision: 235267 URL: http://svn.freebsd.org/changeset/base/235267 +bool byte_sort = false; + +static wchar_t **wmonths =

Re: svn commit: r235267 - in head/usr.bin/sort: . nls

2012-05-11 Thread Colin Percival
On 05/11/12 05:48, Konstantin Belousov wrote: On Fri, May 11, 2012 at 12:37:16PM +, Gabor Kovesdan wrote: +bool byte_sort = false; + +static wchar_t **wmonths = NULL; +static unsigned char **cmonths = NULL; Such initializations are useless. You only increase the size of the binary on

svn commit: r235269 - head/share/man/man5

2012-05-11 Thread Gabor Kovesdan
Author: gabor Date: Fri May 11 13:03:52 2012 New Revision: 235269 URL: http://svn.freebsd.org/changeset/base/235269 Log: - Regen Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ==

Re: svn commit: r235267 - in head/usr.bin/sort: . nls

2012-05-11 Thread Gabor Kovesdan
On 2012.05.11. 15:02, Colin Percival wrote: On 05/11/12 05:48, Konstantin Belousov wrote: On Fri, May 11, 2012 at 12:37:16PM +, Gabor Kovesdan wrote: +bool byte_sort = false; + +static wchar_t **wmonths = NULL; +static unsigned char **cmonths = NULL; Such initializations are useless. You

Re: svn commit: r235267 - in head/usr.bin/sort: . nls

2012-05-11 Thread Konstantin Belousov
On Fri, May 11, 2012 at 08:57:29AM -0400, David Chisnall wrote: On 11 May 2012, at 08:48, Konstantin Belousov wrote: On Fri, May 11, 2012 at 12:37:16PM +, Gabor Kovesdan wrote: Author: gabor Date: Fri May 11 12:37:16 2012 New Revision: 235267 URL:

svn commit: r235270 - head/sys/geom/raid

2012-05-11 Thread Alexander Motin
Author: mav Date: Fri May 11 13:20:17 2012 New Revision: 235270 URL: http://svn.freebsd.org/changeset/base/235270 Log: - Prevent error status leak if write to some of the RAID1/1E volume disks failed while write to some other succeeded. Instead mark disk as failed. - Make RAID1E less

Re: svn commit: r235267 - in head/usr.bin/sort: . nls

2012-05-11 Thread Dimitry Andric
On 2012-05-11 15:02, Colin Percival wrote: On 05/11/12 05:48, Konstantin Belousov wrote: On Fri, May 11, 2012 at 12:37:16PM +, Gabor Kovesdan wrote: +bool byte_sort = false; + +static wchar_t **wmonths = NULL; +static unsigned char **cmonths = NULL; Such initializations are useless. You

Re: svn commit: r235253 - stable/9/lib/libfetch

2012-05-11 Thread Andrey Chernov
On Fri, May 11, 2012 at 01:24:17AM +, Ed Maste wrote: Author: emaste Date: Fri May 11 01:24:16 2012 New Revision: 235253 URL: http://svn.freebsd.org/changeset/base/235253 Log: MFC r234138: Support percent-encoded user and password RFC 1738 specifies that any :, @,

svn commit: r235271 - in head/sys: arm/at91 boot/arm/at91/libat91

2012-05-11 Thread Warner Losh
Author: imp Date: Fri May 11 14:40:25 2012 New Revision: 235271 URL: http://svn.freebsd.org/changeset/base/235271 Log: Hack to unbreak boot2 for at91rm9200 boot loader. When the at91sam code came in, it moved things around which wound up breaking the build. We have to do this bit of a

svn commit: r235272 - head/sys/boot/arm/at91/boot2

2012-05-11 Thread Warner Losh
Author: imp Date: Fri May 11 14:45:29 2012 New Revision: 235272 URL: http://svn.freebsd.org/changeset/base/235272 Log: Add support for passing in the board ID. # This doesn't implement the full Linux boot ABI for arm yet. # since there's no ATAGs list passed in for r2, and r0 has #

svn commit: r235273 - head/sys/arm/xscale/ixp425

2012-05-11 Thread Warner Losh
Author: imp Date: Fri May 11 14:51:59 2012 New Revision: 235273 URL: http://svn.freebsd.org/changeset/base/235273 Log: Remove obsolte big endian flag. It is no longer needed. Modified: head/sys/arm/xscale/ixp425/std.ixp425 head/sys/arm/xscale/ixp425/std.ixp435 Modified:

Re: svn commit: r235266 - head/lib/libc/stdlib

2012-05-11 Thread Andrey Chernov
Thanks, but in this two places old errno value should be saved across free() because free() may damage it: On Fri, May 11, 2012 at 11:29:08AM +, Konstantin Belousov wrote: ... + if (lstat(resolved, sb) != 0) { + if (m) +

svn commit: r235276 - head/usr.sbin/pkg_install/lib

2012-05-11 Thread Beat Gaetzi
Author: beat (ports committer) Date: Fri May 11 16:09:12 2012 New Revision: 235276 URL: http://svn.freebsd.org/changeset/base/235276 Log: - Print package name in case an empty pkgdep line is found. PR: bin/164378 Submitted by: Yuri yuri AT tsoft.com and many others Approved

Re: svn commit: r235266 - head/lib/libc/stdlib

2012-05-11 Thread Konstantin Belousov
On Fri, May 11, 2012 at 06:54:32PM +0400, Andrey Chernov wrote: Thanks, but in this two places old errno value should be saved across free() because free() may damage it: I do not agree. free() cannot change errno. On Fri, May 11, 2012 at 11:29:08AM +, Konstantin Belousov wrote: ... +

Re: svn commit: r235267 - in head/usr.bin/sort: . nls

2012-05-11 Thread Bruce Evans
On Fri, 11 May 2012, Konstantin Belousov wrote: On Fri, May 11, 2012 at 08:57:29AM -0400, David Chisnall wrote: On 11 May 2012, at 08:48, Konstantin Belousov wrote: On Fri, May 11, 2012 at 12:37:16PM +, Gabor Kovesdan wrote: Author: gabor Date: Fri May 11 12:37:16 2012 New Revision:

svn commit: r235277 - head/sys/arm/arm

2012-05-11 Thread Warner Losh
Author: imp Date: Fri May 11 17:40:13 2012 New Revision: 235277 URL: http://svn.freebsd.org/changeset/base/235277 Log: This comment has become unmoored from the code to which it applies. Move it back. Modified: head/sys/arm/arm/locore.S Modified: head/sys/arm/arm/locore.S

Re: svn commit: r235265 - head/share/man/man7

2012-05-11 Thread Bruce Evans
On Fri, 11 May 2012, Ulrich Spoerlein wrote: Log: Stop lying about default UFS blocksizes. This catches up with the year-old change to default blocksizes. Also reduce the variants of spelling gigabyte from 3 down to 2 (GB and GiB). Why not reduce it to 1 (no GakaBytes, aka GiB)?

svn commit: r235278 - head/sys/arm/arm

2012-05-11 Thread Warner Losh
Author: imp Date: Fri May 11 17:49:00 2012 New Revision: 235278 URL: http://svn.freebsd.org/changeset/base/235278 Log: Remove unused cruft. We call through memcpy more directly when we need to move the kernel, so we no longer need this. Modified: head/sys/arm/arm/locore.S Modified:

svn commit: r235280 - head/sys/netinet

2012-05-11 Thread Michael Tuexen
Author: tuexen Date: Fri May 11 17:50:51 2012 New Revision: 235280 URL: http://svn.freebsd.org/changeset/base/235280 Log: Remove a constant which is only used on non-FreeBSD platform. (The actual code for the socket option handling has been #ifdefed out forever...) MFC after: 3 days.

Re: svn commit: r235266 - head/lib/libc/stdlib

2012-05-11 Thread Garrett Cooper
On Fri, May 11, 2012 at 10:04 AM, Konstantin Belousov kostik...@gmail.com wrote: On Fri, May 11, 2012 at 06:54:32PM +0400, Andrey Chernov wrote: Thanks, but in this two places old errno value should be saved across free() because free() may damage it: I do not agree. free() cannot change

Re: svn commit: r235266 - head/lib/libc/stdlib

2012-05-11 Thread Andrey Chernov
On Fri, May 11, 2012 at 08:04:12PM +0300, Konstantin Belousov wrote: On Fri, May 11, 2012 at 06:54:32PM +0400, Andrey Chernov wrote: Thanks, but in this two places old errno value should be saved across free() because free() may damage it: I do not agree. free() cannot change errno. Perhaps

svn commit: r235281 - head/sys/boot/i386/cdboot

2012-05-11 Thread Dimitry Andric
Author: dim Date: Fri May 11 18:07:23 2012 New Revision: 235281 URL: http://svn.freebsd.org/changeset/base/235281 Log: Fix sys/boot/i386/cdboot/cdboot.S compilation with clang after r235219. This file uses .code16 directives, which are not yet supported by clang's integrated assembler.

svn commit: r235282 - head/sys/netinet

2012-05-11 Thread Michael Tuexen
Author: tuexen Date: Fri May 11 18:07:36 2012 New Revision: 235282 URL: http://svn.freebsd.org/changeset/base/235282 Log: Only provide the supported features in the SCTP_ASSOC_CHANGE notif if the state is SCTP_COMM_UP or SCTP_RESTART. While there, do some cleanups. MFC after: 3 days

Re: svn commit: r235266 - head/lib/libc/stdlib

2012-05-11 Thread Andrey Chernov
On Fri, May 11, 2012 at 10:55:39AM -0700, Garrett Cooper wrote: On Fri, May 11, 2012 at 10:04 AM, Konstantin Belousov kostik...@gmail.com wrote: On Fri, May 11, 2012 at 06:54:32PM +0400, Andrey Chernov wrote: Thanks, but in this two places old errno value should be saved across free()

svn commit: r235283 - head/sys/netinet

2012-05-11 Thread Michael Tuexen
Author: tuexen Date: Fri May 11 19:15:33 2012 New Revision: 235283 URL: http://svn.freebsd.org/changeset/base/235283 Log: Fix a bug in the handling of association reset request. MFC after: 3 days Modified: head/sys/netinet/sctp_input.c Modified: head/sys/netinet/sctp_input.c

Re: svn commit: r235277 - head/sys/arm/arm

2012-05-11 Thread Bruce Evans
On Fri, 11 May 2012, Warner Losh wrote: Log: This comment has become unmoored from the code to which it applies. Move it back. This commit message is unmoored from its this too (except when both are collected in the commit mail). Modified: head/sys/arm/arm/locore.S

Re: svn commit: r235281 - head/sys/boot/i386/cdboot

2012-05-11 Thread Andriy Gapon
on 11/05/2012 21:07 Dimitry Andric said the following: Author: dim Date: Fri May 11 18:07:23 2012 New Revision: 235281 URL: http://svn.freebsd.org/changeset/base/235281 Log: Fix sys/boot/i386/cdboot/cdboot.S compilation with clang after r235219. This file uses .code16 directives,

svn commit: r235285 - head/sbin/ifconfig

2012-05-11 Thread Hiroki Sato
Author: hrs Date: Fri May 11 20:01:45 2012 New Revision: 235285 URL: http://svn.freebsd.org/changeset/base/235285 Log: Skip nd6 line with no warning message when the system does not support INET6. Spotted by: flo Modified: head/sbin/ifconfig/af_nd6.c Modified:

svn commit: r235286 - in head: contrib/bsnmp/snmp_usm contrib/bsnmp/snmp_vacm lib/libbluetooth lib/libc/locale lib/libc/net lib/libc/posix1e lib/libc/rpc lib/libc/stdlib lib/libc/string lib/libelf ...

2012-05-11 Thread Glen Barber
Author: gjb (doc committer) Date: Fri May 11 20:06:46 2012 New Revision: 235286 URL: http://svn.freebsd.org/changeset/base/235286 Log: General mdoc(7) and typo fixes. PR: 167734 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after:3 days Modified:

Re: svn commit: r235267 - in head/usr.bin/sort: . nls

2012-05-11 Thread Warner Losh
On May 11, 2012, at 9:02 AM, Colin Percival wrote: On 05/11/12 05:48, Konstantin Belousov wrote: On Fri, May 11, 2012 at 12:37:16PM +, Gabor Kovesdan wrote: +bool byte_sort = false; + +static wchar_t **wmonths = NULL; +static unsigned char **cmonths = NULL; Such initializations are

Re: svn commit: r235267 - in head/usr.bin/sort: . nls

2012-05-11 Thread Colin Percival
On 05/11/12 13:08, Warner Losh wrote: On May 11, 2012, at 9:02 AM, Colin Percival wrote: On 05/11/12 05:48, Konstantin Belousov wrote: On Fri, May 11, 2012 at 12:37:16PM +, Gabor Kovesdan wrote: +bool byte_sort = false; + +static wchar_t **wmonths = NULL; +static unsigned char **cmonths =

svn commit: r235288 - in head/sys/dev/etherswitch: . arswitch rtl8366

2012-05-11 Thread Adrian Chadd
Author: adrian Date: Fri May 11 20:53:20 2012 New Revision: 235288 URL: http://svn.freebsd.org/changeset/base/235288 Log: Commit the first pass of the etherswitch support. This is designed to support the very basic ethernet switch chip behaviour, specifically: * accessing switch

svn commit: r235289 - in head/sbin: . etherswitchcfg

2012-05-11 Thread Adrian Chadd
Author: adrian Date: Fri May 11 20:56:04 2012 New Revision: 235289 URL: http://svn.freebsd.org/changeset/base/235289 Log: Add etherswitchcfg. Submitted by: Stefan Bethke s...@lassitu.de Added: head/sbin/etherswitchcfg/ head/sbin/etherswitchcfg/Makefile (contents, props changed)

svn commit: r235290 - head/sys/mips/conf

2012-05-11 Thread Adrian Chadd
Author: adrian Date: Fri May 11 21:13:43 2012 New Revision: 235290 URL: http://svn.freebsd.org/changeset/base/235290 Log: Add switch support to AP96. Modified: head/sys/mips/conf/AP96 head/sys/mips/conf/AP96.hints Modified: head/sys/mips/conf/AP96

svn commit: r235291 - head/lib/libjail

2012-05-11 Thread Jamie Gritton
Author: jamie Date: Fri May 11 21:22:52 2012 New Revision: 235291 URL: http://svn.freebsd.org/changeset/base/235291 Log: The linker isn't consistent in the ordering of dynamic sysctls, so don't assume that the unnamed final component of security.jail.param.foo. is one less than the foo

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

2012-05-11 Thread Warner Losh
Author: imp Date: Fri May 11 21:25:59 2012 New Revision: 235292 URL: http://svn.freebsd.org/changeset/base/235292 Log: Add pointers for how to setup debugging over firewire. Modified: head/share/man/man4/firewire.4 Modified: head/share/man/man4/firewire.4

svn commit: r235293 - head/usr.sbin/rtprio

2012-05-11 Thread Xin LI
Author: delphij Date: Fri May 11 21:52:05 2012 New Revision: 235293 URL: http://svn.freebsd.org/changeset/base/235293 Log: Fix the case where the utility is being used to run a command directly, this is a regression introduced with r228917. PR: bin/154042 Submitted by: Bugs

svn commit: r235294 - head/usr.sbin/jail

2012-05-11 Thread Joel Dahl
Author: joel (doc committer) Date: Fri May 11 22:05:30 2012 New Revision: 235294 URL: http://svn.freebsd.org/changeset/base/235294 Log: Fix .Pp macro. Modified: head/usr.sbin/jail/jail.8 Modified: head/usr.sbin/jail/jail.8

svn commit: r235297 - head/bin/kenv

2012-05-11 Thread Matthew D Fleming
Author: mdf Date: Fri May 11 23:05:14 2012 New Revision: 235297 URL: http://svn.freebsd.org/changeset/base/235297 Log: Add a -v and -N option to kenv(1), so it can be more easily used in scripts the way sysctl(8) is. The -N option, like in sysctl(8), displays only the kenv names, not their

svn commit: r235300 - head/sys/kern

2012-05-11 Thread Xin LI
Author: delphij Date: Fri May 11 23:41:52 2012 New Revision: 235300 URL: http://svn.freebsd.org/changeset/base/235300 Log: Release proc lock after setting signal queue. PR: kern/167727 Submitted by: Jinjun Gao gjinjun gmail com MFC after:2 weeks Modified:

svn commit: r235301 - head/sys/kern

2012-05-11 Thread Xin LI
Author: delphij Date: Fri May 11 23:43:32 2012 New Revision: 235301 URL: http://svn.freebsd.org/changeset/base/235301 Log: Revert previous revision, misunderstood the code :( Modified: head/sys/kern/kern_kthread.c Modified: head/sys/kern/kern_kthread.c

Re: svn commit: r235301 - head/sys/kern

2012-05-11 Thread Xin LI
On Fri, May 11, 2012 at 4:43 PM, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Fri May 11 23:43:32 2012 New Revision: 235301 URL: http://svn.freebsd.org/changeset/base/235301 Log:  Revert previous revision, misunderstood the code :( Modified:  head/sys/kern/kern_kthread.c

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

2012-05-11 Thread Glen Barber
Author: gjb (doc committer) Date: Sat May 12 00:30:54 2012 New Revision: 235302 URL: http://svn.freebsd.org/changeset/base/235302 Log: Bump .Dd Modified: head/share/man/man4/firewire.4 Modified: head/share/man/man4/firewire.4

svn commit: r235303 - stable/9/lib/libc/stdio

2012-05-11 Thread Eitan Adler
Author: eadler Date: Sat May 12 00:40:44 2012 New Revision: 235303 URL: http://svn.freebsd.org/changeset/base/235303 Log: MFC r235202: Remove reference to non-existent FreeBSD Security Architecture Approved by: cperciva (implicit) Modified: stable/9/lib/libc/stdio/fgets.3

svn commit: r235304 - stable/9/etc/mtree

2012-05-11 Thread Eitan Adler
Author: eadler Date: Sat May 12 00:43:14 2012 New Revision: 235304 URL: http://svn.freebsd.org/changeset/base/235304 Log: MFC r235203: fix spacing in mtree file Approved by: cperciva (implicit) Modified: stable/9/etc/mtree/BSD.usr.dist Directory Properties: stable/9/etc/

svn commit: r235305 - stable/8/etc/mtree

2012-05-11 Thread Eitan Adler
Author: eadler Date: Sat May 12 00:43:34 2012 New Revision: 235305 URL: http://svn.freebsd.org/changeset/base/235305 Log: MFC r235203: fix spacing in mtree file Approved by: cperciva (implicit) Modified: stable/8/etc/mtree/BSD.usr.dist Directory Properties: stable/8/etc/

svn commit: r235306 - stable/7/etc/mtree

2012-05-11 Thread Eitan Adler
Author: eadler Date: Sat May 12 00:44:18 2012 New Revision: 235306 URL: http://svn.freebsd.org/changeset/base/235306 Log: MFC r235203: fix spacing in mtree file Approved by: cperciva (implicit) Modified: stable/7/etc/mtree/BSD.usr.dist Directory Properties: stable/7/etc/

svn commit: r235307 - stable/7/sbin/md5

2012-05-11 Thread Eitan Adler
Author: eadler Date: Sat May 12 00:46:39 2012 New Revision: 235307 URL: http://svn.freebsd.org/changeset/base/235307 Log: MFC r235205: Document the -c option in --help output Approved by: cperciva (implicit) Modified: stable/7/sbin/md5/md5.c Directory Properties:

svn commit: r235308 - stable/8/sbin/md5

2012-05-11 Thread Eitan Adler
Author: eadler Date: Sat May 12 00:46:59 2012 New Revision: 235308 URL: http://svn.freebsd.org/changeset/base/235308 Log: MFC r235205: Document the -c option in --help output Approved by: cperciva (implicit) Modified: stable/8/sbin/md5/md5.c Directory Properties:

svn commit: r235309 - stable/9/sbin/md5

2012-05-11 Thread Eitan Adler
Author: eadler Date: Sat May 12 00:47:21 2012 New Revision: 235309 URL: http://svn.freebsd.org/changeset/base/235309 Log: MFC r235205: Document the -c option in --help output Approved by: cperciva (implicit) Modified: stable/9/sbin/md5/md5.c Directory Properties:

svn commit: r235310 - stable/9/usr.sbin/portsnap/portsnap

2012-05-11 Thread Eitan Adler
Author: eadler Date: Sat May 12 00:49:14 2012 New Revision: 235310 URL: http://svn.freebsd.org/changeset/base/235310 Log: MFC r235208: make it easier for users used to a VCS that allows up to be a shortcut for update. Approved by: cperciva (implicit) Modified:

svn commit: r235311 - stable/8/usr.sbin/portsnap/portsnap

2012-05-11 Thread Eitan Adler
Author: eadler Date: Sat May 12 00:49:38 2012 New Revision: 235311 URL: http://svn.freebsd.org/changeset/base/235311 Log: MFC r235208: make it easier for users used to a VCS that allows up to be a shortcut for update. Approved by: cperciva (implicit) Modified:

Re: svn commit: r235265 - head/share/man/man7

2012-05-11 Thread Eitan Adler
On 11 May 2012 06:13, Ulrich Spoerlein u...@freebsd.org wrote: Author: uqs Date: Fri May 11 10:13:34 2012 New Revision: 235265 URL: http://svn.freebsd.org/changeset/base/235265 Log:  Stop lying about default UFS blocksizes.  This catches up with the year-old change to default blocksizes.

svn commit: r235312 - stable/7/usr.sbin/portsnap/portsnap

2012-05-11 Thread Eitan Adler
Author: eadler Date: Sat May 12 00:51:54 2012 New Revision: 235312 URL: http://svn.freebsd.org/changeset/base/235312 Log: MFC r235208: make it easier for users used to a VCS that allows up to be a shortcut for update. Approved by: cperciva (implicit) Modified:

Re: svn commit: r235265 - head/share/man/man7

2012-05-11 Thread Eitan Adler
On 11 May 2012 13:47, Bruce Evans b...@optusnet.com.au wrote: Why not reduce it to 1 (no GakaBytes, aka GiB)? Can you please make your suggested changes on http://wiki.freebsd.org/SystemTuning ? -- Eitan Adler Source Ports committer X11, Bugbusting teams

svn commit: r235313 - stable/9/share/man/man4

2012-05-11 Thread Eitan Adler
Author: eadler Date: Sat May 12 00:55:02 2012 New Revision: 235313 URL: http://svn.freebsd.org/changeset/base/235313 Log: MFC r232496: Fix a variety of grammar nits and errors Approved by: cperciva (implicit) Modified: stable/9/share/man/man4/jme.4 Directory Properties:

svn commit: r235314 - stable/8/share/man/man4

2012-05-11 Thread Eitan Adler
Author: eadler Date: Sat May 12 00:55:29 2012 New Revision: 235314 URL: http://svn.freebsd.org/changeset/base/235314 Log: MFC r232496: Fix a variety of grammar nits and errors Approved by: cperciva (implicit) Modified: stable/8/share/man/man4/jme.4 Directory Properties:

svn commit: r235315 - stable/7/share/man/man4

2012-05-11 Thread Eitan Adler
Author: eadler Date: Sat May 12 00:55:49 2012 New Revision: 235315 URL: http://svn.freebsd.org/changeset/base/235315 Log: MFC r232496: Fix a variety of grammar nits and errors Approved by: cperciva (implicit) Modified: stable/7/share/man/man4/jme.4 Directory Properties:

svn commit: r235316 - head/bin/kenv

2012-05-11 Thread Matthew D Fleming
Author: mdf Date: Sat May 12 02:49:40 2012 New Revision: 235316 URL: http://svn.freebsd.org/changeset/base/235316 Log: I forgot to bump the manpage date. Reminded by: Garrett Cooper MFC after:3 days X-MFC-with: r235297 Modified: head/bin/kenv/kenv.1 Modified:

svn commit: r235317 - in head: share/man/man4 usr.sbin/nfsd

2012-05-11 Thread Glen Barber
Author: gjb (doc committer) Date: Sat May 12 03:25:46 2012 New Revision: 235317 URL: http://svn.freebsd.org/changeset/base/235317 Log: General mdoc(7) and typo fixes. PR: 167776 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after:3 days Modified:

svn commit: r235318 - head/sys/dev/mfi

2012-05-11 Thread Sean Bruno
Author: sbruno Date: Sat May 12 03:30:50 2012 New Revision: 235318 URL: http://svn.freebsd.org/changeset/base/235318 Log: Fix inappropriate data type for two bus_dmamap_t variables that were causing PAE to insta-panic on startup. Remove one unused variable that was commented out.

svn commit: r235319 - in head/share/man: man4 man7 man9

2012-05-11 Thread Glen Barber
Author: gjb (doc committer) Date: Sat May 12 03:46:43 2012 New Revision: 235319 URL: http://svn.freebsd.org/changeset/base/235319 Log: Remove duplicate words in mdoc(7) pages. PR: 167810 Submitted by: Bryan Drewery {bryan!shatow%net} (hackers lounge) Found with:

svn commit: r235320 - head/sys/mips/conf

2012-05-11 Thread Adrian Chadd
Author: adrian Date: Sat May 12 04:52:59 2012 New Revision: 235320 URL: http://svn.freebsd.org/changeset/base/235320 Log: Add in the AP93 configuration file. The AP93 has: * AR7240 - mips24k processor with integrated 10/100 switch and various other peripherals; * AR9283 - 2x2

svn commit: r235321 - head/sys/dev/mfi

2012-05-11 Thread Sean Bruno
Author: sbruno Date: Sat May 12 05:05:22 2012 New Revision: 235321 URL: http://svn.freebsd.org/changeset/base/235321 Log: Pointy hat to sleep deprived committer. Use a *real* variable type instead of one I made up. Background Music: Queen -- Bicycle Race Reviewed by:BSDCAN

svn commit: r235322 - in head/contrib/jemalloc: . doc include/jemalloc include/jemalloc/internal src

2012-05-11 Thread Jason Evans
Author: jasone Date: Sat May 12 05:26:49 2012 New Revision: 235322 URL: http://svn.freebsd.org/changeset/base/235322 Log: Import jemalloc 3.0.0. This fixes memory zeroing bugs that manifested as jemalloc assertion failures for debug builds, or as calloc() sometimes returning non-zeroed

svn commit: r235323 - in head/sys: conf dev/etherswitch/arswitch

2012-05-11 Thread Adrian Chadd
Author: adrian Date: Sat May 12 05:26:49 2012 New Revision: 235323 URL: http://svn.freebsd.org/changeset/base/235323 Log: Further arswitch work: * Add in the AR724x support. It probes the same as an AR8216/AR8316, so just add in a hint to force the probe success rather than

svn commit: r235324 - head/sys/mips/conf

2012-05-11 Thread Adrian Chadd
Author: adrian Date: Sat May 12 05:27:14 2012 New Revision: 235324 URL: http://svn.freebsd.org/changeset/base/235324 Log: Now that there's a hint for it, add a I'm an AR7240 switch! hint. Modified: head/sys/mips/conf/AP93.hints Modified: head/sys/mips/conf/AP93.hints