Author: jhibbits
Date: Thu Feb 27 04:45:29 2014
New Revision: 262547
URL: http://svnweb.freebsd.org/changeset/base/262547
Log:
Fix callchain capture for hwpmc(4). While here, some style(9) fixes, too.
MFC after:2 weeks
Modified:
head/sys/dev/hwpmc/hwpmc_powerpc.c
Modified: head/sys
Author: bjk (doc committer)
Date: Thu Feb 27 04:06:34 2014
New Revision: 262546
URL: http://svnweb.freebsd.org/changeset/base/262546
Log:
syncer(4) is a kernel process, not a user process
Noticed by: Geoffrey Thomas
Approved by: hrs (mentor)
Modified:
head/lib/libc/sys/sync.2
Modifi
Author: davidxu
Date: Thu Feb 27 02:41:41 2014
New Revision: 262545
URL: http://svnweb.freebsd.org/changeset/base/262545
Log:
MFC r262277:
malloc_aligned() may not leave enough space for pointer to allocated memory,
saving the pointer will overwrite bytes belongs to another memory block
Author: davidxu
Date: Thu Feb 27 02:36:09 2014
New Revision: 262544
URL: http://svnweb.freebsd.org/changeset/base/262544
Log:
MFC r262277:
malloc_aligned() may not leave enough space for pointer to allocated memory,
saving the pointer will overwrite bytes belongs to another memory block
Author: markj
Date: Thu Feb 27 01:24:47 2014
New Revision: 262543
URL: http://svnweb.freebsd.org/changeset/base/262543
Log:
Fix the struct reg mappings for i386 and amd64, which differ between illumos
and FreeBSD.
Submitted by: Prashanth Kumar
MFC after:2 weeks
Modified:
head/sy
Author: markj
Date: Thu Feb 27 01:04:35 2014
New Revision: 262542
URL: http://svnweb.freebsd.org/changeset/base/262542
Log:
Move some files that are identical on i386 and amd64 to an x86 subdirectory
rather than keeping duplicate copies.
Discussed with: avg
MFC after:1 week
A
On Tue, Feb 25, 2014 at 3:03 AM, Andriy Gapon wrote:
> on 24/02/2014 19:01 Eitan Adler said the following:
>> Author: eadler
>> Date: Mon Feb 24 17:01:06 2014
>> New Revision: 262448
>> URL: http://svnweb.freebsd.org/changeset/base/262448
>>
>> Log:
>> MFC r261774 by feld:
>
> Most likely this s
Author: eadler
Date: Thu Feb 27 01:01:02 2014
New Revision: 262541
URL: http://svnweb.freebsd.org/changeset/base/262541
Log:
MFC r262451:
hier(7): Add /usr/lib/private
Modified:
stable/10/share/man/man7/hier.7
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/shar
On Wed, Feb 26, 2014 at 7:43 PM, Eitan Adler wrote:
> Author: eadler
> Date: Thu Feb 27 00:43:10 2014
> New Revision: 262539
> URL: http://svnweb.freebsd.org/changeset/base/262539
...
> head/usr.bin/makewhatis/makewhatis.1
> head/usr.bin/makewhatis/makewhatis.c
Please ignore these. These we
Author: eadler
Date: Thu Feb 27 00:52:34 2014
New Revision: 262540
URL: http://svnweb.freebsd.org/changeset/base/262540
Log:
I had some unrelated (wrong) changes to makewhatis. Undo them.
Modified:
head/usr.bin/makewhatis/makewhatis.1
head/usr.bin/makewhatis/makewhatis.c
Modified: head/us
Author: eadler
Date: Thu Feb 27 00:43:10 2014
New Revision: 262539
URL: http://svnweb.freebsd.org/changeset/base/262539
Log:
linprocfs: add support for /sys/kernel/random/uuid
PR: kern/186187
Submitted by: Fernando
MFC After:2 weeks
Modified:
head/sys/compat/linprocfs/
Author: delphij
Date: Wed Feb 26 23:03:10 2014
New Revision: 262538
URL: http://svnweb.freebsd.org/changeset/base/262538
Log:
Release erwin@ from mentorship so he can now fly solo, congratulations!
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
==
Author: ian
Date: Wed Feb 26 22:06:10 2014
New Revision: 262534
URL: http://svnweb.freebsd.org/changeset/base/262534
Log:
Replace many pasted identical definitions of cpu_initclocks() with a common
implementation in arm/machdep.c. Most arm platforms either don't need to
do anything, or just
Author: jilles
Date: Wed Feb 26 21:38:42 2014
New Revision: 262533
URL: http://svnweb.freebsd.org/changeset/base/262533
Log:
sh: Make expari() static.
Modified:
head/bin/sh/expand.c
head/bin/sh/expand.h
Modified: head/bin/sh/expand.c
On 26 Feb 2014, at 13:19, Slawa Olhovchenkov wrote:
> On Tue, Feb 25, 2014 at 01:48:05PM +, Julio Merino wrote:
>
>> Author: jmmv
>> Date: Tue Feb 25 13:48:05 2014
>> New Revision: 262480
>> URL: http://svnweb.freebsd.org/changeset/base/262480
>>
>> Log:
>> Increase maximum number of column
On Wed, Feb 26, 2014 at 03:29:31PM -0500, John Baldwin wrote:
> On Wednesday, February 26, 2014 2:23:48 pm Mateusz Guzik wrote:
> > On Tue, Feb 25, 2014 at 01:08:43PM -0500, John Baldwin wrote:
> > > On Friday, February 21, 2014 5:29:09 pm Mateusz Guzik wrote:
> > > > Author: mjg
> > > > Date: Fri
On Wed, Feb 26, 2014 at 9:52 AM, Justin Hibbits wrote:
> On Tue, Feb 25, 2014 at 5:35 PM, Mark Johnston wrote:
>> On Tue, Feb 25, 2014 at 03:17:56PM -0800, Justin Hibbits wrote:
>>> I think this broke powerpc building. I see the following build failure:
>>>
>>> cc1: warnings being treated as err
On Wednesday, February 26, 2014 2:23:48 pm Mateusz Guzik wrote:
> On Tue, Feb 25, 2014 at 01:08:43PM -0500, John Baldwin wrote:
> > On Friday, February 21, 2014 5:29:09 pm Mateusz Guzik wrote:
> > > Author: mjg
> > > Date: Fri Feb 21 22:29:09 2014
> > > New Revision: 262309
> > > URL: http://svnweb
On Tue, Feb 25, 2014 at 01:08:43PM -0500, John Baldwin wrote:
> On Friday, February 21, 2014 5:29:09 pm Mateusz Guzik wrote:
> > Author: mjg
> > Date: Fri Feb 21 22:29:09 2014
> > New Revision: 262309
> > URL: http://svnweb.freebsd.org/changeset/base/262309
> >
> > Log:
> > Fix a race between ke
Author: neel
Date: Wed Feb 26 19:14:54 2014
New Revision: 262532
URL: http://svnweb.freebsd.org/changeset/base/262532
Log:
Document the "-a" and "-x" options to match the changes in r262236.
Reviewed by: grehan
Modified:
head/usr.sbin/bhyve/bhyve.8
Modified: head/usr.sbin/bhyve/bhyve.8
Author: ian
Date: Wed Feb 26 18:29:14 2014
New Revision: 262531
URL: http://svnweb.freebsd.org/changeset/base/262531
Log:
Minor tweaks to the imx GPT timer...
- Don't use spaces or dots in the eventtimer or timecounter names.
They turn into sysctl node names, and it's just confusing.
On Tue, Feb 25, 2014 at 5:35 PM, Mark Johnston wrote:
> On Tue, Feb 25, 2014 at 03:17:56PM -0800, Justin Hibbits wrote:
>> I think this broke powerpc building. I see the following build failure:
>>
>> cc1: warnings being treated as errors
>> /home/chmeee/freebsd/head/sys/modules/dtrace/systrace/.
Author: des
Date: Wed Feb 26 17:14:02 2014
New Revision: 262530
URL: http://svnweb.freebsd.org/changeset/base/262530
Log:
MFV (r262529): fix is_upper() predicate
MFC after:1 week
Added:
head/contrib/openpam/t/t_openpam_ctype.c
- copied unchanged from r262529, vendor/openpam/dist
Author: des
Date: Wed Feb 26 17:06:54 2014
New Revision: 262529
URL: http://svnweb.freebsd.org/changeset/base/262529
Log:
Merge upstream r763: fix is_upper() predicate.
Added:
vendor/openpam/dist/t/t_openpam_ctype.c
Modified:
vendor/openpam/dist/CREDITS
vendor/openpam/dist/lib/libpam/open
On Tue, Feb 25, 2014 at 01:48:05PM +, Julio Merino wrote:
> Author: jmmv
> Date: Tue Feb 25 13:48:05 2014
> New Revision: 262480
> URL: http://svnweb.freebsd.org/changeset/base/262480
>
> Log:
> Increase maximum number of columns to support 1980x1200 displays.
What about support 4K display
Author: pho
Date: Wed Feb 26 09:08:25 2014
New Revision: 262526
URL: http://svnweb.freebsd.org/changeset/base/262526
Log:
Added a regression test for r234131.
Discussed with:asomers
Sponsored by: EMC / Isilon storage division
Added:
head/tests/sys/kern/kern_descrip_test.c (co
Author: trasz
Date: Wed Feb 26 09:06:57 2014
New Revision: 262525
URL: http://svnweb.freebsd.org/changeset/base/262525
Log:
There is no need to prevent iscsictl from adding iSER session when there
is no iSER support in ctld and/or kernel; should the user make that mistake,
the output from "i
27 matches
Mail list logo