Author: mm
Date: Fri Nov 19 09:59:55 2010
New Revision: 215515
URL: http://svn.freebsd.org/changeset/base/215515
Log:
Remove obsoleted private symbol.
Approved by: delphij (mentor)
MFC after:together with 5.0.0 update
Modified:
head/lib/liblzma/Symbol.map
Modified: head/lib/liblz
Author: kevlo
Date: Fri Nov 19 10:15:29 2010
New Revision: 215518
URL: http://svn.freebsd.org/changeset/base/215518
Log:
Close file and directory descriptors
MFC after:3 days
Modified:
head/usr.bin/at/at.c
Modified: head/usr.bin/at/at.c
==
Author: kevlo
Date: Fri Nov 19 10:18:58 2010
New Revision: 215519
URL: http://svn.freebsd.org/changeset/base/215519
Log:
Fix fd leak
MFC after:3 days
Modified:
head/usr.bin/chkey/chkey.c
Modified: head/usr.bin/chkey/chkey.c
===
Author: jilles
Date: Fri Nov 19 12:56:13 2010
New Revision: 215520
URL: http://svn.freebsd.org/changeset/base/215520
Log:
sh: Add printf builtin.
This was removed in 2001 but I think it is appropriate to add it back:
* I do not want to encourage people to write fragile and non-portable ec
Author: avg
Date: Fri Nov 19 14:46:17 2010
New Revision: 215522
URL: http://svn.freebsd.org/changeset/base/215522
Log:
specialreg.h: add definition for AMD Core Performance Boost bit
This bit indicates availability of the feature.
MFC after:4 days
Modified:
head/sys/amd64/includ
Author: avg
Date: Fri Nov 19 15:00:20 2010
New Revision: 215523
URL: http://svn.freebsd.org/changeset/base/215523
Log:
specialreg.h: add AMD-specific "Hardware Configuration Register" MSR
It seems that this MSR has been available in a range of AMD processors
families for quite a while now
Author: avg
Date: Fri Nov 19 15:07:36 2010
New Revision: 215524
URL: http://svn.freebsd.org/changeset/base/215524
Log:
specialreg.h: add definitions for MPERF/APERF pair of MSRs
These MSRs can be used to determine actual (average) performance as
compared to a maximum defined performance.
Author: cperciva
Date: Fri Nov 19 15:12:19 2010
New Revision: 215525
URL: http://svn.freebsd.org/changeset/base/215525
Log:
Make pmap_release consistent with pmap_pinit with respect to unpinning
pages. The pinning of NPGPTD pages is #if 0ed out in pmap_pinit (I'm
not quite sure why...) and
On Fri, Nov 19, 2010 at 12:56:13PM +, Jilles Tjoelker wrote:
> I do not want to encourage people to write fragile and non-portable echo
> commands by making printf much slower than echo.
True.
> Side effect: printf is now always the builtin version (which behaves
> identically to /usr/bin/pri
Author: jhb
Date: Fri Nov 19 15:39:59 2010
New Revision: 215526
URL: http://svn.freebsd.org/changeset/base/215526
Log:
Handle malloc() failures more gracefully by error'ing out rather than
segfaulting.
Submitted by: gcooper
MFC after:1 week
Modified:
head/usr.sbin/mfiutil/mfi_con
On Fri, Nov 19, 2010 at 03:21:27PM +, Alexey Dokuchaev wrote:
> On Fri, Nov 19, 2010 at 12:56:13PM +, Jilles Tjoelker wrote:
> > Side effect: printf is now always the builtin version (which behaves
> > identically to /usr/bin/printf) and cannot be overridden via PATH (except
> > via the und
On Fri, Nov 19, 2010 at 03:47:11AM +, Ryan Stone wrote:
> Author: rstone
> Date: Fri Nov 19 03:47:10 2010
> New Revision: 215507
> URL: http://svn.freebsd.org/changeset/base/215507
>
> Log:
> When doing a camcontrol rescan all or a camcontrol reset all, use the
> wildcard
> path id for en
Author: alc
Date: Fri Nov 19 17:49:08 2010
New Revision: 215538
URL: http://svn.freebsd.org/changeset/base/215538
Log:
Reduce the amount of detail printed by vm_page_free_toq() when it panics.
Reviewed by: kib
Modified:
head/sys/vm/vm_page.c
Modified: head/sys/vm/vm_page.c
Author: jhb
Date: Fri Nov 19 17:56:16 2010
New Revision: 215540
URL: http://svn.freebsd.org/changeset/base/215540
Log:
Set various POSIX capability sysctls to the version of the API that is
supported rather than 1. They are supposed to return a suitable value
for sysconf(3). While here, ma
Author: jhb
Date: Fri Nov 19 17:57:50 2010
New Revision: 215541
URL: http://svn.freebsd.org/changeset/base/215541
Log:
Set the POSIX semaphore capability when the semaphore module is enabled.
This is ignored in HEAD where semaphores are marked as always enabled in
.
MFC after:1 week
On Fri, Nov 19, 2010 at 05:56:20PM +0100, Marius Strobl wrote:
> On Fri, Nov 19, 2010 at 03:47:11AM +, Ryan Stone wrote:
> > Author: rstone
> > Date: Fri Nov 19 03:47:10 2010
> > New Revision: 215507
> > URL: http://svn.freebsd.org/changeset/base/215507
> >
> > Log:
> > When doing a camcontr
I asked about this on freebsd-scsi and CAM_BUS_WILDCARD was what was
suggested to me. I'm happy to make the change if the other way is
correct.
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscrib
Author: attilio
Date: Fri Nov 19 19:43:56 2010
New Revision: 215544
URL: http://svn.freebsd.org/changeset/base/215544
Log:
Scan the list in reverse order for the shutdown handlers of loaded modules.
This way, when there is a dependency between two modules, the handler of the
latter probed ru
2010/11/19 Attilio Rao :
> Author: attilio
> Date: Fri Nov 19 19:43:56 2010
> New Revision: 215544
> URL: http://svn.freebsd.org/changeset/base/215544
>
> Log:
> Scan the list in reverse order for the shutdown handlers of loaded modules.
> This way, when there is a dependency between two modules,
On Friday 19 November 2010 02:43 pm, Attilio Rao wrote:
> Author: attilio
> Date: Fri Nov 19 19:43:56 2010
> New Revision: 215544
> URL: http://svn.freebsd.org/changeset/base/215544
>
> Log:
> Scan the list in reverse order for the shutdown handlers of
> loaded modules. This way, when there is a
Author: jilles
Date: Fri Nov 19 21:15:06 2010
New Revision: 215547
URL: http://svn.freebsd.org/changeset/base/215547
Log:
sh: Add another simple test for the wait builtin.
Added:
head/tools/regression/bin/sh/builtins/wait3.0 (contents, props changed)
Added: head/tools/regression/bin/sh/bui
Author: kib
Date: Fri Nov 19 21:17:34 2010
New Revision: 215548
URL: http://svn.freebsd.org/changeset/base/215548
Log:
Remove prtactive variable and related printf()s in the vop_inactive
and vop_reclaim() methods. They seems to be unused, and the reported
situation is normal for the forced u
On Friday, November 19, 2010 2:43:57 pm Attilio Rao wrote:
> Author: attilio
> Date: Fri Nov 19 19:43:56 2010
> New Revision: 215544
> URL: http://svn.freebsd.org/changeset/base/215544
>
> Log:
> Scan the list in reverse order for the shutdown handlers of loaded modules.
> This way, when there
On Friday, November 19, 2010 4:09:28 pm Jung-uk Kim wrote:
> On Friday 19 November 2010 02:43 pm, Attilio Rao wrote:
> > Author: attilio
> > Date: Fri Nov 19 19:43:56 2010
> > New Revision: 215544
> > URL: http://svn.freebsd.org/changeset/base/215544
> >
> > Log:
> > Scan the list in reverse orde
2010/11/19 John Baldwin :
> On Friday, November 19, 2010 2:43:57 pm Attilio Rao wrote:
>> Author: attilio
>> Date: Fri Nov 19 19:43:56 2010
>> New Revision: 215544
>> URL: http://svn.freebsd.org/changeset/base/215544
>>
>> Log:
>> Scan the list in reverse order for the shutdown handlers of loaded
2010/11/19 John Baldwin :
> On Friday, November 19, 2010 4:09:28 pm Jung-uk Kim wrote:
>> On Friday 19 November 2010 02:43 pm, Attilio Rao wrote:
>> > Author: attilio
>> > Date: Fri Nov 19 19:43:56 2010
>> > New Revision: 215544
>> > URL: http://svn.freebsd.org/changeset/base/215544
>> >
>> > Log:
On Friday, November 19, 2010 4:31:44 pm Attilio Rao wrote:
> 2010/11/19 John Baldwin :
> > On Friday, November 19, 2010 4:09:28 pm Jung-uk Kim wrote:
> >> On Friday 19 November 2010 02:43 pm, Attilio Rao wrote:
> >> > Author: attilio
> >> > Date: Fri Nov 19 19:43:56 2010
> >> > New Revision: 215544
On Friday, November 19, 2010 4:27:27 pm Attilio Rao wrote:
> 2010/11/19 John Baldwin :
> > On Friday, November 19, 2010 2:43:57 pm Attilio Rao wrote:
> >> Author: attilio
> >> Date: Fri Nov 19 19:43:56 2010
> >> New Revision: 215544
> >> URL: http://svn.freebsd.org/changeset/base/215544
> >>
> >> L
On Friday 19 November 2010 04:31 pm, Attilio Rao wrote:
> 2010/11/19 John Baldwin :
> > On Friday, November 19, 2010 4:09:28 pm Jung-uk Kim wrote:
> >> On Friday 19 November 2010 02:43 pm, Attilio Rao wrote:
> >> > Author: attilio
> >> > Date: Fri Nov 19 19:43:56 2010
> >> > New Revision: 215544
>
On Friday 19 November 2010 04:46 pm, John Baldwin wrote:
> On Friday, November 19, 2010 4:31:44 pm Attilio Rao wrote:
> > 2010/11/19 John Baldwin :
> > > On Friday, November 19, 2010 4:09:28 pm Jung-uk Kim wrote:
> > >> On Friday 19 November 2010 02:43 pm, Attilio Rao wrote:
> > >> > Author: attili
Author: jilles
Date: Fri Nov 19 22:25:32 2010
New Revision: 215550
URL: http://svn.freebsd.org/changeset/base/215550
Log:
sh: Add a test that manipulates various long strings.
It is quite effective at detecting mistakes in memalloc.c and code using it.
It is somewhat slow, but some of
On Friday, November 19, 2010 5:03:25 pm Jung-uk Kim wrote:
> On Friday 19 November 2010 04:46 pm, John Baldwin wrote:
> > On Friday, November 19, 2010 4:31:44 pm Attilio Rao wrote:
> > > 2010/11/19 John Baldwin :
> > > > On Friday, November 19, 2010 4:09:28 pm Jung-uk Kim wrote:
> > > >> On Friday
2010/11/19 John Baldwin :
> On Friday, November 19, 2010 4:27:27 pm Attilio Rao wrote:
>> 2010/11/19 John Baldwin :
>> > On Friday, November 19, 2010 2:43:57 pm Attilio Rao wrote:
>> >> Author: attilio
>> >> Date: Fri Nov 19 19:43:56 2010
>> >> New Revision: 215544
>> >> URL: http://svn.freebsd.org
2010/11/19 John Baldwin :
> On Friday, November 19, 2010 5:03:25 pm Jung-uk Kim wrote:
>> On Friday 19 November 2010 04:46 pm, John Baldwin wrote:
>> > On Friday, November 19, 2010 4:31:44 pm Attilio Rao wrote:
>> > > 2010/11/19 John Baldwin :
>> > > > On Friday, November 19, 2010 4:09:28 pm Jung-u
On Friday 19 November 2010 05:16 pm, John Baldwin wrote:
> On Friday, November 19, 2010 5:03:25 pm Jung-uk Kim wrote:
> > On Friday 19 November 2010 04:46 pm, John Baldwin wrote:
> > > On Friday, November 19, 2010 4:31:44 pm Attilio Rao wrote:
> > > > 2010/11/19 John Baldwin :
> > > > > On Friday,
Author: lstewart
Date: Sat Nov 20 07:36:43 2010
New Revision: 215552
URL: http://svn.freebsd.org/changeset/base/215552
Log:
When enabling or disabling SIFTR with a VIMAGE kernel, ensure we add or remove
the SIFTR pfil(9) hook functions to or from all network stacks. This patch
allows packets
36 matches
Mail list logo