Re: svn commit: r276747 - head/sys/netpfil/pf

2015-01-08 Thread Ermal Luçi
On Thu, Jan 8, 2015 at 1:21 AM, Bjoern A. Zeeb < bzeeb-li...@lists.zabbadoz.net> wrote: > > > On 07 Jan 2015, at 20:46 , Gleb Smirnoff wrote: > > > > On Tue, Jan 06, 2015 at 09:03:04AM +, Craig Rodrigues wrote: > > C> Author: rodrigc > > C> Date: Tue Jan 6 09:03:03 2015 > > C> New Revision:

svn commit: r276815 - head/contrib/ofed/management/opensm/opensm

2015-01-08 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 8 10:13:56 2015 New Revision: 276815 URL: https://svnweb.freebsd.org/changeset/base/276815 Log: Fix for compilation issue. Don't use the "abs()" function for unsigned computations. MFC after:3 days PR: 196597 Sponsored by: Mellanox Technol

Re: svn commit: r276802 - head/lib/libc/gen

2015-01-08 Thread Konstantin Belousov
On Thu, Jan 08, 2015 at 01:27:44AM +, Craig Rodrigues wrote: > @@ -43,11 +43,11 @@ > .Sh DESCRIPTION > The > .Fn sleep > -function suspends execution of the calling process until either > +function suspends execution of the calling thread until either > .Fa seconds > -seconds have elapsed o

svn commit: r276818 - head/sys/kern

2015-01-08 Thread Robert Watson
Author: rwatson Date: Thu Jan 8 11:16:21 2015 New Revision: 276818 URL: https://svnweb.freebsd.org/changeset/base/276818 Log: Replace hand-crafted versions of M_SIZE() and M_START() in uipc_mbuf.c with calls to the centralised macros, reducing direct use of MLEN and MHLEN. Differential

Re: svn commit: r276802 - head/lib/libc/gen

2015-01-08 Thread Bruce Evans
On Thu, 8 Jan 2015, Konstantin Belousov wrote: On Thu, Jan 08, 2015 at 01:27:44AM +, Craig Rodrigues wrote: @@ -43,11 +43,11 @@ .Sh DESCRIPTION The .Fn sleep -function suspends execution of the calling process until either +function suspends execution of the calling thread until either

Re: svn commit: r276796 - in head: . share/mk tools/build/options

2015-01-08 Thread Erik Cederstrand
Thanks, Ed. That's really cool! Does anyone know what the status of replacing ld is? Erik > Den 07/01/2015 kl. 23.02 skrev Ed Maste : > > Author: emaste > Date: Wed Jan 7 22:02:37 2015 > New Revision: 276796 > URL: https://svnweb.freebsd.org/changeset/base/276796 > > Log: > Use a set of ELF

Re: svn commit: r276801 - head/sys/i386/i386

2015-01-08 Thread TAKAHASHI Yoshihiro
In article <201501080039.t080df3o011...@svn.freebsd.org> Warner Losh writes: > Author: imp > Date: Thu Jan 8 00:39:40 2015 > New Revision: 276801 > URL: https://svnweb.freebsd.org/changeset/base/276801 > > Log: > Don't call the SSE routines when they aren't enabled (or even compiled > into

svn commit: r276819 - head/lib/clang/libllvmaarch64disassembler

2015-01-08 Thread Ed Maste
Author: emaste Date: Thu Jan 8 14:26:49 2015 New Revision: 276819 URL: https://svnweb.freebsd.org/changeset/base/276819 Log: Fix WITH_LLDB build A build with WITH_LLDB and not WITH_CLANG_EXTRAS failed after r276783. Reported by: rodrigc Modified: head/lib/clang/libllvmaarch64disas

svn commit: r276820 - head/release/scripts

2015-01-08 Thread Glen Barber
Author: gjb Date: Thu Jan 8 14:29:03 2015 New Revision: 276820 URL: https://svnweb.freebsd.org/changeset/base/276820 Log: Print informational output when NOPORTS is set, which would otherwise cause pkg-stage.sh to silently exit. MFC after:3 days Sponsored by: The FreeBSD Foundati

svn commit: r276821 - head/contrib/elftoolchain/nm

