Hi!
This broke -HEAD. 'exc' in vmx_inject_interrupts() is no longer
initialised before use /and/ it's part of a KASSERT() output.
Thanks!
-a
On 19 July 2014 13:59, Neel Natu wrote:
> Author: neel
> Date: Sat Jul 19 20:59:08 2014
> New Revision: 268889
> URL: http://svnweb.freebsd.org/changes
Author: adrian
Date: Sun Jul 20 04:11:18 2014
New Revision: 268907
URL: http://svnweb.freebsd.org/changeset/base/268907
Log:
Correctly program the RSS redirection table entries.
Without this, the RSS bucket assignments aren't correct - they're
DCBA instead of ABCD in each DWORD.
Test
Author: nwhitehorn
Date: Sun Jul 20 00:08:50 2014
New Revision: 268898
URL: http://svnweb.freebsd.org/changeset/base/268898
Log:
Fix allocation of 128MB extended memory region, broken since some careless
modifications in December.
MFC after:3 days
Modified:
head/sys/powerpc/ps3/pla
Author: nwhitehorn
Date: Sat Jul 19 23:39:17 2014
New Revision: 268895
URL: http://svnweb.freebsd.org/changeset/base/268895
Log:
Enable X11 via xf86-video-scfb on the Playstation 3. This commit made from
an xterm running for the first time on said Playstation.
Modified:
head/sys/powerpc/ps3
On Sat, 2014-07-19 at 15:19 -0700, Adrian Chadd wrote:
> On 19 July 2014 14:23, Ian Lepore wrote:
> > On Sat, 2014-07-19 at 14:26 +, Dag-Erling Smørgrav wrote:
> >> Author: des
> >> Date: Sat Jul 19 14:26:04 2014
> >> New Revision: 268877
> >> URL: http://svnweb.freebsd.org/changeset/base/2688
On 19 July 2014 14:23, Ian Lepore wrote:
> On Sat, 2014-07-19 at 14:26 +, Dag-Erling Smørgrav wrote:
>> Author: des
>> Date: Sat Jul 19 14:26:04 2014
>> New Revision: 268877
>> URL: http://svnweb.freebsd.org/changeset/base/268877
>>
>> Log:
>> Use -o (output to file) instead of -t (print to
Author: ian
Date: Sat Jul 19 22:13:27 2014
New Revision: 268893
URL: http://svnweb.freebsd.org/changeset/base/268893
Log:
Add dl_unwind_find_exidx() for ARM EABI, required for C++ exception
handling. For statically linked apps this uses the __exidx_start/end
symbols set up by the linker. F
On Sat, 2014-07-19 at 14:26 +, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Sat Jul 19 14:26:04 2014
> New Revision: 268877
> URL: http://svnweb.freebsd.org/changeset/base/268877
>
> Log:
> Use -o (output to file) instead of -t (print to stdout) and a redirect.
>
> MFC after: 1 wee
Author: des
Date: Sat Jul 19 21:04:21 2014
New Revision: 268890
URL: http://svnweb.freebsd.org/changeset/base/268890
Log:
Add support for the "account" facility.
PR: 115164
MFC after:1 week
Modified:
head/lib/libpam/modules/pam_group/pam_group.8
head/lib/libpam/modules/
Author: neel
Date: Sat Jul 19 20:59:08 2014
New Revision: 268889
URL: http://svnweb.freebsd.org/changeset/base/268889
Log:
Handle nested exceptions in bhyve.
A nested exception condition arises when a second exception is triggered while
delivering the first exception. Most nested exceptio
Author: des
Date: Sat Jul 19 20:55:13 2014
New Revision: 26
URL: http://svnweb.freebsd.org/changeset/base/26
Log:
Check if the specified group is the user's primary group before
iterating over the (possibly empty) list of members. Otherwise, we
get a false negative when the target g
Author: des
Date: Sat Jul 19 18:38:48 2014
New Revision: 268883
URL: http://svnweb.freebsd.org/changeset/base/268883
Log:
Clean up the libunbound build to avoid accidentally regenerating the
configuration lexer and parser during buildworld. Instead of being
included in the source as it is i
Author: nwhitehorn
Date: Sat Jul 19 15:11:58 2014
New Revision: 268880
URL: http://svnweb.freebsd.org/changeset/base/268880
Log:
Allow mappings of memory not previously direct-mapped by the kernel when
calling mmap on /dev/mem and add a handler for the possible userland
machine checks that m
Author: rwatson
Date: Sat Jul 19 15:09:53 2014
New Revision: 268879
URL: http://svnweb.freebsd.org/changeset/base/268879
Log:
Better align headers and data for 'procstat -f' with and without '-C'.
MFC after:3 days
Sponsored by: DARPA, AFRL
Modified:
head/usr.bin/procstat/procstat_f
On 07/19/14 06:29, Bruce Evans wrote:
On Sat, 19 Jul 2014, Pedro Giffuni wrote:
Il giorno 19/lug/2014, alle ore 02:36, Bruce Evans
ha scritto:
On Sat, 19 Jul 2014, Pedro F. Giffuni wrote:
Log:
Use unsigned optlen in getsourcefilter()
Sizes can not be negative and the functions that use
Author: pfg
Date: Sat Jul 19 14:34:06 2014
New Revision: 268878
URL: http://svnweb.freebsd.org/changeset/base/268878
Log:
Clean r268867.
Proposed by: bde
Modified:
head/lib/libc/net/sourcefilter.c
Modified: head/lib/libc/net/sourcefilter.c
==
Author: des
Date: Sat Jul 19 14:26:04 2014
New Revision: 268877
URL: http://svnweb.freebsd.org/changeset/base/268877
Log:
Use -o (output to file) instead of -t (print to stdout) and a redirect.
MFC after:1 week
Modified:
head/share/mk/bsd.dep.mk
Modified: head/share/mk/bsd.dep.mk
==
Author: bapt
Date: Sat Jul 19 14:10:31 2014
New Revision: 268876
URL: http://svnweb.freebsd.org/changeset/base/268876
Log:
Merge libucl 20140718 (fixes a bug in the parser)
Added:
head/contrib/libucl/tests/basic/11.in
- copied unchanged from r268875, vendor/libucl/dist/tests/basic/11.in
Author: jilles
Date: Sat Jul 19 14:06:23 2014
New Revision: 268873
URL: http://svnweb.freebsd.org/changeset/base/268873
Log:
sh: Deduplicate some code in ulimit builtin.
Modified:
head/bin/sh/miscbltin.c
Modified: head/bin/sh/miscbltin.c
==
On Sat, 19 Jul 2014, Pedro Giffuni wrote:
Il giorno 19/lug/2014, alle ore 02:36, Bruce Evans ha
scritto:
On Sat, 19 Jul 2014, Pedro F. Giffuni wrote:
Log:
Use unsigned optlen in getsourcefilter()
Sizes can not be negative and the functions that use it
expect an unsigned value anyways.
Ob
Hello;
Il giorno 19/lug/2014, alle ore 02:36, Bruce Evans ha
scritto:
> On Sat, 19 Jul 2014, Pedro F. Giffuni wrote:
>
>> Log:
>> Use unsigned optlen in getsourcefilter()
>>
>> Sizes can not be negative and the functions that use it
>> expect an unsigned value anyways.
>>
>> Obtained from:
On Sat, 19 Jul 2014, Pedro F. Giffuni wrote:
Log:
Use unsigned optlen in getsourcefilter()
Sizes can not be negative and the functions that use it
expect an unsigned value anyways.
Obtained from: Apple (Libc-997.90.3)
MFC after: 1 week
Most uses of unsigned types are bugs. This one
22 matches
Mail list logo