Author: erwin
Date: Fri Aug 9 07:57:04 2013
New Revision: 254132
URL: http://svnweb.freebsd.org/changeset/base/254132
Log:
Add empty zones for Shared Address Space (RFC 6598)
Approved by: delphij (mentor)
MFC after:3 days
Sponsored by: DK Hostmaster A/S
Modified:
head/etc/named
Author: avg
Date: Fri Aug 9 08:11:09 2013
New Revision: 254133
URL: http://svnweb.freebsd.org/changeset/base/254133
Log:
follow up to r254051
- update powerpc/GENERIC64 as well, suggested by mdf
- update comments so that they make sense after the change, suggested by
jhb
X-MFC a
2013/8/8 Zbyszek Bodek
> On 07.08.2013 20:55, Jeff Roberson wrote:
> > On Wed, 7 Aug 2013, Zbyszek Bodek wrote:
> >
> >> On 07.08.2013 08:21, Jeff Roberson wrote:
> >>> Author: jeff
> >>> Date: Wed Aug 7 06:21:20 2013
> >>> New Revision: 254025
> >>> URL: http://svnweb.freebsd.org/changeset/base
Author: trasz
Date: Fri Aug 9 08:38:51 2013
New Revision: 254134
URL: http://svnweb.freebsd.org/changeset/base/254134
Log:
Add -c flag to pgrep(1) and pkill(1), to match login classes.
MFC after:1 month
Modified:
head/bin/pkill/pkill.1
head/bin/pkill/pkill.c
Modified: head/bin/pk
Author: trasz
Date: Fri Aug 9 08:40:31 2013
New Revision: 254135
URL: http://svnweb.freebsd.org/changeset/base/254135
Log:
Don't dereference null pointer should acl_alloc() be passed M_NOWAIT
and allocation failed. Nothing in the tree passed M_NOWAIT.
Obtained from:mjg
MFC aft
Author: theraven
Date: Fri Aug 9 09:34:11 2013
New Revision: 254136
URL: http://svnweb.freebsd.org/changeset/base/254136
Log:
MFC alignment fix for libcxxrt.
Modified:
stable/9/contrib/libcxxrt/unwind-itanium.h
Directory Properties:
stable/9/contrib/libcxxrt/ (props changed)
Modified: s
Author: attilio
Date: Fri Aug 9 11:11:11 2013
New Revision: 254138
URL: http://svnweb.freebsd.org/changeset/base/254138
Log:
The soft and hard busy mechanism rely on the vm object lock to work.
Unify the 2 concept into a real, minimal, sxlock where the shared
acquisition represent the soft
Author: attilio
Date: Fri Aug 9 11:24:29 2013
New Revision: 254139
URL: http://svnweb.freebsd.org/changeset/base/254139
Log:
Give mutex(9) the ability to recurse on a per-instance basis.
Now the MTX_RECURSE flag can be passed to the mtx_*_flag() calls.
This helps in cases we want to narrow
Author: theraven
Date: Fri Aug 9 11:26:26 2013
New Revision: 254140
URL: http://svnweb.freebsd.org/changeset/base/254140
Log:
Merge alignment fix for libcxxrt header.
Approved by: re
Modified:
releng/9.2/contrib/libcxxrt/unwind-itanium.h
Directory Properties:
releng/9.2/contrib/libcx
Author: attilio
Date: Fri Aug 9 11:28:55 2013
New Revision: 254141
URL: http://svnweb.freebsd.org/changeset/base/254141
Log:
On all the architectures, avoid to preallocate the physical memory
for nodes used in vm_radix.
On architectures supporting direct mapping, also avoid to pre-allocate
Author: gjb
Date: Fri Aug 9 12:19:38 2013
New Revision: 254144
URL: http://svnweb.freebsd.org/changeset/base/254144
Log:
releng/9.2 was branched, so call this -PRERELEASE again for the duration
of the 9.2-RELEASE cycle.
Modified:
stable/9/sys/conf/newvers.sh
Modified: stable/9/sys/conf/ne
Author: dteske
Date: Fri Aug 9 14:17:47 2013
New Revision: 254146
URL: http://svnweb.freebsd.org/changeset/base/254146
Log:
MFC r242688: Hook in new files menusets.4th and manual.
Modified:
stable/9/sys/boot/common/Makefile.inc
stable/9/sys/boot/i386/loader/Makefile
stable/9/sys/boot/ia6
Author: obrien
Date: Fri Aug 9 15:31:50 2013
New Revision: 254147
URL: http://svnweb.freebsd.org/changeset/base/254147
Log:
* Add random_adaptors.[ch] which is basically a store of random_adaptor's.
random_adaptor is basically an adapter that plugs in to random(4).
random_adaptor can on
On Tue, Aug 06, 2013 at 03:51:56PM +, Andriy Gapon wrote:
> Log:
..
> Also, meaning of DEBUG was overloaded to enable WITNESS support for some
> OpenSolaris (primarily ZFS) locks. Now this overloading is removed and
> that use of DEBUG is replaced with a new option OPENSOLARIS_WITNESS.
On Fri, 9 Aug 2013 11:28:56 + (UTC) Attilio Rao wrote:
> Author: attilio
> Date: Fri Aug 9 11:28:55 2013
> New Revision: 254141
> URL: http://svnweb.freebsd.org/changeset/base/254141
>
> Log:
> On all the architectures, avoid to preallocate the physical memory
> for nodes used in vm_radix
Author: pfg
Date: Fri Aug 9 16:27:51 2013
New Revision: 254148
URL: http://svnweb.freebsd.org/changeset/base/254148
Log:
MFC r253173:
Implement 1003.1-2001 pathconf() keys.
This is based on r106058 in UFS.
Modified:
stable/9/sys/fs/ext2fs/ext2_vnops.c
Directory Properties:
stable/
Author: jfv
Date: Fri Aug 9 16:34:12 2013
New Revision: 254149
URL: http://svnweb.freebsd.org/changeset/base/254149
Log:
Automate inet option file creation for module build, change module name to
if_ixgbe, this sync's the Makefile with HEAD.
Approved by: re
Modified:
releng/9.2/sys/m
On Friday, August 09, 2013 7:24:29 am Attilio Rao wrote:
> Author: attilio
> Date: Fri Aug 9 11:24:29 2013
> New Revision: 254139
> URL: http://svnweb.freebsd.org/changeset/base/254139
>
> Log:
> Give mutex(9) the ability to recurse on a per-instance basis.
> Now the MTX_RECURSE flag can be p
Author: obrien
Date: Fri Aug 9 16:43:50 2013
New Revision: 254150
URL: http://svnweb.freebsd.org/changeset/base/254150
Log:
Add missing 'VPO_BUSY' from r254141 to fix kernel build break.
Modified:
head/sys/vm/vm_page.h
Modified: head/sys/vm/vm_page.h
Author: jilles
Date: Fri Aug 9 17:24:23 2013
New Revision: 254151
URL: http://svnweb.freebsd.org/changeset/base/254151
Log:
Add mkostemp() and mkostemps().
These are like mkstemp() and mkstemps() but allow passing open(2) flags like
O_CLOEXEC.
Added:
head/tools/regression/lib/libc/std
Author: pfg
Date: Fri Aug 9 17:52:56 2013
New Revision: 254152
URL: http://svnweb.freebsd.org/changeset/base/254152
Log:
MFC r252435, r252437, r253163:
Change i_gen in UFS to an unsigned type.
In UFS, i_gen is a random generated value and there is not way for
it to be negative. Actua
on 09/08/2013 18:48 David O'Brien said the following:
> On Tue, Aug 06, 2013 at 03:51:56PM +, Andriy Gapon wrote:
>> Log:
> ..
>> Also, meaning of DEBUG was overloaded to enable WITNESS support for some
>> OpenSolaris (primarily ZFS) locks. Now this overloading is removed and
>> that use
Author: marius
Date: Fri Aug 9 18:54:27 2013
New Revision: 254153
URL: http://svnweb.freebsd.org/changeset/base/254153
Log:
MFC: 254004
As it turns out, MSIs are broken with 2820SA so introduce an AAC_FLAGS_NOMSI
quirk and apply it to these controllers [1]. The same problem was reported
Author: marius
Date: Fri Aug 9 18:57:18 2013
New Revision: 254154
URL: http://svnweb.freebsd.org/changeset/base/254154
Log:
MFC: r254004
As it turns out, MSIs are broken with 2820SA so introduce an AAC_FLAGS_NOMSI
quirk and apply it to these controllers [1]. The same problem was reported
Author: marcel
Date: Fri Aug 9 19:10:56 2013
New Revision: 254155
URL: http://svnweb.freebsd.org/changeset/base/254155
Log:
Fix the freaddir implementation for the stand-alone interpreter.
Bug pointed out by: Jan Beich
Modified:
head/sys/boot/ficl/loader.c
Modified: head/sys/boot/ficl
On Aug 4, 2013, at 9:52 PM, Jan Beich wrote:
>
>>
>> It's probably not going to work on any other FS. The
>> alternative is to just not support freaddir due to lack
>> of runtime support.
>
> What's the issue with my version in bin/172542 ? It doesn't
> use d_reclen but relies on a side-effect
Author: marius
Date: Fri Aug 9 19:44:19 2013
New Revision: 254157
URL: http://svnweb.freebsd.org/changeset/base/254157
Log:
MFC: r253266
Prefix the alias macros for members of struct __mcontext with an underscore
in order to avoid a clash in the net80211 code.
Modified:
stable/9/lib/l
Author: marius
Date: Fri Aug 9 19:45:55 2013
New Revision: 254158
URL: http://svnweb.freebsd.org/changeset/base/254158
Log:
MFC: r253742
- Add const-qualifiers to the arguments of isonum_*().
- According to ISO 9660 7.1.2, isonum_712() should return a signed value.
- Try to get isonum_
On Friday, August 09, 2013 12:43:50 pm David E. O'Brien wrote:
> Author: obrien
> Date: Fri Aug 9 16:43:50 2013
> New Revision: 254150
> URL: http://svnweb.freebsd.org/changeset/base/254150
>
> Log:
> Add missing 'VPO_BUSY' from r254141 to fix kernel build break.
>
> Modified:
> head/sys/vm/
Author: hselasky
Date: Fri Aug 9 20:08:42 2013
New Revision: 254159
URL: http://svnweb.freebsd.org/changeset/base/254159
Log:
Initial commit of my USB test code which can exercise connected USB
devices and the FreeBSD USB stack itself. This program can be used to
test compliance against wel
On Aug 9, 2013, at 12:56 PM, John Baldwin wrote:
> On Friday, August 09, 2013 12:43:50 pm David E. O'Brien wrote:
>> Author: obrien
>> Date: Fri Aug 9 16:43:50 2013
>> New Revision: 254150
>> URL: http://svnweb.freebsd.org/changeset/base/254150
>>
>> Log:
>> Add missing 'VPO_BUSY' from r254141
On Friday, August 09, 2013 4:34:36 pm Alan Cox wrote:
>
> On Aug 9, 2013, at 12:56 PM, John Baldwin wrote:
>
> > On Friday, August 09, 2013 12:43:50 pm David E. O'Brien wrote:
> >> Author: obrien
> >> Date: Fri Aug 9 16:43:50 2013
> >> New Revision: 254150
> >> URL: http://svnweb.freebsd.org/cha
On Aug 9, 2013, at 1:34 PM, Alan Cox wrote:
>
> On Aug 9, 2013, at 12:56 PM, John Baldwin wrote:
>
>> On Friday, August 09, 2013 12:43:50 pm David E. O'Brien wrote:
>>> Author: obrien
>>> Date: Fri Aug 9 16:43:50 2013
>>> New Revision: 254150
>>> URL: http://svnweb.freebsd.org/changeset/base/2
On Aug 9, 2013, at 1:39 PM, John Baldwin wrote:
> On Friday, August 09, 2013 4:34:36 pm Alan Cox wrote:
>>
>> On Aug 9, 2013, at 12:56 PM, John Baldwin wrote:
>>
>>> On Friday, August 09, 2013 12:43:50 pm David E. O'Brien wrote:
Author: obrien
Date: Fri Aug 9 16:43:50 2013
New R
On Friday, August 09, 2013 4:40:10 pm Alan Cox wrote:
>
> On Aug 9, 2013, at 1:34 PM, Alan Cox wrote:
>
> >
> > On Aug 9, 2013, at 12:56 PM, John Baldwin wrote:
> >
> >> On Friday, August 09, 2013 12:43:50 pm David E. O'Brien wrote:
> >>> Author: obrien
> >>> Date: Fri Aug 9 16:43:50 2013
> >>
On Aug 9, 2013, at 1:45 PM, John Baldwin wrote:
> On Friday, August 09, 2013 4:40:10 pm Alan Cox wrote:
>>
>> On Aug 9, 2013, at 1:34 PM, Alan Cox wrote:
>>
>>>
>>> On Aug 9, 2013, at 12:56 PM, John Baldwin wrote:
>>>
On Friday, August 09, 2013 12:43:50 pm David E. O'Brien wrote:
> A
Author: marius
Date: Fri Aug 9 20:58:06 2013
New Revision: 254160
URL: http://svnweb.freebsd.org/changeset/base/254160
Log:
MFC: r253899, r253920
- Implement iclear methods for QUICC and SAB 82532. With r253161 in place,
this is is crucial at least for the latter.
What happens is t
Author: marius
Date: Fri Aug 9 21:01:41 2013
New Revision: 254161
URL: http://svnweb.freebsd.org/changeset/base/254161
Log:
MFC: r253900
- Use NULL instead of 0 for pointers.
- Remove unnecessary __RMAN_RESOURCE_VISIBLE.
Modified:
stable/9/sys/dev/scc/scc_bfe_ebus.c
stable/9/sys/dev
Author: marius
Date: Fri Aug 9 21:04:00 2013
New Revision: 254162
URL: http://svnweb.freebsd.org/changeset/base/254162
Log:
MFC: r253902
Const'ify scc_driver_name.
Modified:
stable/9/sys/dev/scc/scc_bfe.h
stable/9/sys/dev/scc/scc_core.c
Directory Properties:
stable/9/sys/ (props c
... ?
Can we please back it all out and then re-test attilio's patch with
alan's fix, before committing it all again?
I kinda have a vested interest at ${WORK} to be able to test -10 HEAD
right now for all these performance investigations and fixes that need
to happen for us; having the VM change
Author: jhb
Date: Fri Aug 9 21:14:55 2013
New Revision: 254163
URL: http://svnweb.freebsd.org/changeset/base/254163
Log:
Revert the addition of VPO_BUSY and instead update vm_page_replace() to
properly unbusy the page.
Submitted by: alc
Modified:
head/sys/vm/vm_page.c
head/sys/vm/vm
Quoting Adrian Chadd :
... ?
Can we please back it all out and then re-test attilio's patch with
alan's fix, before committing it all again?
John is doing a sanity check on my patch. He'll commit it shortly.
So, I don't think that we need to go as far as backing anything out.
I kinda
On Fri, Aug 9, 2013 at 2:13 PM, Adrian Chadd wrote:
> ... ?
>
> Can we please back it all out and then re-test attilio's patch with
> alan's fix, before committing it all again?
>
> I kinda have a vested interest at ${WORK} to be able to test -10 HEAD
> right now for all these performance investig
No, we should upgrade the cluster, watch it fail, and then let people
experience their own handiwork.
Sheesh. :(
-adrian
On 9 August 2013 14:19, Peter Wemm wrote:
> On Fri, Aug 9, 2013 at 2:13 PM, Adrian Chadd wrote:
>> ... ?
>>
>> Can we please back it all out and then re-test attilio's pa
Yes, at least some of this stuff is coming to light because we're aggressively
tracking top-of-tree in both 9 and 10. Which is good. But highly annoying at
times. But good in the long run. It means that 9.2 won't suck, and 10.0 won't
suck. =-)
Scott
On Aug 9, 2013, at 3:22 PM, Adrian Chadd
Author: cognet
Date: Fri Aug 9 21:53:02 2013
New Revision: 254164
URL: http://svnweb.freebsd.org/changeset/base/254164
Log:
Make sure vm_kmem_size is aligned on a page boundary, since that's what vmem
expects.
Modified:
head/sys/arm/include/vmparam.h
Modified: head/sys/arm/include/vmparam
Author: cognet
Date: Fri Aug 9 21:56:28 2013
New Revision: 254165
URL: http://svnweb.freebsd.org/changeset/base/254165
Log:
- The address lies in the bus space handle, not in the cookie
- Use the right address when calling kva_free()
Modified:
head/sys/arm/arm/bus_space_generic.c
Modified
On Aug 9, 2013, at 2:53 PM, Olivier Houchard wrote:
> Author: cognet
> Date: Fri Aug 9 21:53:02 2013
> New Revision: 254164
> URL: http://svnweb.freebsd.org/changeset/base/254164
>
> Log:
> Make sure vm_kmem_size is aligned on a page boundary, since that's what vmem
> expects.
>
> Modified:
Author: cognet
Date: Fri Aug 9 22:30:54 2013
New Revision: 254166
URL: http://svnweb.freebsd.org/changeset/base/254166
Log:
Instead of just trying to do it for arm, make sure vm_kmem_size is properly
aligned in kmeminit(), where it'll work for any arch.
Suggested by: alc
Modified:
hea
Author: cognet
Date: Fri Aug 9 23:13:52 2013
New Revision: 254167
URL: http://svnweb.freebsd.org/changeset/base/254167
Log:
Don't call sleepinit() from proc0_init(), make it a SYSINIT instead.
vmem needs the sleepq locks to be initialized when free'ing kva, so we want it
called as early as
On Fri, Aug 09, 2013 at 10:27:48AM +0200, Zbigniew Bodek wrote:
> 2013/8/8 Zbyszek Bodek
>
> > On 07.08.2013 20:55, Jeff Roberson wrote:
> > > On Wed, 7 Aug 2013, Zbyszek Bodek wrote:
> > >
> > >> On 07.08.2013 08:21, Jeff Roberson wrote:
> > >>> Author: jeff
> > >>> Date: Wed Aug 7 06:21:20 201
Author: zont
Date: Fri Aug 9 23:47:43 2013
New Revision: 254168
URL: http://svnweb.freebsd.org/changeset/base/254168
Log:
Remove unused definition for CTL_VM_NAMES.
Suggested by: bde
Modified:
head/sys/vm/vm_param.h
Modified: head/sys/vm/vm_param.h
=
Author: marius
Date: Sat Aug 10 00:00:19 2013
New Revision: 254169
URL: http://svnweb.freebsd.org/changeset/base/254169
Log:
MFC: r241374
Add an unified macro to deny ability from the compiler to reorder
instruction loads/stores at its will.
The macro __compiler_membar() is currently su
Author: marius
Date: Sat Aug 10 00:06:56 2013
New Revision: 254170
URL: http://svnweb.freebsd.org/changeset/base/254170
Log:
MFC: r251782, r251783, r253994
- Remove conflicting macros from SPARC64's atomic(9) header.
- Add MD (for now) atomic_store_acq_() and use it in pmap_activate()
Author: cognet
Date: Sat Aug 10 00:31:49 2013
New Revision: 254171
URL: http://svnweb.freebsd.org/changeset/base/254171
Log:
- The address lies in the bus space handle, not in the cookie
- Use the right address when calling kva_free()
(Is there any reason why the s3c2xx0 comes with its own v
On Fri, Aug 9, 2013 at 2:22 PM, Adrian Chadd wrote:
> No, we should upgrade the cluster, watch it fail, and then let people
> experience their own handiwork.
It could turn out a bit like this:
http://devopsreactions.tumblr.com/post/57780524288/our-engineers-are-working-to-fix-the-problem-in-the
On Aug 9, 2013, at 5:31 PM, Olivier Houchard wrote:
> Author: cognet
> Date: Sat Aug 10 00:31:49 2013
> New Revision: 254171
> URL: http://svnweb.freebsd.org/changeset/base/254171
>
> Log:
> - The address lies in the bus space handle, not in the cookie
> - Use the right address when calling kv
On Fri, Aug 09, 2013 at 05:43:37PM -0700, Alan Cox wrote:
>
> On Aug 9, 2013, at 5:31 PM, Olivier Houchard wrote:
>
> > Author: cognet
> > Date: Sat Aug 10 00:31:49 2013
> > New Revision: 254171
> > URL: http://svnweb.freebsd.org/changeset/base/254171
> >
> > Log:
> > - The address lies in the
Author: cognet
Date: Sat Aug 10 00:53:22 2013
New Revision: 254172
URL: http://svnweb.freebsd.org/changeset/base/254172
Log:
Use the correct address when calling kva_free()
Pointy hat to:cognet
Spotted out by: alc
Modified:
head/sys/arm/s3c2xx0/s3c2xx0_space.c
Modified:
Author: alfred
Date: Sat Aug 10 01:48:15 2013
New Revision: 254173
URL: http://svnweb.freebsd.org/changeset/base/254173
Log:
Fix bug in r253719: fix command line watchdog disable.
r253719 disallowed watchdog(8) from disabling the watchdog
by breaking the ability to pass 0 as a timeout arg
Author: joel (doc committer)
Date: Sat Aug 10 06:37:53 2013
New Revision: 254174
URL: http://svnweb.freebsd.org/changeset/base/254174
Log:
mdoc: document title should be all caps.
Modified:
head/share/man/man9/vm_page_busy.9
Modified: head/share/man/man9/vm_page_busy.9
==
Author: joel (doc committer)
Date: Sat Aug 10 06:39:42 2013
New Revision: 254175
URL: http://svnweb.freebsd.org/changeset/base/254175
Log:
Minor mdoc nits.
Modified:
head/share/man/man9/mutex.9
Modified: head/share/man/man9/mutex.9
Author: joel (doc committer)
Date: Sat Aug 10 06:48:20 2013
New Revision: 254176
URL: http://svnweb.freebsd.org/changeset/base/254176
Log:
mdoc: remove commented out macro, sort SEE ALSO and add missing .El.
Modified:
head/share/man/man4/rsu.4
Modified: head/share/man/man4/rsu.4
63 matches
Mail list logo