2015-01-08 Thread Ed Maste
Author: emaste Date: Thu Jan 8 14:35:16 2015 New Revision: 276821 URL: https://svnweb.freebsd.org/changeset/base/276821 Log: nm: Accept long option --extern-only for -g Submitted by: jkim Modified: head/contrib/elftoolchain/nm/nm.1 head/contrib/elftoolchain/nm/nm.c Modified: head/con

svn commit: r276822 - head/release/scripts

2015-01-08 Thread Glen Barber
Author: gjb Date: Thu Jan 8 14:39:53 2015 New Revision: 276822 URL: https://svnweb.freebsd.org/changeset/base/276822 Log: Ensure /var/run/ld-elf.so.hints exists before building pkg(8). MFC after:3 days X-MFC-With: r276820 Sponsored by: The FreeBSD Foundation Modified: head/r

Re: svn commit: r276796 - in head: . share/mk tools/build/options

2015-01-08 Thread Ed Maste
On 8 January 2015 at 07:54, Erik Cederstrand wrote: > Thanks, Ed. That's really cool! > > Does anyone know what the status of replacing ld is? The plan is to use lld from the LLVM linker. Good progress is being made upstream on lld; it can self-host on FreeBSD. We're currently blocked on linker s

svn commit: r276823 - in head: contrib/ofed/management/opensm/osmtest contrib/ofed/usr.bin contrib/ofed/usr.bin/osmtest contrib/ofed/usr.lib etc/mtree

2015-01-08 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 8 14:45:54 2015 New Revision: 276823 URL: https://svnweb.freebsd.org/changeset/base/276823 Log: Add makefile for the "osmtest" utility. While at it: - Fix depend target by removing a space after an "-I" inclusion option. - Fix some minor compile issues in the

svn commit: r276824 - in head/sys/ofed/drivers/infiniband/ulp: ipoib sdp

2015-01-08 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 8 14:58:54 2015 New Revision: 276824 URL: https://svnweb.freebsd.org/changeset/base/276824 Log: Use the M_SIZE() macro when possible. MFC after:3 days Suggested by: rwatson@ Modified: head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ib.c head/sys/o

svn commit: r276825 - head/sys/cam/scsi

2015-01-08 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 8 15:10:25 2015 New Revision: 276825 URL: https://svnweb.freebsd.org/changeset/base/276825 Log: Allow a block size of zero to mean 512 bytes, which is the most common block size for USB disks. This fixes support for "Action Cam SJ4000". Reviewed by: mav @

Re: svn commit: r276819 - head/lib/clang/libllvmaarch64disassembler

2015-01-08 Thread Dimitry Andric
On 08 Jan 2015, at 15:26, Ed Maste wrote: > > Author: emaste > Date: Thu Jan 8 14:26:49 2015 > New Revision: 276819 > URL: https://svnweb.freebsd.org/changeset/base/276819 > > Log: > Fix WITH_LLDB build > > A build with WITH_LLDB and not WITH_CLANG_EXTRAS failed after r276783. > > Reported

svn commit: r276826 - in head/tools/tools/nanobsd: gateworks pcengines

2015-01-08 Thread John Baldwin
Author: jhb Date: Thu Jan 8 15:20:42 2015 New Revision: 276826 URL: https://svnweb.freebsd.org/changeset/base/276826 Log: Drop 'new' from the description of NFSCL to match the recent change in HEAD kernel confs. Modified: head/tools/tools/nanobsd/gateworks/G2348 head/tools/tools/nanobsd/

svn commit: r276827 - head/release/scripts

2015-01-08 Thread Glen Barber
Author: gjb Date: Thu Jan 8 15:42:10 2015 New Revision: 276827 URL: https://svnweb.freebsd.org/changeset/base/276827 Log: Ensure the ports directories exist for the list of packages intended to be included on the DVD, and remove any nonexistent ports from the final list. Print the list

svn commit: r276828 - head/release/scripts

2015-01-08 Thread Glen Barber
Author: gjb Date: Thu Jan 8 15:50:10 2015 New Revision: 276828 URL: https://svnweb.freebsd.org/changeset/base/276828 Log: Switch to x11/gnome3 now that x11/gnome2 no longer exists in the ports tree. MFC after:3 days X-MFC-With: r276820, r276822, r276827 Sponsored by: The FreeBS

