Author: glebius
Date: Wed Nov 30 08:47:17 2011
New Revision: 228150
URL: http://svn.freebsd.org/changeset/base/228150
Log:
Return value should be conditional on return value of pfsync_defer_ptr()
PR: kern/162947
Submitted by: Matthieu Kraus
Modified:
head/sys/contrib/pf/net/
2011/11/22 Luigi Rizzo :
> Author: luigi
> Date: Tue Nov 22 21:50:38 2011
> New Revision: 227845
> URL: http://svn.freebsd.org/changeset/base/227845
>
> Log:
> forgot to merge NETMAP entries in sys/conf !
>
> Modified:
> head/sys/conf/NOTES
> head/sys/conf/files
> head/sys/conf/options
>
> Modi
Author: fjoe
Date: Wed Nov 30 13:33:09 2011
New Revision: 228153
URL: http://svn.freebsd.org/changeset/base/228153
Log:
Generate ${NORMAL_CTFCONVERT} invocation without '@' modifier:
- ${NORMAL_CC} is also invoked without '@'
- Userland CTF support was changed previously to echo ctfconvert i
John,
On Wed, Nov 30, 2011 at 3:36 AM, John Baldwin wrote:
> Author: fjoe
> > Date: Tue Nov 29 19:46:17 2011
> > New Revision: 228143
> > URL: http://svn.freebsd.org/changeset/base/228143
> >
> > Log:
> > Turn off profiled libs build by default.
> > Can be enabled back using WITH_PROFILE=yes
On Wednesday, November 30, 2011 9:35:01 am Max Khon wrote:
> John,
>
> On Wed, Nov 30, 2011 at 3:36 AM, John Baldwin wrote:
>
> > Author: fjoe
> > > Date: Tue Nov 29 19:46:17 2011
> > > New Revision: 228143
> > > URL: http://svn.freebsd.org/changeset/base/228143
> > >
> > > Log:
> > > Turn off
Author: kib
Date: Wed Nov 30 17:39:00 2011
New Revision: 228156
URL: http://svn.freebsd.org/changeset/base/228156
Log:
Rename vm_page_set_valid() to vm_page_set_valid_range().
The vm_page_set_valid() is the most reasonable name for the m->valid
accessor.
Reviewed by: attilio, alc
Modi
Author: fjoe
Date: Wed Nov 30 18:07:38 2011
New Revision: 228157
URL: http://svn.freebsd.org/changeset/base/228157
Log:
- Fix segmentation fault when running "+command" when run with -jX -n due
to Compat_RunCommand() being called with `cmd' that is not on the
node->commands
list
- Make el
Author: fjoe
Date: Wed Nov 30 18:11:49 2011
New Revision: 228158
URL: http://svn.freebsd.org/changeset/base/228158
Log:
- CTF knob is now implemented using common scheme: MK_CTF=yes/no is
defined based on WITH/WITHOUT_CTF settings, default is WITHOUT_CTF,
NO_CTF overrides WITH_CTF (used by M
Author: fjoe
Date: Wed Nov 30 18:22:44 2011
New Revision: 228159
URL: http://svn.freebsd.org/changeset/base/228159
Log:
Add WITH_CTF description.
Added:
head/tools/build/options/WITH_CTF (contents, props changed)
Added: head/tools/build/options/WITH_CTF
Author: fjoe
Date: Wed Nov 30 18:24:43 2011
New Revision: 228160
URL: http://svn.freebsd.org/changeset/base/228160
Log:
Regen.
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
==
---
Author: jhb
Date: Wed Nov 30 18:33:23 2011
New Revision: 228161
URL: http://svn.freebsd.org/changeset/base/228161
Log:
Add a constant for the Advisory Non-Fatal Error bit in AER corrected error
status and mask.
Modified:
head/sys/dev/pci/pcireg.h
Modified: head/sys/dev/pci/pcireg.h
===
Author: jhb
Date: Wed Nov 30 18:52:30 2011
New Revision: 228162
URL: http://svn.freebsd.org/changeset/base/228162
Log:
Use C99 initializers for members of evtchn_devsw.
Submitted by: arundel
Modified:
head/sys/xen/evtchn/evtchn_dev.c
Modified: head/sys/xen/evtchn/evtchn_dev.c
==
Author: jh
Date: Wed Nov 30 20:08:30 2011
New Revision: 228163
URL: http://svn.freebsd.org/changeset/base/228163
Log:
Add an entry for r227823.
Modified:
head/UPDATING
Modified: head/UPDATING
==
--- head/UPDATING
On Wed, Oct 5, 2011 at 6:56 PM, Konstantin Belousov wrote:
> Author: kib
> Date: Wed Oct 5 16:56:06 2011
> New Revision: 226042
> URL: http://svn.freebsd.org/changeset/base/226042
>
> Log:
> Supply unique (st_dev, st_ino) value pair for the fstat(2) done on the pipes.
>
> Reviewed by: jhb, Pet
On Wed Nov 30 11, Max Khon wrote:
> Author: fjoe
> Date: Wed Nov 30 18:07:38 2011
> New Revision: 228157
> URL: http://svn.freebsd.org/changeset/base/228157
>
> Log:
> - Fix segmentation fault when running "+command" when run with -jX -n due
> to Compat_RunCommand() being called with `cmd' tha
On Tue Nov 29 11, John Baldwin wrote:
> Author: jhb
> Date: Tue Nov 29 21:28:48 2011
> New Revision: 228148
> URL: http://svn.freebsd.org/changeset/base/228148
>
> Log:
> Remove a bit of debugging that accidentally crept in earlier.
>
> Modified:
> head/sys/conf/newvers.sh
>
> Modified: head
On Wed, Nov 30, 2011 at 4:59 PM, Alexander Best wrote:
> On Tue Nov 29 11, John Baldwin wrote:
>> Author: jhb
>> Date: Tue Nov 29 21:28:48 2011
>> New Revision: 228148
>> URL: http://svn.freebsd.org/changeset/base/228148
>>
>> Log:
>> Remove a bit of debugging that accidentally crept in earlier.
Alexander,
On Thu, Dec 1, 2011 at 7:16 AM, Alexander Best wrote:
> Author: fjoe
> > Date: Wed Nov 30 18:07:38 2011
> > New Revision: 228157
> > URL: http://svn.freebsd.org/changeset/base/228157
> >
> > Log:
> > - Fix segmentation fault when running "+command" when run with -jX -n
> due
> > t
Alexander,
On Thu, Dec 1, 2011 at 11:05 AM, Max Khon wrote:
it would also be nice, if at some point, somebody could dive into the code
>> to
>> see why 'make buildkernel' will let clang produce coloured output, but
>> 'make -j(N>1) buildkernel' doesn't (and why adding a -B switch to that
>> comm
Max Khon writes:
> On Thu, Dec 1, 2011 at 7:16 AM, Alexander Best wrote:
>> it would also be nice, if at some point, somebody could dive into the code
>> to
>> see why 'make buildkernel' will let clang produce coloured output, but
>> 'make -j(N>1) buildkernel' doesn't (and why adding a -B switch
Author: lstewart
Date: Thu Dec 1 07:19:13 2011
New Revision: 228173
URL: http://svn.freebsd.org/changeset/base/228173
Log:
Revise the sysctl handling code and restructure the hierarchy of sysctls
introduced when feed-forward clock support is enabled in the kernel:
- Rename the "choice" v
Author: lstewart
Date: Thu Dec 1 07:41:30 2011
New Revision: 228174
URL: http://svn.freebsd.org/changeset/base/228174
Log:
Add a man page describing the feed-forward clock kernel support, including how
to enable and configure the functionality.
Committed on behalf of Julien Ridoux and Da
On 11/30/2011 23:41, Lawrence Stewart wrote:
> +.\" Copyright (c) 2011 The University of Melbourne
Out of curiosity, if the foundation paid for the work, how is it that
the University of Melbourne gets to own the copyright?
--
"We could put the whole Internet into a book."
Alexander,
On Thu, Dec 1, 2011 at 12:03 PM, Max Khon wrote:
it would also be nice, if at some point, somebody could dive into the code
>>> to
>>> see why 'make buildkernel' will let clang produce coloured output, but
>>> 'make -j(N>1) buildkernel' doesn't (and why adding a -B switch to that
>>>
24 matches
Mail list logo