Author: rwatson
Date: Thu Mar 5 07:40:41 2015
New Revision: 279626
URL: https://svnweb.freebsd.org/changeset/base/279626
Log:
Don't all DTrace's FBT on ARM to instrument undefinedinstruction(), as
this would lead to DTrace reentrance.
Sponsored by: DARPA, AFRL
Modified:
head/sys/cddl/
Author: dteske
Date: Thu Mar 5 05:54:34 2015
New Revision: 279624
URL: https://svnweb.freebsd.org/changeset/base/279624
Log:
sysrc(8): Add `key-=remove' and improve `key+=append' syntax
MFC after:3 days
X-MFC-to: stable/10 stable/9
Modified:
head/usr.sbin/sysrc/sysrc
head/us
Author: nwhitehorn
Date: Thu Mar 5 05:53:08 2015
New Revision: 279623
URL: https://svnweb.freebsd.org/changeset/base/279623
Log:
Move IVOR setup from assembler to C, decreasing required assumptions about
address formats for trap handlers.
Modified:
head/sys/powerpc/booke/locore.S
head/sy
Author: loos
Date: Thu Mar 5 03:11:47 2015
New Revision: 279622
URL: https://svnweb.freebsd.org/changeset/base/279622
Log:
Use the child device name here is lame because at the point that this
happens, the child device is not yet specified.
Modified:
head/sys/dev/gpio/gpiobus.c
head/sys/
Author: loos
Date: Thu Mar 5 02:54:30 2015
New Revision: 279621
URL: https://svnweb.freebsd.org/changeset/base/279621
Log:
Change ofw_gpiobus_destroy_devinfo() to unmap the GPIO pins and then
rework the code a little bit to use this function consistently to cleanup
all the changes made as p
Author: loos
Date: Thu Mar 5 01:49:58 2015
New Revision: 279620
URL: https://svnweb.freebsd.org/changeset/base/279620
Log:
Add a bus_probe_nomatch() method for gpiobus/ofw_gpiobus.
This prints a warning when your system have a hinted child or a FDT child
node for which you don't have a m
Author: bapt
Date: Wed Mar 4 22:01:44 2015
New Revision: 279603
URL: https://svnweb.freebsd.org/changeset/base/279603
Log:
r* commands are not precious anymore
Modified:
head/bin/rcp/Makefile
head/usr.bin/rlogin/Makefile
head/usr.bin/rsh/Makefile
Modified: head/bin/rcp/Makefile
Author: nwhitehorn
Date: Wed Mar 4 21:06:57 2015
New Revision: 279601
URL: https://svnweb.freebsd.org/changeset/base/279601
Log:
The AIM DAR (data access fault address register) and Book-E DEAR registers
have the same meaning and occupy the same memory address in the trapframe
courtesy of u
Author: dumbbell
Date: Wed Mar 4 20:47:43 2015
New Revision: 279600
URL: https://svnweb.freebsd.org/changeset/base/279600
Log:
drm: Allow parallel builds of drivers and firmwares
Submitted by: hps@
MFC after:2 weeks
Modified:
head/sys/modules/drm2/Makefile
head/sys/modules/drm2/
Author: dumbbell
Date: Wed Mar 4 20:43:46 2015
New Revision: 279599
URL: https://svnweb.freebsd.org/changeset/base/279599
Log:
drm: Import Linux commit b7ea85a4fed37835eec78a7be3039c8dc22b8178
Author: Huacai Chen
Date: Tue May 21 06:23:43 2013 +
drm: fix a use-after-free
Author: dim
Date: Wed Mar 4 20:33:15 2015
New Revision: 279598
URL: https://svnweb.freebsd.org/changeset/base/279598
Log:
When compiling boot2 with gcc on i386 and pc98, only use the custom flag
-mno-align-long-strings when compiling with base gcc. This is checked
by comparing the version
Author: bapt
Date: Wed Mar 4 20:04:23 2015
New Revision: 279597
URL: https://svnweb.freebsd.org/changeset/base/279597
Log:
Rework calendar(1) parser
Support includes surrounded by '"' or '<' '>'
Print warnings about bad syntax
Correctly navigate through include directories to find cale
On Wed, Mar 04, 2015 at 01:24:52PM -0500, Ryan Stone wrote:
> On Wed, Feb 4, 2015 at 3:26 AM, Bryan Venteicher wrote:
> > +static void
> > +pvclock_read_time_info(struct pvclock_vcpu_time_info *ti,
> > +uint64_t *cycles, uint8_t *flags)
> > +{
> > + uint32_t version;
> > +
> > + do
On Wed, Feb 4, 2015 at 3:26 AM, Bryan Venteicher wrote:
> +static void
> +pvclock_read_time_info(struct pvclock_vcpu_time_info *ti,
> +uint64_t *cycles, uint8_t *flags)
> +{
> + uint32_t version;
> +
> + do {
> + version = ti->version;
> + rmb();
> +
Author: nwhitehorn
Date: Wed Mar 4 17:04:22 2015
New Revision: 279595
URL: https://svnweb.freebsd.org/changeset/base/279595
Log:
Garbage collect old function prototypes.
Modified:
head/sys/powerpc/include/pte.h
Modified: head/sys/powerpc/include/pte.h
===
On Wed, 2015-03-04 at 16:01 +, Bjoern A. Zeeb wrote:
> > On 02 Mar 2015, at 22:12 , Ian Lepore wrote:
> >
> > Author: ian
> > Date: Mon Mar 2 22:12:56 2015
> > New Revision: 279551
> > URL: https://svnweb.freebsd.org/changeset/base/279551
> >
> > Log:
> > Add a "module" to build the dtb fi
Author: nwhitehorn
Date: Wed Mar 4 16:45:31 2015
New Revision: 279594
URL: https://svnweb.freebsd.org/changeset/base/279594
Log:
Move Book-E/AIM dependent bits for setting user PMAP during thread switch
out of cpu_switch() and into pmap_activate() where they belong. This also
removes all th
Author: ian
Date: Wed Mar 4 16:19:34 2015
New Revision: 279593
URL: https://svnweb.freebsd.org/changeset/base/279593
Log:
Remove imx6s-wandboard.dts, there is no such file. Also imx6q-wandboard
to follow imx6dl-wandboard (so that the entries are sorted by board name
first, then by soc type
On Mar 4, 2015 6:59 AM, "Justin T. Gibbs" wrote:
>
> Would "--non-interactive" be a better name for this option? Or maybe
there is a standard option name used by other utilities to disable the TTY
check?
cperciva@ had a few reasons for recommending the flag name:
https://reviews.freebsd.org/D155
> On 02 Mar 2015, at 22:12 , Ian Lepore wrote:
>
> Author: ian
> Date: Mon Mar 2 22:12:56 2015
> New Revision: 279551
> URL: https://svnweb.freebsd.org/changeset/base/279551
>
> Log:
> Add a "module" to build the dtb files for all supported imx6 systems.
>
> Added:
> head/sys/modules/dtb/im
Author: glebius
Date: Wed Mar 4 15:00:20 2015
New Revision: 279592
URL: https://svnweb.freebsd.org/changeset/base/279592
Log:
Optimize SIOCGIFMEDIA handling removing malloc(9) and double
traversal of the list.
Sponsored by: Nginx, Inc.
Sponsored by: Netflix
Modified:
head/sys/net/if
On Mar 3, 2015, at 4:20 PM, Allan Jude wrote:
>
> Author: allanjude (doc committer)
> Date: Tue Mar 3 23:20:18 2015
> New Revision: 279571
> URL: https://svnweb.freebsd.org/changeset/base/279571
>
> Log:
> Add a new safetly belt to freebsd-update to prevent a user doing a minor
> update (-pX)
Author: mav
Date: Wed Mar 4 14:30:09 2015
New Revision: 279591
URL: https://svnweb.freebsd.org/changeset/base/279591
Log:
Add example configuration for FibreChannel ports.
MFC after:1 week
Modified:
head/usr.sbin/ctld/ctl.conf.5
Modified: head/usr.sbin/ctld/ctl.conf.5
=
Author: mav
Date: Wed Mar 4 14:12:38 2015
New Revision: 279590
URL: https://svnweb.freebsd.org/changeset/base/279590
Log:
If target name starts with "naa.", set it as WWNN for CTL port.
MFC after:1 week
Sponsored by: iXsystems, Inc.
Modified:
head/usr.sbin/ctld/kernel.c
Modified:
Author: mav
Date: Wed Mar 4 12:12:46 2015
New Revision: 279589
URL: https://svnweb.freebsd.org/changeset/base/279589
Log:
Fix handling of queued text and logout requests.
While it may have little sense, text and logout requests can be queued.
If they are, they consume cmdsn, so we should
Author: ae
Date: Wed Mar 4 11:20:01 2015
New Revision: 279588
URL: https://svnweb.freebsd.org/changeset/base/279588
Log:
Fix deadlock in IPv6 PCB code.
When several threads are trying to send datagram to the same destination,
but fragmentation is disabled and datagram size exceeds link M
Author: hselasky
Date: Wed Mar 4 09:58:39 2015
New Revision: 279587
URL: https://svnweb.freebsd.org/changeset/base/279587
Log:
Define PTR_ALIGN() macro which will be needed coming Mellanox driver
releases.
Sponsored by: Mellanox Technologies
MFC after:3 days
Modified:
head/sys/o
Author: hselasky
Date: Wed Mar 4 09:30:03 2015
New Revision: 279584
URL: https://svnweb.freebsd.org/changeset/base/279584
Log:
Updates for the Mellanox ethernet driver
> List of fixes:
* use correct format for GID printouts
* double array indexing
* spelling in printouts
*
Author: hselasky
Date: Wed Mar 4 09:17:03 2015
New Revision: 279582
URL: https://svnweb.freebsd.org/changeset/base/279582
Log:
Allow USB modules to be built in parallel.
Modified:
head/sys/modules/usb/Makefile
Modified: head/sys/modules/usb/Makefile
=
Author: whu
Date: Wed Mar 4 09:05:20 2015
New Revision: 279581
URL: https://svnweb.freebsd.org/changeset/base/279581
Log:
Add myself (whu) to committers-src.dot.
Approved by: royger (mentor)
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.dot
30 matches
Mail list logo