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: 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: 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: 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: 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: 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: 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
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: 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: 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: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: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: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
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 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 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: 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
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: 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: 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
Author: davidcs
Date: Fri May 22 01:44:07 2015
New Revision: 283274
URL: https://svnweb.freebsd.org/changeset/base/283274
Log:
Add stat counters for Jumbo Frames using SGE ring.
Also remove the checks for IFCAP_LRO in bxe_alloc_fp_buffers() and
bxe_pf_rx_q_prep() since both TPA and Jumbo can
Author: gonzo
Date: Fri May 22 02:00:44 2015
New Revision: 283275
URL: https://svnweb.freebsd.org/changeset/base/283275
Log:
Add helper method fdt_find_child to make access to child nodes easier.
Some FDT nodes have complex properties organized as a child sub-nodes
(e.g. timing for LCD pa
run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20150521:
+ TI platform code switched to using vendor DTS files and this update
+ may break existing systems running on Beaglebone, Beaglebone Black,
+ and Pandaboard:
+
+ - dtb file
Author: imp
Date: Fri May 22 05:02:53 2015
New Revision: 283277
URL: https://svnweb.freebsd.org/changeset/base/283277
Log:
Need to handle the !FDT case still too... I thought in r270025 we
wouldn't need it, but it appears that we still do for the moment...
Modified:
head/sys/arm/at91/at91_p
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 5/21/15 09:58, Mateusz Guzik wrote:
> In other words, I would argue modifying native privmitives to
> accomodate for zfs use may not be the best course of action.
Well, POSIX says this about pthread_cond_destroy(), quote:
"A condition variabl
48 matches
Mail list logo