On Fri, Jan 27, 2012 at 08:18:32PM +, Kip Macy wrote:
> Author: kmacy
> Date: Fri Jan 27 20:18:31 2012
> New Revision: 230623
> URL: http://svn.freebsd.org/changeset/base/230623
>
> Log:
> exclude kmem_alloc'ed ARC data buffers from kernel minidumps on amd64
> excluding other allocations i
On Fri, 27 Jan 2012, Marius Strobl wrote:
Log:
Mark cpu_{halt,reset}() as __dead2 as appropriate.
Modified:
head/sys/sparc64/include/cpu.h
Modified: head/sys/sparc64/include/cpu.h
==
--- head/sys/sparc64/include/cpu.
On Fri, Jan 27, 2012 at 08:18:32PM +, Kip Macy wrote:
> Author: kmacy
> Date: Fri Jan 27 20:18:31 2012
> New Revision: 230623
> URL: http://svn.freebsd.org/changeset/base/230623
>
> Log:
> exclude kmem_alloc'ed ARC data buffers from kernel minidumps on amd64
> excluding other allocations i
On Sat, Jan 28, 2012 at 06:47:50PM +1100, Bruce Evans wrote:
> > --- sys/libkern.h.old 2012-01-16 07:15:12.0 +0400
> > +++ sys/libkern.h 2012-01-28 08:49:19.0 +0400
> > @@ -70,6 +70,11 @@ static __inline int abs(int a) { return
> > static __inline long labs(long a) { return
Author: mav
Date: Sat Jan 28 09:24:57 2012
New Revision: 230641
URL: http://svn.freebsd.org/changeset/base/230641
Log:
Fix HBR enabling condition. cchs is from 0 to 7, not from 1 to 8.
Modified:
head/sys/dev/sound/pci/hda/hdaa.c
Modified: head/sys/dev/sound/pci/hda/hdaa.c
===
In article <1f971db2-9cc6-41c9-9296-039d63e05...@freebsd.org>
Nathan Whitehorn writes:
> I think we didn't make PC98 release media for 9.0, but that's a good
> point. I'm out of commission right now due to an injury, so patches
> would be welcome.
>>
>>> TERM=xterm
>>
>> This code is also use
On Thu, 26 Jan 2012 10:30:50 + (UTC)
Alexander Motin wrote:
> Author: mav
> Date: Thu Jan 26 10:30:50 2012
> New Revision: 230574
> URL: http://svn.freebsd.org/changeset/base/230574
>
> Log:
> Fix typo in r230571.
>
> Submitted by: trasz
>
> Modified:
> head/sys/dev/sound/pci
Il giorno 28/gen/2012, alle ore 09:39, Pawel Jakub Dawidek
ha scritto:
> On Fri, Jan 27, 2012 at 08:18:32PM +, Kip Macy wrote:
>> Author: kmacy
>> Date: Fri Jan 27 20:18:31 2012
>> New Revision: 230623
>> URL: http://svn.freebsd.org/changeset/base/230623
>>
>> Log:
>> exclude kmem_alloc'
On Fri, Jan 27, 2012 at 02:42:21PM -0500, David Schultz wrote:
> On Fri, Jan 27, 2012, Kostik Belousov wrote:
> > On Fri, Jan 27, 2012 at 07:50:30PM +1100, Bruce Evans wrote:
> > > On Thu, 26 Jan 2012, Gleb Smirnoff wrote:
> > >
> > > >On Thu, Jan 26, 2012 at 11:53:57PM +1100, Bruce Evans wrote:
>
Author: jh
Date: Sat Jan 28 13:41:34 2012
New Revision: 230642
URL: http://svn.freebsd.org/changeset/base/230642
Log:
Remove trailing whitespace.
Modified:
head/sbin/mount_ntfs/mount_ntfs.c
Modified: head/sbin/mount_ntfs/mount_ntfs.c
==
On Sat, Jan 28, 2012 at 01:36:05PM +0100, K Macy wrote:
> Il giorno 28/gen/2012, alle ore 09:39, Pawel Jakub Dawidek
> ha scritto:
> > How do you handle the case when there are two small allocations within
> > one page, where one has the NODUMP flag and one doesn't have the flag?
>
> Kmem_alloc
Author: attilio
Date: Sat Jan 28 14:00:21 2012
New Revision: 230643
URL: http://svn.freebsd.org/changeset/base/230643
Log:
Avoid to check the same cache line/variable from all the locking
primitives by breaking stop_scheduler into a per-thread variable.
Also, store the new td_stopsched very
Author: maxim
Date: Sat Jan 28 15:29:43 2012
New Revision: 230644
URL: http://svn.freebsd.org/changeset/base/230644
Log:
o Preserve argv[0] to use it later in usage().
PR: bin/164570
Submitted by: Klaus Aehlig
MFC after:1 week
Modified:
head/games/pom/pom.c
Modified: h
Author: kmacy
Date: Sat Jan 28 17:21:12 2012
New Revision: 230645
URL: http://svn.freebsd.org/changeset/base/230645
Log:
document M_NODUMP flag
Modified:
head/share/man/man9/malloc.9
Modified: head/share/man/man9/malloc.9
==
On Sat, Jan 28, 2012 at 9:39 AM, Pawel Jakub Dawidek wrote:
> On Fri, Jan 27, 2012 at 08:18:32PM +, Kip Macy wrote:
>> Author: kmacy
>> Date: Fri Jan 27 20:18:31 2012
>> New Revision: 230623
>> URL: http://svn.freebsd.org/changeset/base/230623
>>
>> Log:
>> exclude kmem_alloc'ed ARC data buf
Author: kmacy
Date: Sat Jan 28 17:27:58 2012
New Revision: 230646
URL: http://svn.freebsd.org/changeset/base/230646
Log:
alphabetically sort optional flags and add documentation for VM_ALLOC_NODUMP
Modified:
head/share/man/man9/vm_page_alloc.9
Modified: head/share/man/man9/vm_page_alloc.9
==
Author: kmacy
Date: Sat Jan 28 17:41:42 2012
New Revision: 230647
URL: http://svn.freebsd.org/changeset/base/230647
Log:
add tunable for developers working on areas outside of ZFS
to further reduce core size by excluding ARC metadata buffers
from core dumps
Modified:
head/sys/cddl/contrib
Author: tijl
Date: Sat Jan 28 18:35:10 2012
New Revision: 230648
URL: http://svn.freebsd.org/changeset/base/230648
Log:
Move descriptions of file caching commands out of the file locking section.
Approved by: kib (mentor)
Modified:
head/lib/libc/sys/fcntl.2
Modified: head/lib/libc/sys/
Author: tijl
Date: Sat Jan 28 18:49:04 2012
New Revision: 230649
URL: http://svn.freebsd.org/changeset/base/230649
Log:
Fix decoding of escape sequences in format strings:
- Zero-terminate the resulting string by letting the for-loop copy the
terminating zero.
- Exit the for-loop after h
On Sat, Jan 28, 2012 at 1:49 PM, Tijl Coosemans wrote:
> Author: tijl
> Date: Sat Jan 28 18:49:04 2012
> New Revision: 230649
> URL: http://svn.freebsd.org/changeset/base/230649
>
> Log:
> Fix decoding of escape sequences in format strings:
> - Zero-terminate the resulting string by letting the
Author: phk
Date: Sat Jan 28 20:45:47 2012
New Revision: 230654
URL: http://svn.freebsd.org/changeset/base/230654
Log:
Make tip exit if the device disappears, for instance when unplugging
or resetting USB serial devices.
Somebody[tm] should rewrite tip(1) to use two thread instead of two
Author: scf
Date: Sat Jan 28 21:06:45 2012
New Revision: 230655
URL: http://svn.freebsd.org/changeset/base/230655
Log:
Since April 2, 2006, Indiana has observed DST.
MFC after:5 days
Modified:
head/usr.sbin/cron/crontab/crontab.5
Modified: head/usr.sbin/cron/crontab/crontab.5
==
Author: scf
Date: Sat Jan 28 21:21:05 2012
New Revision: 230656
URL: http://svn.freebsd.org/changeset/base/230656
Log:
msdos was renamed to msdosfs in 2001 by r77577.
MFC after:5 days
Modified:
head/share/man/man4/umass.4
Modified: head/share/man/man4/umass.4
===
Author: adrian
Date: Sat Jan 28 21:37:33 2012
New Revision: 230657
URL: http://svn.freebsd.org/changeset/base/230657
Log:
Two changes from my DFS work:
* Grab the net80211com lock when calling ieee80211_dfs_notify_radar().
* Use the tsf extend function to turn the 64 bit base TSF into a p
Author: adrian
Date: Sat Jan 28 21:44:42 2012
New Revision: 230658
URL: http://svn.freebsd.org/changeset/base/230658
Log:
Change the prototype so the radar enable can fail.
Modified:
head/sys/dev/ath/if_athdfs.h
Modified: head/sys/dev/ath/if_athdfs.h
=
On 28. Jan 2012, at 21:44 , Adrian Chadd wrote:
> Author: adrian
> Date: Sat Jan 28 21:44:42 2012
> New Revision: 230658
> URL: http://svn.freebsd.org/changeset/base/230658
>
> Log:
> Change the prototype so the radar enable can fail.
Forgot to also check in the implementation change?
>
> M
Author: marius
Date: Sat Jan 28 22:22:05 2012
New Revision: 230662
URL: http://svn.freebsd.org/changeset/base/230662
Log:
Fully disable interrupts while we fiddle with the FP context in the
VIS-based block copy/zero implementations. While with 4BSD it's
sufficient to just disable the tick in
Oops! Sorry, I err, will do that in a sec.
Adrian
On 28 January 2012 14:06, Bjoern A. Zeeb wrote:
>
> On 28. Jan 2012, at 21:44 , Adrian Chadd wrote:
>
> > Author: adrian
> > Date: Sat Jan 28 21:44:42 2012
> > New Revision: 230658
> > URL: http://svn.freebsd.org/changeset/base/230658
> >
> > Lo
Author: adrian
Date: Sat Jan 28 22:24:59 2012
New Revision: 230663
URL: http://svn.freebsd.org/changeset/base/230663
Log:
Oops, commit a missing implementation change.
Whilst I'm here, add a comment about what would happen in this function
if hypothetically you had a radar pattern matchin
Author: marius
Date: Sat Jan 28 22:42:33 2012
New Revision: 230664
URL: http://svn.freebsd.org/changeset/base/230664
Log:
As it turns out r227960 may still be insufficient with PREEMPTION
so try harder to get the CDMA sync interrupt delivered and also in
a more efficient way:
- wrap the wh
Author: kmacy
Date: Sat Jan 28 23:30:39 2012
New Revision: 230679
URL: http://svn.freebsd.org/changeset/base/230679
Log:
update .Dd
Modified:
head/share/man/man9/malloc.9
head/share/man/man9/vm_page_alloc.9
Modified: head/share/man/man9/malloc.9
On Sat, Jan 28, 2012, Kostik Belousov wrote:
> On Fri, Jan 27, 2012 at 02:42:21PM -0500, David Schultz wrote:
> > On Fri, Jan 27, 2012, Kostik Belousov wrote:
> > > On Fri, Jan 27, 2012 at 07:50:30PM +1100, Bruce Evans wrote:
> > > > On Thu, 26 Jan 2012, Gleb Smirnoff wrote:
> > > >
> > > > >On Th
Author: kmacy
Date: Sun Jan 29 00:19:19 2012
New Revision: 230689
URL: http://svn.freebsd.org/changeset/base/230689
Log:
always exclude data bufs regardless of debug settings
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c
Modified: head/sys/cddl/contrib/opensolaris/uts/c
On 1/28/12 12:23 AM, Bruce Evans wrote:
On Fri, 27 Jan 2012, Marius Strobl wrote:
Log:
Mark cpu_{halt,reset}() as __dead2 as appropriate.
Modified:
head/sys/sparc64/include/cpu.h
Modified: head/sys/sparc64/include/cpu.h
===
On Sat, Jan 28, 2012 at 07:12:25PM -0500, David Schultz wrote:
> On Sat, Jan 28, 2012, Kostik Belousov wrote:
> > On Fri, Jan 27, 2012 at 02:42:21PM -0500, David Schultz wrote:
> > > On Fri, Jan 27, 2012, Kostik Belousov wrote:
> > > > On Fri, Jan 27, 2012 at 07:50:30PM +1100, Bruce Evans wrote:
>
On 01/28/2012 18:39, Julian Elischer wrote:
> Bruce these comments are valid.
> please make use of your commit bit and make the appropriate changes!
Completely aside from the pedantic value of having the person who broke
it be the one to fix it; this line of reasoning is only going DIScourage
peop
36 matches
Mail list logo