Author: tijl
Date: Thu Apr 16 07:17:00 2015
New Revision: 281591
URL: https://svnweb.freebsd.org/changeset/base/281591
Log:
Fix build after r281550 when WITHOUT_ICONV is defined.
Reported by: adrian
MFC after:2 weeks
Modified:
head/bin/csh/iconv_stub.h
Modified: head/bin/csh/icon
Author: kevlo
Date: Thu Apr 16 07:40:01 2015
New Revision: 281592
URL: https://svnweb.freebsd.org/changeset/base/281592
Log:
Enable LDO to 2.5V before efuse r/w action in order to prevent
incorrect mac address read from efuse.
Reported by: swills
Tested by:rpaulo and myself on RPi
Author: jch
Date: Thu Apr 16 10:00:06 2015
New Revision: 281599
URL: https://svnweb.freebsd.org/changeset/base/281599
Log:
Fix an old and well-documented use-after-free race condition in
TCP timers:
- Add a reference from tcpcb to its inpcb
- Defer tcpcb deletion until TCP timers have fi
Author: emaste
Date: Thu Apr 16 12:54:28 2015
New Revision: 281600
URL: https://svnweb.freebsd.org/changeset/base/281600
Log:
compiler_rt: add floatunsitf for arm64
It provides unsigned integer to quad-precision conversion.
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/lib
Author: jhb
Date: Thu Apr 16 12:58:51 2015
New Revision: 281601
URL: https://svnweb.freebsd.org/changeset/base/281601
Log:
Remove THRMISC_VERSION. The thrmisc structure doesn't include a version
number, so this wasn't used (and can't easily be added). If at some point
we want to extend thr
Author: jhb
Date: Thu Apr 16 13:25:22 2015
New Revision: 281602
URL: https://svnweb.freebsd.org/changeset/base/281602
Log:
Release Julien Charbon (jch@) from mentorship.
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
==
Author: jhb
Date: Thu Apr 16 15:09:46 2015
New Revision: 281603
URL: https://svnweb.freebsd.org/changeset/base/281603
Log:
MFC 280222:
Clear an mbuf's external storage flags in m_extaddref(). They are cleared
in other places that set the external storage type (ext_type) such as
m_cljset(),
Author: brooks
Date: Thu Apr 16 15:35:17 2015
New Revision: 281605
URL: https://svnweb.freebsd.org/changeset/base/281605
Log:
Fix a minor function definition inconsistancy.
MFC after:3 days
Modified:
head/share/man/man3/queue.3
Modified: head/share/man/man3/queue.3
=
(r281603)
+++ head/UPDATING Thu Apr 16 15:34:22 2015(r281604)
@@ -35,6 +35,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
The const qualifier has been removed from iconv(3) to comply with
POSIX. The ports tree is aware of this from r384038 onwards.
+20150416
Author: rodrigc
Date: Thu Apr 16 17:42:52 2015
New Revision: 281606
URL: https://svnweb.freebsd.org/changeset/base/281606
Log:
In the version of gcc in the FreeBSD tree, this modification was made to
the compiler in svn r242182:
#if STDC_HOSTED
#include
#endif
A similar change w
Author: markj
Date: Thu Apr 16 19:04:38 2015
New Revision: 281608
URL: https://svnweb.freebsd.org/changeset/base/281608
Log:
MFC r281225:
Add B_KVAALLOC and B_UNMAPPED to the buf flag name list.
Modified:
stable/10/sys/sys/buf.h
Directory Properties:
stable/10/ (props changed)
Modified
Author: markj
Date: Thu Apr 16 19:09:25 2015
New Revision: 281609
URL: https://svnweb.freebsd.org/changeset/base/281609
Log:
MFC r272378:
Add net.inet.icmp.tstamprepl.
PR: 193689
Modified:
stable/10/share/man/man4/icmp.4
stable/10/sys/netinet/ip_icmp.c
Directory Properties:
stabl
Author: emaste
Date: Thu Apr 16 19:23:08 2015
New Revision: 281610
URL: https://svnweb.freebsd.org/changeset/base/281610
Log:
Set MACHINE_ARCH to aarch64 for arm64
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/arm64/conf/DEFAULTS
Modified: head/sys/arm64/co
Author: neel
Date: Thu Apr 16 20:11:49 2015
New Revision: 281611
URL: https://svnweb.freebsd.org/changeset/base/281611
Log:
If the number of guest vcpus is less than '1' then flag it as an error.
MFC after:1 week
Modified:
head/usr.sbin/bhyve/bhyverun.c
Modified: head/usr.sbin/bhyve
Author: neel
Date: Thu Apr 16 20:15:47 2015
New Revision: 281612
URL: https://svnweb.freebsd.org/changeset/base/281612
Log:
Prefer 'vcpu_should_yield()' over checking 'curthread->td_flags' directly.
MFC after:1 week
Modified:
head/sys/amd64/vmm/amd/svm.c
Modified: head/sys/amd64/vmm
@@
# xargs -n1 | sort | uniq -d;
# done
+# 20150416: ALTQ moved to net/altq
+OLD_FILES+=usr/include/altq/altq_rmclass_debug.h
+OLD_FILES+=usr/include/altq/altq.h
+OLD_FILES+=usr/include/altq/altq_cdnr.h
+OLD_FILES+=usr/include/altq/altq_hfsc.h
+OLD_FILES+=usr/include/altq/altq_priq.h
+OLD_FILES
Author: glebius
Date: Thu Apr 16 20:23:50 2015
New Revision: 281614
URL: https://svnweb.freebsd.org/changeset/base/281614
Log:
Remove empty now directory.
Deleted:
head/sys/contrib/altq/
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.
On Apr 16, 2015, at 13:22, Gleb Smirnoff wrote:
> Author: glebius
> Date: Thu Apr 16 20:22:40 2015
> New Revision: 281613
> URL: https://svnweb.freebsd.org/changeset/base/281613
>
> Log:
> Move ALTQ from contrib to net/altq. The ALTQ code is for many years
> discontinued by its initial authors
Author: imp
Date: Thu Apr 16 20:50:37 2015
New Revision: 281615
URL: https://svnweb.freebsd.org/changeset/base/281615
Log:
People are still getting burned by the byacc upgraded, switch to
always doing byacc until someone figures out the more nuanced version
to switch off of.
Modified:
hea
Author: dteske
Date: Thu Apr 16 20:53:15 2015
New Revision: 281616
URL: https://svnweb.freebsd.org/changeset/base/281616
Log:
Add "GELI Passphrase:" prompt to boot loader.
A new loader.conf(5) option of geom_eli_passphrase_prompt="YES" will now
allow you to enter your geli(8) root-mount c
Author: bdrewery
Date: Thu Apr 16 21:44:35 2015
New Revision: 281617
URL: https://svnweb.freebsd.org/changeset/base/281617
Log:
Fix SIGINFO race causing final results to be lost to stderr.
If a SIGINFO comes in after the file is read then the 'siginfo' flag is set to
1 and the next call t
Author: ngie
Date: Thu Apr 16 21:45:07 2015
New Revision: 281618
URL: https://svnweb.freebsd.org/changeset/base/281618
Log:
Defeat race with MK_KERBEROS == yes introduced with bootstrap-tools
parallelization work done in r279197
- kerberos5/lib/libroken requires kerberos5/tools/make-roken
Author: allanjude (doc committer)
Date: Thu Apr 16 22:09:37 2015
New Revision: 281625
URL: https://svnweb.freebsd.org/changeset/base/281625
Log:
Fix libxo output from uptime command
the libxo output for uptime returned multiple 'uptime' keys, one each for
number of days, hours, and minutes
Author: delphij
Date: Thu Apr 16 22:30:57 2015
New Revision: 281626
URL: https://svnweb.freebsd.org/changeset/base/281626
Log:
r281540 was upstreamed as NetBSD r1.108 of gzip.c, note it as merged.
Modified:
head/usr.bin/gzip/gzip.c
Modified: head/usr.bin/gzip/gzip.c
=
Author: emaste
Date: Thu Apr 16 22:34:10 2015
New Revision: 281627
URL: https://svnweb.freebsd.org/changeset/base/281627
Log:
Fix kernel build ${MACHINE} path
$M should be the kernel machine src directory, ${MACHINE}. In most cases
${MACHINE} and ${MACHINE_CPUARCH} are the same, but this
Author: rmacklem
Date: Thu Apr 16 22:35:15 2015
New Revision: 281628
URL: https://svnweb.freebsd.org/changeset/base/281628
Log:
mav@ has found that NFS servers exporting ZFS file systems
can perform better when using a 128K read/write data size.
This patch changes NFS_MAXDATA from 64K to 128
Author: emaste
Date: Thu Apr 16 22:35:19 2015
New Revision: 281629
URL: https://svnweb.freebsd.org/changeset/base/281629
Log:
Add arm64 to universe if binutils is available.
arm64 relies on an external binutils port or package right now, because
the in-tree linker from binutils 2.17.50 do
Author: neel
Date: Thu Apr 16 22:44:51 2015
New Revision: 281630
URL: https://svnweb.freebsd.org/changeset/base/281630
Log:
Relax the check on which vectors can be delivered through the APIC. According
to the Intel SDM vectors 16 through 255 are allowed to be delivered via the
local APIC.
Author: loos
Date: Fri Apr 17 03:56:50 2015
New Revision: 281639
URL: https://svnweb.freebsd.org/changeset/base/281639
Log:
Fix the 'wrong packet header' errors for if_emac.
Do not strip the ethernet CRC until we read all data from FIFO, otherwise
the CRC bytes would be left in FIFO causi
Author: glebius
Date: Fri Apr 17 06:38:31 2015
New Revision: 281642
URL: https://svnweb.freebsd.org/changeset/base/281642
Log:
- Format copyright notices, VCS ids.
- Run through unifdef(1).
Deleted:
head/sys/net/altq/altqconf.h
Modified:
head/sys/net/altq/altq.h
head/sys/net/altq/altq_c
Author: glebius
Date: Fri Apr 17 06:39:15 2015
New Revision: 281643
URL: https://svnweb.freebsd.org/changeset/base/281643
Log:
Bring in if_types.h from projects/ifnet, where types are
defined in enum.
Modified:
head/sys/net/if_types.h
Modified: head/sys/net/if_types.h
=
31 matches
Mail list logo