svn commit: r270096 - in head: etc etc/autofs etc/defaults etc/mtree etc/rc.d sbin/mount share/man/man5 sys/conf sys/fs/autofs sys/kern sys/libkern sys/modules sys/modules/autofs sys/sys usr.sbin u...

2014-08-17 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Aug 17 09:44:42 2014 New Revision: 270096 URL: http://svnweb.freebsd.org/changeset/base/270096 Log: Bring in the new automounter, similar to what's provided in most other UNIX systems, eg. MacOS X and Solaris. It uses Sun-compatible map format, has proper kernel supp

Re: svn commit: r270096 - in head: etc etc/autofs etc/defaults etc/mtree etc/rc.d sbin/mount share/man/man5 sys/conf sys/fs/autofs sys/kern sys/libkern sys/modules sys/modules/autofs sys/sys usr.sbin

2014-08-17 Thread Bjoern A. Zeeb
On 17 Aug 2014, at 09:44 , Edward Tomasz Napierala wrote: > Author: trasz > Date: Sun Aug 17 09:44:42 2014 > New Revision: 270096 > URL: http://svnweb.freebsd.org/changeset/base/270096 > > Log: > Bring in the new automounter, similar to what's provided in most other > UNIX systems, eg. MacOS

svn commit: r270097 - head/sys/dev/netmap

2014-08-17 Thread Luigi Rizzo
Author: luigi Date: Sun Aug 17 10:25:27 2014 New Revision: 270097 URL: http://svnweb.freebsd.org/changeset/base/270097 Log: staticize two functions, and use proper format for a struct sglist (reported by bz) Modified: head/sys/dev/netmap/if_vtnet_netmap.h Modified: head/sys/dev/netmap/if_v

svn commit: r270098 - head/share/syscons/keymaps

2014-08-17 Thread Stefan Esser
Author: se Date: Sun Aug 17 11:59:23 2014 New Revision: 270098 URL: http://svnweb.freebsd.org/changeset/base/270098 Log: Add a few missing entries and fix entries that are obviously wrong. The use of the old ISO language code "iw" for Hebrew was inconsistent and it is replaced by the new lan

svn commit: r270101 - in head/bin/sh/tests: . errors

2014-08-17 Thread Jilles Tjoelker
Author: jilles Date: Sun Aug 17 14:26:12 2014 New Revision: 270101 URL: http://svnweb.freebsd.org/changeset/base/270101 Log: sh: Don't hardcode relative paths in the tests stderr files. These paths have had to be adjusted to changes in the testsuite runner several times, so modify the tes

svn commit: r270102 - head/bin/sh

2014-08-17 Thread Jilles Tjoelker
Author: jilles Date: Sun Aug 17 16:40:29 2014 New Revision: 270102 URL: http://svnweb.freebsd.org/changeset/base/270102 Log: sh: Reject integer overflow in number and is_number. Modified: head/bin/sh/mystring.c Modified: head/bin/sh/mystring.c

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

2014-08-17 Thread Warner Losh
Author: imp Date: Sun Aug 17 16:53:10 2014 New Revision: 270103 URL: http://svnweb.freebsd.org/changeset/base/270103 Log: Convert the HL201 config file to use FDT. Modified: head/sys/arm/conf/HL201 Modified: head/sys/arm/conf/HL201

svn commit: r270104 - head/sys/arm/at91

2014-08-17 Thread Warner Losh
Author: imp Date: Sun Aug 17 16:53:14 2014 New Revision: 270104 URL: http://svnweb.freebsd.org/changeset/base/270104 Log: Define at91_master_clock in only one file to eliminate warnings about it multiply defined commons. Modified: head/sys/arm/at91/at91_machdep.c Modified: head/sys/arm/at9

svn commit: r270105 - head/sys/arm/at91

2014-08-17 Thread Warner Losh
Author: imp Date: Sun Aug 17 16:53:19 2014 New Revision: 270105 URL: http://svnweb.freebsd.org/changeset/base/270105 Log: Add missing license to at91_common.c. It was committed w/o a license. Pointy hat to: imp@ Modified: head/sys/arm/at91/at91_common.c Modified: head/sys/arm/at91/at91_

