Author: rdivacky
Date: Sat Mar 6 09:22:29 2010
New Revision: 204792
URL: http://svn.freebsd.org/changeset/base/204792
Log:
Update LLVM to r97873.
Added:
vendor/llvm/dist/include/llvm/Transforms/Utils/BuildLibCalls.h
vendor/llvm/dist/lib/CodeGen/SelectionDAG/SDDbgValue.h
vendor/llvm/dist/
Author: rdivacky
Date: Sat Mar 6 09:23:02 2010
New Revision: 204793
URL: http://svn.freebsd.org/changeset/base/204793
Log:
Update clang to r97873.
Added:
vendor/clang/dist/include/clang/Basic/BuiltinsARM.def
vendor/clang/dist/lib/Headers/smmintrin.h
vendor/clang/dist/test/Analysis/inline
Author: kib
Date: Sat Mar 6 12:35:33 2010
New Revision: 204796
URL: http://svn.freebsd.org/changeset/base/204796
Log:
MFC r204413:
For kinfo_proc in kp->ki_siglist, return the set of the signals pending
in the process queue when gathering information for the process, and set
of signals pe
On Fri, 5 Mar 2010 21:18:00 + (UTC) Doug Barton
wrote:
> On Fri, 5 Mar 2010, Alexander Leidinger wrote:
>
> > Author: netchild
> > Date: Fri Mar 5 14:34:33 2010
> > New Revision: 204759
> > URL: http://svn.freebsd.org/changeset/base/204759
>
> I've got no comments on the jail-related stuff
Author: ivoras
Date: Sat Mar 6 16:45:55 2010
New Revision: 204799
URL: http://svn.freebsd.org/changeset/base/204799
Log:
MFC virtual machine guest detection code and r204420 - code to disable
superpages on buggy AMD CPUs.
Reviewed by: alc
Modified:
stable/7/sys/amd64/amd64/pmap.c
s
Author: jilles
Date: Sat Mar 6 16:57:53 2010
New Revision: 204800
URL: http://svn.freebsd.org/changeset/base/204800
Log:
sh: Improve the command builtin:
* avoid unnecessary fork
* allow executing builtins via command
* executing a special builtin via command removes its special propertie
Author: jilles
Date: Sat Mar 6 17:09:22 2010
New Revision: 204801
URL: http://svn.freebsd.org/changeset/base/204801
Log:
sh: Make sure to popredir() even if a special builtin caused an error.
Added:
head/tools/regression/bin/sh/builtins/command9.0 (contents, props changed)
Modified:
head
Author: jilles
Date: Sat Mar 6 17:31:09 2010
New Revision: 204802
URL: http://svn.freebsd.org/changeset/base/204802
Log:
sh: Make sure to popredir() even if a function caused an error.
Added:
head/tools/regression/bin/sh/builtins/command10.0 (contents, props changed)
Modified:
head/bin/s
On 02/22/10 02:19, Lawrence Stewart wrote:
On 02/22/10 18:05, Alexander Motin wrote:
Lawrence Stewart wrote:
On 02/20/10 04:16, Alexander Motin wrote:
Lawrence Stewart wrote:
I compiled DDB into my r203889 kernel. Unfortunately my ILO emulates a
USB keyboard so I can't do anything in DDB whic
Author: ache
Date: Sat Mar 6 19:21:57 2010
New Revision: 204803
URL: http://svn.freebsd.org/changeset/base/204803
Log:
1) Rewrite input processing to not exit with error on the first EILSEQ found
in the input data but fallback to "binary equal" check instead.
POSIX says: "The input file
On 3/6/2010 7:25 AM, Alexander Leidinger wrote:
On Fri, 5 Mar 2010 21:18:00 + (UTC) Doug Barton
wrote:
On Fri, 5 Mar 2010, Alexander Leidinger wrote:
Author: netchild
Date: Fri Mar 5 14:34:33 2010
New Revision: 204759
URL: http://svn.freebsd.org/changeset/base/204759
I've got no commen
On 2010.03.05 21:39:16 +, Jung-uk Kim wrote:
> Author: jkim
> Date: Fri Mar 5 21:39:16 2010
> New Revision: 204773
> URL: http://svn.freebsd.org/changeset/base/204773
>
> Log:
> Merge ACPICA 20100304.
I get a lot of messages like the following on the console at boot:
[ACPI Debug] String
Author: pjd
Date: Sat Mar 6 20:03:26 2010
New Revision: 204804
URL: http://svn.freebsd.org/changeset/base/204804
Log:
Remove racy assertion.
Reported by: Attila Nagy
Obtained from:OpenSolaris, Bug ID 6827260
MFC after:1 week
Modified:
head/sys/cddl/contrib/opensolaris/
on 06/03/2010 21:59 Simon L. Nielsen said the following:
> On 2010.03.05 21:39:16 +, Jung-uk Kim wrote:
>> Author: jkim
>> Date: Fri Mar 5 21:39:16 2010
>> New Revision: 204773
>> URL: http://svn.freebsd.org/changeset/base/204773
>>
>> Log:
>> Merge ACPICA 20100304.
>
> I get a lot of messa
Author: bz
Date: Sat Mar 6 21:22:28 2010
New Revision: 204805
URL: http://svn.freebsd.org/changeset/base/204805
Log:
Rework reference counting in case we queue into the netisr,
or overflow the netisr queue and fall back to the interface
queue so that we can garuantee that the ifnet pointer
Author: rwatson
Date: Sat Mar 6 21:24:11 2010
New Revision: 204806
URL: http://svn.freebsd.org/changeset/base/204806
Log:
Wrap use of rw_try_upgrade() on pcbinfo with macro INP_INFO_TRY_UPGRADE()
to match other pcbinfo locking macros.
MFC after:1 week
Modified:
head/sys/netinet/in
Author: bz
Date: Sat Mar 6 21:24:32 2010
New Revision: 204807
URL: http://svn.freebsd.org/changeset/base/204807
Log:
Destroy UDP UMA zones (empty or not) upon network stack teardown
to not leak them making the VM subsystem unhappy with every stoped vnet(*).
We will still leak pages (especia
Author: bz
Date: Sat Mar 6 21:27:26 2010
New Revision: 204808
URL: http://svn.freebsd.org/changeset/base/204808
Log:
Introduce a function rn_detachhead() that will free the
radix table root nodes. This is only needed (and available)
in the virtualization case to free the resources when tea
Author: rwatson
Date: Sat Mar 6 21:38:31 2010
New Revision: 204809
URL: http://svn.freebsd.org/changeset/base/204809
Log:
Add a comment to tcp_usr_accept() to indicate why it is we acquire the
tcbinfo lock there: r175612, which re-added it, masked a race between
sonewconn(2) and accept(2) t
Author: rwatson
Date: Sat Mar 6 22:04:45 2010
New Revision: 204810
URL: http://svn.freebsd.org/changeset/base/204810
Log:
Remove unnecessary locking of divcbinfo lock from div_output(): this has not
been required since FreeBSD 7.0 when the so_pcb pointer leading to inp was
guaranteed to be
Author: ache
Date: Sat Mar 6 22:38:38 2010
New Revision: 204811
URL: http://svn.freebsd.org/changeset/base/204811
Log:
Remove vestiges of old %-format which prevents build on amd64
Modified:
head/usr.bin/uniq/uniq.c
Modified: head/usr.bin/uniq/uniq.c
Author: marcel
Date: Sun Mar 7 00:05:44 2010
New Revision: 204813
URL: http://svn.freebsd.org/changeset/base/204813
Log:
MFC revs 203696, 203708, 203783 and 203788:
Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process can
obtain the memory map of the traced process.
Requeste
Author: marcel
Date: Sun Mar 7 00:07:00 2010
New Revision: 204814
URL: http://svn.freebsd.org/changeset/base/204814
Log:
MFC revs 203696, 203783:
Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process can
obtain the memory map of the traced process.
Requested by: kib@
Modifie
Author: gshapiro
Date: Sun Mar 7 02:02:07 2010
New Revision: 204815
URL: http://svn.freebsd.org/changeset/base/204815
Log:
MFC: Enable the use of nanosleep() instead of using pause() and signals.
This Makefile change can be removed when the next version of sendmail
is imported as
Author: gshapiro
Date: Sun Mar 7 02:03:25 2010
New Revision: 204816
URL: http://svn.freebsd.org/changeset/base/204816
Log:
MFC: Enable the use of nanosleep() instead of using pause() and signals.
This Makefile change can be removed when the next version of sendmail
is imported as
Author: gshapiro
Date: Sun Mar 7 02:04:59 2010
New Revision: 204817
URL: http://svn.freebsd.org/changeset/base/204817
Log:
MFC: Enable the use of nanosleep() instead of using pause() and signals.
This Makefile change can be removed when the next version of sendmail
is imported as
Author: dougb
Date: Sun Mar 7 04:26:21 2010
New Revision: 204818
URL: http://svn.freebsd.org/changeset/base/204818
Log:
Implement the idea of parallel-only-at-start-time in a cleaner, more
rc.d'ish way.
Not objected to by: netchild
Modified:
head/etc/rc.d/jail
Modified: head/etc/rc
27 matches
Mail list logo