Author: mjg
Date: Fri Apr 4 05:07:36 2014
New Revision: 264104
URL: http://svnweb.freebsd.org/changeset/base/264104
Log:
Garbage collect fdavail.
It rarely returns an error and fdallocn handles the failure of fdalloc
just fine.
Modified:
head/sys/kern/kern_descrip.c
head/sys/sys/fil
Author: br
Date: Fri Apr 4 05:05:43 2014
New Revision: 264103
URL: http://svnweb.freebsd.org/changeset/base/264103
Log:
Remove unused prototype.
Modified:
head/sys/arm/samsung/exynos/chrome_kb.c
Modified: head/sys/arm/samsung/exynos/chrome_kb.c
==
Author: ian
Date: Fri Apr 4 03:48:43 2014
New Revision: 264102
URL: http://svnweb.freebsd.org/changeset/base/264102
Log:
Let's try having just one mmc/sd controller driver.
Pointed out by: gjb
Modified:
head/sys/arm/ti/omap4/files.omap4
Modified: head/sys/arm/ti/omap4/files.omap4
Author: ian
Date: Fri Apr 4 03:24:19 2014
New Revision: 264101
URL: http://svnweb.freebsd.org/changeset/base/264101
Log:
Use the sdhci driver for Pandaboard.
Modified:
head/sys/arm/conf/PANDABOARD
Modified: head/sys/arm/conf/PANDABOARD
===
Author: ian
Date: Fri Apr 4 03:11:06 2014
New Revision: 264100
URL: http://svnweb.freebsd.org/changeset/base/264100
Log:
Switch OMAP4 (Pandaboard et. al.) to use the ti_sdhci driver.
Modified:
head/sys/arm/ti/omap4/files.omap4
Modified: head/sys/arm/ti/omap4/files.omap4
Author: ian
Date: Fri Apr 4 03:04:29 2014
New Revision: 264099
URL: http://svnweb.freebsd.org/changeset/base/264099
Log:
Fix the logic for translating between MMCHS and SDHCI clock divisors.
Submitted by: Svatopluk Kraus
Modified:
head/sys/arm/ti/ti_sdhci.c
Modified: head/sys/arm/ti/t
Author: grog
Date: Fri Apr 4 01:48:25 2014
New Revision: 264098
URL: http://svnweb.freebsd.org/changeset/base/264098
Log:
-k option is compliant with POSIX.
Modified:
head/bin/ls/ls.1
Modified: head/bin/ls/ls.1
==
-
Author: ian
Date: Fri Apr 4 01:10:02 2014
New Revision: 264097
URL: http://svnweb.freebsd.org/changeset/base/264097
Log:
When changing the sd bus clock divisor, clear just the bus clock enable bit
before changing the divisor bits in the register. We were writing a zero
to the register, whi
Author: ian
Date: Fri Apr 4 00:59:40 2014
New Revision: 264096
URL: http://svnweb.freebsd.org/changeset/base/264096
Log:
Various fixes to the ti_sdhci driver, mostly to make it work on Pandaboard.
- Don't allow high-speed mode on OMAP4 due to hardware erratum.
- Check the proper bit in
Author: emaste
Date: Fri Apr 4 00:16:46 2014
New Revision: 264095
URL: http://svnweb.freebsd.org/changeset/base/264095
Log:
Support UEFI booting on amd64 via loader.efi
This is largely the work from the projects/uefi branch, with some
additional refinements. This is derived from (and re
Author: ian
Date: Fri Apr 4 00:00:05 2014
New Revision: 264094
URL: http://svnweb.freebsd.org/changeset/base/264094
Log:
Actually save the clock frequency retrieved from fdt data. I fumbled
this when I converted getprop to getencprop.
Submitted by: Thomas Skibo
Pointy hat to:i
Author: grog
Date: Thu Apr 3 23:22:04 2014
New Revision: 264093
URL: http://svnweb.freebsd.org/changeset/base/264093
Log:
Typo.
Reported by: Igor Sobrado.
Modified:
head/bin/ls/ls.1
Modified: head/bin/ls/ls.1
=
Author: emaste
Date: Thu Apr 3 23:10:23 2014
New Revision: 264092
URL: http://svnweb.freebsd.org/changeset/base/264092
Log:
Add -fPIC for amd64
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/boot/efi/libefi/Makefile
Modified: head/sys/boot/efi/libefi/Makefile
=
Author: rstone
Date: Thu Apr 3 22:32:12 2014
New Revision: 264091
URL: http://svnweb.freebsd.org/changeset/base/264091
Log:
Correct a PCI enumeration bug introduced in r264011
Ensure that first_func is set to 0 on every iteration of the PCI slot
enumeration loop after the first. There i
Author: bapt
Date: Thu Apr 3 22:22:10 2014
New Revision: 264090
URL: http://svnweb.freebsd.org/changeset/base/264090
Log:
XDDESTDIR should not be set by the user, instead the user might want to tweak
XDTP and let the standard DESTDIR decide where to install.
Discussed with: imp
Mo
Author: delphij
Date: Thu Apr 3 22:14:18 2014
New Revision: 264089
URL: http://svnweb.freebsd.org/changeset/base/264089
Log:
Detach from controlling session of parent. This is similar
to what is done in daemon(3), which we can not use directly
in this context.
Reviewed by: pjd
MFC
Author: emaste
Date: Thu Apr 3 21:39:59 2014
New Revision: 264088
URL: http://svnweb.freebsd.org/changeset/base/264088
Log:
Merge efilib changes from projects/uefi
r247216:
Add the ability for a device to have an "alias" handle.
r247379:
Fix network device registration.
Author: emaste
Date: Thu Apr 3 21:18:03 2014
New Revision: 264087
URL: http://svnweb.freebsd.org/changeset/base/264087
Log:
Build boot/ficl as 64-bit library on amd64
The 32-bit bootloaders on amd64 now use the 32-bit version in ficl32,
as is done with libstand32. The native 64-bit ficl
Author: mav
Date: Thu Apr 3 20:18:55 2014
New Revision: 264086
URL: http://svnweb.freebsd.org/changeset/base/264086
Log:
MFV r258922:
3580 Want zvols to return volblocksize when queried for physical block size
illumos/illumos-gate@a0b60564dfc644f4bfaef1ce26d343b44cf68bc5
It is irrel
Author: sbruno
Date: Thu Apr 3 20:12:39 2014
New Revision: 264085
URL: http://svnweb.freebsd.org/changeset/base/264085
Log:
Add support for the Dlink DIR-825C1 74k MIPS router based on Atheros
wireless, bridge and CPU.
Added:
head/sys/mips/conf/DIR-825C1 (contents, props changed)
head/
Author: joerg
Date: Thu Apr 3 20:00:02 2014
New Revision: 264084
URL: http://svnweb.freebsd.org/changeset/base/264084
Log:
Add the Dresden Elektronik "USB Levelshifter Stick Low Cost" to the
list of known FTDI devices.
https://shop.dresden-elektronik.de/accessories/levelshifter/usb-pege
Author: loos
Date: Thu Apr 3 17:55:08 2014
New Revision: 264083
URL: http://svnweb.freebsd.org/changeset/base/264083
Log:
Move the GPIO bank initialization to a new function to make easier to detect
errors.
Reset the GPIO module during the initialization. This is guaranteed to be
the
Author: theraven
Date: Thu Apr 3 17:31:38 2014
New Revision: 264082
URL: http://svnweb.freebsd.org/changeset/base/264082
Log:
Fix the inheritance of the FBSDprivate_1.0 namespace.
Modified:
head/lib/libc/Versions.def
Modified: head/lib/libc/Versions.def
=
Author: emaste
Date: Thu Apr 3 16:21:37 2014
New Revision: 264078
URL: http://svnweb.freebsd.org/changeset/base/264078
Log:
Put each source file on a separate line
This will simplify rebasing the amd64 UEFI patch set.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/boot/i38
Author: mav
Date: Thu Apr 3 15:04:32 2014
New Revision: 264077
URL: http://svnweb.freebsd.org/changeset/base/264077
Log:
Add BIO_DELETE support to ZVOL.
It is an adapted merge from the vendor branch of:
701 UNMAP support for COMSTAR (in part related to ZFS)
2130 zvol DKIOCFREE
On Thu, Apr 03, 2014 at 12:48:12PM +0400, Dmitry Morozovsky wrote:
> Glen,
>
> On Wed, 2 Apr 2014, Glen Barber wrote:
>
> > Author: gjb
> > Date: Wed Apr 2 16:53:07 2014
> > New Revision: 264046
> > URL: http://svnweb.freebsd.org/changeset/base/264046
> >
> > Log:
> > Use xz(1) instead of gzi
Author: gjb
Date: Thu Apr 3 12:04:05 2014
New Revision: 264073
URL: http://svnweb.freebsd.org/changeset/base/264073
Log:
Allow overriding xz(1) path.
Requested by: marck
MFC After:5 days
X-MFC-With: r264027,r264028,r264029,r264030,r264046
Sponsored by: The FreeBSD Foundation
M
Glen,
On Wed, 2 Apr 2014, Glen Barber wrote:
> Author: gjb
> Date: Wed Apr 2 16:53:07 2014
> New Revision: 264046
> URL: http://svnweb.freebsd.org/changeset/base/264046
>
> Log:
> Use xz(1) instead of gzip(1) to compress release images
> when WITH_COMPRESSED_IMAGES is used.
Maybe invent so
Author: theraven
Date: Thu Apr 3 08:16:45 2014
New Revision: 264070
URL: http://svnweb.freebsd.org/changeset/base/264070
Log:
Move _b functions into the 11.x symbol version namespace.
Modified:
head/lib/libc/Versions.def
head/lib/libc/gen/Symbol.map
head/lib/libc/stdlib/Symbol.map
Modif
Author: theraven
Date: Thu Apr 3 08:08:36 2014
New Revision: 264069
URL: http://svnweb.freebsd.org/changeset/base/264069
Log:
Add an extra void* cast to work around a bug in FreeBSD-gcc inherited
from Apple.
Modified:
head/lib/libc/include/block_abi.h
Modified: head/lib/libc/include/block
On Wed, 2 Apr 2014, Xin Li wrote:
On 4/2/14, 9:45 PM, Bruce Evans wrote:
On Thu, 3 Apr 2014, Xin LI wrote:
0x00020 -#defineC_FILES0x00040 -#defineC_IBS
0x00080 -#defineC_IF0x00100 -#defineC_LCASE
0x00200 -#defineC_NOERROR0x00400 -#defineC_NOTRUNC
0x0
Author: bapt
Date: Thu Apr 3 07:28:36 2014
New Revision: 264068
URL: http://svnweb.freebsd.org/changeset/base/264068
Log:
Some xdev fixes:
- if TARGET_ARCH is not defined and XDEV_ARCH is defined then early define
TARGET_ARCH to the valud of XDEV_ARCH: This allow the xdev-build target
32 matches
Mail list logo