Re: svn commit: r270105 - head/sys/arm/at91

2014-08-17 Thread Ian Lepore
On Sun, 2014-08-17 at 16:53 +, Warner Losh wrote: > Author: imp > Date: Sun Aug 17 16:53:19 2014 > New Revision: 270105 > URL: http://svnweb.freebsd.org/changeset/base/270105 > > Log: > Add missing license to at91_common.c. It was committed w/o a license. > > Pointy hat to: imp@ > > Mo

svn commit: r270110 - head/sys/arm/at91

2014-08-17 Thread Bjoern A. Zeeb
Author: bz Date: Sun Aug 17 18:27:02 2014 New Revision: 270110 URL: http://svnweb.freebsd.org/changeset/base/270110 Log: Remove keyboard entropy [1] from r270105. Reported by: ian [1] (Pointy hat)^2 to:imp Modified: head/sys/arm/at91/at91_common.c Modified: head/sys/arm/a

svn commit: r270111 - in head: libexec/getty libexec/rshd sbin/init usr.bin/lock usr.bin/login usr.sbin/timed/timedc

2014-08-17 Thread Neel Natu
Author: neel Date: Sun Aug 17 19:06:26 2014 New Revision: 270111 URL: http://svnweb.freebsd.org/changeset/base/270111 Log: Remove LOG_ODELAY because it does nothing. Reviewed by: jilles CR: https://reviews.freebsd.org/D611 Modified: head/libexec/getty/main.c head/libexec/r

Re: svn commit: r269505 - head/libexec/rtld-elf/tests/target

2014-08-17 Thread yaneurabeya
On Aug 4, 2014, at 10:24 AM, Garrett Cooper wrote: > Hi Bruce! > > On Aug 4, 2014, at 2:23 AM, Bruce Evans wrote: > >> On Mon, 4 Aug 2014, Garrett Cooper wrote: > > ... > >> I hope this fixes the error found by "make checkdpadd". -L is too hard >> for the current "make checkdpadd" to handl

svn commit: r270113 - head/bin/sh

2014-08-17 Thread Jilles Tjoelker
Author: jilles Date: Sun Aug 17 19:36:56 2014 New Revision: 270113 URL: http://svnweb.freebsd.org/changeset/base/270113 Log: sh: Avoid overflow in atoi() when parsing HISTSIZE. Side effect: a non-numeric HISTSIZE now results in the default size (100) instead of 0. Modified: head/bin/sh

svn commit: r270114 - head/share/vt/keymaps

2014-08-17 Thread Stefan Esser
Author: se Date: Sun Aug 17 19:54:21 2014 New Revision: 270114 URL: http://svnweb.freebsd.org/changeset/base/270114 Log: Attempt at converting the SYSCONS keymaps to Unicode for use with NEWCONS. I have spent many hours comparing source and destination formats, and hope to have caught the mo

svn commit: r270115 - head/sbin/ifconfig

2014-08-17 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Aug 17 20:06:47 2014 New Revision: 270115 URL: http://svnweb.freebsd.org/changeset/base/270115 Log: Add forgotten DPADD to ifconfig(8). PR: 192760 Submitted by: yaneurabeya at gmail.com MFC after:2 weeks Modified: head/sbin/ifconfig/Makefile

Re: svn commit: r270114 - head/share/vt/keymaps

2014-08-17 Thread Pedro Giffuni
On 08/17/14 14:54, Stefan Esser wrote: Author: se Date: Sun Aug 17 19:54:21 2014 New Revision: 270114 URL: http://svnweb.freebsd.org/changeset/base/270114 Log: Attempt at converting the SYSCONS keymaps to Unicode for use with NEWCONS. I have spent many hours comparing source and destinati

Re: svn commit: r270114 - head/share/vt/keymaps

2014-08-17 Thread Aleksandr Rybalko
On Sun, 17 Aug 2014 19:54:21 + (UTC) Stefan Esser wrote: > Author: se > Date: Sun Aug 17 19:54:21 2014 > New Revision: 270114 > URL: http://svnweb.freebsd.org/changeset/base/270114 > > Log: > Attempt at converting the SYSCONS keymaps to Unicode for use with NEWCONS. > I have spent many h

Re: svn commit: r270114 - head/share/vt/keymaps