svn commit: r276829 - in head: sys/kern sys/sys sys/x86/acpica usr.bin/cpuset

2015-01-08 Thread John Baldwin
Author: jhb Date: Thu Jan 8 15:53:13 2015 New Revision: 276829 URL: https://svnweb.freebsd.org/changeset/base/276829 Log: Create a cpuset mask for each NUMA domain that is available in the kernel via the global cpuset_domain[] array. To export these to userland, add a CPU_WHICH_DOMAIN level

svn commit: r276831 - head/sys/cam/scsi

2015-01-08 Thread Kenneth D. Merry
Author: ken Date: Thu Jan 8 16:27:56 2015 New Revision: 276831 URL: https://svnweb.freebsd.org/changeset/base/276831 Log: Fix a bug in the CAM SCSI probe code that caused changes in inquiry data to go undetected. The probe code does an MD5 checksum of the inquiry data (and page 0x80 se

svn commit: r276832 - head/usr.bin/sed

2015-01-08 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jan 8 16:33:15 2015 New Revision: 276832 URL: https://svnweb.freebsd.org/changeset/base/276832 Log: sed: Address warnings with clang and gcc48. MFC after:2 weeks Modified: head/usr.bin/sed/Makefile head/usr.bin/sed/main.c head/usr.bin/sed/process.c Modifie

svn commit: r276833 - head/etc

2015-01-08 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Jan 8 16:35:09 2015 New Revision: 276833 URL: https://svnweb.freebsd.org/changeset/base/276833 Log: Make /net use -intr by default. Linux does that, and it seems a good idea. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/etc/auto_ma

svn commit: r276834 - in head/sys/x86: include x86

2015-01-08 Thread Sean Bruno
Author: sbruno Date: Thu Jan 8 16:50:35 2015 New Revision: 276834 URL: https://svnweb.freebsd.org/changeset/base/276834 Log: Update Features2 to display SDBG capability of processor. This is showing up on Haswell-class CPUs From the Intel SDM, "Table 3-20. Feature Information Returned i

svn commit: r276835 - in head: sbin/camcontrol sys/cam/scsi

2015-01-08 Thread Kenneth D. Merry
Author: ken Date: Thu Jan 8 16:58:40 2015 New Revision: 276835 URL: https://svnweb.freebsd.org/changeset/base/276835 Log: Improve camcontrol(8) handling of drive defect data. This includes a new summary mode (-s) for camcontrol defects that quickly tells the user the most important thing

svn commit: r276837 - head/usr.bin/sed

2015-01-08 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jan 8 17:23:59 2015 New Revision: 276837 URL: https://svnweb.freebsd.org/changeset/base/276837 Log: Partial revert of r276832: Do not bump the warns level as it still breaks the gcc build on sparc64 Reported by: jenkins Modified: head/usr.bin/sed/Makefile Mo

svn commit: r276839 - head/sys/dev/isp

2015-01-08 Thread Kenneth D. Merry
Author: ken Date: Thu Jan 8 17:41:28 2015 New Revision: 276839 URL: https://svnweb.freebsd.org/changeset/base/276839 Log: Fix Fibre Channel Command Reference Number handling in the isp(4) driver. The Command Reference Number is used for precise delivery of commands, and is part of the FC

svn commit: r276840 - head/sys/i386/i386

2015-01-08 Thread Warner Losh
Author: imp Date: Thu Jan 8 17:46:42 2015 New Revision: 276840 URL: https://svnweb.freebsd.org/changeset/base/276840 Log: Need to include opt_cpu.h to access CPU_DISABLE_SSE option. Thankfully, this only broke i686 configs that disabled SSE. Submitted by: nyan@ Modified: head/sys/i386

svn commit: r276841 - head/sys/netpfil/pf

2015-01-08 Thread Craig Rodrigues
Author: rodrigc Date: Thu Jan 8 17:49:07 2015 New Revision: 276841 URL: https://svnweb.freebsd.org/changeset/base/276841 Log: Do not initialize pfi_unlnkdkifs_mtx and pf_frag_mtx. They are already initialized by MTX_SYSINIT. Submitted by: Nikos Vassiliadis Modified: head/sys/netpfil/

svn commit: r276842 - head/sys/dev/isp

