Author: avg
Date: Sat Oct 22 08:00:46 2016
New Revision: 307768
URL: https://svnweb.freebsd.org/changeset/base/307768
Log:
jedec_ts: a driver for thermal sensors on memory modules
The driver currently supports chips that are fully compliant with the
JEDEC SPD / EEPROM / TS standard (JEDEC
Author: jilles
Date: Sat Oct 22 11:26:22 2016
New Revision: 307769
URL: https://svnweb.freebsd.org/changeset/base/307769
Log:
daemon: Allow logging daemon stdout/stderr to file or syslog.
There are various new options, documented in the man page, to send the
daemon's standard output and/o
On 10 October 2016 at 19:09, Ed Maste wrote:
> Author: emaste
> Date: Mon Oct 10 19:09:35 2016
> New Revision: 307003
> URL: https://svnweb.freebsd.org/changeset/base/307003
>
> Log:
> makewhatis: make output reproducible
Several of us discussed this issue at the FreeBSD Developer Summit
prior
On Sat, Oct 22, 2016 at 01:57:15AM +, Justin Hibbits wrote:
> Author: jhibbits
> Date: Sat Oct 22 01:57:15 2016
> New Revision: 307761
> URL: https://svnweb.freebsd.org/changeset/base/307761
>
> Log:
> Create a new MACHINE_ARCH for Freescale PowerPC e500v2
> Added:
> head/lib/libc/powerpc
On Sat, Oct 22, 2016 at 03:20:17PM +0300, Konstantin Belousov wrote:
> On Sat, Oct 22, 2016 at 01:57:15AM +, Justin Hibbits wrote:
> > Author: jhibbits
> > Date: Sat Oct 22 01:57:15 2016
> > New Revision: 307761
> > URL: https://svnweb.freebsd.org/changeset/base/307761
> >
> > Log:
> > Creat
Author: jhibbits
Date: Sat Oct 22 13:11:09 2016
New Revision: 307771
URL: https://svnweb.freebsd.org/changeset/base/307771
Log:
ptrace.S is not needed, libc/sys/ptrace.c exists already.
This was leftovers from the initial branch work.
Reported by: kib
Deleted:
head/lib/libc/powerpc
On Oct 22, 2016, at 7:43 AM, Konstantin Belousov wrote:
On Sat, Oct 22, 2016 at 03:20:17PM +0300, Konstantin Belousov wrote:
On Sat, Oct 22, 2016 at 01:57:15AM +, Justin Hibbits wrote:
Author: jhibbits
Date: Sat Oct 22 01:57:15 2016
New Revision: 307761
URL: https://svnweb.freebsd.org/chan
On 22 Oct 2016, at 02:00, Brooks Davis wrote:
>
> On Fri, Oct 21, 2016 at 11:50:02PM +, John Baldwin wrote:
>> Author: jhb
>> Date: Fri Oct 21 23:50:02 2016
>> New Revision: 307756
>> URL: https://svnweb.freebsd.org/changeset/base/307756
>>
>> Log:
>> Define max_align_t for C11.
>>
>> lib
On 22 Oct 2016, at 16:00, Dimitry Andric wrote:
>
> On 22 Oct 2016, at 02:00, Brooks Davis wrote:
...
>> Ideally I'd add a void * as well since that will support systems like
>> CHERI where pointers are the largest type.
>
> Is void * larger than a struct with long long and long double? I'd
>
Author: trasz
Date: Sat Oct 22 14:37:13 2016
New Revision: 307774
URL: https://svnweb.freebsd.org/changeset/base/307774
Log:
Fix libusb20_dev_get_desc(3) to use the "vendor product" order, not
"product vendor". This is consistent with how it's generally done.
The ordering is visible eg in us
Author: tuexen
Date: Sat Oct 22 17:21:21 2016
New Revision: 307779
URL: https://svnweb.freebsd.org/changeset/base/307779
Log:
No functional changes, mostly getting the whitespace changes resulting
from an updated formatting tool chain.
MFC after: 1 month
Modified:
head/sys/netinet/sctp
Author: cem
Date: Sat Oct 22 18:02:20 2016
New Revision: 307780
URL: https://svnweb.freebsd.org/changeset/base/307780
Log:
ddb(4): Add sleepchains to "show allchains"
Reported by: markj
Reviewed by: markj
Sponsored by: Dell EMC Isilon
Differential Revision:https://reviews.fr
Author: bapt
Date: Sat Oct 22 19:24:46 2016
New Revision: 307783
URL: https://svnweb.freebsd.org/changeset/base/307783
Log:
Import tzdata 2016h
MFC after:2 days
Modified:
head/contrib/tzdata/asia
head/contrib/tzdata/australasia
head/contrib/tzdata/europe
head/contrib/tzdata/nor
Author: jhibbits
Date: Sat Oct 22 19:27:49 2016
New Revision: 307784
URL: https://svnweb.freebsd.org/changeset/base/307784
Log:
Fix a typo from a manual merge.
Modified:
head/gnu/usr.bin/cc/Makefile.tgt
Modified: head/gnu/usr.bin/cc/Makefile.tgt
==
Author: bapt
Date: Sat Oct 22 19:36:12 2016
New Revision: 307785
URL: https://svnweb.freebsd.org/changeset/base/307785
Log:
Import pci_vendors 2016.10.20
Modified:
head/share/misc/pci_vendors
Modified: head/share/misc/pci_vendors
==
Author: bapt
Date: Sat Oct 22 19:51:32 2016
New Revision: 307786
URL: https://svnweb.freebsd.org/changeset/base/307786
Log:
Do not install NIS program rc script if WITHOUT_NIS is set
PR: 213375
Submitted by: ser...@akhmatov.ru
MFC after:3 days
Modified:
head/etc/rc.d/Ma
Author: bapt
Date: Sat Oct 22 20:00:39 2016
New Revision: 307787
URL: https://svnweb.freebsd.org/changeset/base/307787
Log:
Fix typo in the COMPILER_VERSION check
PR: 213120
Submitted by: Yuta Satoh
MFC after:3 days
Modified:
head/sys/boot/efi/Makefile
Modified: head/
Author: jhibbits
Date: Sat Oct 22 21:51:58 2016
New Revision: 307799
URL: https://svnweb.freebsd.org/changeset/base/307799
Log:
Reduce code duplication between powerpc and powerpcspe
They're nearly identical except for a few files.
Reported by: kib
Added:
head/lib/libc/powerpc/gen/Mak
Author: cy
Date: Sat Oct 22 22:27:51 2016
New Revision: 307800
URL: https://svnweb.freebsd.org/changeset/base/307800
Log:
Sources from the "current" build tree and generated sources in the
object tree should be used instead of sources and headers from the
already installed source tree on the
Author: cy
Date: Sat Oct 22 22:29:03 2016
New Revision: 307801
URL: https://svnweb.freebsd.org/changeset/base/307801
Log:
Align whitespace.
MFC after:2 weeks
X-MFC with: r307800
Modified:
head/usr.sbin/amd/amd/Makefile
Modified: head/usr.sbin/amd/amd/Makefile
===
Author: bapt
Date: Sat Oct 22 22:35:39 2016
New Revision: 307802
URL: https://svnweb.freebsd.org/changeset/base/307802
Log:
Fix build of tzsetup when WITHOUT_DIALOG is set
Hide dialog specific code behind HAVE_DIALOG. It allows to build a stripped
down version (missing the dialog UI) but
Author: gonzo
Date: Sat Oct 22 22:52:50 2016
New Revision: 307804
URL: https://svnweb.freebsd.org/changeset/base/307804
Log:
EVDEV: Add shortcut functions for event types
Add wrappers around generic evdev_push_event for specific event types:
EV_KEY/EV_REL/EV_ABS etc...
Submitted by:
Author: gonzo
Date: Sat Oct 22 22:55:10 2016
New Revision: 307805
URL: https://svnweb.freebsd.org/changeset/base/307805
Log:
EVDEV: ums evdev support improvements: locking and event reporting
- Use ums lock as evdev lock
- Do not cap axes values to sysmouse limits for evdev reports
- Do
Author: bapt
Date: Sat Oct 22 23:05:44 2016
New Revision: 307806
URL: https://svnweb.freebsd.org/changeset/base/307806
Log:
Remove RCS entry from PSD content file, it is gone along with GNU RCS
Modified:
head/share/doc/psd/contents/contents.ms
Modified: head/share/doc/psd/contents/contents.m
Author: bapt
Date: Sat Oct 22 23:09:06 2016
New Revision: 307807
URL: https://svnweb.freebsd.org/changeset/base/307807
Log:
Remove reference to RCS from PSD titles
Modified:
head/share/doc/psd/title/Title
Modified: head/share/doc/psd/title/Title
==
Author: emaste
Date: Sat Oct 22 23:49:06 2016
New Revision: 307808
URL: https://svnweb.freebsd.org/changeset/base/307808
Log:
elfcopy: select mode by the end of the program name
The mode of operation (elfcopy, mcs, or strip) is chosen based on the
program name. Broaden this to allow a su
Author: jhibbits
Date: Sun Oct 23 01:01:08 2016
New Revision: 307813
URL: https://svnweb.freebsd.org/changeset/base/307813
Log:
Use the right thread pointer for SPE alignment exceptions.
Modified:
head/sys/powerpc/powerpc/trap.c
Modified: head/sys/powerpc/powerpc/trap.c
=
Author: jhibbits
Date: Sun Oct 23 01:03:17 2016
New Revision: 307814
URL: https://svnweb.freebsd.org/changeset/base/307814
Log:
Revert r307813.
I misread the code, and it shouldn't have compiled (fputhread is just a
variable
name).
Modified:
head/sys/powerpc/powerpc/trap.c
Modified:
28 matches
Mail list logo