On Tue, 14 Apr 2015, Eitan Adler wrote:
Log:
ipcs: fix builds that use gcc
gcc gets annoyed by duplicate declarations
You mean "Fix builds that use a working compiler. Working compilers
report redundant declarations when requested to do so by the
-Wredundant-decls flag which I recent
Author: andrew
Date: Tue Apr 14 10:15:58 2015
New Revision: 281522
URL: https://svnweb.freebsd.org/changeset/base/281522
Log:
Disable truss, gprof, and lint on arm64, they don't build.
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.bin/Makefile
Modified: head/usr.bin/Makefile
=
Author: andrew
Date: Tue Apr 14 10:40:37 2015
New Revision: 281524
URL: https://svnweb.freebsd.org/changeset/base/281524
Log:
Use MACHINE in the efi loader when it is what we mean, it may not be the
same as MACHINE_CPUARCH, it just happened to be the case the architectures
this code currentl
Author: andrew
Date: Tue Apr 14 10:41:57 2015
New Revision: 281525
URL: https://svnweb.freebsd.org/changeset/base/281525
Log:
Fix the arm64 MACHINE_CPUARCH value in the efi fdt glue code.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/boot/efi/fdt/Makefile
Modified: head/sys/bo
Author: andrew
Date: Tue Apr 14 13:55:01 2015
New Revision: 281526
URL: https://svnweb.freebsd.org/changeset/base/281526
Log:
Add support for arm64 to loader.efi and boot1.efi
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
Added:
head/sys/arm64/include/psl.h (contents, pro
On Tue, 14 Apr 2015 13:55:02 + (UTC)
Andrew Turner wrote:
> Author: andrew
> Date: Tue Apr 14 13:55:01 2015
> New Revision: 281526
> URL: https://svnweb.freebsd.org/changeset/base/281526
>
> Log:
> Add support for arm64 to loader.efi and boot1.efi
>
> Reviewed by:emaste
> Sp
Author: andrew
Date: Tue Apr 14 14:15:14 2015
New Revision: 281527
URL: https://svnweb.freebsd.org/changeset/base/281527
Log:
* Remove the wfi when the efi loader returns, it's unneeded and is not
available on older designs.
* Enable the efi loader on arm
Modified:
head/sys/boot/Makefil
Author: gnn
Date: Tue Apr 14 14:22:34 2015
New Revision: 281528
URL: https://svnweb.freebsd.org/changeset/base/281528
Log:
When a kernel has DEVICE_POLLING turned on but no drivers have
the capability do not try to take the mutex at all.
Replaces misbegotten attempt from reverted commit 2
Author: gnn
Date: Tue Apr 14 14:43:42 2015
New Revision: 281529
URL: https://svnweb.freebsd.org/changeset/base/281529
Log:
I can find no reason to allow packets with both SYN and FIN bits
set past this point in the code. The packet should be dropped and
not massaged as it is here.
Diffe
Author: gnn
Date: Tue Apr 14 15:21:20 2015
New Revision: 281530
URL: https://svnweb.freebsd.org/changeset/base/281530
Log:
Document internal interface types which are specific to FreeBSD.
Modified:
head/sys/net/if_types.h
Modified: head/sys/net/if_types.h
Author: asomers
Date: Tue Apr 14 16:33:33 2015
New Revision: 281531
URL: https://svnweb.freebsd.org/changeset/base/281531
Log:
Initialize async_arg_ptr in xpt_async when called with async_code
AC_ADVINFO_CHANGED.
Without this change, newly inserted hard disks won't always have their
phy
Author: delphij
Date: Tue Apr 14 18:13:55 2015
New Revision: 281532
URL: https://svnweb.freebsd.org/changeset/base/281532
Log:
Eliminate unused headers.
Modified:
head/usr.sbin/ctld/discovery.c
head/usr.sbin/ctld/isns.c
head/usr.sbin/ctld/keys.c
head/usr.sbin/ctld/login.c
head/usr.sbi
Author: kp
Date: Tue Apr 14 19:07:37 2015
New Revision: 281536
URL: https://svnweb.freebsd.org/changeset/base/281536
Log:
pf: Fix forwarding detection
If the direction is not PF_OUT we can never be forwarding. Some input packets
have rcvif != ifp (looped back packets), which lead us to ip
Author: emaste
Date: Tue Apr 14 19:18:34 2015
New Revision: 281537
URL: https://svnweb.freebsd.org/changeset/base/281537
Log:
Increase vt font limits to allow use of GNU Unifont
PR: 199438
Submitted by: Ting-Wei Lan
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Author: delphij
Date: Wed Apr 15 00:07:21 2015
New Revision: 281540
URL: https://svnweb.freebsd.org/changeset/base/281540
Log:
When reading in the original file name from gzip header, we read
in PATH_MAX + 1 bytes from the file. In r281500, strrchr() is
used to strip possible path portion o
Author: adrian
Date: Wed Apr 15 00:57:21 2015
New Revision: 281541
URL: https://svnweb.freebsd.org/changeset/base/281541
Log:
Fix RSS build - netisr input / NETISR_IP_DIRECT is used here.
Modified:
head/sys/netinet/ip_reass.c
Modified: head/sys/netinet/ip_reass.c
Author: neel
Date: Wed Apr 15 05:04:42 2015
New Revision: 281542
URL: https://svnweb.freebsd.org/changeset/base/281542
Log:
Initialize 'error' before use.
Reported by: Coverity Scan
CID: 1249748, 1249747, 1249751, 1249749
MFC after:1 week
Modified:
head/usr.sbin/bhyvect
Author: rpaulo
Date: Wed Apr 15 05:24:39 2015
New Revision: 281544
URL: https://svnweb.freebsd.org/changeset/base/281544
Log:
snd_hda: add support for the Lenovo X1 20BS model.
This requires a patch to redirect the output to a separate DAC when
the headphones are used. While there, add d
Baptiste Daroussin writes:
> Log:
> Enforce LC_COLLATE="C" until we do support proper UTF-8 collation
[...]
> - :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\
> + :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:LC_COLLATE=C:\
Did you mean to append value to :setenv instead of defining
a separate capabili
On Wed, Apr 15, 2015 at 07:33:24AM +0200, Jan Beich wrote:
> Baptiste Daroussin writes:
>
> > Log:
> > Enforce LC_COLLATE="C" until we do support proper UTF-8 collation
> [...]
> > - :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\
> > + :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:LC_COLLATE=C:\
>
> Did yo
Author: bapt
Date: Wed Apr 15 06:57:47 2015
New Revision: 281546
URL: https://svnweb.freebsd.org/changeset/base/281546
Log:
Correctly set LC_COLLATE into setenv
Submitted by: jbeich
Modified:
head/etc/login.conf
Modified: head/etc/login.conf
=
21 matches
Mail list logo