Author: kib
Date: Wed Aug 3 07:10:09 2016
New Revision: 303702
URL: https://svnweb.freebsd.org/changeset/base/303702
Log:
Remove mention of the Giant from the fork_return() description.
Making emphasis on this lock in the core function comment is confusing
for the modern kernel.
Sponso
Author: kib
Date: Wed Aug 3 07:11:19 2016
New Revision: 303703
URL: https://svnweb.freebsd.org/changeset/base/303703
Log:
Explain why swapgeom_close_ev() is delegated.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/sys/vm/swap_pager.c
Modified: head/sys/vm/s
Author: kib
Date: Wed Aug 3 08:53:29 2016
New Revision: 303704
URL: https://svnweb.freebsd.org/changeset/base/303704
Log:
Some style changes. Fix a typo in comment.
Approved by: des (pseudofs maintainer)
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/sys/
Author: kib
Date: Wed Aug 3 08:57:15 2016
New Revision: 303705
URL: https://svnweb.freebsd.org/changeset/base/303705
Log:
Remove Giant asserts. Update comment.
Owning Giant in the init/uninit is accidental due to the moment where
VFS modules initialization is performed, and is not enfor
Author: ache
Date: Wed Aug 3 09:09:34 2016
New Revision: 303706
URL: https://svnweb.freebsd.org/changeset/base/303706
Log:
Although the code amount is not big, move POSIX error processing into
two sepatate functions to make glob(3) code less obscure and more simple.
There is no needs to mak
Author: mjg
Date: Wed Aug 3 09:15:10 2016
New Revision: 303707
URL: https://svnweb.freebsd.org/changeset/base/303707
Log:
locks: fix sx compilation on mips after r303643
The kernel.h header is required for the SYSINIT macro, which apparently
was present on amd64 by accident.
Reporte
Author: kib
Date: Wed Aug 3 11:49:17 2016
New Revision: 303710
URL: https://svnweb.freebsd.org/changeset/base/303710
Log:
Remove unneeded (recursing) Giant acquisition around vprintf(9).
Reviewed by: rmacklem
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/
Author: kib
Date: Wed Aug 3 13:51:53 2016
New Revision: 303712
URL: https://svnweb.freebsd.org/changeset/base/303712
Log:
Merge i386 and amd64 variants of mp_watchdog.c into x86/, there is no
difference between files.
For pc98, put x86/mp_x86.c into the same place as used by i386 file list.
On Wed, Aug 03, 2016 at 01:51:53PM +, Konstantin Belousov wrote:
> Merge i386 and amd64 variants of mp_watchdog.c into x86/, there is no
> difference between files.
May be, the file should be deleted.
___
svn-src-head@freebsd.org mailing list
http
On Wed, 3 Aug 2016, Konstantin Belousov wrote:
Log:
Remove unneeded (recursing) Giant acquisition around vprintf(9).
Reviewed by: rmacklem
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Modified:
head/sys/fs/nfsclient/nfs_clsubs.c
Modified: head/sys/fs/nfsclient/nfs_clsubs
Author: jhb
Date: Wed Aug 3 15:20:10 2016
New Revision: 303713
URL: https://svnweb.freebsd.org/changeset/base/303713
Log:
Correct assertion on vcpuid argument to vm_gpa_hold().
PR: 208168
Submitted by: Dave Cameron
Reviewed by: grehan
MFC after:1 month
Modified:
he
Author: kib
Date: Wed Aug 3 15:58:20 2016
New Revision: 303715
URL: https://svnweb.freebsd.org/changeset/base/303715
Log:
Remove ncl_printf(), use printf(9) directly. After r303710 the
function duplicates printf().
Correct function names in the messages [*].
Noted by: bde [*]
Author: des
Date: Wed Aug 3 16:08:21 2016
New Revision: 303716
URL: https://svnweb.freebsd.org/changeset/base/303716
Log:
Remove DSA from default cipher list and disable SSH1.
Upstream did this a long time ago, but we kept DSA and SSH1 in FreeBSD for
reasons which boil down to POLA. Now
On Wed, Aug 3, 2016 at 11:08 AM, Dag-Erling Smørgrav
wrote:
> Author: des
> Date: Wed Aug 3 16:08:21 2016
> New Revision: 303716
> URL: https://svnweb.freebsd.org/changeset/base/303716
>
> Log:
> Remove DSA from default cipher list and disable SSH1.
>
> Upstream did this a long time ago, but
Benjamin Kaduk writes:
> Which branch(es) are MFC targets?
It will be merged to stable/11 before the release and documented in the
release notes.
> (Does POLA no longer apply to them?)
Things change over time. Such is the nature of software (and of life).
POLA does not mean we don't change any
Author: pfg
Date: Wed Aug 3 16:33:34 2016
New Revision: 303718
URL: https://svnweb.freebsd.org/changeset/base/303718
Log:
indent(1): accept offsetof(3) as a keyword.
Reference:
https://github.com/pstef/freebsd_indent/commit/c470e5e2c974aa38450ca4762b93829f7a7bfa4d
Differential Revi
Author: des
Date: Wed Aug 3 16:34:20 2016
New Revision: 303719
URL: https://svnweb.freebsd.org/changeset/base/303719
Log:
Disable DSA again.
MFC after:3 days
Modified:
head/etc/rc.d/sshd
Modified: head/etc/rc.d/sshd
==
On Wed, Aug 03, 2016 at 04:08:22PM +, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Wed Aug 3 16:08:21 2016
> New Revision: 303716
> URL: https://svnweb.freebsd.org/changeset/base/303716
>
> Log:
> Remove DSA from default cipher list and disable SSH1.
>
> Upstream did this a long ti
Author: jhb
Date: Wed Aug 3 16:52:00 2016
New Revision: 303720
URL: https://svnweb.freebsd.org/changeset/base/303720
Log:
Apply the fix from r232612 to fixed function counters.
Reviewed by: emaste
MFC after:1 month
Differential Revision:https://reviews.freebsd.org/D7397
M
Author: jhb
Date: Wed Aug 3 17:09:12 2016
New Revision: 303721
URL: https://svnweb.freebsd.org/changeset/base/303721
Log:
Permit the name of the /dev/iov entry to be set by the driver.
The PCI_IOV option creates character devices in /dev/iov for each PF
device driver that registers suppo
Author: jhb
Date: Wed Aug 3 17:11:08 2016
New Revision: 303722
URL: https://svnweb.freebsd.org/changeset/base/303722
Log:
Use the port device name for the iov device for Chelsio T4/T5 cards.
Chelsio T4/T5 adapters are multifunction cards. The main driver uses
physical function 4 (PF4).
Author: markj
Date: Wed Aug 3 17:17:01 2016
New Revision: 303723
URL: https://svnweb.freebsd.org/changeset/base/303723
Log:
Fix a few cosmetic issues in boot1.efi.
- Use ANSI function signatures.
- Remove unneeded checks for a NULL boot module.
- Use nitems().
MFC after:1 week
Author: oshogbo
Date: Wed Aug 3 18:02:10 2016
New Revision: 303725
URL: https://svnweb.freebsd.org/changeset/base/303725
Log:
Fix misleading description of the -b option in the geli init command.
Reviewed by: bjk, wblock
Differential Revision:https://reviews.freebsd.org/
Author: gonzo
Date: Wed Aug 3 18:03:14 2016
New Revision: 303726
URL: https://svnweb.freebsd.org/changeset/base/303726
Log:
Fix EHCI driver by excluding first 512K from available memory
On Zynq 256K-512K memory region is not accessible by all bus masters.
EHCI driver fails when trying to
Author: oshogbo
Date: Wed Aug 3 18:04:08 2016
New Revision: 303727
URL: https://svnweb.freebsd.org/changeset/base/303727
Log:
uuid_to_string(3) is allocating memory and can fail on that.
Check if any error accrued.
Modified:
head/bin/uuidgen/uuidgen.c
Modified: head/bin/uuidgen/uuidgen.c
Author: manu
Date: Wed Aug 3 18:45:56 2016
New Revision: 303728
URL: https://svnweb.freebsd.org/changeset/base/303728
Log:
We need aw_nmi to be attached which needs GIC so attach a bit later.
Also the GPIOC doesn't need to be attach early
Reviewed by: andrew
MFC after:1 week
Dif
Author: bdrewery
Date: Wed Aug 3 18:48:56 2016
New Revision: 303729
URL: https://svnweb.freebsd.org/changeset/base/303729
Log:
Correct some comments.
Sponsored by: EMC / Isilon Storage Division
MFC after:3 days
Modified:
head/sys/kern/syscalls.master
Modified: head/sys/kern/sysca
Author: adrian
Date: Wed Aug 3 19:13:09 2016
New Revision: 303730
URL: https://svnweb.freebsd.org/changeset/base/303730
Log:
[ar9330] add in module support for ipfw nat.
This actually does work, and works pretty well.
Modified:
head/sys/mips/conf/AR933X_BASE
Modified: head/sys/mips/con
Author: adrian
Date: Wed Aug 3 19:18:53 2016
New Revision: 303731
URL: https://svnweb.freebsd.org/changeset/base/303731
Log:
[ar9330] ok, fine, I'll finally undo the 2011-era mistake of _BASE config
files.
Repeated prodding by: imp
Added:
head/sys/mips/conf/std.AR933X
- copied, ch
Author: adrian
Date: Wed Aug 3 19:23:22 2016
New Revision: 303732
URL: https://svnweb.freebsd.org/changeset/base/303732
Log:
[ar934x] shuffle AR93XX_BASE -> std.AR934X
Added:
head/sys/mips/conf/std.AR934X
- copied, changed from r303731, head/sys/mips/conf/AR934X_BASE
Deleted:
head/sys
Author: jkim
Date: Wed Aug 3 20:08:39 2016
New Revision: 303733
URL: https://svnweb.freebsd.org/changeset/base/303733
Log:
Support nanosecond time stamps for pcap_dispatch(3) and pcap_loop(3).
Modified:
head/contrib/libpcap/pcap-bpf.c
Modified: head/contrib/libpcap/pcap-bpf.c
==
On 08/03/16 04:08 PM, Jung-uk Kim wrote:
> Author: jkim
> Date: Wed Aug 3 20:08:39 2016
> New Revision: 303733
> URL: https://svnweb.freebsd.org/changeset/base/303733
>
> Log:
> Support nanosecond time stamps for pcap_dispatch(3) and pcap_loop(3).
>
> Modified:
> head/contrib/libpcap/pcap-bpf
Author: jkim
Date: Wed Aug 3 20:21:58 2016
New Revision: 303734
URL: https://svnweb.freebsd.org/changeset/base/303734
Log:
Fix a style(9) bug.
Modified:
head/contrib/libpcap/pcap-bpf.c
Modified: head/contrib/libpcap/pcap-bpf.c
Author: pfg
Date: Wed Aug 3 22:08:07 2016
New Revision: 303735
URL: https://svnweb.freebsd.org/changeset/base/303735
Log:
indent(1): add new -sac and -U options.
Add -sac (space after cast) and -nsac options.
These control whether space character is put after a cast operator or not.
De
Author: adrian
Date: Thu Aug 4 01:49:18 2016
New Revision: 303736
URL: https://svnweb.freebsd.org/changeset/base/303736
Log:
Add in tap/tun for openvpn-on-mips experiments.
(FWIW, it does work.)
Modified:
head/sys/mips/conf/std.AR933X
Modified: head/sys/mips/conf/std.AR933X
===
On Wed, 3 Aug 2016, Jung-uk Kim wrote:
Log:
Support nanosecond time stamps for pcap_dispatch(3) and pcap_loop(3).
Modified:
head/contrib/libpcap/pcap-bpf.c
Modified: head/contrib/libpcap/pcap-bpf.c
==
--- head/contri
Author: sephe
Date: Thu Aug 4 05:05:35 2016
New Revision: 303737
URL: https://svnweb.freebsd.org/changeset/base/303737
Log:
hyperv/storvsc: Claim SPC-3 conformance, thus enable UNMAP support
The Hyper-V on pre-win10 systems will only report SPC-2 conformance,
but it actually conforms to
Author: avg
Date: Thu Aug 4 06:40:51 2016
New Revision: 303738
URL: https://svnweb.freebsd.org/changeset/base/303738
Log:
report sector size and number of sectors in lsdev output for bios disks
MFC after:3 weeks
Modified:
head/sys/boot/i386/libi386/biosdisk.c
Modified: head/sys/boo
38 matches
Mail list logo