Author: emaste
Date: Thu Aug 31 02:37:44 2017
New Revision: 323044
URL: https://svnweb.freebsd.org/changeset/base/323044
Log:
MFC r321293: date: avoid crash on invalid time
localtime(3) returns NULL when passed an invalid time_t but date(1)
previously did not handle it. Exit with an error
Author: cy
Date: Thu Aug 31 00:56:10 2017
New Revision: 323043
URL: https://svnweb.freebsd.org/changeset/base/323043
Log:
MFC r321806:
Remove redundant include directories which expand to a noop,
"-I/lib/krb5 -I -I".
Reviewed by:ngie@, markm@
Approved by: re@ (marius@)
Diffe
Author: grog
Date: Wed Aug 30 23:49:14 2017
New Revision: 323042
URL: https://svnweb.freebsd.org/changeset/base/323042
Log:
Spelling.
Modified:
head/usr.bin/calendar/calendars/calendar.holiday
Modified: head/usr.bin/calendar/calendars/calendar.holiday
Author: np
Date: Wed Aug 30 23:41:04 2017
New Revision: 323041
URL: https://svnweb.freebsd.org/changeset/base/323041
Log:
cxgbe(4): Add two new debug flags -- one to allow manual firmware
install after full initialization, and another to disable the TCB
cache (T6+). The latter works as a tu
Author: emaste
Date: Wed Aug 30 22:58:11 2017
New Revision: 323040
URL: https://svnweb.freebsd.org/changeset/base/323040
Log:
xls_ehci: eliminate 'format string is not a string literal' warning
Reported by: Clang
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modified:
he
Author: emaste
Date: Wed Aug 30 22:54:11 2017
New Revision: 323039
URL: https://svnweb.freebsd.org/changeset/base/323039
Log:
octeon_ebt3000_cf: eliminate 'format string is not a string literal' warning
Reported by: Clang
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modif
Author: kp
Date: Wed Aug 30 21:18:56 2017
New Revision: 323034
URL: https://svnweb.freebsd.org/changeset/base/323034
Log:
MFC r322590: bpf: Fix incorrect cleanup
Cleaning up a bpf_if is a two stage process. We first move it to the
bpf_freelist (in bpfdetach()) and only later do we actuall
Author: mav
Date: Wed Aug 30 21:16:32 2017
New Revision: 323032
URL: https://svnweb.freebsd.org/changeset/base/323032
Log:
Add NTB driver for PLX/Avago/Broadcom PCIe switches.
This driver supports both NTB-to-NTB and NTB-to-Root Port modes (though
the second with predictable complications
Author: jhb
Date: Wed Aug 30 20:00:15 2017
New Revision: 323031
URL: https://svnweb.freebsd.org/changeset/base/323031
Log:
Compile reloc.o with -fno-jump-tables on MIPS.
In particular, the switch statement on the type of dynamic entries
in _rtld_relocate_nonplt_self() needs to not use a j
Author: cy
Date: Wed Aug 30 19:38:43 2017
New Revision: 323030
URL: https://svnweb.freebsd.org/changeset/base/323030
Log:
MFC r321806:
Remove redundant include directories which expand to a noop,
"-I/lib/krb5 -I -I".
Reviewed by: ngie@, markm@
Differential Revision:D11769
Author: jhb
Date: Wed Aug 30 19:21:11 2017
New Revision: 323029
URL: https://svnweb.freebsd.org/changeset/base/323029
Log:
Apply 64k padding to stack pointer for 32-bit processes.
In particular, MIPS now has COMPAT_FREEBSD32 for n64 kernels so this
cannot be ignored for n64. On the other
Author: jhb
Date: Wed Aug 30 19:19:31 2017
New Revision: 323028
URL: https://svnweb.freebsd.org/changeset/base/323028
Log:
Don't include GNU object attributes when building with clang.
LLVM's MIPS assembler parser does not understand the GNU as
'.gnu_attribute' keyword. This could be re-
Author: sbruno
Date: Wed Aug 30 18:56:24 2017
New Revision: 323027
URL: https://svnweb.freebsd.org/changeset/base/323027
Log:
Revert r323008 and its conversion of e1000/iflib to using SX locks.
This seems to be missing something on the 82574L causing NFS root mounts
to hang.
Reported
Author: np
Date: Wed Aug 30 18:46:38 2017
New Revision: 323026
URL: https://svnweb.freebsd.org/changeset/base/323026
Log:
cxgbe(4): Zero out the memory allocated for the debug dump.
cudbg_collect seems to expect it this way.
MFC after:1 week
Sponsored by: Chelsio Communications
Mod
Author: jhb
Date: Wed Aug 30 18:22:52 2017
New Revision: 323025
URL: https://svnweb.freebsd.org/changeset/base/323025
Log:
Read max_stack_flags from correct object.
'obj' is not initialized here.
Reviewed by: kib
MFC after:1 week
Sponsored by: DARPA / AFRL
Modified:
head/li
Author: kib
Date: Wed Aug 30 18:19:25 2017
New Revision: 323024
URL: https://svnweb.freebsd.org/changeset/base/323024
Log:
Only make the if_ix module depend on netmap when netmap is configured.
Approved by: erj
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head
Author: emaste
Date: Wed Aug 30 17:39:51 2017
New Revision: 323023
URL: https://svnweb.freebsd.org/changeset/base/323023
Log:
bhnd: initialize variable before use
Reported by: Clang
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/bhnd/cores/usb/bhnd_
Author: emaste
Date: Wed Aug 30 17:38:55 2017
New Revision: 323022
URL: https://svnweb.freebsd.org/changeset/base/323022
Log:
arge: correct bzero sizeof (pointed-to object, not pointer)
Reported by: Clang
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/m
Hi Ian, I've committed support for the md_label into 32-bit-to-64-bit ioctl
translation later and tested it for a bit here. It would be nice if you
give it a go as well so if there are any bugs I'd like to iron them out
before I MFC this piece in few weeks. Interestingly enough, I found
mdconfig -l
Author: jhb
Date: Wed Aug 30 15:45:23 2017
New Revision: 323021
URL: https://svnweb.freebsd.org/changeset/base/323021
Log:
Decode signal information returned by system calls.
Specifically, decode the siginfo structure returned by sigtimedwait(),
sigwaitinfo(), and wait6(). While here, al
Author: jhb
Date: Wed Aug 30 15:32:47 2017
New Revision: 323020
URL: https://svnweb.freebsd.org/changeset/base/323020
Log:
Trim stale prototype for ioctlname().
Modified:
head/usr.bin/truss/extern.h
Modified: head/usr.bin/truss/extern.h
===
Author: sobomax
Date: Wed Aug 30 15:07:10 2017
New Revision: 323019
URL: https://svnweb.freebsd.org/changeset/base/323019
Log:
Add proper support for the md_label into md(4) ioctl compat layer.
While I am here, declare struct md_ioctl32 as packed which allows
us to stop playing tricks with s
Author: kib
Date: Wed Aug 30 10:17:00 2017
New Revision: 323018
URL: https://svnweb.freebsd.org/changeset/base/323018
Log:
Adjust interface of swapon_check_swzone() to its actual usage.
The function return value is not used. Its argument is always
swap_total/PAGE_SIZE, so make it not tak
Author: kib
Date: Wed Aug 30 09:44:05 2017
New Revision: 323017
URL: https://svnweb.freebsd.org/changeset/base/323017
Log:
Make the swap_pager_full variable static.
r290920 removed the use of the variable from vm/vm_pageout.c.
Submitted by: o...@j.email.ne.jp
PR: 221356
MFC after
Author: bapt
Date: Wed Aug 30 07:58:33 2017
New Revision: 323016
URL: https://svnweb.freebsd.org/changeset/base/323016
Log:
Don't call kresolv_list() if using netstat on live kernel
kresolve_list() is calling many kldsym(2). Removing that call on when
collecting
stats for the running ker
Author: ed
Date: Wed Aug 30 07:30:06 2017
New Revision: 323015
URL: https://svnweb.freebsd.org/changeset/base/323015
Log:
Complete the CloudABI networking refactoring.
Now that all of the packaged software has been adjusted to either use
Flower (https://github.com/NuxiNL/flower) for makin
Author: dim
Date: Wed Aug 30 07:05:29 2017
New Revision: 323014
URL: https://svnweb.freebsd.org/changeset/base/323014
Log:
Follow-up to r323001: if the actually selected CPUTYPE is capable of
SSE2 instructions, we can use them.
Suggested by: jkim
PR: 221733
MFC after:1 w
27 matches
Mail list logo