On Sat, 9 Oct 2010, Erik Cederstrand wrote:
Den 09/10/2010 kl. 07.43 skrev Ben Kaduk:
On Sat, Oct 9, 2010 at 1:31 AM, Tim Kientzle wrote:
Log:
Add -D (deterministic) option to ar.
When set, it forces all timestamps and owners to zero and
modes to 0644. Useful for producing libraries that
Author: yongari
Date: Sat Oct 9 20:52:36 2010
New Revision: 213663
URL: http://svn.freebsd.org/changeset/base/213663
Log:
Fix build breakage introducted in r213604.
Modified:
stable/7/sys/dev/sf/if_sf.c
Modified: stable/7/sys/dev/sf/if_sf.c
==
Author: ae
Date: Sat Oct 9 20:20:27 2010
New Revision: 213662
URL: http://svn.freebsd.org/changeset/base/213662
Log:
Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.
Suggested by: kib
Approved by: kib (mentor)
MFC after:5 days
Modified:
head/sbin/geom/class/concat/geom_con
Den 09/10/2010 kl. 07.43 skrev Ben Kaduk:
> On Sat, Oct 9, 2010 at 1:31 AM, Tim Kientzle wrote:
>> Author: kientzle
>> Date: Sat Oct 9 05:31:08 2010
>> New Revision: 213643
>> URL: http://svn.freebsd.org/changeset/base/213643
>>
>> Log:
>> Add -D (deterministic) option to ar.
>> When set, it
Author: ae
Date: Sat Oct 9 20:06:35 2010
New Revision: 213661
URL: http://svn.freebsd.org/changeset/base/213661
Log:
MFC r212608 (by pjd):
All gpart(8) subcommands apart from the 'bootcode' subcommand handle
given geom/provider names with and without /dev/ prefix. Teach the
'bootcod
Author: simon
Date: Sat Oct 9 15:54:12 2010
New Revision: 213660
URL: http://svn.freebsd.org/changeset/base/213660
Log:
Re-enable access to 'access' now that it seems access,v is fixed.
Approved by: core (implicit)
Modified:
svnadmin/conf/approvers
Modified: svnadmin/conf/appr
Author: simon
Date: Sat Oct 9 15:17:40 2010
New Revision: 213659
URL: http://svn.freebsd.org/changeset/base/213659
Log:
Test commit to test that access,v works now.
Approved by: clusteradm
Modified:
svnadmin/conf/access
Modified: svnadmin/conf/access
==
Author: simon
Date: Sat Oct 9 14:00:50 2010
New Revision: 213658
URL: http://svn.freebsd.org/changeset/base/213658
Log:
Lock out access to 'access' for now while trying to fix the CVS ,v.
Approved by: core (implicit)
Modified:
svnadmin/conf/approvers
Modified: svnadmin/conf/approvers
Author: gavin
Date: Sat Oct 9 13:07:21 2010
New Revision: 213657
URL: http://svn.freebsd.org/changeset/base/213657
Log:
Merge r213061 from head:
Various changes from various sources:
- Add "children" [1]
- Add "acknowledgement", "acknowledgment", "Austria" and "haunted" [2]
-
Author: gavin
Date: Sat Oct 9 13:03:32 2010
New Revision: 213656
URL: http://svn.freebsd.org/changeset/base/213656
Log:
Merge r213061 from head:
Various changes from various sources:
- Add "children" [1]
- Add "acknowledgement", "acknowledgment", "Austria" and "haunted" [2]
-
Author: jilles
Date: Sat Oct 9 13:01:25 2010
New Revision: 213655
URL: http://svn.freebsd.org/changeset/base/213655
Log:
MFC r211980: Correct value for _POSIX_AIO_LISTIO_MAX in .
All the "Minimum Values" (POSIX.1-2008 XBD 13 Headers ) are now
correct. These should all be exactly as they
Author: jilles
Date: Sat Oct 9 12:57:06 2010
New Revision: 213654
URL: http://svn.freebsd.org/changeset/base/213654
Log:
MFC r209653: sh: Use $PWD instead of getcwd() for \w \W prompt expansions.
This ensures that the logical working directory (which may include
symlinks) is shown and is
Robert Watson wrote:
On Sat, 9 Oct 2010, David Xu wrote:
Create a global thread hash table to speed up thread lookup, use
rwlock to protect the table. In old code, thread lookup is done with
process lock held, to find a thread, kernel has to iterate through
process and thread list, this is
On Sat, 9 Oct 2010, David Xu wrote:
Create a global thread hash table to speed up thread lookup, use
rwlock to protect the table. In old code, thread lookup is done with
process lock held, to find a thread, kernel has to iterate through
process and thread list, this is quite inefficient.
Wi
Author: uqs
Date: Sat Oct 9 11:43:00 2010
New Revision: 213653
URL: http://svn.freebsd.org/changeset/base/213653
Log:
mdoc: drop redundant .Pp calls, kill EOL whitespace
Modified:
head/share/man/man4/pci.4
head/usr.sbin/config/config.5
Modified: head/share/man/man4/pci.4
=
on 09/10/2010 12:33 Bruce Evans said the following:
> On Sat, 9 Oct 2010, Andriy Gapon wrote:
>
>> Log:
>> panic_cpu variable should be volatile
>>
>> This is to prevent caching of its value in a register when it is checked
>> and modified by multiple CPUs in parallel.
>> Also, move the variab
On Sat, 9 Oct 2010, Andriy Gapon wrote:
Log:
panic_cpu variable should be volatile
This is to prevent caching of its value in a register when it is checked
and modified by multiple CPUs in parallel.
Also, move the variable into the scope of the only function that uses it.
Reviewed by:
Author: avg
Date: Sat Oct 9 09:24:16 2010
New Revision: 213652
URL: http://svn.freebsd.org/changeset/base/213652
Log:
MFC r210782,210837: Update the "desiredvnodes" calculation.
On behalf of: alc
Modified:
stable/7/sys/kern/vfs_subr.c
Directory Properties:
stable/7/sys/ (props chang
Author: avg
Date: Sat Oct 9 09:03:17 2010
New Revision: 213651
URL: http://svn.freebsd.org/changeset/base/213651
Log:
add kmem_map_free sysctl: query largest contiguous free range in kmem_map
Suggested by: alc
Reviewed by: alc
MFC after:1 week
Modified:
head/sys/kern/kern_mallo
Author: imp
Date: Sat Oct 9 08:52:09 2010
New Revision: 213650
URL: http://svn.freebsd.org/changeset/base/213650
Log:
Initial patches to install images...
PR: 150921
Modified:
head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh
head/usr.sbin/pc-sysinstall/backend/functions-disk.
Author: imp
Date: Sat Oct 9 08:39:14 2010
New Revision: 213649
URL: http://svn.freebsd.org/changeset/base/213649
Log:
Fix typo: thanks Kris for pointing this out.
Modified:
head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh
Modified: head/usr.sbin/pc-sysinstall/backend/functions-bsdl
Author: avg
Date: Sat Oct 9 08:07:49 2010
New Revision: 213648
URL: http://svn.freebsd.org/changeset/base/213648
Log:
panic_cpu variable should be volatile
This is to prevent caching of its value in a register when it is checked
and modified by multiple CPUs in parallel.
Also, move the
Author: imp
Date: Sat Oct 9 07:45:24 2010
New Revision: 213647
URL: http://svn.freebsd.org/changeset/base/213647
Log:
Enable softupdate + journals support.
PR: 150862
Submitted by: Kris Moore
Modified:
head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh
head/usr.sbin/pc-sysins
Author: imp
Date: Sat Oct 9 07:29:13 2010
New Revision: 213646
URL: http://svn.freebsd.org/changeset/base/213646
Log:
Allow the kernel to generate more spacy things and still have devd
cope. Skip multiple spaces in a few contexts.
PR: 96854
Submitted by: Shin'ya Kumabuchi
24 matches
Mail list logo