2014-08-17 Thread Stefan Esser
Am 17.08.2014 um 22:20 schrieb Pedro Giffuni: > > On 08/17/14 14:54, Stefan Esser wrote: >> Author: se >> Date: Sun Aug 17 19:54:21 2014 >> New Revision: 270114 >> URL: http://svnweb.freebsd.org/changeset/base/270114 >> >> Log: >>Attempt at converting the SYSCONS keymaps to Unicode for use wit

Re: svn commit: r270114 - head/share/vt/keymaps

2014-08-17 Thread Pedro Giffuni
Il giorno 17/ago/2014, alle ore 16:09, Stefan Esser ha scritto: > Am 17.08.2014 um 22:20 schrieb Pedro Giffuni: >> >> On 08/17/14 14:54, Stefan Esser wrote: >>> Author: se >>> Date: Sun Aug 17 19:54:21 2014 >>> New Revision: 270114 >>> URL: http://svnweb.freebsd.org/changeset/base/270114 >>>

svn commit: r270116 - head/lib/atf/libatf-c++

2014-08-17 Thread Garrett Cooper
Author: ngie Date: Sun Aug 17 23:30:45 2014 New Revision: 270116 URL: http://svnweb.freebsd.org/changeset/base/270116 Log: Fix typo in lib/atf/libatfc++/Makefile LIBATFC should be LIBATF_C; this was missed in the initial import (r241823) PR: 192731 MFC after: 3 days Phabric: D619

svn commit: r270117 - head/sbin/hastd

2014-08-17 Thread Garrett Cooper
Author: ngie Date: Mon Aug 18 00:50:09 2014 New Revision: 270117 URL: http://svnweb.freebsd.org/changeset/base/270117 Log: Add -ll to LDADD to fix "make checkdpadd" Phabric: D622 MFC after: 2 weeks Approved by: rpaulo (mentor) Modified: head/sbin/hastd/Makefile Modified: head/sbin/h

svn commit: r270118 - head/sbin/dhclient/tests

2014-08-17 Thread Garrett Cooper
Author: ngie Date: Mon Aug 18 01:21:41 2014 New Revision: 270118 URL: http://svnweb.freebsd.org/changeset/base/270118 Log: Add LIBUTIL to DPADD This will fix "make checkdpadd" MFC after: 5 days PR: 192759 Approved by: rpaulo (mentor) Modified: head/sbin/dhclient/tests/Makefile

svn commit: r270119 - head/share/vt/keymaps

2014-08-17 Thread Ed Maste
Author: emaste Date: Mon Aug 18 01:49:42 2014 New Revision: 270119 URL: http://svnweb.freebsd.org/changeset/base/270119 Log: Rename ca keyboard to ca-fr "ca" will shortly be used for the Canadian Multilingual keyboard. Added: head/share/vt/keymaps/ca-fr.kbd - copied unchanged from r

Re: svn commit: r270114 - head/share/vt/keymaps

2014-08-17 Thread Ed Maste
On 17 August 2014 15:54, Stefan Esser wrote: > Author: se > Date: Sun Aug 17 19:54:21 2014 > New Revision: 270114 > URL: http://svnweb.freebsd.org/changeset/base/270114 > > Log: > Attempt at converting the SYSCONS keymaps to Unicode for use with NEWCONS. > I have spent many hours comparing sou

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

2014-08-17 Thread Warner Losh
Author: imp Date: Mon Aug 18 02:45:06 2014 New Revision: 270124 URL: http://svnweb.freebsd.org/changeset/base/270124 Log: /usr/libexec/ld.so.1 never was a thing on FreeBSD/arm. This was the FreeBSD 3.x and 4.x run time linker. FreeBSD/arm's first release was 5.0. Retire this long-dead code.

svn commit: r270123 - in head/sys: arm/arm arm/include kern sys

2014-08-17 Thread Warner Losh
Author: imp Date: Mon Aug 18 02:44:56 2014 New Revision: 270123 URL: http://svnweb.freebsd.org/changeset/base/270123 Log: Expand the elf brandelf infrastructure to give access to the whole ELF header (Elf_Ehdr) to determine if a particular interpretor wants to accept it or not. Use this mech