svn commit: r264104 - in head/sys: kern sys

2014-04-03 Thread Mateusz Guzik
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

svn commit: r264103 - head/sys/arm/samsung/exynos

2014-04-03 Thread Ruslan Bukin
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 ==

svn commit: r264102 - head/sys/arm/ti/omap4

2014-04-03 Thread Ian Lepore
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

svn commit: r264101 - head/sys/arm/conf

2014-04-03 Thread Ian Lepore
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 ===

svn commit: r264100 - head/sys/arm/ti/omap4

2014-04-03 Thread Ian Lepore
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

svn commit: r264099 - head/sys/arm/ti

2014-04-03 Thread Ian Lepore
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

svn commit: r264098 - head/bin/ls

2014-04-03 Thread Greg Lehey
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 == -

svn commit: r264097 - head/sys/dev/sdhci

2014-04-03 Thread Ian Lepore
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

svn commit: r264096 - in head/sys: arm/ti boot/fdt/dts/arm

2014-04-03 Thread Ian Lepore
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

svn commit: r264095 - in head/sys/boot: amd64 amd64/efi efi/include i386/efi

2014-04-03 Thread Ed Maste
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

svn commit: r264094 - head/sys/arm/arm

2014-04-03 Thread Ian Lepore
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

svn commit: r264093 - head/bin/ls

2014-04-03 Thread Greg Lehey
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 =

svn commit: r264092 - head/sys/boot/efi/libefi

2014-04-03 Thread Ed Maste
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 =

svn commit: r264091 - head/sys/dev/pci

2014-04-03 Thread Ryan Stone
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

svn commit: r264090 - head

2014-04-03 Thread Baptiste Daroussin
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

svn commit: r264089 - head/sbin/casperd

2014-04-03 Thread Xin LI
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

svn commit: r264088 - in head/sys/boot/efi: include libefi

2014-04-03 Thread Ed Maste
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.

svn commit: r264087 - in head/sys/boot: . ficl ficl32 ficl64 i386/efi i386/loader

2014-04-03 Thread Ed Maste
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

svn commit: r264086 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-04-03 Thread Alexander Motin
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

svn commit: r264085 - head/sys/mips/conf

2014-04-03 Thread Sean Bruno
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/

svn commit: r264084 - in head/sys/dev/usb: . serial

2014-04-03 Thread Joerg Wunsch
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

svn commit: r264083 - head/sys/arm/ti

2014-04-03 Thread Luiz Otavio O Souza
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

svn commit: r264082 - head/lib/libc

2014-04-03 Thread David Chisnall
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 =

svn commit: r264078 - head/sys/boot/i386/efi

2014-04-03 Thread Ed Maste
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

svn commit: r264077 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-04-03 Thread Alexander Motin
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

Re: svn commit: r264046 - in head: release share/man/man7

2014-04-03 Thread Glen Barber
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

svn commit: r264073 - head/release

2014-04-03 Thread Glen Barber
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

Re: svn commit: r264046 - in head: release share/man/man7

2014-04-03 Thread Dmitry Morozovsky
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

svn commit: r264070 - in head/lib/libc: . gen stdlib

2014-04-03 Thread David Chisnall
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

svn commit: r264069 - head/lib/libc/include

2014-04-03 Thread David Chisnall
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

Re: svn commit: r264059 - head/bin/dd

2014-04-03 Thread Bruce Evans
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

svn commit: r264068 - head

2014-04-03 Thread Baptiste Daroussin
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