Author: mjg
Date: Sun Aug 24 09:02:16 2014
New Revision: 270443
URL: http://svnweb.freebsd.org/changeset/base/270443
Log:
Properly reparent traced processes when the tracer dies.
Previously they were uncoditionally reparented to init. In effect
it was possible that tracee was never return
Author: mjg
Date: Sun Aug 24 09:04:09 2014
New Revision: 270444
URL: http://svnweb.freebsd.org/changeset/base/270444
Log:
Fix getppid for traced processes.
Traced processes always have the tracer set as the parent.
Utilize proc_realparent to obtain the right process when needed.
Revi
Author: ae
Date: Sun Aug 24 09:20:30 2014
New Revision: 270445
URL: http://svnweb.freebsd.org/changeset/base/270445
Log:
The size of the GPT table can not be less than one sector.
Reported by: rodrigc@
MFC after:1 week
Modified:
head/sys/boot/common/part.c
Modified: head/sys/boot
Author: dumbbell
Date: Sun Aug 24 09:22:03 2014
New Revision: 270446
URL: http://svnweb.freebsd.org/changeset/base/270446
Log:
vt(4): Remove vd_bitbltchr_t
It's replaced by vd_bitblt_text_t, which gives more context to the
backend and allows it to perform more efficiently when redrawing a
Author: mjg
Date: Sun Aug 24 09:24:37 2014
New Revision: 270447
URL: http://svnweb.freebsd.org/changeset/base/270447
Log:
Use refcount_init in sigacts_alloc.
This change is a no-op, but fixes up an inconsistency introduced with
r268634.
MFC after:3 days
Modified:
head/sys/kern
Author: dumbbell
Date: Sun Aug 24 09:47:39 2014
New Revision: 270448
URL: http://svnweb.freebsd.org/changeset/base/270448
Log:
vt(4): Fix order of arguments (x <-> y) when showing the splash screen
MFC after:1 week
Modified:
head/sys/dev/vt/vt_core.c
Modified: head/sys/dev/vt/vt_cor
Author: trasz
Date: Sun Aug 24 12:32:26 2014
New Revision: 270454
URL: http://svnweb.freebsd.org/changeset/base/270454
Log:
Fix handling of keys in executable maps. Previously it was broken for keys
containing whitespace.
PR: 192947
MFC after:2 weeks
Sponsored by: The F
Author: gjb
Date: Sun Aug 24 12:50:50 2014
New Revision: 270455
URL: http://svnweb.freebsd.org/changeset/base/270455
Log:
Set OSREL and UNAME_r in release/release.sh when building
ports to prevent ports build failures from killing the
release build.
MFC after:3 days
X-MFC-with:
Author: mjg
Date: Sun Aug 24 12:51:12 2014
New Revision: 270456
URL: http://svnweb.freebsd.org/changeset/base/270456
Log:
Plug a memory leak in case of failed lookups in capability mode.
Put common cnp cleanup into one function and use it for this purpose.
MFC after:1 week
Modifie
Author: gjb
Date: Sun Aug 24 12:51:34 2014
New Revision: 270457
URL: http://svnweb.freebsd.org/changeset/base/270457
Log:
Wrap a long line.
MFC after:3 days
X-MFC-with: r270417, r270418, r270455
Sponsored by: The FreeBSD Foundation
Modified:
head/release/release.sh
Modified: h
On Sat, Aug 23, 2014 at 09:42:21PM +0300, Konstantin Belousov wrote:
> On Sat, Aug 23, 2014 at 07:52:44PM +0200, Jilles Tjoelker wrote:
> > On Fri, Aug 22, 2014 at 06:31:39PM +0300, Konstantin Belousov wrote:
> > > On Fri, Aug 22, 2014 at 03:43:53PM +0200, Jilles Tjoelker wrote:
> > > > This is goo
Author: dumbbell
Date: Sun Aug 24 14:39:33 2014
New Revision: 270485
URL: http://svnweb.freebsd.org/changeset/base/270485
Log:
vt_vga: Fix the display of the splash screen
MFC after:1 week
Modified:
head/sys/dev/vt/hw/vga/vt_vga.c
Modified: head/sys/dev/vt/hw/vga/vt_vga.c
==
On Aug 24, 2014, at 2:20 AM, Andrey V. Elsukov wrote:
> Author: ae
> Date: Sun Aug 24 09:20:30 2014
> New Revision: 270445
> URL: http://svnweb.freebsd.org/changeset/base/270445
>
> Log:
> The size of the GPT table can not be less than one sector.
Does this actually fix the qemu problem?
Inte
Author: kib
Date: Sun Aug 24 16:37:50 2014
New Revision: 270504
URL: http://svnweb.freebsd.org/changeset/base/270504
Log:
Revert the handling of all siginfo sa_flags except SA_SIGINFO to the
pre-r270321. Namely, the flags are preserved for SIG_DFL and SIG_IGN
dispositions.
Requested an
Author: dteske
Date: Sun Aug 24 16:40:31 2014
New Revision: 270505
URL: http://svnweb.freebsd.org/changeset/base/270505
Log:
Optimize f_which() to be slightly faster still.
Modified:
head/usr.sbin/bsdconfig/share/common.subr
Modified: head/usr.sbin/bsdconfig/share/common.subr
===
Author: markj
Date: Sun Aug 24 17:02:27 2014
New Revision: 270506
URL: http://svnweb.freebsd.org/changeset/base/270506
Log:
Fix a bug in r265255: only return NULL if the requested map wasn't found.
Submitted by: Luke Chang-Hsien Tsai
MFC after:1 week
Modified:
head/lib/libproc/pro
Author: trasz
Date: Sun Aug 24 17:03:52 2014
New Revision: 270507
URL: http://svnweb.freebsd.org/changeset/base/270507
Log:
Fix bug that, assuming a/ is a root of NFS filesystem mounted on autofs,
prevented "mv a/from a/to" from working, while "cd a && mv from to" was ok.
PR: 19
Author: markj
Date: Sun Aug 24 17:10:47 2014
New Revision: 270508
URL: http://svnweb.freebsd.org/changeset/base/270508
Log:
Restore the correct value when disabling probes. Otherwise the instrumented
tracepoints would continue to generate traps, which would be ignored but
could consume notic
Author: truckman
Date: Sun Aug 24 21:21:54 2014
New Revision: 270510
URL: http://svnweb.freebsd.org/changeset/base/270510
Log:
Catch up to gcc 3.3 -> 3.4 upgrade.
MFC after:3 days
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
=
On Sunday 24 August 2014 21:21:54 Don Lewis wrote:
> Author: truckman
> Date: Sun Aug 24 21:21:54 2014
> New Revision: 270510
> URL: http://svnweb.freebsd.org/changeset/base/270510
>
> Log:
> Catch up to gcc 3.3 -> 3.4 upgrade.
>
> MFC after: 3 days
>
> Modified:
> head/ObsoleteFiles.inc
On 24 Aug, Peter Wemm wrote:
> On Sunday 24 August 2014 21:21:54 Don Lewis wrote:
>> Author: truckman
>> Date: Sun Aug 24 21:21:54 2014
>> New Revision: 270510
>> URL: http://svnweb.freebsd.org/changeset/base/270510
>>
>> Log:
>> Catch up to gcc 3.3 -> 3.4 upgrade.
>>
>> MFC after: 3 days
>>
On Aug 24, 2014, at 14:44, Peter Wemm wrote:
>
> On Sunday 24 August 2014 21:21:54 Don Lewis wrote:
>> Author: truckman
>> Date: Sun Aug 24 21:21:54 2014
>> New Revision: 270510
>> URL: http://svnweb.freebsd.org/changeset/base/270510
>>
>> Log:
>> Catch up to gcc 3.3 -> 3.4 upgrade.
>>
>> MFC
On 24 Aug, Rui Paulo wrote:
> On Aug 24, 2014, at 14:44, Peter Wemm wrote:
>>
>> On Sunday 24 August 2014 21:21:54 Don Lewis wrote:
>>> Author: truckman
>>> Date: Sun Aug 24 21:21:54 2014
>>> New Revision: 270510
>>> URL: http://svnweb.freebsd.org/changeset/base/270510
>>>
>>> Log:
>>> Catch up
On Aug 24, 2014, at 16:01, Don Lewis wrote:
>
> On 24 Aug, Rui Paulo wrote:
>> On Aug 24, 2014, at 14:44, Peter Wemm wrote:
>>>
>>> On Sunday 24 August 2014 21:21:54 Don Lewis wrote:
Author: truckman
Date: Sun Aug 24 21:21:54 2014
New Revision: 270510
URL: http://svnweb.free
On Sun, Aug 24, 2014 at 02:44:14PM -0700, Peter Wemm wrote:
> I suspect that there's a story here that needs to be told..
Pull the string! The story must be told!
mcl
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/s
Author: rodrigc
Date: Mon Aug 25 01:04:07 2014
New Revision: 270512
URL: http://svnweb.freebsd.org/changeset/base/270512
Log:
Add comment which describes the exit status codes returned from
/usr/sbin/bhyve. These are in src/usr.sbin/bhyve/bhyverun.c.
Reviewed by: neel
Modified:
head/s
Author: rodrigc
Date: Mon Aug 25 01:36:56 2014
New Revision: 270513
URL: http://svnweb.freebsd.org/changeset/base/270513
Log:
If the VM was reset via "/sbin/reboot" or "shutdown -r",
then it is no longer necessary to "bhyvectl --destroy" the VM when it reboots.
Move the "bhyvectl --destroy"
Author: adrian
Date: Mon Aug 25 05:03:10 2014
New Revision: 270516
URL: http://svnweb.freebsd.org/changeset/base/270516
Log:
i915 driver - enable opregion handle; program CADL.
add opregion handling for drm2 - which exposes some ACPI video configuration
pieces that some Lenovo laptop mode
Author: adrian
Date: Mon Aug 25 05:26:48 2014
New Revision: 270517
URL: http://svnweb.freebsd.org/changeset/base/270517
Log:
Allow it to compile again.
Modified:
head/tools/tools/ath/athaggrstats/Makefile
Modified: head/tools/tools/ath/athaggrstats/Makefile
==
Author: hiren
Date: Mon Aug 25 05:52:05 2014
New Revision: 270518
URL: http://svnweb.freebsd.org/changeset/base/270518
Log:
Fix a typo to catch correct condition.
Modified:
head/usr.sbin/wlandebug/wlandebug.c
Modified: head/usr.sbin/wlandebug/wlandebug.c
=
Author: ngie
Date: Mon Aug 25 06:10:03 2014
New Revision: 270519
URL: http://svnweb.freebsd.org/changeset/base/270519
Log:
Fix "make checkdpadd" for lib/libc when MK_SSP != no
Add LIBSSP_NONSHARED to bsd.libnames.mk and append LIBSSP_NONSHARED to DPADD
in
lib/libc when MK_SSP != no
Author: adrian
Date: Mon Aug 25 06:14:57 2014
New Revision: 270520
URL: http://svnweb.freebsd.org/changeset/base/270520
Log:
Update these to make them actually compile!
Tested:
* cross compilation to MIPS
Modified:
head/tools/tools/ath/athaggrstats/Makefile
head/tools/tools/net802
32 matches
Mail list logo