2015-01-08 Thread Kenneth D. Merry
Author: ken Date: Thu Jan 8 17:51:12 2015 New Revision: 276842 URL: https://svnweb.freebsd.org/changeset/base/276842 Log: Close a race in the isp(4) driver that caused devices to disappear and not automatically come back if they were gone for a short period of time. The isp(4) driver h

svn commit: r276843 - head/tools/tools/nanobsd/pcengines

2015-01-08 Thread Warner Losh
Author: imp Date: Thu Jan 8 18:00:38 2015 New Revision: 276843 URL: https://svnweb.freebsd.org/changeset/base/276843 Log: We don't want tests on these embedded boxes. Modified: head/tools/tools/nanobsd/pcengines/common.conf Modified: head/tools/tools/nanobsd/pcengines/common.conf ==

svn commit: r276844 - head/sys/netinet6

2015-01-08 Thread Alexander V. Chernikov
Author: melifaro Date: Thu Jan 8 18:02:05 2015 New Revision: 276844 URL: https://svnweb.freebsd.org/changeset/base/276844 Log: * Use newly-created nd6_grab_holdchain() function to retrieve lle hold mbuf chain instead of calling full-blown nd6_output_lle() for each packet. This simplifie

svn commit: r276846 - in head: share/mk sys/arm/conf sys/conf sys/modules/dtb sys/modules/dtb/atmel

2015-01-08 Thread Warner Losh
Author: imp Date: Thu Jan 8 18:28:06 2015 New Revision: 276846 URL: https://svnweb.freebsd.org/changeset/base/276846 Log: Add infrastructure to build dtb files from dts files. Added: head/share/mk/bsd.dtb.mk (contents, props changed) head/sys/conf/dtb.mk (contents, props changed) hea

svn commit: r276847 - head/sys/netinet6

2015-01-08 Thread Alexander V. Chernikov
Author: melifaro Date: Thu Jan 8 18:29:54 2015 New Revision: 276847 URL: https://svnweb.freebsd.org/changeset/base/276847 Log: Add forgotten definition for nd6_output_ifp(). Modified: head/sys/netinet6/nd6.c Modified: head/sys/netinet6/nd6.c =

svn commit: r276848 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2015-01-08 Thread Mark Johnston
Author: markj Date: Thu Jan 8 18:45:16 2015 New Revision: 276848 URL: https://svnweb.freebsd.org/changeset/base/276848 Log: Revert r274569. It seems to be causing a crash when merging CTF data for recent i386 GENERIC kernels. Reported by: David Wolfskill Modified: head/cddl/contrib/o

svn commit: r276849 - in head: lib/libc/sys usr.bin/cpuset

2015-01-08 Thread John Baldwin
Author: jhb Date: Thu Jan 8 18:53:11 2015 New Revision: 276849 URL: https://svnweb.freebsd.org/changeset/base/276849 Log: Document CPU_WHICH_DOMAIN and bump Dd for cpuset.1. Missed in:r276829 Modified: head/lib/libc/sys/cpuset.2 head/usr.bin/cpuset/cpuset.1 Modified: head/lib/lib

svn commit: r276850 - head/sys/kern

2015-01-08 Thread John Baldwin
Author: jhb Date: Thu Jan 8 19:11:14 2015 New Revision: 276850 URL: https://svnweb.freebsd.org/changeset/base/276850 Log: Reject attempts to read the cpuset mask of a negative domain ID. Modified: head/sys/kern/kern_cpuset.c Modified: head/sys/kern/kern_cpuset.c

Re: svn commit: r276747 - head/sys/netpfil/pf

2015-01-08 Thread Adrian Chadd
On 8 January 2015 at 00:13, Ermal Luçi wrote: > > > On Thu, Jan 8, 2015 at 1:21 AM, Bjoern A. Zeeb > wrote: >> >> >> > On 07 Jan 2015, at 20:46 , Gleb Smirnoff wrote: >> > >> > On Tue, Jan 06, 2015 at 09:03:04AM +, Craig Rodrigues wrote: >> > C> Author: rodrigc >> > C> Date: Tue Jan 6 09:03

svn commit: r276851 - in head: contrib/compiler-rt contrib/compiler-rt/BlocksRuntime contrib/compiler-rt/include contrib/compiler-rt/lib contrib/compiler-rt/lib/BlocksRuntime contrib/compiler-rt/li...

