Author: kevlo
Date: Sat Nov 10 08:34:40 2012
New Revision: 242853
URL: http://svnweb.freebsd.org/changeset/base/242853
Log:
Fix the build.
Modified:
head/sys/dev/ath/if_athvar.h
Modified: head/sys/dev/ath/if_athvar.h
===
On Sat, 10 Nov 2012, Xin LI wrote:
Log:
Attempt toward a buildable universe by silenting a few warnings for OFED.
Modified:
head/sys/conf/kern.pre.mk
head/sys/modules/mthca/Makefile
Any chance of not adding style bugs in 1-line changes?
Modified: head/sys/conf/kern.pre.mk
===
Author: rdivacky
Date: Sat Nov 10 10:41:00 2012
New Revision: 242854
URL: http://svnweb.freebsd.org/changeset/base/242854
Log:
Initialize hdrlen to 0 to avoid clang warning in NOINET case.
Modified:
head/sys/netinet/tcp_timewait.c
Modified: head/sys/netinet/tcp_timewait.c
===
on 10/11/2012 04:56 Alfred Perlstein said the following:
> Sure, this is magic for i386 PAE machines. 384 maxusers was pretty much the
> highest you wanted auto-tuned SAFELY for 32bit KVA on i386.
So 384 is i386 sans 'i' and minus two? :-)
Sorry, I still couldn't find an explanation of 384 in you
Author: nyan
Date: Sat Nov 10 11:55:52 2012
New Revision: 242855
URL: http://svnweb.freebsd.org/changeset/base/242855
Log:
MFi386: r241785
boot: use -march=i386 for both i386 and amd64 builds
Modified:
head/sys/boot/pc98/Makefile.inc
Modified: head/sys/boot/pc98/Makefile.inc
=
Author: avg
Date: Sat Nov 10 12:04:02 2012
New Revision: 242856
URL: http://svnweb.freebsd.org/changeset/base/242856
Log:
MFC r241540: pciereg_cfg*: use assembly to access the mem-mapped cfg space
Modified:
stable/9/sys/amd64/pci/pci_cfgreg.c
stable/9/sys/i386/pci/pci_cfgreg.c
Directory Pro
Author: avg
Date: Sat Nov 10 12:04:22 2012
New Revision: 242857
URL: http://svnweb.freebsd.org/changeset/base/242857
Log:
MFC r241540: pciereg_cfg*: use assembly to access the mem-mapped cfg space
Modified:
stable/8/sys/amd64/pci/pci_cfgreg.c
stable/8/sys/i386/pci/pci_cfgreg.c
Directory Pro
Author: avg
Date: Sat Nov 10 12:06:24 2012
New Revision: 242858
URL: http://svnweb.freebsd.org/changeset/base/242858
Log:
MFC r241773: zfs: wait in arc_lowmem only if curproc == pageproc
Modified:
stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
Directory Properties:
stable/9/s
Author: avg
Date: Sat Nov 10 12:06:36 2012
New Revision: 242859
URL: http://svnweb.freebsd.org/changeset/base/242859
Log:
MFC r241773: zfs: wait in arc_lowmem only if curproc == pageproc
Modified:
stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
Directory Properties:
stable/8/s
Author: avg
Date: Sat Nov 10 12:08:06 2012
New Revision: 242860
URL: http://svnweb.freebsd.org/changeset/base/242860
Log:
MFC r242565: cpuctl_do_cpuid: explicitly use ecx=0 for cpuid call
Modified:
stable/9/sys/dev/cpuctl/cpuctl.c
Directory Properties:
stable/9/sys/ (props changed)
stab
Author: avg
Date: Sat Nov 10 12:08:18 2012
New Revision: 242861
URL: http://svnweb.freebsd.org/changeset/base/242861
Log:
MFC r242565: cpuctl_do_cpuid: explicitly use ecx=0 for cpuid call
Modified:
stable/8/sys/dev/cpuctl/cpuctl.c
Directory Properties:
stable/8/sys/ (props changed)
stab
Author: avg
Date: Sat Nov 10 12:22:26 2012
New Revision: 242862
URL: http://svnweb.freebsd.org/changeset/base/242862
Log:
zfs_ioc_destroy_snaps_nvl: remove disk device entries for zvol snapshots
... before trying to destroy the zvol snapshots themselves.
PR: kern/173442
Rep
Author: nyan
Date: Sat Nov 10 12:25:27 2012
New Revision: 242863
URL: http://svnweb.freebsd.org/changeset/base/242863
Log:
MFi386: r241301
add detection of serial console presence to btx and boot2-like blocks
Modified:
head/sys/boot/pc98/boot2/boot2.c
head/sys/boot/pc98/btx/btx/btx.S
Author: nyan
Date: Sat Nov 10 12:38:06 2012
New Revision: 242864
URL: http://svnweb.freebsd.org/changeset/base/242864
Log:
MFi386: r241300
i386 comconsole: don't loop forever if hardware doesn't respond
- clear capability flags when hw timeouts
- retire comc_started status
Author: nyan
Date: Sat Nov 10 12:42:28 2012
New Revision: 242865
URL: http://svnweb.freebsd.org/changeset/base/242865
Log:
cosmetic changes to reduce diffs against i386.
Modified:
head/sys/boot/pc98/Makefile.inc
Modified: head/sys/boot/pc98/Makefile.inc
==
Author: nyan
Date: Sat Nov 10 13:24:33 2012
New Revision: 242866
URL: http://svnweb.freebsd.org/changeset/base/242866
Log:
Use ANSI prototype to fix build with clang.
MFC after:1 week
Modified:
head/sys/pc98/include/bus.h
Modified: head/sys/pc98/include/bus.h
===
Author: nyan
Date: Sat Nov 10 13:25:46 2012
New Revision: 242867
URL: http://svnweb.freebsd.org/changeset/base/242867
Log:
MFi386: r211924
Register an interrupt vector for DTrace return probes.
Modified:
head/sys/pc98/pc98/machdep.c
Modified: head/sys/pc98/pc98/machdep.c
=
Author: nyan
Date: Sat Nov 10 13:41:25 2012
New Revision: 242868
URL: http://svnweb.freebsd.org/changeset/base/242868
Log:
Fix some KASSERTs.
They are missing changes from r208833, r227394 and r227442.
Modified:
head/sys/pc98/pc98/machdep.c
Modified: head/sys/pc98/pc98/machdep.c
==
Author: nyan
Date: Sat Nov 10 13:48:41 2012
New Revision: 242869
URL: http://svnweb.freebsd.org/changeset/base/242869
Log:
Reduce diffs against i386.
Modified:
head/sys/pc98/pc98/machdep.c
Modified: head/sys/pc98/pc98/machdep.c
Author: nyan
Date: Sat Nov 10 14:56:35 2012
New Revision: 242870
URL: http://svnweb.freebsd.org/changeset/base/242870
Log:
MFi386: r232263
Fix build mpboot.s with clang.
Modified:
head/sys/conf/Makefile.pc98
Modified: head/sys/conf/Makefile.pc98
===
Author: nyan
Date: Sat Nov 10 14:58:06 2012
New Revision: 242871
URL: http://svnweb.freebsd.org/changeset/base/242871
Log:
Use ANSI prototype to fix build with clang.
MFC after:1 week
Modified:
head/sys/dev/ct/bshw_machdep.c
head/sys/dev/ct/ct.c
head/sys/dev/ct/ct_isa.c
head/sy
Author: kevlo
Date: Sat Nov 10 15:21:39 2012
New Revision: 242872
URL: http://svnweb.freebsd.org/changeset/base/242872
Log:
s/ATH_DEBUG/ATH_DEBUG_ALQ
Modified:
head/sys/dev/ath/if_ath_sysctl.c
Modified: head/sys/dev/ath/if_ath_sysctl.c
Author: dim
Date: Sat Nov 10 16:02:12 2012
New Revision: 242873
URL: http://svnweb.freebsd.org/changeset/base/242873
Log:
Fix all the inconsistent nve_os* function declarations and definitions
in nve(4). The OS_API structure defined in os.h expects NV_API_CALL
attributes, effectively regpar
Author: dim
Date: Sat Nov 10 16:08:21 2012
New Revision: 242874
URL: http://svnweb.freebsd.org/changeset/base/242874
Log:
Work around pc98 tinderbox failures in sys/boot/pc98, by making sure a
cross gcc gets built during the cross-tools stage.
MFC after:1 week
X-MFC-With: 242706
On 11/10/12 2:50 AM, Andriy Gapon wrote:
on 10/11/2012 04:56 Alfred Perlstein said the following:
Sure, this is magic for i386 PAE machines. 384 maxusers was pretty much the
highest you wanted auto-tuned SAFELY for 32bit KVA on i386.
So 384 is i386 sans 'i' and minus two? :-)
Sorry, I still co
On 10 November 2012 11:19, Alfred Perlstein wrote:
> Please consult the svn log for this file, it's relatively clear just in the
> commit logs/comments. Grep for 384/512 and look around.
Can this reasoning be added as a comment? I did grep for 384 in the log, but
a) I didn't find the answer
b) o
On 11/10/12 8:25 AM, Eitan Adler wrote:
On 10 November 2012 11:19, Alfred Perlstein wrote:
Please consult the svn log for this file, it's relatively clear just in the
commit logs/comments. Grep for 384/512 and look around.
Can this reasoning be added as a comment? I did grep for 384 in the lo
On 11/10/12 8:38 AM, Alfred Perlstein wrote:
On 11/10/12 8:25 AM, Eitan Adler wrote:
On 10 November 2012 11:19, Alfred Perlstein wrote:
Please consult the svn log for this file, it's relatively clear just
in the
commit logs/comments. Grep for 384/512 and look around.
Can this reasoning be ad
On 10 November 2012 11:44, Alfred Perlstein wrote:
> On 11/10/12 8:38 AM, Alfred Perlstein wrote:
>>
>> On 11/10/12 8:25 AM, Eitan Adler wrote:
>>>
>>> On 10 November 2012 11:19, Alfred Perlstein wrote:
Please consult the svn log for this file, it's relatively clear just in
the
>>>
On 11/10/12 8:48 AM, Eitan Adler wrote:
On 10 November 2012 11:44, Alfred Perlstein wrote:
On 11/10/12 8:38 AM, Alfred Perlstein wrote:
On 11/10/12 8:25 AM, Eitan Adler wrote:
On 10 November 2012 11:19, Alfred Perlstein wrote:
Please consult the svn log for this file, it's relatively clear
On Sat, 2012-11-10 at 08:38 -0800, Alfred Perlstein wrote:
> On 11/10/12 8:25 AM, Eitan Adler wrote:
> > On 10 November 2012 11:19, Alfred Perlstein wrote:
> >> Please consult the svn log for this file, it's relatively clear
> just in the
> >> commit logs/comments. Grep for 384/512 and look aroun
On 10 November 2012 12:04, Alfred Perlstein wrote:
> Sure, if you'd like you can help me craft that comment now?
I think this is short and clear:
===
Limit the amount of kernel address space used to a fixed cap.
384 is an arbitrarily chosen value that leaves 270 MB of KVA available
of the 2 MB to
On Sat, Nov 10, 2012 at 9:24 AM, Ian Lepore
wrote:
> On Sat, 2012-11-10 at 08:38 -0800, Alfred Perlstein wrote:
>> On 11/10/12 8:25 AM, Eitan Adler wrote:
>> > On 10 November 2012 11:19, Alfred Perlstein wrote:
>> >> Please consult the svn log for this file, it's relatively clear
>> just in the
>
On Sat, Nov 10, 2012 at 9:33 AM, Eitan Adler wrote:
> On 10 November 2012 12:04, Alfred Perlstein wrote:
>> Sure, if you'd like you can help me craft that comment now?
>
> I think this is short and clear:
> ===
> Limit the amount of kernel address space used to a fixed cap.
> 384 is an arbitraril
On 10 November 2012 12:45, Peter Wemm wrote:
> On Sat, Nov 10, 2012 at 9:33 AM, Eitan Adler wrote:
>> On 10 November 2012 12:04, Alfred Perlstein wrote:
>>> Sure, if you'd like you can help me craft that comment now?
>>
>> I think this is short and clear:
>> ===
>> Limit the amount of kernel add
On Sat, Nov 10, 2012 at 9:43 AM, Peter Wemm wrote:
> /* pick smaller of kva pages or physical pages */
> if ((physpages / 16) < (kvapages / 16))
> nmbclusters = physpages / 16;
> else
> nmbclusters = kvapages / 16;
(note: not actual numbers.. kva pages doesn't exist and there's a
pages vs cluste
On Sat, Nov 10, 2012 at 9:45 AM, Peter Wemm wrote:
> On Sat, Nov 10, 2012 at 9:33 AM, Eitan Adler wrote:
> > On 10 November 2012 12:04, Alfred Perlstein wrote:
> >> Sure, if you'd like you can help me craft that comment now?
> >
> > I think this is short and clear:
> > ===
> > Limit the amount
On Sat, Nov 10, 2012 at 12:28 AM, Bruce Evans wrote:
> On Sat, 10 Nov 2012, Xin LI wrote:
>
> Log:
>> Attempt toward a buildable universe by silenting a few warnings for OFED.
>>
>> Modified:
>> head/sys/conf/kern.pre.mk
>> head/sys/modules/mthca/**Makefile
>>
>
> Any chance of not adding sty
On Sat, Nov 10, 2012 at 9:48 AM, Eitan Adler wrote:
> On 10 November 2012 12:45, Peter Wemm wrote:
>> On Sat, Nov 10, 2012 at 9:33 AM, Eitan Adler wrote:
>>> On 10 November 2012 12:04, Alfred Perlstein wrote:
Sure, if you'd like you can help me craft that comment now?
>>>
>>> I think this
On Sat, Nov 10, 2012 at 9:51 AM, Garrett Cooper wrote:
> On Sat, Nov 10, 2012 at 9:45 AM, Peter Wemm wrote:
>>
>> On Sat, Nov 10, 2012 at 9:33 AM, Eitan Adler wrote:
>> > On 10 November 2012 12:04, Alfred Perlstein wrote:
>> >> Sure, if you'd like you can help me craft that comment now?
>> >
>>
On Sat, 10 Nov 2012, Eitan Adler wrote:
On 10 November 2012 12:04, Alfred Perlstein wrote:
Sure, if you'd like you can help me craft that comment now?
I think this is short and clear:
===
Limit the amount of kernel address space used to a fixed cap.
384 is an arbitrarily chosen value that le
On 10.11.2012 19:04, Peter Wemm wrote:
On Sat, Nov 10, 2012 at 9:48 AM, Eitan Adler wrote:
On 10 November 2012 12:45, Peter Wemm wrote:
On Sat, Nov 10, 2012 at 9:33 AM, Eitan Adler wrote:
On 10 November 2012 12:04, Alfred Perlstein wrote:
Sure, if you'd like you can help me craft that com
Author: attilio
Date: Sat Nov 10 19:32:16 2012
New Revision: 242875
URL: http://svnweb.freebsd.org/changeset/base/242875
Log:
- Protect mnt_data and mnt_flags under the mount interlock
- Move mp->mnt_stat manipulation where all of them happens
Reported by: davide
Discussed with:
On Sat, 10 Nov 2012, Peter Wemm wrote:
On Sat, Nov 10, 2012 at 9:24 AM, Ian Lepore
wrote:
On Sat, 2012-11-10 at 08:38 -0800, Alfred Perlstein wrote:
It probably could be added, but then a bunch of other people would
complain about the comment being too wordy or "not in English".
The fact th
On 2012-11-10 01:32, Xin LI wrote:
Author: delphij
Date: Sat Nov 10 00:32:47 2012
New Revision: 242842
URL: http://svnweb.freebsd.org/changeset/base/242842
Log:
Attempt toward a buildable universe by silenting a few warnings for OFED.
...
-OFEDNOERR= -Wno-cast-qual -Wno-pointer-arith -f
Author: dim
Date: Sat Nov 10 21:22:10 2012
New Revision: 242879
URL: http://svnweb.freebsd.org/changeset/base/242879
Log:
Only define isnan, isnanf, __isnan and __isnanf in libc.so, not in
libc.a and libc_p.a. In addition, define isnan in libm.a and libm_p.a,
but not in libm.so.
This m
On Sat, Nov 10, 2012 at 09:22:10PM +, Dimitry Andric wrote:
> Author: dim
> Date: Sat Nov 10 21:22:10 2012
> New Revision: 242879
> URL: http://svnweb.freebsd.org/changeset/base/242879
>
> Log:
> Only define isnan, isnanf, __isnan and __isnanf in libc.so, not in
> libc.a and libc_p.a. In
On 2012-11-10 22:43, Konstantin Belousov wrote:
On Sat, Nov 10, 2012 at 09:22:10PM +, Dimitry Andric wrote:
...
Author: dim
Date: Sat Nov 10 21:22:10 2012
New Revision: 242879
URL: http://svnweb.freebsd.org/changeset/base/242879
Log:
Only define isnan, isnanf, __isnan and __isnanf in li
On 11/10/12 11:18 AM, Andre Oppermann wrote:
On 10.11.2012 19:04, Peter Wemm wrote:
This is complicated but we need a simple user visible view of it. It
really needs to be something like "nmbclusters defaults to 6% of
physical ram, with machine dependent limits". The MD limits are bad
enough,
On 11/10/12 9:24 AM, Ian Lepore wrote:
On Sat, 2012-11-10 at 08:38 -0800, Alfred Perlstein wrote:
On 11/10/12 8:25 AM, Eitan Adler wrote:
On 10 November 2012 11:19, Alfred Perlstein wrote:
Please consult the svn log for this file, it's relatively clear
just in the
commit logs/comments. Gre
Author: adrian
Date: Sat Nov 10 22:37:06 2012
New Revision: 242880
URL: http://svnweb.freebsd.org/changeset/base/242880
Log:
Correct some rather weird and broken behaviour observed when doing
actual traffic with an AR9380/AR9382/AR9485.
The sample rate control stats would show impossibly
On 10.11.2012 23:24, Alfred Perlstein wrote:
On 11/10/12 11:18 AM, Andre Oppermann wrote:
On 10.11.2012 19:04, Peter Wemm wrote:
This is complicated but we need a simple user visible view of it. It
really needs to be something like "nmbclusters defaults to 6% of
physical ram, with machine depe
On Nov 10, 2012, at 3:04 PM, Andre Oppermann wrote:
> On 10.11.2012 23:24, Alfred Perlstein wrote:
>> On 11/10/12 11:18 AM, Andre Oppermann wrote:
>>> On 10.11.2012 19:04, Peter Wemm wrote:
This is complicated but we need a simple user visible view of it. It
really needs to be somethin
Author: adrian
Date: Sun Nov 11 00:34:10 2012
New Revision: 242881
URL: http://svnweb.freebsd.org/changeset/base/242881
Log:
Don't call av_set_tim() if it's NULL.
This happens during a scan in STA mode; any queued data frames will
be power save queued but as there's no TIM in STA mode, it
Would you please commit them then? I am frustrated with the fact that
-HEAD is not buildable for so long time and nobody seems to care doing
tinderbox build pre-commit, which is not acceptable to be honest.
On Saturday, November 10, 2012, Dimitry Andric wrote:
> On 2012-11-10 01:32, Xin LI wrote
Author: eadler
Date: Sun Nov 11 04:07:09 2012
New Revision: 242883
URL: http://svnweb.freebsd.org/changeset/base/242883
Log:
MFC r242583:
Add support for a few more devices:
PNP0510 and FUJ02E5 for a "Wacom Tablet at FuS Lifebook T"
PNP0502 and PNP0511 for some other generi
Author: eadler
Date: Sun Nov 11 04:07:09 2012
New Revision: 242884
URL: http://svnweb.freebsd.org/changeset/base/242884
Log:
MFC r242583:
Add support for a few more devices:
PNP0510 and FUJ02E5 for a "Wacom Tablet at FuS Lifebook T"
PNP0502 and PNP0511 for some other generi
Author: eadler
Date: Sun Nov 11 04:07:10 2012
New Revision: 242885
URL: http://svnweb.freebsd.org/changeset/base/242885
Log:
MFC r242583:
Add support for a few more devices:
PNP0510 and FUJ02E5 for a "Wacom Tablet at FuS Lifebook T"
PNP0502 and PNP0511 for some other generi
On 11/09/12 12:56, Dimitry Andric wrote:
Author: dim
Date: Fri Nov 9 18:56:27 2012
New Revision: 242835
URL: http://svnweb.freebsd.org/changeset/base/242835
Log:
Reduce LLVM's default stack alignment for i386 from 16 to 4 bytes, as
the FreeBSD ABI requires. This is essentially a revert o
On Sat, Nov 10, 2012 at 11:18 AM, Andre Oppermann wrote:
> On 10.11.2012 19:04, Peter Wemm wrote:
>>
>> On Sat, Nov 10, 2012 at 9:48 AM, Eitan Adler wrote:
>>>
>>> On 10 November 2012 12:45, Peter Wemm wrote:
On Sat, Nov 10, 2012 at 9:33 AM, Eitan Adler wrote:
>
> On 10 Novemb
On Sat, Nov 10, 2012 at 11:32 AM, Bruce Evans wrote:
> On Sat, 10 Nov 2012, Peter Wemm wrote:
>
>> On Sat, Nov 10, 2012 at 9:24 AM, Ian Lepore
>> wrote:
>>>
>>> On Sat, 2012-11-10 at 08:38 -0800, Alfred Perlstein wrote:
It probably could be added, but then a bunch of other people would
On Sat, Nov 10, 2012 at 10:22:52PM -0800, Peter Wemm wrote:
> We've had kern.ipc.nmbclusters for years. It is simple to understand,
> easy to predict the outcome of a change, is runtime adjustable, is a
> *cap* and not a reservation (like it used to be) and does not require
> a reboot like maxuser
62 matches
Mail list logo