Author: markj
Date: Mon Mar 9 04:00:46 2015
New Revision: 279802
URL: https://svnweb.freebsd.org/changeset/base/279802
Log:
Don't specify a function name in the example SDT(9) probe. As with the
module component, it is a bug that the SDT(9) KPI allows one to specify the
function component o
Author: markj
Date: Mon Mar 9 03:50:53 2015
New Revision: 279801
URL: https://svnweb.freebsd.org/changeset/base/279801
Log:
Reimplement support for userland core dump compression using a new interface
in kern_gzio.c. The old gzio interface was somewhat inflexible and has not
worked properly
Author: markj
Date: Mon Mar 9 03:31:26 2015
New Revision: 279800
URL: https://svnweb.freebsd.org/changeset/base/279800
Log:
Call xo_finish(3) before exiting in usage().
Modified:
head/usr.bin/w/w.c
Modified: head/usr.bin/w/w.c
Author: nwhitehorn
Date: Mon Mar 9 02:57:34 2015
New Revision: 279799
URL: https://svnweb.freebsd.org/changeset/base/279799
Log:
Provide a shim layer in loader to condense the Open Firmware device tree to
an FDT. This is how Linux and OS X boot and can avoid some issues with
using Open Firm
Author: nwhitehorn
Date: Mon Mar 9 02:19:44 2015
New Revision: 279798
URL: https://svnweb.freebsd.org/changeset/base/279798
Log:
Fix loader on PowerPC following r279784. It turns out that, due to .PATH
confusion, the _setjmp.S in libstand was never being used and was instead
being shadowed
Author: adrian
Date: Sun Mar 8 23:02:15 2015
New Revision: 279797
URL: https://svnweb.freebsd.org/changeset/base/279797
Log:
Methodise a couple more of the VLAN methods.
Modified:
head/sys/dev/etherswitch/arswitch/arswitch.c
head/sys/dev/etherswitch/arswitch/arswitch_vlans.c
head/sys/dev
Author: jilles
Date: Sun Mar 8 22:49:34 2015
New Revision: 279795
URL: https://svnweb.freebsd.org/changeset/base/279795
Log:
touch(1): Xref utimensat(2) instead of utimes(2).
Modified:
head/usr.bin/touch/touch.1
Modified: head/usr.bin/touch/touch.1
==
Author: adrian
Date: Sun Mar 8 22:07:32 2015
New Revision: 279792
URL: https://svnweb.freebsd.org/changeset/base/279792
Log:
Now that if_arge.c handles actual 'locked' media settings, enable
the WAN port to look like it has its own PHY on PHY4 (port5).
Modified:
head/sys/mips/conf/AP135.hi
Author: adrian
Date: Sun Mar 8 22:03:54 2015
New Revision: 279791
URL: https://svnweb.freebsd.org/changeset/base/279791
Log:
Modify the if_arge code to use a /fixed/ media mode when it's configured.
Otherwise, the initial media speed would change if a PHY is hooked up,
sending PHY speed
Author: adrian
Date: Sun Mar 8 21:59:03 2015
New Revision: 279790
URL: https://svnweb.freebsd.org/changeset/base/279790
Log:
Add per-port vlan support for the AR8327.
All the per-port support is really doing is applying a port visibility
mask to each of the switchports. Everything still
Author: gnn
Date: Sun Mar 8 21:51:37 2015
New Revision: 279789
URL: https://svnweb.freebsd.org/changeset/base/279789
Log:
Summary: Remove the need for `mpid which is Illumos/Solaris specific.
Modified:
head/cddl/contrib/dtracetoolkit/Proc/pidpersec.d
Modified: head/cddl/contrib/dtracetoolki
Author: loos
Date: Sun Mar 8 21:17:56 2015
New Revision: 279788
URL: https://svnweb.freebsd.org/changeset/base/279788
Log:
Fix contraction and unnecessary commas in function arguments.
Found with mandoc and igor.
Modified:
head/lib/libgpio/gpio.3
Modified: head/lib/libgpio/gpio.3
=
Author: loos
Date: Sun Mar 8 21:11:08 2015
New Revision: 279787
URL: https://svnweb.freebsd.org/changeset/base/279787
Log:
Put the new sentence on a new line.
Found with igor.
Modified:
head/usr.sbin/gpioctl/gpioctl.8
Modified: head/usr.sbin/gpioctl/gpioctl.8
==
Author: pfg
Date: Sun Mar 8 19:55:46 2015
New Revision: 279786
URL: https://svnweb.freebsd.org/changeset/base/279786
Log:
bge(4): Small memory leak
CID: 1229985
Reviewed by: marcel
Differential Review: https://reviews.freebsd.org/D2024
Modified:
head/sys/dev/bge/if_bge.c
Author: marck (doc committer)
Date: Sun Mar 8 19:50:30 2015
New Revision: 279785
URL: https://svnweb.freebsd.org/changeset/base/279785
Log:
Ouch, I've misread the original text.
Still reword phrase a bit, hopefully in a bit less misleading form than
before.
MFC after:1 week
X-M
Author: nwhitehorn
Date: Sun Mar 8 19:37:08 2015
New Revision: 279784
URL: https://svnweb.freebsd.org/changeset/base/279784
Log:
Save and restore non-volatile floating-point registers during longjmp().
This should also save and restore non-volatile Altivec registers, but that
needs to wait
Author: marck (doc committer)
Date: Sun Mar 8 17:34:06 2015
New Revision: 279783
URL: https://svnweb.freebsd.org/changeset/base/279783
Log:
Correct wordings a bit.
MFC after:1 week
Modified:
head/usr.bin/ctlstat/ctlstat.8
Modified: head/usr.bin/ctlstat/ctlstat.8
===
Author: nwhitehorn
Date: Sun Mar 8 16:50:45 2015
New Revision: 279782
URL: https://svnweb.freebsd.org/changeset/base/279782
Log:
Provide $FreeBSD$ in the standard way. This fixes the build with clang 3.6.
Modified:
head/sys/powerpc/powerpc/syncicache.c
Modified: head/sys/powerpc/powerpc/syn
Author: andrew
Date: Sun Mar 8 14:15:57 2015
New Revision: 279780
URL: https://svnweb.freebsd.org/changeset/base/279780
Log:
Call config_intrhook_disestablish on failure of the bcm2835 fb and fbd intr
hooks. With this we can get through the boot even if these functions fail.
Sponsored by
Author: jilles
Date: Sun Mar 8 14:12:43 2015
New Revision: 279779
URL: https://svnweb.freebsd.org/changeset/base/279779
Log:
env: Fix crash when -S string is not empty but no operand follows.
split_spaces() set argc in main() incorrectly, which caused trouble for
getopt().
Examples:
Author: andrew
Date: Sun Mar 8 13:52:07 2015
New Revision: 279778
URL: https://svnweb.freebsd.org/changeset/base/279778
Log:
Add support for enabling the USB on the Raspberry Pi boards when it hasn't
been done by U-Boot. This allows the USB to work when we load the kernel
directly.
No
On Thu, Mar 05, 2015 at 08:14:59PM -0500, Benjamin Kaduk wrote:
> On Thu, 5 Mar 2015, Slawa Olhovchenkov wrote:
>
> > On Thu, Mar 05, 2015 at 10:11:43AM -0500, Benjamin Kaduk wrote:
> >
> > > On Thu, Mar 5, 2015 at 9:40 AM, Slawa Olhovchenkov
> > > wrote:
> > >
> > > Speaking as an upstream mai
Author: dchagin
Date: Sun Mar 8 10:52:10 2015
New Revision: 279776
URL: https://svnweb.freebsd.org/changeset/base/279776
Log:
Finish r194601. Add a cred parameter to the VOP_VPTOCNP(9) manpage.
While here fix igor warning about new line.
Reviewed by: kib
MFC after:1 Week
Modif
Author: hselasky
Date: Sun Mar 8 08:44:04 2015
New Revision: 279774
URL: https://svnweb.freebsd.org/changeset/base/279774
Log:
Build the videomode kernel module by default.
Modified:
head/sys/modules/Makefile
Modified: head/sys/modules/Makefile
==
Author: hselasky
Date: Sun Mar 8 08:34:49 2015
New Revision: 279773
URL: https://svnweb.freebsd.org/changeset/base/279773
Log:
Switch polarity of PPS events.
PR: 196897
Submitted by: ian @
MFC after:1 week
Modified:
head/sys/dev/usb/serial/usb_serial.c
Modified: head/
25 matches
Mail list logo