2015-01-08 Thread Dimitry Andric
Author: dim Date: Thu Jan 8 19:47:10 2015 New Revision: 276851 URL: https://svnweb.freebsd.org/changeset/base/276851 Log: Update compiler-rt to trunk r224034. This brings a number of new builtins, and also the various sanitizers. Support for these will be added in a later commit. Added:

Re: svn commit: r276846 - in head: share/mk sys/arm/conf sys/conf sys/modules/dtb sys/modules/dtb/atmel

2015-01-08 Thread NGie Cooper
On Thu, Jan 8, 2015 at 10:28 AM, Warner Losh wrote: > Author: imp > Date: Thu Jan 8 18:28:06 2015 > New Revision: 276846 > URL: https://svnweb.freebsd.org/changeset/base/276846 > > Log: > Add infrastructure to build dtb files from dts files. ... > Added: head/share/mk/bsd.dtb.mk > ===

svn commit: r276852 - head/lib/libblocksruntime

2015-01-08 Thread Dimitry Andric
Author: dim Date: Thu Jan 8 20:08:00 2015 New Revision: 276852 URL: https://svnweb.freebsd.org/changeset/base/276852 Log: Follow up to r276851 by also committing a necessary update to lib/libblocksruntime. Pointy hat to:dim Modified: head/lib/libblocksruntime/Makefile Modifie

svn commit: r276853 - in head: lib/libc/arm/aeabi lib/libstand sys/boot/libstand32

2015-01-08 Thread Dimitry Andric
Author: dim Date: Thu Jan 8 20:11:38 2015 New Revision: 276853 URL: https://svnweb.freebsd.org/changeset/base/276853 Log: Apparently more Makefiles use stuff from compiler-rt, so fix them up too. (This did not show during a make universe, strangely.) Modified: head/lib/libc/arm/aeabi/Make

svn commit: r276855 - head/sys/kern

2015-01-08 Thread John Baldwin
Author: jhb Date: Thu Jan 8 21:46:28 2015 New Revision: 276855 URL: https://svnweb.freebsd.org/changeset/base/276855 Log: Change the default method for device_quiesce() to return 0 instead of EOPNOTSUPP. The current behavior can mask real quiesce errors since devclass_quiesce_driver() stop

svn commit: r276857 - in head/lib/libclang_rt: . asan asan_cxx profile san ubsan ubsan_cxx

2015-01-08 Thread Dimitry Andric
Author: dim Date: Thu Jan 8 22:40:56 2015 New Revision: 276857 URL: https://svnweb.freebsd.org/changeset/base/276857 Log: Now compiler-rt has been updated in r276851, bring in the various sanitizer libraries that already work on FreeBSD: * asan:Address Sanitizer * ubsan: Undefine

Re: svn commit: r276853 - in head: lib/libc/arm/aeabi lib/libstand sys/boot/libstand32

2015-01-08 Thread NGie Cooper
On Thu, Jan 8, 2015 at 12:11 PM, Dimitry Andric wrote: > Author: dim > Date: Thu Jan 8 20:11:38 2015 > New Revision: 276853 > URL: https://svnweb.freebsd.org/changeset/base/276853 > > Log: > Apparently more Makefiles use stuff from compiler-rt, so fix them up > too. (This did not show during

Re: svn commit: r276846 - in head: share/mk sys/arm/conf sys/conf sys/modules/dtb sys/modules/dtb/atmel

2015-01-08 Thread Warner Losh
> On Jan 8, 2015, at 12:49 PM, NGie Cooper wrote: > > On Thu, Jan 8, 2015 at 10:28 AM, Warner Losh wrote: >> Author: imp >> Date: Thu Jan 8 18:28:06 2015 >> New Revision: 276846 >> URL: https://svnweb.freebsd.org/changeset/base/276846 >> >> Log: >> Add infrastructure to build dtb files from

svn commit: r276861 - in head: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/aes/asm crypto/openssl/crypto/asn1 crypto/openssl/crypto/bio crypto/openssl/crypto/bn c...

