Author: eadler (ports committer)
Date: Mon Dec 5 04:20:13 2011
New Revision: 228274
URL: http://svn.freebsd.org/changeset/base/228274
Log:
Fix some uninitialized variables in pipe regression tests that result in
failure.
PR: misc/161175
Submitted by: gianni@
Approved by: n
Author: jchandra
Date: Mon Dec 5 03:18:40 2011
New Revision: 228273
URL: http://svn.freebsd.org/changeset/base/228273
Log:
Disable KDB/DDB options for XLP N32 compile.
n32 abi is not supported in KDB/DDB yet, disable the option in
XLPN32 conf.
Reported by: gonzo, bz
Modified:
he
Author: jchandra
Date: Mon Dec 5 03:10:01 2011
New Revision: 228272
URL: http://svn.freebsd.org/changeset/base/228272
Log:
Fix N32 compilation again for XLP.
Disable DDB/KDB related options for N32, and add back a cast that was
lost during the last set of updates.
Reported by: gonz
Author: jchandra
Date: Mon Dec 5 02:56:08 2011
New Revision: 228271
URL: http://svn.freebsd.org/changeset/base/228271
Log:
Fix XLP compilation.
Add definitions of LSU_DEBUG_ADDR and LSU_DEBUG_DATA0, the code that uses
it was added in r227799
Reported by: gonzo
Modified:
head/sys
Author: jhibbits
Date: Mon Dec 5 00:12:10 2011
New Revision: 228270
URL: http://svn.freebsd.org/changeset/base/228270
Log:
Add a devd notification for closing/opening the lid on PowerBooks and iBooks.
Approved by: nwhitehorn (mentor)
Modified:
head/etc/devd/apple.conf
head/sys/powerp
Author: jilles
Date: Mon Dec 5 00:00:47 2011
New Revision: 228269
URL: http://svn.freebsd.org/changeset/base/228269
Log:
libc: Eliminate 13 relative relocations in wctype().
Modified:
head/lib/libc/locale/wctype.c
Modified: head/lib/libc/locale/wctype.c
=
Author: trociny
Date: Sun Dec 4 21:43:13 2011
New Revision: 228268
URL: http://svn.freebsd.org/changeset/base/228268
Log:
Protect process environment variables with p_candebug().
Discussed with: jilles, kib, rwatson
MFC after:2 weeks
Modified:
head/sys/compat/linprocfs/linpr
Author: avg
Date: Sun Dec 4 21:32:18 2011
New Revision: 228267
URL: http://svn.freebsd.org/changeset/base/228267
Log:
zfsboot: print boot.config contents before parsing it
as parsing can be a destructive operation
MFC after:2 weeks
Modified:
head/sys/boot/i386/zfsboot/zfsboot.c
Author: avg
Date: Sun Dec 4 21:29:56 2011
New Revision: 228266
URL: http://svn.freebsd.org/changeset/base/228266
Log:
zfs boot: allow file vdevs to be used in testing (e.g. with zfsboottest)
MFC after:1 week
Modified:
head/sys/boot/zfs/zfsimpl.c
Modified: head/sys/boot/zfs/zfsimpl.
Author: avg
Date: Sun Dec 4 21:27:41 2011
New Revision: 228265
URL: http://svn.freebsd.org/changeset/base/228265
Log:
critical_exit: ignore td_owepreempt if kdb_active is set
calling mi_switch in such a context results in a recursion via
kdb_switch
Suggested by: jhb
Reviewed by:
Author: trociny
Date: Sun Dec 4 21:24:01 2011
New Revision: 228264
URL: http://svn.freebsd.org/changeset/base/228264
Log:
In sysctl_kern_proc_ps_strings() there is no much sense in checking
for P_WEXIT and P_SYSTEM flags.
Reviewed by: kib
Modified:
head/sys/kern/kern_proc.c
Modified
Author: kib
Date: Sun Dec 4 19:25:49 2011
New Revision: 228263
URL: http://svn.freebsd.org/changeset/base/228263
Log:
Initialize fifoinfo fi_wgen field on open. The only important is the
difference between fi_wgen and f_seqcount, so the change is purely
cosmetic, but it makes the code easie
Author: alc
Date: Sun Dec 4 18:55:19 2011
New Revision: 228262
URL: http://svn.freebsd.org/changeset/base/228262
Log:
MFC r219157
Make a change to the implementation of the direct map to improve
performance on processors that support 1 GB pages. Specifically, if the
end of physical
Author: kib
Date: Sun Dec 4 18:43:09 2011
New Revision: 228261
URL: http://svn.freebsd.org/changeset/base/228261
Log:
Use explicit information from the kernel to detect the traps due to
syscall entry and leave.
Based on submision by:Dan Nelson
MFC after:1 month
Modified:
Author: rmacklem
Date: Sun Dec 4 16:33:04 2011
New Revision: 228260
URL: http://svn.freebsd.org/changeset/base/228260
Log:
This patch adds a sysctl to the NFSv4 server which optionally disables the
check for a UTF-8 compliant file name. Enabling this sysctl results in
an NFSv4 server that i
Author: dumbbell
Date: Sun Dec 4 14:44:31 2011
New Revision: 228259
URL: http://svn.freebsd.org/changeset/base/228259
Log:
Support domain-search in dhclient(8)
The "domain-search" option (option 119) allows a DHCP server to publish
a list of implicit domain suffixes used during name look
On 12/03/11 12:02, Jung-uk Kim wrote:
On Friday 02 December 2011 07:27 pm, Jung-uk Kim wrote:
On Thursday 01 December 2011 11:43 pm, Lawrence Stewart wrote:
On 12/02/11 03:43, Jung-uk Kim wrote:
On Thursday 01 December 2011 10:11 am, Lawrence Stewart wrote:
On 11/30/11 05:09, Jung-uk Kim wrot
Author: adrian
Date: Sun Dec 4 12:10:24 2011
New Revision: 228258
URL: http://svn.freebsd.org/changeset/base/228258
Log:
Modify the GPIO i2c bus code to allow for arbitrary data/clock
pins, rather than defaulting to 0 and 1.
This way the pin order can be reversed. It is reversed with th
Author: adrian
Date: Sun Dec 4 11:55:33 2011
New Revision: 228257
URL: http://svn.freebsd.org/changeset/base/228257
Log:
Allow the i2c node requirements to be slightly relaxed.
These realtek switch PHYs speak a variant of i2c with some slightly
modified handling.
From the submitter,
19 matches
Mail list logo