Author: ed
Date: Thu Feb 16 06:52:53 2017
New Revision: 313801
URL: https://svnweb.freebsd.org/changeset/base/313801
Log:
Remove unnecessary #includes from the kqueue(2) man page.
Now that can be included on its own, adjust the manual
page accordingly. Remove both unnecessary #include st
On Thu, Feb 16, 2017 at 06:32:39AM +, Konstantin Belousov wrote:
> Author: kib
> Date: Thu Feb 16 06:32:39 2017
> New Revision: 313798
> URL: https://svnweb.freebsd.org/changeset/base/313798
>
> Log:
> Use uintmax_t to print st_nlink.
>
> Sponsored by: The FreeBSD Foundation
Repor
Author: kib
Date: Thu Feb 16 06:36:16 2017
New Revision: 313800
URL: https://svnweb.freebsd.org/changeset/base/313800
Log:
Do not access memory past the buffer end.
Do not accept and silently truncate too long hostname.
Reported and tested by: pho
Sponsored by: The FreeBSD Foundat
Author: kib
Date: Thu Feb 16 06:34:20 2017
New Revision: 313799
URL: https://svnweb.freebsd.org/changeset/base/313799
Log:
Do not allocate char[MNAMELEN] on stack in nfsclient.
Right now this is not critical, but will be after planned increase of
MNAMELEN from 88 to 1k.
Reported and
Author: kib
Date: Thu Feb 16 06:32:39 2017
New Revision: 313798
URL: https://svnweb.freebsd.org/changeset/base/313798
Log:
Use uintmax_t to print st_nlink.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/bin/ls/print.c
Modified: head/bin/ls/print.c
===
Author: kib
Date: Thu Feb 16 06:31:36 2017
New Revision: 313797
URL: https://svnweb.freebsd.org/changeset/base/313797
Log:
Minor style fixes.
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Modified:
head/sys/fs/devfs/devfs_devs.c
Modified: head/sys/fs/devfs/devfs_devs.c
===
Author: delphij
Date: Thu Feb 16 06:16:50 2017
New Revision: 313796
URL: https://svnweb.freebsd.org/changeset/base/313796
Log:
MFC r311285,312335: zlib 1.2.11.
Modified:
stable/10/contrib/zlib/ChangeLog
stable/10/contrib/zlib/README
stable/10/contrib/zlib/adler32.c
stable/10/contrib/zli
Author: delphij
Date: Thu Feb 16 06:16:23 2017
New Revision: 313795
URL: https://svnweb.freebsd.org/changeset/base/313795
Log:
MFC r311285,312335: zlib 1.2.11.
Modified:
stable/11/contrib/zlib/ChangeLog
stable/11/contrib/zlib/README
stable/11/contrib/zlib/adler32.c
stable/11/contrib/zli
Author: kib
Date: Thu Feb 16 06:00:57 2017
New Revision: 313794
URL: https://svnweb.freebsd.org/changeset/base/313794
Log:
MFC r313692:
Style: wrap long line.
Modified:
stable/10/sys/compat/freebsd32/freebsd32_misc.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/
Author: kib
Date: Thu Feb 16 05:57:58 2017
New Revision: 313793
URL: https://svnweb.freebsd.org/changeset/base/313793
Log:
MFC r313692:
Style: wrap long line.
Modified:
stable/11/sys/compat/freebsd32/freebsd32_misc.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/
Author: ngie
Date: Thu Feb 16 05:22:08 2017
New Revision: 313792
URL: https://svnweb.freebsd.org/changeset/base/313792
Log:
Fix mismerge in r313790
Use ${.TARGET}, not Kyuafile.auto* for the fmake case
This is a direct commit to ^/stable/10
Sponsored by: Dell EMC Isilon
Modified:
Author: ngie
Date: Thu Feb 16 05:17:40 2017
New Revision: 313791
URL: https://svnweb.freebsd.org/changeset/base/313791
Log:
MFC r295643:
r295643 (by bdrewery):
Test directories can build in parallel fine.
Added:
stable/10/usr.bin/bmake/tests/Makefile.inc
- copied unchanged from
Author: ngie
Date: Thu Feb 16 05:14:07 2017
New Revision: 313790
URL: https://svnweb.freebsd.org/changeset/base/313790
Log:
MFC r285119,r292502,r295380:
r285119 (by jmmv):
Add support for TEST_METADATA
Allow Makefiles to define generic metadata settings that apply to all test
pr
Author: ngie
Date: Thu Feb 16 04:23:45 2017
New Revision: 313789
URL: https://svnweb.freebsd.org/changeset/base/313789
Log:
MFC r288241:
r288241 (by bdrewery):
Remove 'set -e' that are no longer needed as it is already default.
When bmake was initially imported at r241298 shell co
Author: emaste
Date: Thu Feb 16 03:12:47 2017
New Revision: 313787
URL: https://svnweb.freebsd.org/changeset/base/313787
Log:
makefs: use a macro to simplify per-fs function declarations
makefs.h 1.28
Obtained from:NetBSD
Modified:
head/usr.sbin/makefs/makefs.h
Modified: he
Author: jpaetzel
Date: Thu Feb 16 01:44:56 2017
New Revision: 313786
URL: https://svnweb.freebsd.org/changeset/base/313786
Log:
7500 Simplify dbuf_free_range by removing dn_unlisted_l0_blkid
illumos/illumos-gate@653af1b809998570c7e89fe7a0d3f90992bf0216
https://github.com/illumos/illumos-
Author: imp
Date: Wed Feb 15 23:49:28 2017
New Revision: 313785
URL: https://svnweb.freebsd.org/changeset/base/313785
Log:
Use symbolic constants for OSC support / control negotiations.
Differential Revision: https://reviews.freebsd.org/D9604
Modified:
head/sys/dev/acpica/acpi_pcib_acpi.
Author: mjg
Date: Wed Feb 15 23:33:14 2017
New Revision: 313784
URL: https://svnweb.freebsd.org/changeset/base/313784
Log:
rwlock: tidy up r313392
While a new bit was added and thread alignment got shifted to accomodate it,
RW_READERS_SHIFT was not modified accordingly and clashed with th
> > Author: ian
> > Date: Tue Jan 24 02:09:30 2017
> > New Revision: 312679
> > URL: https://svnweb.freebsd.org/changeset/base/312679
[...]
On Wed, 2017-02-15 at 10:31 +, Yoshiro MIHIRA wrote:
> Hi.
> Ian
>
> Thank you for your strong effort to support imx6 board.
>
> I have SolidRun HummingB
Author: imp
Date: Wed Feb 15 23:04:25 2017
New Revision: 313783
URL: https://svnweb.freebsd.org/changeset/base/313783
Log:
Remove Micro Channel Architecture support. Of the commonly available
machines, only a few 486 machines that used it, and those haven't had
enough memory to run FreeBSD f
Author: mm
Date: Wed Feb 15 20:17:55 2017
New Revision: 313782
URL: https://svnweb.freebsd.org/changeset/base/313782
Log:
MFV r313781:
Sync libarchive with vendor
Vendor changes:
Make SCHILY.acl.ace header more compact (NFSv4 ACLs)
Vendor bugfixes:
zip reader integer parsing fix
Author: mm
Date: Wed Feb 15 20:00:36 2017
New Revision: 313781
URL: https://svnweb.freebsd.org/changeset/base/313781
Log:
Update vendor/libarchive to git 0edabbad1f44641c64fe9d0cbaed27ed93ab38c2
Vendor changes:
Make SCHILY.acl.ace header more compact (NFSv4 ACLs)
Vendor bugfixes:
z
Author: emaste
Date: Wed Feb 15 19:50:26 2017
New Revision: 313780
URL: https://svnweb.freebsd.org/changeset/base/313780
Log:
prefix UFS symbols with UFS_ to reduce namespace pollution
Specifically:
ROOTINO -> UFS_ROOTINO
WINO -> UFS_WINO
NXADDR -> UFS_NXADDR
NDADDR -> UFS_N
On 6 February 2017 at 03:49, Andrey V. Elsukov wrote:
> Author: ae
> Date: Mon Feb 6 08:49:57 2017
> New Revision: 313330
> URL: https://svnweb.freebsd.org/changeset/base/313330
>
> Log:
> Merge projects/ipsec into head/.
In tinderbox powerpc LINT kernel build is failing like so:
cc1: warning
Author: mav
Date: Wed Feb 15 19:46:00 2017
New Revision: 313779
URL: https://svnweb.freebsd.org/changeset/base/313779
Log:
Fix handling of negative sbspace() return values.
I found that at least with Chelsio NICs TOE sockets quite often report
negative sbspace() values. Using unsigned va
Author: hselasky
Date: Wed Feb 15 18:31:09 2017
New Revision: 313778
URL: https://svnweb.freebsd.org/changeset/base/313778
Log:
Improve code readability and fix compilation error when using clang 4.x.
Found by: emaste @
MFC after:1 week
Sponsored by: Mell
Author: rpokala
Date: Wed Feb 15 17:33:03 2017
New Revision: 313777
URL: https://svnweb.freebsd.org/changeset/base/313777
Log:
Un-break vt(4) for {powerpc,powerpc64,sparc64} LINT kernel builds
The {powerpc,powerpc64,sparc64} LINT kernel builds fail with this error:
sys/dev/vt/vt_bu
Author: wblock (doc committer)
Date: Wed Feb 15 16:55:24 2017
New Revision: 313776
URL: https://svnweb.freebsd.org/changeset/base/313776
Log:
MFC r313162: Replace Cyrillic characters with Latin (normal) ones.
Modified:
stable/11/usr.sbin/ctladm/ctladm.8
Directory Properties:
stable/11/ (p
Author: trasz
Date: Wed Feb 15 16:52:21 2017
New Revision: 313775
URL: https://svnweb.freebsd.org/changeset/base/313775
Log:
Change the "devfs_fsync: vop_stdfsync failed" from panic to a printf.
It's not a proper fix, but should be better than what we have now.
Since it got broken some six m
On Wed, Feb 15, 2017 at 02:34:40PM +, Roger Pau Monné wrote:
> Author: royger
> Date: Wed Feb 15 14:34:40 2017
> New Revision: 313771
> URL: https://svnweb.freebsd.org/changeset/base/313771
>
> Log:
> bxe: enable usage with NetXtreme II BCM57840 2x20GbE chip
FWIW, I see the following messag
On 10 February 2017 at 08:28, Aleksandr Rybalko wrote:
> Author: ray
> Date: Fri Feb 10 13:28:30 2017
> New Revision: 313547
> URL: https://svnweb.freebsd.org/changeset/base/313547
sparc64 LINT kernel build failed with:
cc1: warnings being treated as errors
/scratch/tmp/emaste/freebsd/sys/dev/vt
On 15 February 2017 at 02:59, Mahdi Mokhtari wrote:
> Author: mmokhi (ports committer)
> Date: Wed Feb 15 07:59:54 2017
> New Revision: 313761
> URL: https://svnweb.freebsd.org/changeset/base/313761
>
> Log:
> Add casinl() cacosl() catanl() casinhl() cacoshl() catanhl() APIs to msun
> to impro
Author: emaste
Date: Wed Feb 15 15:32:29 2017
New Revision: 313774
URL: https://svnweb.freebsd.org/changeset/base/313774
Log:
localtime: return NULL if time_t out of range of struct tm
Previously we would truncate tm.tm_year for any time_t corresponding to
a year that does not fit in int.
Author: emaste
Date: Wed Feb 15 15:18:43 2017
New Revision: 313773
URL: https://svnweb.freebsd.org/changeset/base/313773
Log:
MFC r313458: lld: Allow arbitrary code alignment in .eh_frame
According to the specification, CIE code alignment factor is an
arbitrary unsigned LEB128 encoded val
Author: andrew
Date: Wed Feb 15 14:56:47 2017
New Revision: 313772
URL: https://svnweb.freebsd.org/changeset/base/313772
Log:
Load the new sp_el0 with interrupts disabled in fork_trampoline. If an
interrupt arrives in fork_trampoline after sp_el0 was written we may then
switch to a new threa
Author: royger
Date: Wed Feb 15 14:34:40 2017
New Revision: 313771
URL: https://svnweb.freebsd.org/changeset/base/313771
Log:
bxe: enable usage with NetXtreme II BCM57840 2x20GbE chip
Current bxe probe function won't attach to devices with the NetXtreme II
BCM57840 2x20GbE chip, enable it
Author: trasz
Date: Wed Feb 15 14:25:50 2017
New Revision: 313770
URL: https://svnweb.freebsd.org/changeset/base/313770
Log:
Regen after r313769.
MFC after:2 weeks
Sponsored by: DARPA, AFRL
Modified:
head/sys/amd64/linux/linux_proto.h
head/sys/amd64/linux/linux_systrace_args.c
M
On Wed, 15 Feb 2017 13:56:04 + (UTC)
Andrew Turner wrote:
> Author: andrew
> Date: Wed Feb 15 13:56:04 2017
> New Revision: 313768
> URL: https://svnweb.freebsd.org/changeset/base/313768
>
> Log:
> Port the Linux AMX 10G network driver to FreeBSD as axgbe. It is
> unlikely we will import a
Author: trasz
Date: Wed Feb 15 14:12:39 2017
New Revision: 313769
URL: https://svnweb.freebsd.org/changeset/base/313769
Log:
Fix definition of linux64 ptrace syscall.
MFC after:2 weeks
Sponsored by: DARPA, AFRL
Modified:
head/sys/amd64/linux/syscalls.master
Modified: head/sys/amd6
Author: andrew
Date: Wed Feb 15 13:56:04 2017
New Revision: 313768
URL: https://svnweb.freebsd.org/changeset/base/313768
Log:
Port the Linux AMX 10G network driver to FreeBSD as axgbe. It is unlikely
we will import a newer version of the Linux code so the linuxkpi was not
used.
This is
Author: andrew
Date: Wed Feb 15 13:37:32 2017
New Revision: 313767
URL: https://svnweb.freebsd.org/changeset/base/313767
Log:
Import the AMD 10G ethernet driver for the AMD Opteron A1100.
This is from Linux git as of 5eb4dce3b3471ec9d1ea2945fa3d2bab4ac7e100
Obtained from:Linux
Author: jah
Date: Wed Feb 15 10:35:46 2017
New Revision: 313766
URL: https://svnweb.freebsd.org/changeset/base/313766
Log:
MFC r312610, r312792
r312610:
Like r310481 for i386, move the objects used to create temporary
mappings for armv6 pmap zero and copy operations to the MD PCPU reg
Hi.
Ian
Thank you for your strong effort to support imx6 board.
I have SolidRun HummingBoard-i2(imx6dl-hummingboard).
I have reboot issue(never reset after reboot) and if I use Linux, I
reproduce this issue So I reported this issue to SolidRun Forum.
http://forum.solid-run.com/linux-on-cubox-i-a
On Tue, Jan 10, 2017 at 03:23:22AM +, Sean Bruno wrote:
> Author: sbruno
> Date: Tue Jan 10 03:23:22 2017
> New Revision: 311849
> URL: https://svnweb.freebsd.org/changeset/base/311849
>
> Log:
> Migrate e1000 to the IFLIB framework:
> - em(4) igb(4) and lem(4)
> - deprecate the igb devi
Author: garga (ports committer)
Date: Wed Feb 15 09:18:08 2017
New Revision: 313765
URL: https://svnweb.freebsd.org/changeset/base/313765
Log:
MFC r313457:
Fix style(9)
Reviewed by: vangyzen, allanjude, cem
Approved by: allanjude
MFC after:1 week
Sponsored by: Rubicon Commu
Author: garga (ports committer)
Date: Wed Feb 15 09:15:51 2017
New Revision: 313764
URL: https://svnweb.freebsd.org/changeset/base/313764
Log:
MFC r313448:
bsdinstall: Make sure chroot filesystems are umounted after use
* DISTDIR_IS_UNIONFS is set every time BSDINSTALL_DISTDIR is mount
Author: garga (ports committer)
Date: Wed Feb 15 08:49:28 2017
New Revision: 313763
URL: https://svnweb.freebsd.org/changeset/base/313763
Log:
MFC r313457:
Fix style(9)
Reviewed by: vangyzen, allanjude, cem
Approved by: allanjude
MFC after:1 week
Sponsored by: Rubicon Commu
Author: garga (ports committer)
Date: Wed Feb 15 08:43:26 2017
New Revision: 313762
URL: https://svnweb.freebsd.org/changeset/base/313762
Log:
MFC r313448:
bsdinstall: Make sure chroot filesystems are umounted after use
* DISTDIR_IS_UNIONFS is set every time BSDINSTALL_DISTDIR is mount
Author: mmokhi (ports committer)
Date: Wed Feb 15 07:59:54 2017
New Revision: 313761
URL: https://svnweb.freebsd.org/changeset/base/313761
Log:
Add casinl() cacosl() catanl() casinhl() cacoshl() catanhl() APIs to msun
to improve C11 conformance.
PR: 216850 216851 216852 216856 2
49 matches
Mail list logo