Author: scottl
Date: Wed Dec 24 07:04:04 2014
New Revision: 276174
URL: https://svnweb.freebsd.org/changeset/base/276174
Log:
Fix tunable and sysctl handling of the fail_on_task_timeout knob.
Reviewed by: emax
Obtained from:Netflix, Inc.
MFC after:3 days
Modified:
head/s
Author: loos
Date: Wed Dec 24 04:24:08 2014
New Revision: 276173
URL: https://svnweb.freebsd.org/changeset/base/276173
Log:
Bring in the last round of updates before adding the interrupt support.
Fix the following issues:
- Removed revision from device softc, it isn't used anywhere els
Author: imp
Date: Wed Dec 24 03:49:33 2014
New Revision: 276169
URL: https://svnweb.freebsd.org/changeset/base/276169
Log:
Add Intel vendor ID to the device table to make it more uniform so
that all the pnp info to match the device is in the fxp_ident_table.
Modified:
head/sys/dev/fxp/if_fx
Author: loos
Date: Wed Dec 24 03:24:50 2014
New Revision: 276168
URL: https://svnweb.freebsd.org/changeset/base/276168
Log:
Improves the GPIO API description a little bit.
gpio_pin_max must return the maximum supported pin number and not the total
number of pins on the system.
PR:
Author: ian
Date: Wed Dec 24 03:09:55 2014
New Revision: 276166
URL: https://svnweb.freebsd.org/changeset/base/276166
Log:
Revert a glitched mismerge that got caught up in the prior commit.
The PJ4B family is still armv7, not armv6.
Modified:
head/sys/arm/include/cpuconf.h
Modified: head/s
Author: ian
Date: Wed Dec 24 03:02:12 2014
New Revision: 276165
URL: https://svnweb.freebsd.org/changeset/base/276165
Log:
Define the old-school arm arch constants we still use internally based on
the somewhat newer constants predefined by the compiler. This will allow
userland apps to use
Author: smh
Date: Wed Dec 24 01:50:44 2014
New Revision: 276163
URL: https://svnweb.freebsd.org/changeset/base/276163
Log:
Allow info to display correctly in for varying tabstop settings
The SAMPLE message and notes where tab seperated for some parts and hence
displayed incorrectly unless
On Dec 23, 2014, at 17:10, Ian Lepore wrote:
>
> Author: ian
> Date: Wed Dec 24 01:10:53 2014
> New Revision: 276161
> URL: https://svnweb.freebsd.org/changeset/base/276161
>
> Log:
> Revert r276101, it didn't fix the problem and causes a compile error
> (nested comment blocks).
Ew. I though
Author: ian
Date: Wed Dec 24 01:19:11 2014
New Revision: 276162
URL: https://svnweb.freebsd.org/changeset/base/276162
Log:
Don't assume required FDT properties are present.
Modified:
head/sys/dev/ofw/ofw_cpu.c
Modified: head/sys/dev/ofw/ofw_cpu.c
=
Author: ian
Date: Wed Dec 24 01:10:53 2014
New Revision: 276161
URL: https://svnweb.freebsd.org/changeset/base/276161
Log:
Revert r276101, it didn't fix the problem and causes a compile error
(nested comment blocks).
Modified:
head/sys/boot/fdt/dts/arm/rpi.dts
Modified: head/sys/boot/fdt/d
(r276152)
@@ -38,7 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
-# 20141223: remove in6_gif.h and in_gif.h
+# 20141223: remove in6_gif.h, in_gif.h and if_stf.h
+OLD_FILES+=usr/include/net/if_stf.h
OLD_FILES+=usr/include/netinet/in_gif.h
OLD_FILES+=usr/include/netinet6/in6_gif.h
# 20141202
Author: loos
Date: Tue Dec 23 19:31:56 2014
New Revision: 276151
URL: https://svnweb.freebsd.org/changeset/base/276151
Log:
Do not return the total number of available pins but the maximum pin number
we can cope.
Previously the returned value could prevent access to some of the pins.
Mod
Author: adrian
Date: Tue Dec 23 18:48:45 2014
New Revision: 276150
URL: https://svnweb.freebsd.org/changeset/base/276150
Log:
Bump the valid GPIO range for rfkill up from 8 to 16.
AR5416 and later NICs have more than 8 (Well, more than 6) GPIO pins.
So to support rfkill on these NICs we n
==
--- head/ObsoleteFiles.inc Tue Dec 23 16:00:25 2014(r276147)
+++ head/ObsoleteFiles.inc Tue Dec 23 16:17:37 2014(r276148)
@@ -38,6 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20141223: remove in6_gif.h and in_gif.h
+OLD_FILES+=usr/include/netinet/in_gif.h
On Tue, Dec 23, 2014 at 08:45:57AM -0700, Ian Lepore wrote:
> On Tue, 2014-12-23 at 15:38 +, Mark Johnston wrote:
> > Author: markj
> > Date: Tue Dec 23 15:38:19 2014
> > New Revision: 276142
> > URL: https://svnweb.freebsd.org/changeset/base/276142
> >
> > Log:
> > Restore the trap type arg
Author: emaste
Date: Tue Dec 23 16:00:25 2014
New Revision: 276147
URL: https://svnweb.freebsd.org/changeset/base/276147
Log:
Update comment: only one file in the FAT file system EFI boot image
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/boot/amd64/boot1.efi/generate-fat.sh
Author: emaste
Date: Tue Dec 23 15:58:45 2014
New Revision: 276146
URL: https://svnweb.freebsd.org/changeset/base/276146
Log:
Use explicit --output-target to set EFI file format
According to objcopy(1) --target is for use where the input and output
formats are the same ("no translation").
On Tue, 2014-12-23 at 15:38 +, Mark Johnston wrote:
> Author: markj
> Date: Tue Dec 23 15:38:19 2014
> New Revision: 276142
> URL: https://svnweb.freebsd.org/changeset/base/276142
>
> Log:
> Restore the trap type argument to the DTrace trap hook, removed in r268600.
> It's redundant at the
Author: markj
Date: Tue Dec 23 15:42:33 2014
New Revision: 276144
URL: https://svnweb.freebsd.org/changeset/base/276144
Log:
We can stop iterating once we've found the DOF section.
Submitted by: Fedor Indutny
Modified:
head/cddl/contrib/opensolaris/lib/libdtrace/common/drti.c
Modified:
Author: ian
Date: Tue Dec 23 15:42:34 2014
New Revision: 276145
URL: https://svnweb.freebsd.org/changeset/base/276145
Log:
Convert a couple lingering NO_FORTH conditionals to test MK_FORTH.
Modified:
head/sys/boot/arm/uboot/Makefile
head/sys/boot/powerpc/uboot/Makefile
Modified: head/sys/b
Author: markj
Date: Tue Dec 23 15:40:57 2014
New Revision: 276143
URL: https://svnweb.freebsd.org/changeset/base/276143
Log:
Fix a memory leak that occured when looking up CTF info for a symbol.
Modified:
head/lib/libproc/proc_sym.c
Modified: head/lib/libproc/proc_sym.c
=
Author: markj
Date: Tue Dec 23 15:38:19 2014
New Revision: 276142
URL: https://svnweb.freebsd.org/changeset/base/276142
Log:
Restore the trap type argument to the DTrace trap hook, removed in r268600.
It's redundant at the moment since it can be obtained from the trapframe
on the architectur
Author: mav
Date: Tue Dec 23 15:18:28 2014
New Revision: 276141
URL: https://svnweb.freebsd.org/changeset/base/276141
Log:
Hide block device VPD pages for non-block devices.
MFC after:2 weeks
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
=
Bjoern A. Zeeb wrote:
>
> > On 23 Dec 2014, at 00:47 , Rick Macklem
> > wrote:
> >
> > Author: rmacklem
> > Date: Tue Dec 23 00:47:46 2014
> > New Revision: 276096
> > URL: https://svnweb.freebsd.org/changeset/base/276096
> >
> > Log:
> > Remove the old NFS client and server from head,
> > wh
Author: rmacklem
Date: Tue Dec 23 14:24:36 2014
New Revision: 276140
URL: https://svnweb.freebsd.org/changeset/base/276140
Log:
Fix kernel builds with "options NFS_DEBUG" that
were broken by r276096. Also delete the two
kernel options NFS_GATHERDELAY, NFS_WDELAYHASHSIZ
which are no longer
Author: glebius
Date: Tue Dec 23 12:26:35 2014
New Revision: 276136
URL: https://svnweb.freebsd.org/changeset/base/276136
Log:
m_clrprotoflags() is designed to cleanup M_PROTO flags when mbufs cross
protocol and facility boundaries. However, now it cleans up only the
first mbuf, while inten
On 23/12/2014 11:46, Konstantin Belousov wrote:
> On Tue, Dec 23, 2014 at 10:18:43AM +0200, Andriy Gapon wrote:
>> Hmm, I mean that given this code:
>>
>> flags = O_CREAT | FWRITE | O_NOFOLLOW;
>> NDINIT(&nd, LOOKUP, NOFOLLOW, UIO_SYSSPACE, name, td);
>> error = vn_open_cred
Author: bapt
Date: Tue Dec 23 10:43:35 2014
New Revision: 276128
URL: https://svnweb.freebsd.org/changeset/base/276128
Log:
Fix build with recent binutils
Recent binutils considered the .gnu.warning.symbol section as a fatal error
when
run with --fatal-warnings which makes any users of "
Author: mav
Date: Tue Dec 23 10:18:42 2014
New Revision: 276127
URL: https://svnweb.freebsd.org/changeset/base/276127
Log:
Fix potential division by zero after r275920.
Reported by: Coverity Scan
CID: 1260387
MFC after:3 days
Modified:
head/sys/cam/ctl/ctl_backend_ramdi
On Mon, 2014-12-22 at 18:54:56 +, Xin LI wrote:
> Author: delphij
> Date: Mon Dec 22 18:54:55 2014
> New Revision: 276071
> URL: https://svnweb.freebsd.org/changeset/base/276071
>
> Log:
> Fix multiple ntp vulnerabilities.
>
> Reviewed by:roberto (earlier revision), philip
> S
> On 23 Dec 2014, at 00:47 , Rick Macklem wrote:
>
> Author: rmacklem
> Date: Tue Dec 23 00:47:46 2014
> New Revision: 276096
> URL: https://svnweb.freebsd.org/changeset/base/276096
>
> Log:
> Remove the old NFS client and server from head,
> which means that the NFSCLIENT and NFSSERVER
> ke
On Tue, Dec 23, 2014 at 10:18:43AM +0200, Andriy Gapon wrote:
> On 23/12/2014 09:55, Rui Paulo wrote:
> > On Dec 22, 2014, at 23:03, Andriy Gapon wrote:
> >>
> >> On 23/12/2014 04:39, Rui Paulo wrote:
> >>> On Dec 22, 2014, at 11:17, John Baldwin wrote:
>
> On Monday, December 22, 2014
Author: smh
Date: Tue Dec 23 09:31:24 2014
New Revision: 276123
URL: https://svnweb.freebsd.org/changeset/base/276123
Log:
Always sync the global ZFS config cache to reflect the new mosconfig
This fixes out of date zpool.cache for root pools, which can cause issues
such as confusion of zd
On 23/12/2014 09:55, Rui Paulo wrote:
> On Dec 22, 2014, at 23:03, Andriy Gapon wrote:
>>
>> On 23/12/2014 04:39, Rui Paulo wrote:
>>> On Dec 22, 2014, at 11:17, John Baldwin wrote:
On Monday, December 22, 2014 1:29:38 pm Rui Paulo wrote:
> On Dec 22, 2014, at 06:40, John Baldwin w
34 matches
Mail list logo