svn commit: r235325 - head/sys/dev/etherswitch/arswitch

2012-05-11 Thread Adrian Chadd
Author: adrian Date: Sat May 12 06:24:21 2012 New Revision: 235325 URL: http://svn.freebsd.org/changeset/base/235325 Log: * Remove the AR7240 register defines and reuse the AR8x16 defines. * Include a new register define to represent "disable port mirroring to CPU port". Obtained from

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 ==

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 auto-detect

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 memo

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 20

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 2.4

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: textproc/igo

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. Revie

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: head/sh

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: head/bin/kenv/ke

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

2012-05-11 Thread Eitan Adler
On 11 May 2012 13:47, Bruce Evans 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-src-

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

2012-05-11 Thread Eitan Adler
On 11 May 2012 06:13, Ulrich Spoerlein 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. Also >  

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 ==

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

2012-05-11 Thread Xin LI
On Fri, May 11, 2012 at 4:43 PM, Xin LI 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 > > Modified: h

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 ===

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 MFC after:2 weeks Modified: head/sys/kern/kern_kthread.c M

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: 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: 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 Be

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: 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" c

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: 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 Added: head/sbin/etherswitchcfg/ head/sbin/etherswitchcfg/Makefile (contents, props changed) head/sbin/etherswi

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 regi

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 cha

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 initializa

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: head/co

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: head/sbin/ifconfig/af_

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 directive

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

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: 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 > 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()

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 Mo

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.

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. Pe

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 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. It migh

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. M

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: head/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)? Modified

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: 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: 2352

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: > ...

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 and many others Approved by: flz MFC afte

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: 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: head/sys/arm/xscal

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 # boot

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 hack

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 u

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 aggress

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: http://svn.freebsd

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 useles

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 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

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 wcha

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;

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 t

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 lat

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 comp

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 (G

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: head/sys/boot/pc98/btx

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 =