Author: ganbold
Date: Thu May 21 07:01:08 2015
New Revision: 283181
URL: https://svnweb.freebsd.org/changeset/base/283181
Log:
The RTC initialization values are based on the SoC which can be
determined at runtime so there's no need to set the values in
each DTS.
Tested on YYHD18 (aml8726-m
Author: hselasky
Date: Thu May 21 07:07:28 2015
New Revision: 283182
URL: https://svnweb.freebsd.org/changeset/base/283182
Log:
MFC r282652:
Ensure the USB audio driver doesn't attach twice on the same USB
device by grabbing all the USB audio device interfaces.
Modified:
stable/9/sys/dev/
Author: ganbold
Date: Thu May 21 07:09:01 2015
New Revision: 283183
URL: https://svnweb.freebsd.org/changeset/base/283183
Log:
Remove unnecessary break statements.
Submitted by:John Wehle
Modified:
head/sys/arm/amlogic/aml8726/aml8726_ccm.c
head/sys/arm/amlogic/aml8726/aml8726_pinc
Author: hselasky
Date: Thu May 21 07:09:19 2015
New Revision: 283184
URL: https://svnweb.freebsd.org/changeset/base/283184
Log:
MFC r282652:
Ensure the USB audio driver doesn't attach twice on the same USB
device by grabbing all the USB audio device interfaces.
Modified:
stable/8/sys/dev/
Author: hselasky
Date: Thu May 21 07:10:49 2015
New Revision: 283185
URL: https://svnweb.freebsd.org/changeset/base/283185
Log:
MFC r282652:
Ensure the USB audio driver doesn't attach twice on the same USB
device by grabbing all the USB audio device interfaces.
Modified:
stable/10/sys/dev
Author: ganbold
Date: Thu May 21 07:23:50 2015
New Revision: 283186
URL: https://svnweb.freebsd.org/changeset/base/283186
Log:
Add driver for usbclock generator for earlier amlogic chip.
Differential Revision:https://reviews.freebsd.org/D2590
Submitted by: John Wehle
Adde
Author: hselasky
Date: Thu May 21 07:34:08 2015
New Revision: 283187
URL: https://svnweb.freebsd.org/changeset/base/283187
Log:
MFC r282645, r282646 and r282730:
* Prevent switching to NULL or own window in the "vt_proc_window_switch"
function. This fixes an issue where X11 keyboard input
Author: ganbold
Date: Thu May 21 07:35:20 2015
New Revision: 283188
URL: https://svnweb.freebsd.org/changeset/base/283188
Log:
Add missing break statement.
Submitted by: John Wehle
Modified:
head/sys/arm/amlogic/aml8726/aml8726_usb_phy-m6.c
Modified: head/sys/arm/amlogic/aml8726/aml87
Author: hselasky
Date: Thu May 21 07:41:03 2015
New Revision: 283189
URL: https://svnweb.freebsd.org/changeset/base/283189
Log:
MFC r279726:
Add DA_Q_NO_RC16 quirk for USB mass storage device.
PR: 194062
Modified:
stable/10/sys/cam/scsi/scsi_da.c
Directory Properties:
stabl
Author: hselasky
Date: Thu May 21 07:42:46 2015
New Revision: 283190
URL: https://svnweb.freebsd.org/changeset/base/283190
Log:
MFC r279726:
Add DA_Q_NO_RC16 quirk for USB mass storage device.
PR: 194062
Modified:
stable/9/sys/cam/scsi/scsi_da.c
Directory Properties:
stable
Author: hselasky
Date: Thu May 21 07:46:01 2015
New Revision: 283191
URL: https://svnweb.freebsd.org/changeset/base/283191
Log:
MFC r282017:
Allow DSP basename cloning to be disabled or enabled at boot and
runtime. This is useful when implementing OSS sound stacks in
userspace via libcuse
Author: hselasky
Date: Thu May 21 07:48:06 2015
New Revision: 283192
URL: https://svnweb.freebsd.org/changeset/base/283192
Log:
MFC r282017:
Allow DSP basename cloning to be disabled or enabled at boot and
runtime. This is useful when implementing OSS sound stacks in
userspace via libcuse
Author: hselasky
Date: Thu May 21 07:49:44 2015
New Revision: 283193
URL: https://svnweb.freebsd.org/changeset/base/283193
Log:
MFC r282505:
Add new USB ID.
PR: 199843
Modified:
stable/10/sys/dev/usb/serial/uftdi.c
stable/10/sys/dev/usb/usbdevs
Directory Properties:
stabl
Author: hselasky
Date: Thu May 21 07:50:56 2015
New Revision: 283194
URL: https://svnweb.freebsd.org/changeset/base/283194
Log:
MFC r282505:
Add new USB ID.
PR: 199843
Modified:
stable/9/sys/dev/usb/serial/uftdi.c
stable/9/sys/dev/usb/usbdevs
Directory Properties:
stable/
Author: bapt
Date: Thu May 21 08:20:42 2015
New Revision: 283195
URL: https://svnweb.freebsd.org/changeset/base/283195
Log:
sort headers
Modified:
head/usr.bin/soelim/soelim.c
Modified: head/usr.bin/soelim/soelim.c
=
Author: bapt
Date: Thu May 21 08:23:45 2015
New Revision: 283196
URL: https://svnweb.freebsd.org/changeset/base/283196
Log:
Use the POSIX PATH_MAX macro from limits.h instead of non standard MAXPATHLEN
Submitted by: schwarze at OpenBSD
Modified:
head/usr.bin/soelim/soelim.c
Modified: he
Author: bapt
Date: Thu May 21 08:26:24 2015
New Revision: 283197
URL: https://svnweb.freebsd.org/changeset/base/283197
Log:
add an include on sys/types.h because we do explicitly use size_t
remove unused stdbool.h
Suggested by: schwarze at OpenBSD
Modified:
head/usr.bin/soelim/soelim.c
Author: ae
Date: Thu May 21 08:28:35 2015
New Revision: 283198
URL: https://svnweb.freebsd.org/changeset/base/283198
Log:
MFC r282594:
m_dup() is supposed to give a writable copy of an mbuf chain. It uses
m_dup_pkthdr(), that uses M_COPYFLAGS mask to copy m_flags field.
If original m
Author: bapt
Date: Thu May 21 08:28:48 2015
New Revision: 283199
URL: https://svnweb.freebsd.org/changeset/base/283199
Log:
* fix roff terminology in .Nd
* remove .Xr to self
* add AUTHORS section
Submitted by: schwarze at OpenBSD
Modified:
head/usr.bin/soelim/soelim.1
Modified: hea
Author: ae
Date: Thu May 21 08:32:52 2015
New Revision: 283200
URL: https://svnweb.freebsd.org/changeset/base/283200
Log:
MFC r282594:
m_dup() is supposed to give a writable copy of an mbuf chain. It uses
m_dup_pkthdr(), that uses M_COPYFLAGS mask to copy m_flags field.
If original m
Author: bapt
Date: Thu May 21 08:38:25 2015
New Revision: 283201
URL: https://svnweb.freebsd.org/changeset/base/283201
Log:
Remove clause 3 and 4 from the license
Obtained from:NetBSD
Modified:
head/include/stringlist.h
head/lib/libc/gen/stringlist.c
Modified: head/include/str
Author: arybchik
Date: Thu May 21 08:55:06 2015
New Revision: 283202
URL: https://svnweb.freebsd.org/changeset/base/283202
Log:
MFC: r282897
sfxge: add missing const qualifier to sfxge_link_mode
Sponsored by: Solarflare Communications, Inc.
Modified:
stable/10/sys/dev/sfxge/sfxge_
Author: arybchik
Date: Thu May 21 08:59:03 2015
New Revision: 283203
URL: https://svnweb.freebsd.org/changeset/base/283203
Log:
MFC: r282899
sfxge: add local variable with Rx descriptor flags
Sponsored by: Solarflare Communications, Inc.
Modified:
stable/10/sys/dev/sfxge/sfxge_rx.
Author: arybchik
Date: Thu May 21 09:00:45 2015
New Revision: 283204
URL: https://svnweb.freebsd.org/changeset/base/283204
Log:
MFC: r282900
sfxge: IPv4 Tx checksum offload may be disabled in fact
Split IFCAP_HWCSUM to IFCAP_RXCSUM and IFCAP_TXCSUM to highlight Tx and Rx.
Sponsore
Author: arybchik
Date: Thu May 21 09:03:18 2015
New Revision: 283205
URL: https://svnweb.freebsd.org/changeset/base/283205
Log:
MFC: r282903
sfxge: advertise IPv6 Rx and Tx checksum offload support
Tx checksum offload may be enabled/disabled.
Sponsored by: Solarflare Communicati
Author: arybchik
Date: Thu May 21 09:05:13 2015
New Revision: 283206
URL: https://svnweb.freebsd.org/changeset/base/283206
Log:
MFC: r282940
sfxge: LRO may be done only if checksums are OK
Also it is cheaper to check Rx descriptor flags than TCP protocol in IP
header.
Sponsored
Author: arybchik
Date: Thu May 21 09:06:41 2015
New Revision: 283207
URL: https://svnweb.freebsd.org/changeset/base/283207
Log:
MFC: r282941
sfxge: do not change CSUM_TSO when IFCAP_TSOx is changed
It is simply not required since the kernel checks corresponding
IFCAP_TSOx capability
Author: arybchik
Date: Thu May 21 09:08:10 2015
New Revision: 283208
URL: https://svnweb.freebsd.org/changeset/base/283208
Log:
MFC: r282942
sfxge: split sfxge_tx_qdpl_put() into *_locked() and *_unlocked()
It simplifies understanding of the sfxge_tx_packet_add() logic and
avoids pas
Author: arybchik
Date: Thu May 21 09:09:51 2015
New Revision: 283209
URL: https://svnweb.freebsd.org/changeset/base/283209
Log:
MFC: r282996
sfxge: support Rx checksum offloads disabling
We can't disable it in HW, but we can ignore result.
Discard Rx descriptor checksum flags if Rx c
Author: arybchik
Date: Thu May 21 09:11:03 2015
New Revision: 283210
URL: https://svnweb.freebsd.org/changeset/base/283210
Log:
MFC: r282997
sfxge: get rid of locked variable in sfxge_tx_packet_add()
Now each branch has one and only one possible TxQ lock state.
It simplifies understa
Author: arybchik
Date: Thu May 21 09:12:25 2015
New Revision: 283211
URL: https://svnweb.freebsd.org/changeset/base/283211
Log:
MFC: r282998
sfxge: move mbuf free to sfxge_if_transmit()
It is a preparation to the next patch which will service packet queue
even if packet addtion fails
Author: arybchik
Date: Thu May 21 09:13:47 2015
New Revision: 283212
URL: https://svnweb.freebsd.org/changeset/base/283212
Log:
MFC: r283000
sfxge: add local variable with changed capabilities mask
It is required for the next patch which adds dependency of TSO
capabilities from Tx ch
Author: arybchik
Date: Thu May 21 09:15:19 2015
New Revision: 283213
URL: https://svnweb.freebsd.org/changeset/base/283213
Log:
MFC: r283007
sfxge: avoid usage of ifm_data
The driver uses ifm_data to save capabilities mask calculated during
initialization when supported phy modes are
Author: arybchik
Date: Thu May 21 09:21:05 2015
New Revision: 283214
URL: https://svnweb.freebsd.org/changeset/base/283214
Log:
MFC: r283048
sfxge: fix overflow queue freeze
If TxQ lock is obtained, deferred packet list shold be serviced even if
the packet addition fails because of o
Author: arybchik
Date: Thu May 21 09:22:15 2015
New Revision: 283215
URL: https://svnweb.freebsd.org/changeset/base/283215
Log:
MFC: r283049
sfxge: allow to disable checksum offloads over VLAN
It just affects capabilities of the created VLAN interface.
Sponsored by: Solarflare C
Author: arybchik
Date: Thu May 21 09:23:28 2015
New Revision: 283216
URL: https://svnweb.freebsd.org/changeset/base/283216
Log:
MFC: r283050
sfxge: automatically turn off TSO when Tx checksum offload is disabled
Also return error if TSO is requested without Tx checksum offload.
Sp
Author: arybchik
Date: Thu May 21 09:24:35 2015
New Revision: 283217
URL: https://svnweb.freebsd.org/changeset/base/283217
Log:
MFC: r283051
sfxge: do not advertise LRO capability if LRO is compiled out
Sponsored by: Solarflare Communications, Inc.
Modified:
stable/10/sys/dev/sfxg
On Thu, 21 May 2015, Baptiste Daroussin wrote:
Log:
add an include on sys/types.h because we do explicitly use size_t
remove unused stdbool.h
sys/types.h may be needed for some other typedef, but not for size_t.
size_t is already declared in at least 3 other of the included headers:
- and
Author: royger
Date: Thu May 21 10:28:33 2015
New Revision: 283218
URL: https://svnweb.freebsd.org/changeset/base/283218
Log:
MFC: r282908
netfront: wait for backend to connect before sending ARP
Sponsored by: Citrix Systems R&D
Modified:
stable/10/sys/dev/xen/netfront/netfront.c
Di
Author: royger
Date: Thu May 21 10:40:18 2015
New Revision: 283219
URL: https://svnweb.freebsd.org/changeset/base/283219
Log:
MFC: r282269, r282277
atkbd: remove usage of x86bios
Remove leftover from r282269.
Modified:
stable/10/sys/conf/files.amd64
stable/10/sys/conf/files.i386
st
Author: bapt
Date: Thu May 21 12:51:56 2015
New Revision: 283220
URL: https://svnweb.freebsd.org/changeset/base/283220
Log:
Drop libmandoc and incorporate it into the main mandoc Makefile
This simplifies maintainance of mandoc(1).
Note that the same direction was taken on OpenBSD
Deleted
Author: bapt
Date: Thu May 21 13:02:43 2015
New Revision: 283221
URL: https://svnweb.freebsd.org/changeset/base/283221
Log:
Remove demandoc(1) from the build
Deleted:
head/usr.bin/demandoc/
Modified:
head/usr.bin/Makefile
Modified: head/usr.bin/Makefile
==
--- head/ObsoleteFiles.inc Thu May 21 13:02:43 2015(r283221)
+++ head/ObsoleteFiles.inc Thu May 21 13:04:14 2015(r283222)
@@ -38,6 +38,11 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20150521
+OLD_FILES+=usr/bin/demandoc
+OLD_FILES+=usr/share
Author: trasz
Date: Thu May 21 13:08:30 2015
New Revision: 283223
URL: https://svnweb.freebsd.org/changeset/base/283223
Log:
MFC r275681:
Add "-media" autofs map, to access data on removable media, such as CD
drives or flash keys. It can be enabled by uncommenting a single entry
in def
Author: trasz
Date: Thu May 21 13:10:08 2015
New Revision: 283224
URL: https://svnweb.freebsd.org/changeset/base/283224
Log:
MFC r276833:
Make /net use -intr by default. Linux does that, and it seems a good idea.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/etc/auto_mas
Author: trasz
Date: Thu May 21 13:11:48 2015
New Revision: 283225
URL: https://svnweb.freebsd.org/changeset/base/283225
Log:
MFC r276883:
Improve documentation for autofs variables and executable maps;
also some markup fixes.
Sponsored by: The FreeBSD Foundation
Modified:
stable/1
Author: trasz
Date: Thu May 21 13:13:56 2015
New Revision: 283226
URL: https://svnweb.freebsd.org/changeset/base/283226
Log:
MFC r277171:
Use newly added GEOM notifications to discard autofs caches.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/etc/devd.conf
Directory Pro
Author: trasz
Date: Thu May 21 13:18:02 2015
New Revision: 283227
URL: https://svnweb.freebsd.org/changeset/base/283227
Log:
MFC r279806:
Minor optimization/cleanup in node_path(); no functional changes.
Modified:
stable/10/usr.sbin/autofs/common.c
Directory Properties:
stable/10/ (p
Author: trasz
Date: Thu May 21 13:19:44 2015
New Revision: 283228
URL: https://svnweb.freebsd.org/changeset/base/283228
Log:
MFC r279807:
Improve separated_concat() to properly handle the case of concatenating
"/" and "/foo".
Modified:
stable/10/usr.sbin/autofs/common.c
Directory Prope
Author: trasz
Date: Thu May 21 13:21:03 2015
New Revision: 283229
URL: https://svnweb.freebsd.org/changeset/base/283229
Log:
MFC r279808:
Fix memory leak.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/autofs/common.c
Directory Properties:
stable/10/ (props ch
Author: trasz
Date: Thu May 21 13:23:49 2015
New Revision: 283230
URL: https://svnweb.freebsd.org/changeset/base/283230
Log:
MFC r279812:
Remove some particularly bad code; no functional changes.
MFC r279815:
Erm, revert chunk committed by mistake.
Sponsored by: The FreeBSD F
Author: trasz
Date: Thu May 21 13:25:28 2015
New Revision: 283231
URL: https://svnweb.freebsd.org/changeset/base/283231
Log:
MFC r279813:
Make things more readable; no functional changes.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/autofs/automount.c
stable/1
Author: trasz
Date: Thu May 21 13:26:52 2015
New Revision: 283232
URL: https://svnweb.freebsd.org/changeset/base/283232
Log:
MFC r279843:
Refactor.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/autofs/common.c
Directory Properties:
stable/10/ (props changed)
Author: trasz
Date: Thu May 21 13:29:34 2015
New Revision: 283233
URL: https://svnweb.freebsd.org/changeset/base/283233
Log:
MFC r279845:
Fix handling of direct maps, broken in r275756. Previously, running
automount(8) would unmount direct map trigger nodes every second time.
Sponso
Author: emaste
Date: Thu May 21 13:30:10 2015
New Revision: 283234
URL: https://svnweb.freebsd.org/changeset/base/283234
Log:
MFC r276774: ar: Avoid null pointer deref while reading corrupt archives
ELF Tool Chain ticket #467
Reported by: Alexander Cherepanov
Sponsored by: The Fr
Author: trasz
Date: Thu May 21 13:31:44 2015
New Revision: 283235
URL: https://svnweb.freebsd.org/changeset/base/283235
Log:
MFC r279846:
Properly pass options for direct maps.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/autofs/automount.c
stable/10/usr.sbin/
Author: trasz
Date: Thu May 21 13:33:06 2015
New Revision: 283236
URL: https://svnweb.freebsd.org/changeset/base/283236
Log:
MFC r279851:
Fix typo.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/autofs/automountd.8
Directory Properties:
stable/10/ (props chang
Author: trasz
Date: Thu May 21 13:34:33 2015
New Revision: 283237
URL: https://svnweb.freebsd.org/changeset/base/283237
Log:
MFC r279914:
Options from auto_master must be appended to options from maps,
not prepended.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbi
Author: trasz
Date: Thu May 21 13:36:00 2015
New Revision: 283238
URL: https://svnweb.freebsd.org/changeset/base/283238
Log:
MFC r279915:
Make concat() accept NULL arguments.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/autofs/automount.c
stable/10/usr.sbin/au
Author: trasz
Date: Thu May 21 13:37:48 2015
New Revision: 283239
URL: https://svnweb.freebsd.org/changeset/base/283239
Log:
MFC r279916:
Make "automount -LL -o whatever" present options in the same order
as used by automountd(8).
Sponsored by: The FreeBSD Foundation
Modified:
sta
Author: trasz
Date: Thu May 21 13:41:08 2015
New Revision: 283241
URL: https://svnweb.freebsd.org/changeset/base/283241
Log:
MFC r279954:
Get executable direct maps to work.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/autofs/automountd.c
Directory Properties:
Author: trasz
Date: Thu May 21 13:42:37 2015
New Revision: 283242
URL: https://svnweb.freebsd.org/changeset/base/283242
Log:
MFC r279955:
Add -noauto autofs map, for automatic handling of fstab entries
marked "noauto".
Relnotes: yes
Sponsored by: The FreeBSD Foundation
Added:
Author: trasz
Date: Thu May 21 13:39:38 2015
New Revision: 283240
URL: https://svnweb.freebsd.org/changeset/base/283240
Log:
MFC r279953:
Rework the concat() algorithm to be correct in all cases.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/autofs/common.c
Direc
Author: imp
Date: Thu May 21 14:36:15 2015
New Revision: 283246
URL: https://svnweb.freebsd.org/changeset/base/283246
Log:
Remove stray DEBUG_FLAGS=-g that snuck in with r137868
Modified:
head/usr.sbin/bluetooth/bthidd/Makefile
Modified: head/usr.sbin/bluetooth/bthidd/Makefile
==
Author: imp
Date: Thu May 21 14:36:12 2015
New Revision: 283244
URL: https://svnweb.freebsd.org/changeset/base/283244
Log:
Remove stray DEBUG_FLAGS=-g that's been here since the initial import.
Modified:
head/cddl/usr.bin/ctfconvert/Makefile
Modified: head/cddl/usr.bin/ctfconvert/Makefile
==
Author: imp
Date: Thu May 21 14:36:14 2015
New Revision: 283245
URL: https://svnweb.freebsd.org/changeset/base/283245
Log:
Remove stray DEBUG_FLAGS=-g that snuck in with r184761.
Modified:
head/usr.bin/tar/Makefile
Modified: head/usr.bin/tar/Makefile
=
Author: imp
Date: Thu May 21 14:36:11 2015
New Revision: 283243
URL: https://svnweb.freebsd.org/changeset/base/283243
Log:
Remove the stray DEBUG_FLAGS=-g line that snuck in with the
soft-updates journaling project merge in r207141.
Modified:
head/lib/libufs/Makefile
Modified: head/lib/lib
Author: bapt
Date: Thu May 21 15:05:46 2015
New Revision: 283247
URL: https://svnweb.freebsd.org/changeset/base/283247
Log:
Mark libgomp.so.1 as an old lib not an old file
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
Author: pfg
Date: Thu May 21 15:16:18 2015
New Revision: 283248
URL: https://svnweb.freebsd.org/changeset/base/283248
Log:
ddb: finish converting boolean values.
The replacement started at r283088 was necessarily incomplete without
replacing boolean_t with bool. This also involved cleani
Author: jmg
Date: Thu May 21 15:38:43 2015
New Revision: 283249
URL: https://svnweb.freebsd.org/changeset/base/283249
Log:
remove stray ; that came in r272673...
Modified:
head/sys/sys/systm.h
Modified: head/sys/sys/systm.h
Author: jhb
Date: Thu May 21 16:43:26 2015
New Revision: 283250
URL: https://svnweb.freebsd.org/changeset/base/283250
Log:
Revert r282971. It depends on condvar consumers not destroying condvars
until all threads sleeping on a condvar have resumed execution after being
awakened. However, t
Author: bdrewery
Date: Thu May 21 16:44:31 2015
New Revision: 283251
URL: https://svnweb.freebsd.org/changeset/base/283251
Log:
MFC r282574:
Remove references to Giant in namei(9). This was removed in r241896.
Modified:
stable/10/ObsoleteFiles.inc
stable/10/share/man/man9/Makefile
On Wednesday, May 20, 2015 12:00:46 PM Alexander Kabaev wrote:
> On Fri, 15 May 2015 13:50:38 + (UTC)
> John Baldwin wrote:
>
> > Author: jhb
> > Date: Fri May 15 13:50:37 2015
> > New Revision: 282971
> > URL: https://svnweb.freebsd.org/changeset/base/282971
> >
> > Log:
> > Previously, c
On Wednesday, May 20, 2015 02:26:18 PM Xin Li wrote:
> I think we should also assert that no waiter remains when a conditional
> variable is destroyed (which also suggests that the memory may be freed
> shortly). Otherwise we would either have modify after free or lost wakeups.
We already assert
On Thu, May 21, 2015 at 11:33:02AM -0400, John Baldwin wrote:
> On Wednesday, May 20, 2015 12:00:46 PM Alexander Kabaev wrote:
> > On Fri, 15 May 2015 13:50:38 + (UTC)
> > John Baldwin wrote:
> >
> > > Author: jhb
> > > Date: Fri May 15 13:50:37 2015
> > > New Revision: 282971
> > > URL: http
Author: loos
Date: Thu May 21 17:39:42 2015
New Revision: 283253
URL: https://svnweb.freebsd.org/changeset/base/283253
Log:
Add the MMC/SD driver for Allwinner SoCs.
This is based on the patch sent by Alexander Fedorov with the following
fixes/improvements:
- Better error handling;
Author: gjb
Date: Thu May 21 17:39:42 2015
New Revision: 283252
URL: https://svnweb.freebsd.org/changeset/base/283252
Log:
Include the TARGET in the EC2 AMI name.
Without this, AWS rejects subsequent image uploads of a different
architecture because the name conflicts.
MFC after:
Author: dim
Date: Thu May 21 17:40:53 2015
New Revision: 283254
URL: https://svnweb.freebsd.org/changeset/base/283254
Log:
Ensure that the static structs emitted by the MODULE_DEPEND() and
MODULE_VERSION() macros don't end up as .comm symbols, when all the
version fields are zero.
Norma
Author: neel
Date: Thu May 21 18:23:37 2015
New Revision: 283255
URL: https://svnweb.freebsd.org/changeset/base/283255
Log:
Emulate the "CMP r/m, reg" instruction (opcode 39H).
Reported and tested by: Leon Dang (ld...@nahannisys.com)
MFC after:1 week
Modified:
head/sys/amd64/
Author: neel
Date: Thu May 21 18:29:11 2015
New Revision: 283256
URL: https://svnweb.freebsd.org/changeset/base/283256
Log:
Add an option "--get-vmcs-exit-inst-length" to display the instruction length
of the instruction that caused the VM-exit.
MFC after:1 week
Modified:
head/usr.
Author: delphij
Date: Thu May 21 18:29:36 2015
New Revision: 283257
URL: https://svnweb.freebsd.org/changeset/base/283257
Log:
Eliminate unneeded includes.
MFC after:2 weeks
Modified:
head/bin/pax/ar_subs.c
head/bin/pax/buf_subs.c
head/bin/pax/cache.c
head/bin/pax/cpio.c
head
Author: delphij
Date: Thu May 21 18:59:11 2015
New Revision: 283258
URL: https://svnweb.freebsd.org/changeset/base/283258
Log:
MFC r282608:
date(1): Make -r behave like GNU's version when the option can not be
interpreted as a number, which checks the file's modification time and
use th
Author: delphij
Date: Thu May 21 19:05:47 2015
New Revision: 283259
URL: https://svnweb.freebsd.org/changeset/base/283259
Log:
MFC r282932: MFV r282927,r282928,r282930 (kientzle):
Don't segfault when reading malformed cpio archives.
Modified:
stable/10/contrib/libarchive/libarchive/archi
Author: emaste
Date: Thu May 21 19:16:28 2015
New Revision: 283260
URL: https://svnweb.freebsd.org/changeset/base/283260
Log:
MFC r282144: crunchide: add basic string table sanity checks
Reported by: Coverity Scan
CID: 978805, 980919
Sponsored by: The FreeBSD Foundation
Modif
Author: jkim
Date: Thu May 21 19:31:10 2015
New Revision: 283261
URL: https://svnweb.freebsd.org/changeset/base/283261
Log:
Do not probe Intel PIIX4 south bridge quirks on amd64. These quirky south
bridges only supported Intel Pentium and Pentium II era processors and there
is no reason for
Author: emaste
Date: Thu May 21 19:40:31 2015
New Revision: 283262
URL: https://svnweb.freebsd.org/changeset/base/283262
Log:
MFC r258431: Disable amd64 boot time memory test by default
The page presence memory test takes a long time on large memory systems
and has little value on con
On 05/21/15 at 03:27P, Lawrence Stewart wrote:
> On 05/20/15 23:19, Eric van Gyzen wrote:
> > On 05/20/2015 02:33, Lawrence Stewart wrote:
> >> On 05/20/15 14:24, Hiren Panchasara wrote:
> >>> On 05/20/15 at 02:13P, Lawrence Stewart wrote:
> Hi Hiren,
>
> On 05/20/15 11:08, Hiren Pan
Author: loos
Date: Thu May 21 20:09:36 2015
New Revision: 283263
URL: https://svnweb.freebsd.org/changeset/base/283263
Log:
Raise the SDHCI timeout to 10 seconds and add a sysctl to allow changing
this value at runtime.
The SD card specification says that a block write or a block erase ca
Author: tychon
Date: Thu May 21 20:11:52 2015
New Revision: 283264
URL: https://svnweb.freebsd.org/changeset/base/283264
Log:
The 'hostbridge' device exists to allow guests to infer msi/msix
capablity by advertising pcie capability.
Since the 'hostbridge' device isn't a true pci-to-pci br
On 21 May 2015 at 16:03, Hiren Panchasara wrote:
>
> I *do* want to MFC the change. And if there are no major objections, I'll go
> ahead with what Lawrence is suggesting: changing current purge behavior in
> -head
> and 10.
For the record, that sounds reasonable to me.
_
Author: gjb
Date: Thu May 21 20:18:13 2015
New Revision: 283265
URL: https://svnweb.freebsd.org/changeset/base/283265
Log:
cd(1) to .CURDIR before calling stat(1) to fix the path
to sh(1).
Include xz(1)-compressed images when renaming snapshot
builds.
Use OSRELEASE in place of REVI
Author: gjb
Date: Thu May 21 20:22:55 2015
New Revision: 283266
URL: https://svnweb.freebsd.org/changeset/base/283266
Log:
Include xz(1)-compressed images when not a snapshot build.
Do not suffix non-snapshot checksum files with SNAP_SUFFIX.
Sponsored by: The FreeBSD Foundation
Modifi
Author: pfg
Date: Thu May 21 20:39:39 2015
New Revision: 283267
URL: https://svnweb.freebsd.org/changeset/base/283267
Log:
MFC r282863:
Adjust visibility macros.
The GCC visibility attributes were introduced in GCC 4.0.
Apparently the "protected" attribute was introduced only
unt
Author: gjb
Date: Thu May 21 20:43:02 2015
New Revision: 283268
URL: https://svnweb.freebsd.org/changeset/base/283268
Log:
Remove the arm/armv6 bits from Makefile.mirrors, which needs
some re-thinking.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/Makefile.mirrors
Modifi
Author: davidcs
Date: Thu May 21 20:47:19 2015
New Revision: 283269
URL: https://svnweb.freebsd.org/changeset/base/283269
Log:
Limit the size of the posted receive buffers in Rx Rings to MJUMPAGESIZE.
Previously for jumbo MTUs, the rx ring buffers were
MTU + any required pad. Now when this s
On 05/21/2015 16:03, Hiren Panchasara wrote:
> On 05/21/15 at 03:27P, Lawrence Stewart wrote:
>> On 05/20/15 23:19, Eric van Gyzen wrote:
>>> On 05/20/2015 02:33, Lawrence Stewart wrote:
On 05/20/15 14:24, Hiren Panchasara wrote:
> On 05/20/15 at 02:13P, Lawrence Stewart wrote:
>> Hi H
Author: delphij
Date: Thu May 21 21:45:37 2015
New Revision: 283270
URL: https://svnweb.freebsd.org/changeset/base/283270
Log:
MFC r282613: MFV r282611: netcat from OpenBSD 5.7.
Modified:
stable/10/contrib/netcat/netcat.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/
Author: gjb
Date: Thu May 21 22:11:57 2015
New Revision: 283271
URL: https://svnweb.freebsd.org/changeset/base/283271
Log:
If TARGET or EMBEDDED_TARGET == arm, set EMBEDDED variable,
which helps control some of the arm-specific bits a bit more
cleanly (but not really 'clean').
If BOARDN
Author: gjb
Date: Thu May 21 22:50:39 2015
New Revision: 283272
URL: https://svnweb.freebsd.org/changeset/base/283272
Log:
Fix make(1) syntax error for non-embedded targets.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/Makefile.mirrors
Modified: head/release/Makefile.mirr
Author: rmacklem
Date: Thu May 21 23:14:18 2015
New Revision: 283273
URL: https://svnweb.freebsd.org/changeset/base/283273
Log:
The NFS client wasn't handling getdirentries(2) requests for sizes
that are not an exact multiple of DIRBLKSIZ correctly. Fortunately
readdir(3) always uses an exac
1 - 100 of 106 matches
Mail list logo