2015-01-08 Thread Jung-uk Kim
Author: jkim Date: Thu Jan 8 23:42:41 2015 New Revision: 276861 URL: https://svnweb.freebsd.org/changeset/base/276861 Log: Merge OpenSSL 1.0.1k. Added: head/crypto/openssl/util/mkbuildinf.pl - copied unchanged from r276856, vendor-crypto/openssl/dist/util/mkbuildinf.pl Deleted: head/

svn commit: r276863 - in head/crypto/openssl: crypto util

2015-01-08 Thread Jung-uk Kim
Author: jkim Date: Fri Jan 9 00:42:10 2015 New Revision: 276863 URL: https://svnweb.freebsd.org/changeset/base/276863 Log: MFV: r276862 Fix build. Modified: head/crypto/openssl/crypto/cversion.c head/crypto/openssl/util/mkbuildinf.pl Directory Properties: head/crypto/openssl/ (pr

Re: svn commit: r276819 - head/lib/clang/libllvmaarch64disassembler

2015-01-08 Thread Craig Rodrigues
On Thu, Jan 8, 2015 at 6:26 AM, Ed Maste wrote: > > +.if ${MK_CLANG_EXTRAS} != "no" || .${MK_LLDB} != "no" > > There is no need for a leading "." -- Craig ___ svn-src-head@freebsd.org

Re: svn commit: r276861 - in head: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/aes/asm crypto/openssl/crypto/asn1 crypto/openssl/crypto/bio crypto/openssl/crypto/bn

2015-01-08 Thread Craig Rodrigues
On Thu, Jan 8, 2015 at 3:42 PM, Jung-uk Kim wrote: > Author: jkim > Date: Thu Jan 8 23:42:41 2015 > New Revision: 276861 > URL: https://svnweb.freebsd.org/changeset/base/276861 > > Log: > Merge OpenSSL 1.0.1k. > In future, please set Relnotes: flag in the commit message for this type of comm

svn commit: r276866 - head/lib/clang/libllvmaarch64disassembler

2015-01-08 Thread Ed Maste
Author: emaste Date: Fri Jan 9 01:57:11 2015 New Revision: 276866 URL: https://svnweb.freebsd.org/changeset/base/276866 Log: Remove extraneous period Reported by: rodrigc Modified: head/lib/clang/libllvmaarch64disassembler/Makefile Modified: head/lib/clang/libllvmaarch64disassembler/M

Re: svn commit: r276819 - head/lib/clang/libllvmaarch64disassembler

2015-01-08 Thread Ed Maste
On 8 January 2015 at 20:27, Craig Rodrigues wrote: >> >> +.if ${MK_CLANG_EXTRAS} != "no" || .${MK_LLDB} != "no" >> > > > There is no need for a leading "." Oops, yes it was a cut-and-pasteo. Thanks for spotting it. ___

svn commit: r276867 - head/sys/x86/iommu

2015-01-08 Thread Konstantin Belousov
Author: kib Date: Fri Jan 9 02:10:44 2015 New Revision: 276867 URL: https://svnweb.freebsd.org/changeset/base/276867 Log: Fix DMAR context allocations for the devices behind PCIe->PCI bridges after dmar driver was converted to use rids. The bus component to calculate context page must be t

svn commit: r276879 - head/sys/ofed/include/net

2015-01-08 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jan 9 06:39:07 2015 New Revision: 276879 URL: https://svnweb.freebsd.org/changeset/base/276879 Log: Don't mask the IP-address when doing multicast IP over infiniband. PR: 196631 MFC after:3 days Sponsored by: Mellanox Technologies Modified: h

svn commit: r276881 - in head/lib/libedit: . TEST edit/readline

2015-01-08 Thread Baptiste Daroussin
Author: bapt Date: Fri Jan 9 07:40:56 2015 New Revision: 276881 URL: https://svnweb.freebsd.org/changeset/base/276881 Log: Synchronize libedit with NetBSD and activate UTF-8 support [1] Differences with NetBSD Reapply our local patches on top of it Fix Unicode environement detection

svn commit: r276882 - head/lib/libedit

2015-01-08 Thread Baptiste Daroussin
Author: bapt Date: Fri Jan 9 07:48:22 2015 New Revision: 276882 URL: https://svnweb.freebsd.org/changeset/base/276882 Log: Remove junk added during testing phase Modified: head/lib/libedit/eln.c Modified: head/lib/libedit/eln.c ===