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
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
==
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
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
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
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
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
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
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
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
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-
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
>
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
==
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
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
===
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
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
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
=
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
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
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
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
==
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
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
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
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
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
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_
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
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
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
===
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()
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
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.
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
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
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
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
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
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
=
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
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:
> ...
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
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)
> +
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
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
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
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
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
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
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
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
==
--
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 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
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;
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
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
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
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
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
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
=
61 matches
Mail list logo