Author: ae
Date: Tue Dec 28 08:36:44 2010
New Revision: 216754
URL: http://svn.freebsd.org/changeset/base/216754
Log:
Make EBR probe method less strictly to be able detect EBRs with
small non fatal inconsistency. EBR may contain boot loader and sometimes
it just has some garbage data. Now th
Author: ae
Date: Tue Dec 28 08:42:12 2010
New Revision: 216755
URL: http://svn.freebsd.org/changeset/base/216755
Log:
Allow destroying EBR in COMPAT (default) mode.
MFC after:2 week
Modified:
head/sys/geom/part/g_part_ebr.c
Modified: head/sys/geom/part/g_part_ebr.c
=
Author: uqs
Date: Tue Dec 28 10:08:50 2010
New Revision: 216756
URL: http://svn.freebsd.org/changeset/base/216756
Log:
Revert most of r210764, now that mdocml does the right
thing with empty quotation macros.
Requested by: Alex Kozlov
Modified:
head/lib/libc/locale/mbrtowc.3
head/lib
@@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9.
machines to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20101228:
+ The TCP stack has been modified to allow Khelp modules to interact with
+ it via helper hook points and store per
Author: lstewart
Date: Tue Dec 28 12:37:57 2010
New Revision: 216760
URL: http://svn.freebsd.org/changeset/base/216760
Log:
Add a comment for the ccv member of struct tcpcb.
Sponsored by: FreeBSD Foundation
MFC after:5 weeks
X-MFC with: r215166
Modified:
head/sys/netinet/tcp_va
Author: jilles
Date: Tue Dec 28 13:28:24 2010
New Revision: 216761
URL: http://svn.freebsd.org/changeset/base/216761
Log:
sh: Make expansion errors in optimized command substitution non-fatal.
Command substitutions consisting of a single simple command are executed in
the main shell process
On Sat, 25.12.2010 at 08:42:38 +, Konstantin Belousov wrote:
> Author: kib
> Date: Sat Dec 25 08:42:38 2010
> New Revision: 216694
> URL: http://svn.freebsd.org/changeset/base/216694
>
> Log:
> Add a hook to pass debug flags to the build of rtld when doing make in
> the rtld directory.
>
On Tue, Dec 28, 2010 at 02:29:43PM +0100, Ulrich Sp??rlein wrote:
> On Sat, 25.12.2010 at 08:42:38 +, Konstantin Belousov wrote:
> > Author: kib
> > Date: Sat Dec 25 08:42:38 2010
> > New Revision: 216694
> > URL: http://svn.freebsd.org/changeset/base/216694
> >
> > Log:
> > Add a hook to pa
Author: cperciva
Date: Tue Dec 28 14:36:32 2010
New Revision: 216762
URL: http://svn.freebsd.org/changeset/base/216762
Log:
Remove a "not strictly correct" (and panic-inducing) workaround for a bug
which doesn't seem to exist.
PR: kern/141328
MFC after:3 days
Modified:
Author: jilles
Date: Tue Dec 28 14:58:08 2010
New Revision: 216763
URL: http://svn.freebsd.org/changeset/base/216763
Log:
sh: Add test for optimized command substitution.
This test verifies that certain expansions without side effects do not
cause the command substitution to be executed i
On Tuesday, December 28, 2010 8:32:47 am Kostik Belousov wrote:
> On Tue, Dec 28, 2010 at 02:29:43PM +0100, Ulrich Sp??rlein wrote:
> > On Sat, 25.12.2010 at 08:42:38 +, Konstantin Belousov wrote:
> > > Author: kib
> > > Date: Sat Dec 25 08:42:38 2010
> > > New Revision: 216694
> > > URL: http:
On Tue, Dec 28, 2010 at 10:09:40AM -0500, John Baldwin wrote:
> On Tuesday, December 28, 2010 8:32:47 am Kostik Belousov wrote:
> > On Tue, Dec 28, 2010 at 02:29:43PM +0100, Ulrich Sp??rlein wrote:
> > > On Sat, 25.12.2010 at 08:42:38 +, Konstantin Belousov wrote:
> > > > Author: kib
> > > > Da
Author: jhb
Date: Tue Dec 28 16:57:29 2010
New Revision: 216764
URL: http://svn.freebsd.org/changeset/base/216764
Log:
Use bus_alloc_resource_any().
MFC after:2 weeks
Modified:
head/sys/dev/mpt/mpt_pci.c
Modified: head/sys/dev/mpt/mpt_pci.c
==
Author: nwhitehorn
Date: Tue Dec 28 17:02:15 2010
New Revision: 216765
URL: http://svn.freebsd.org/changeset/base/216765
Log:
Only keep track of PTE validity statistics for pages not locked in the
table. The 'locked' attribute is used to circumvent the regular page table
locking for some spe
On 12/26/2010 13:23, Bjoern A. Zeeb wrote:
On Fri, 24 Dec 2010, Warner Losh wrote:
Author: imp
Date: Fri Dec 24 04:55:56 2010
New Revision: 216685
URL: http://svn.freebsd.org/changeset/base/216685
Log:
Redirect stderr from config to /dev/null. config -m is printing lots
of annoying warnings
On 12/27/2010 19:02, Colin Percival wrote:
On 12/27/10 17:59, Steve Kargl wrote:
On Mon, Dec 27, 2010 at 11:52:40PM +, Colin Percival wrote:
Make it possible to specify WITHOUT_MODULES in a kernel config file.
Can you explain how this differs from
makeoptions NO_MODULES
which has be
On 12/27/2010 19:09, Steve Kargl wrote:
On Mon, Dec 27, 2010 at 06:02:57PM -0800, Colin Percival wrote:
On 12/27/10 17:59, Steve Kargl wrote:
On Mon, Dec 27, 2010 at 11:52:40PM +, Colin Percival wrote:
Make it possible to specify WITHOUT_MODULES in a kernel config file.
Can you explain
Author: yongari
Date: Tue Dec 28 17:45:43 2010
New Revision: 216766
URL: http://svn.freebsd.org/changeset/base/216766
Log:
Add device id for RDC M3010 which is found on Vortex86 SoC.
Reviewed by: mav
Modified:
head/sys/dev/sound/pci/hda/hdac.c
Modified: head/sys/dev/sound/pci/hda/hdac.
Author: jhb
Date: Tue Dec 28 18:58:15 2010
New Revision: 216769
URL: http://svn.freebsd.org/changeset/base/216769
Log:
Start sentences on a new line to ease life for translators. Tweak the
wording in a few places.
MFC after:1 week
Modified:
head/usr.bin/gcore/gcore.1
Modified: he
Author: alc
Date: Tue Dec 28 20:02:30 2010
New Revision: 216772
URL: http://svn.freebsd.org/changeset/base/216772
Log:
Correct a typo in vm_fault_quick_hold_pages().
Reported by: Bartosz Stec
Modified:
head/sys/vm/vm_fault.c
Modified: head/sys/vm/vm_fault.c
Author: jmallett
Date: Tue Dec 28 20:11:54 2010
New Revision: 216773
URL: http://svn.freebsd.org/changeset/base/216773
Log:
When allocating memory from bootmem for the kernel to use, try to leave about
2MB of memory in the bootmem allocator for the SDK to use internally at a
later
point. I
Author: pjd
Date: Tue Dec 28 21:12:15 2010
New Revision: 216774
URL: http://svn.freebsd.org/changeset/base/216774
Log:
ZFS might not return monotonically increasing directory offset cookies,
so turn off UFS-specific hack that assumes so in ZFS case.
Before the change we can miss returning so
Author: imp
Date: Tue Dec 28 21:18:58 2010
New Revision: 216775
URL: http://svn.freebsd.org/changeset/base/216775
Log:
Due to the automatic inclusion of DEFAULTS everywhere, and since it
has device mem in it almost everywhere, we get warnings about
duplicated device almost everywhere. Comme
Author: imp
Date: Tue Dec 28 21:20:58 2010
New Revision: 216776
URL: http://svn.freebsd.org/changeset/base/216776
Log:
Remove mem, io, isa and npx since they are duplicative of the entries
in DEFAULTS. Saves 8 lines of warnings when we build XBOX.
Modified:
head/sys/i386/conf/XBOX
Modifie
Author: imp
Date: Tue Dec 28 21:22:08 2010
New Revision: 216777
URL: http://svn.freebsd.org/changeset/base/216777
Log:
Comment out npx and isa from NOTES file. We don't need them here
since DEFAULTS already pulls them in.
Modified:
head/sys/i386/conf/NOTES
Modified: head/sys/i386/conf/NOT
Author: jilles
Date: Tue Dec 28 21:27:08 2010
New Revision: 216778
URL: http://svn.freebsd.org/changeset/base/216778
Log:
sh: Don't do optimized command substitution if expansions have side effects.
Before considering to execute a command substitution in the same process,
check if any of
Author: nwhitehorn
Date: Tue Dec 28 22:31:59 2010
New Revision: 216780
URL: http://svn.freebsd.org/changeset/base/216780
Log:
Fix an error in the ABI in rtld_bind_start(). When passing arguments to a
C function, the caller's stack frame must have room to store all of the
arguments to that fu
Author: imp
Date: Tue Dec 28 22:44:32 2010
New Revision: 216781
URL: http://svn.freebsd.org/changeset/base/216781
Log:
Revert r216775, per jhb@
Modified:
head/sys/conf/NOTES
Modified: head/sys/conf/NOTES
==
--- head/
Author: imp
Date: Tue Dec 28 22:45:29 2010
New Revision: 216782
URL: http://svn.freebsd.org/changeset/base/216782
Log:
Revert r216777, per jhb@
Modified:
head/sys/i386/conf/NOTES
Modified: head/sys/i386/conf/NOTES
==
Author: imp
Date: Tue Dec 28 22:49:28 2010
New Revision: 216783
URL: http://svn.freebsd.org/changeset/base/216783
Log:
MIPS has lots of flavors as well
Modified:
head/sys/conf/makeLINT.mk
Modified: head/sys/conf/makeLINT.mk
Author: rmacklem
Date: Tue Dec 28 23:50:13 2010
New Revision: 216784
URL: http://svn.freebsd.org/changeset/base/216784
Log:
Delete the nfsvno_localconflict() function in the experimental
NFS server since it is no longer used and is broken.
MFC after:2 weeks
Modified:
head/sys/fs/nf
On Tue, 28 Dec 2010, John Baldwin wrote:
Log:
Start sentences on a new line to ease life for translators. Tweak the
wording in a few places.
Simplifying life for translators is only a side effect.
Modified: head/usr.bin/gcore/gcore.1
===
On Tue, 28 Dec 2010, Warner Losh wrote:
Log:
Revert r216777, per jhb@
I didn't see "per jhb@". I think the bug DEFAULTS being included
unconditionally (and maybe the name of DEFAULTS -- defaults hould be
optional).
Modified: head/sys/i386/conf/NOTES
On 12/28/2010 20:34, Bruce Evans wrote:
On Tue, 28 Dec 2010, Warner Losh wrote:
Log:
Revert r216777, per jhb@
I didn't see "per jhb@". I think the bug DEFAULTS being included
unconditionally (and maybe the name of DEFAULTS -- defaults hould be
optional).
I'm working up a patch to address
Author: cperciva
Date: Wed Dec 29 05:13:21 2010
New Revision: 216790
URL: http://svn.freebsd.org/changeset/base/216790
Log:
A lack of console input is not the same thing as a byte of \0 input.
Correctly return -1 from cngetc when no input is available to be read.
This fixes the '(CTRL-C t
35 matches
Mail list logo