Author: jhibbits
Date: Sun Aug 16 01:08:59 2015
New Revision: 286821
URL: https://svnweb.freebsd.org/changeset/base/286821
Log:
SRR1 and DSISR aren't pointers, print them as integers.
Modified:
head/sys/powerpc/powerpc/trap.c
Modified: head/sys/powerpc/powerpc/trap.c
Author: mav
Date: Sun Aug 16 00:39:44 2015
New Revision: 286820
URL: https://svnweb.freebsd.org/changeset/base/286820
Log:
MFC r286719: Revert part of r280687, reporting "1" (true) for empty value.
For example, it made gpart partitions without label report "1" as label.
Modified:
stable/
Author: mav
Date: Sun Aug 16 00:37:47 2015
New Revision: 286819
URL: https://svnweb.freebsd.org/changeset/base/286819
Log:
MFC r286719: Revert part of r280687, reporting "1" (true) for empty value.
For example, it made gpart partitions without label report "1" as label.
Modified:
stable/
Author: mav
Date: Sun Aug 16 00:36:48 2015
New Revision: 286818
URL: https://svnweb.freebsd.org/changeset/base/286818
Log:
MFC r286516: Document kern.cam.ctl.debug sysctl.
Modified:
stable/10/share/man/man4/ctl.4
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/share/
Author: mav
Date: Sun Aug 16 00:35:48 2015
New Revision: 286817
URL: https://svnweb.freebsd.org/changeset/base/286817
Log:
MFC r286514: Remove verbose CTL messages.
Reporting SCSI errors to console is often useless, pollutes logs and may
affect performance. For debugging there is kern.ca
Author: mav
Date: Sat Aug 15 22:55:32 2015
New Revision: 286816
URL: https://svnweb.freebsd.org/changeset/base/286816
Log:
Small addition to r286814.
Submitted by: bz
MFC after:2 weeks
Modified:
head/sys/dev/ata/ata-all.c
Modified: head/sys/dev/ata/ata-all.c
==
> On 15 Aug 2015, at 21:46 , Alexander Motin wrote:
>
> Author: mav
> Date: Sat Aug 15 21:46:02 2015
> New Revision: 286814
> URL: https://svnweb.freebsd.org/changeset/base/286814
>
> Log:
> Remove UMA allocation of ATA requests.
>
> After CAM replaced old ATA stack, this driver processes no
Author: gonzo
Date: Sat Aug 15 21:47:07 2015
New Revision: 286815
URL: https://svnweb.freebsd.org/changeset/base/286815
Log:
Make dtb file configurable via loader(8) variable. ubldr already checks
"fdt_file" and "fdtfile" U-Boot variables. Add one more check for
"fdt_file" loader(8) variable
Author: mav
Date: Sat Aug 15 21:46:02 2015
New Revision: 286814
URL: https://svnweb.freebsd.org/changeset/base/286814
Log:
Remove UMA allocation of ATA requests.
After CAM replaced old ATA stack, this driver processes no more then one
request at a time per channel. Using UMA after that i
Author: jilles
Date: Sat Aug 15 19:58:00 2015
New Revision: 286813
URL: https://svnweb.freebsd.org/changeset/base/286813
Log:
MFC r284779: sh: Fix some arithmetic undefined behaviour.
Fix shifts of possibly negative numbers found with ubsan and avoid signed
integer overflow when hashing a
Author: antoine
Date: Sat Aug 15 19:00:38 2015
New Revision: 286812
URL: https://svnweb.freebsd.org/changeset/base/286812
Log:
bsd.lib.mk has to be included after MLINKS assignment
Modified:
head/lib/libusb/Makefile
Modified: head/lib/libusb/Makefile
=
Author: mav
Date: Sat Aug 15 18:22:16 2015
New Revision: 286811
URL: https://svnweb.freebsd.org/changeset/base/286811
Log:
Polish sizes processing.
Modified:
head/sys/cam/ctl/ctl_backend_block.c
Modified: head/sys/cam/ctl/ctl_backend_block.c
==
Author: melifaro
Date: Sat Aug 15 17:52:55 2015
New Revision: 286810
URL: https://svnweb.freebsd.org/changeset/base/286810
Log:
MFC r270064,r270068,r270069,r270115,r270129,r270287,r270822,r271014,
r271524,r273541,r282967,r283009,r283364.
Add support for reading i2c SFP/SFP+ data from NI
Author: marcel
Date: Sat Aug 15 16:13:28 2015
New Revision: 286809
URL: https://svnweb.freebsd.org/changeset/base/286809
Log:
Improve support for Macs that have a stride not equal to the
horizonal resolution (width). In those cases fb_bpp ended up
completely wrong -- as in 6 bytes per pixel
Author: marcel
Date: Sat Aug 15 15:44:09 2015
New Revision: 286808
URL: https://svnweb.freebsd.org/changeset/base/286808
Log:
Improve the VT initialization message: have it say what the
resolution is. For text mode this is the number of columns
by the number of rows. Include the name of the
Author: mav
Date: Sat Aug 15 15:42:21 2015
New Revision: 286807
URL: https://svnweb.freebsd.org/changeset/base/286807
Log:
Move "ioctl" CAM frontend into separate file.
It has nothing to share with too huge ctl.c other then device descriptor,
but even that may be counted as design error t
On 08/15/15 08:05, Roger Pau Monné wrote:
> El 14/08/15 a les 22.08, Jason A. Harmening ha escrit:
>> Author: jah
>> Date: Fri Aug 14 20:08:16 2015
>> New Revision: 286787
>> URL: https://svnweb.freebsd.org/changeset/base/286787
>>
>> Log:
>> Use pmap_quick_enter_page() to handle bouncing of unma
Author: mav
Date: Sat Aug 15 13:34:38 2015
New Revision: 286806
URL: https://svnweb.freebsd.org/changeset/base/286806
Log:
Drop "internal" CTL frontend.
Its idea was to be a simple initiator and execute several commands from
kernel level, but FreeBSD never had consumer for that functional
El 14/08/15 a les 22.08, Jason A. Harmening ha escrit:
> Author: jah
> Date: Fri Aug 14 20:08:16 2015
> New Revision: 286787
> URL: https://svnweb.freebsd.org/changeset/base/286787
>
> Log:
> Use pmap_quick_enter_page() to handle bouncing of unmapped buffers in the
> x86 busdma_bounce implement
Author: bapt
Date: Sat Aug 15 12:55:06 2015
New Revision: 286805
URL: https://svnweb.freebsd.org/changeset/base/286805
Log:
Update to use the latest version of the PCI IDs Repository.
MFC after:1 week
Modified:
head/share/misc/pci_vendors
Modified: head/share/misc/pci_vendors
==
Author: bapt
Date: Sat Aug 15 12:44:34 2015
New Revision: 286804
URL: https://svnweb.freebsd.org/changeset/base/286804
Log:
Tag import of pciids 20150815
Added:
vendor/pciids/pciids-20150815/
- copied from r286801, vendor/pciids/dist/
Replaced:
vendor/pciids/pciids-20150815/pci.ids
Author: bapt
Date: Sat Aug 15 12:43:39 2015
New Revision: 286803
URL: https://svnweb.freebsd.org/changeset/base/286803
Log:
Update PCIIDS database
Modified:
vendor/pciids/dist/pci.ids
Modified: vendor/pciids/dist/pci.ids
===
Author: hselasky
Date: Sat Aug 15 12:06:15 2015
New Revision: 286802
URL: https://svnweb.freebsd.org/changeset/base/286802
Log:
Fixes for HIGH speed ISOCHRONOUS traffic. HS ISOCHRONOUS traffic at
intervals less than 250us was not handled properly. Add support for
high-bandwidth ISOCHRONOUS p
Author: mav
Date: Sat Aug 15 11:05:44 2015
New Revision: 286800
URL: https://svnweb.freebsd.org/changeset/base/286800
Log:
MFC r286447:
Don't panic if disk lost TRIM support due to switching to PIO mode.
Modified:
stable/10/sys/cam/ata/ata_da.c
Directory Properties:
stable/10/ (props ch
Author: mav
Date: Sat Aug 15 11:08:30 2015
New Revision: 286801
URL: https://svnweb.freebsd.org/changeset/base/286801
Log:
MFC r286456: Remove some code duplication.
Modified:
stable/10/usr.sbin/ctld/login.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/ct
Author: hselasky
Date: Sat Aug 15 09:00:36 2015
New Revision: 286799
URL: https://svnweb.freebsd.org/changeset/base/286799
Log:
Fix race in USB PF which can happen if we stop tracing exactly when
the kernel is tapping an USB transfer. This leads to a NULL pointer
access. The solution is to o
Author: ed
Date: Sat Aug 15 08:42:33 2015
New Revision: 286798
URL: https://svnweb.freebsd.org/changeset/base/286798
Log:
Stop parsing digits if the value already exceeds USHRT_MAX.
There is no need for us to support parsing values that are larger than
the maximum terminal window size. In
Author: ed
Date: Sat Aug 15 08:29:13 2015
New Revision: 286797
URL: https://svnweb.freebsd.org/changeset/base/286797
Log:
Add missing 'static' keyword to keep build at WARNS=6 happy.
MFC after:1 month
Modified:
head/sys/teken/demo/teken_demo.c
Modified: head/sys/teken/demo/teken_dem
28 matches
Mail list logo