]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
8 years agoSince contrib/libc++'s ancestry was never correct, subversion 1.8 and
dim [Fri, 11 Sep 2015 17:14:58 +0000 (17:14 +0000)]
Since contrib/libc++'s ancestry was never correct, subversion 1.8 and
higher cannot merge to it from the vendor area.

Re-bootstrap the ancestry by doing (apologies to your retinas):
* svn rm contrib/libc++
* svn cp ^/vendor/libc++/dist@276792 contrib/libc++
* svn cp ^/head/contrib/libc++/FREEBSD-upgrade@287629 contrib/libc++
* svn cp ^/head/contrib/libc++/include/__bit_reference@287629 contrib/libc++/include
* svn cp ^/head/contrib/libc++/include/__config@287629 contrib/libc++/include
* svn cp ^/head/contrib/libc++/include/__tree@287629 contrib/libc++/include
* svn cp ^/head/contrib/libc++/include/algorithm@287629 contrib/libc++/include
* svn cp ^/head/contrib/libc++/include/stdexcept@287629 contrib/libc++/include
* svn cp ^/head/contrib/libc++/include/type_traits@287629 contrib/libc++/include
* svn pd -R svn:mergeinfo contrib/libc++
* svn ps -F mergeinfo.txt contrib/libc++

8 years agoRevert ip_fil_freebsd.c -r287674. This should not have gone in yet.
cy [Fri, 11 Sep 2015 16:52:13 +0000 (16:52 +0000)]
Revert ip_fil_freebsd.c -r287674. This should not have gone in yet.

8 years agoFix ipfilter bug 3600459 NAT bucket count wrong.
cy [Fri, 11 Sep 2015 16:49:52 +0000 (16:49 +0000)]
Fix ipfilter bug 3600459 NAT bucket count wrong.

Obtained from: ipfilter cvs repo r1.48.2.25
MFC after: 2 weeks

8 years agoradeon_suspend_kms: don't mess with pci state that's managed by the bus
avg [Fri, 11 Sep 2015 15:51:20 +0000 (15:51 +0000)]
radeon_suspend_kms: don't mess with pci state that's managed by the bus

The pci bus driver handles the power state, it also manages
configuration state saving and restoring for its child devices.  Thus a
PCI device driver does not have to worry about those things.  In fact, I
observe a hard system hang when trying to suspend a system with active
radeonkms driver where both the bus driver and radeonkms driver try to
do the same thing.  I suspect that it could be because of an access to a
PCI configuration register after the device is placed into D3 state.

Reviewed by: dumbbell, jhb
MFC after: 13 days
Differential Revision: https://reviews.freebsd.org/D3561

8 years agoMake ctld restart on primary HA node less invasive for secondary.
mav [Fri, 11 Sep 2015 14:47:35 +0000 (14:47 +0000)]
Make ctld restart on primary HA node less invasive for secondary.

8 years agoClose races between device close and request processing.
mav [Fri, 11 Sep 2015 14:33:05 +0000 (14:33 +0000)]
Close races between device close and request processing.

All requests arriving for processing after OFFLINE flag set are rejected
with BUSY status.  Races around OFFLINE flag setting are closed by calling
taskqueue_drain_all().

8 years agoEnsure that ERROR chunks are always padded by implementing this
tuexen [Fri, 11 Sep 2015 13:54:33 +0000 (13:54 +0000)]
Ensure that ERROR chunks are always padded by implementing this
in the routine, which queues an ERROR chunk, instead on relyinh
on the callers to do so. Since one caller missed this, this actially
fixes a bug.

MFC after: 1 week

8 years agoReference/release devices on every I/O, rather on open/close.
mav [Fri, 11 Sep 2015 12:50:52 +0000 (12:50 +0000)]
Reference/release devices on every I/O, rather on open/close.

While this may be slower, it allows device destruction to complete,
rather then block waiting for indefinitely long time.

8 years agoAdd support for PPP-Max-Payload PPPoE tag (RFC4638).
mav [Fri, 11 Sep 2015 09:15:27 +0000 (09:15 +0000)]
Add support for PPP-Max-Payload PPPoE tag (RFC4638).

Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
MFC after: 2 weeks

8 years agoRevert $FreeBSD$.
cy [Fri, 11 Sep 2015 08:48:16 +0000 (08:48 +0000)]
Revert $FreeBSD$.

8 years agoFix mutex errors.
cy [Fri, 11 Sep 2015 08:35:53 +0000 (08:35 +0000)]
Fix mutex errors.

Obtained from: NetBSD r1.4.
MFC after: 1 week

8 years agoFixup typos in comments.
cy [Fri, 11 Sep 2015 08:27:32 +0000 (08:27 +0000)]
Fixup typos in comments.

Obtained from: NetBSD r1.4.
MFC after: 1 week

8 years agoUse strlcpy() in favor of strncpy() as it's defined to have a nul character
delphij [Fri, 11 Sep 2015 06:52:57 +0000 (06:52 +0000)]
Use strlcpy() in favor of strncpy() as it's defined to have a nul character
at the end of string buffer, and the code context do expects this to behave
correctly (e.g. strchr).

Note that we do not believe there is real-world impact for gstat(8)'s usage
because the strings are length checked, and the on-stack buffer belongs to
main() and we can expect to have zeros in them.

MFC after: 2 weeks

8 years agoUse a common subroutine to fetch and zero protocol stats instead of
markj [Fri, 11 Sep 2015 04:37:01 +0000 (04:37 +0000)]
Use a common subroutine to fetch and zero protocol stats instead of
duplicating roughly similar code for each protocol.

MFC after: 2 weeks

8 years agobufdonebio is now unused. Retire it too.
imp [Fri, 11 Sep 2015 04:20:04 +0000 (04:20 +0000)]
bufdonebio is now unused. Retire it too.

8 years agoRemove prototypes for undefined functions from netstat.h.
markj [Fri, 11 Sep 2015 04:02:05 +0000 (04:02 +0000)]
Remove prototypes for undefined functions from netstat.h.

8 years agoDocument stack_save_td(9) and stack_save_td_running(9).
markj [Fri, 11 Sep 2015 03:56:04 +0000 (03:56 +0000)]
Document stack_save_td(9) and stack_save_td_running(9).

Reviewed by: wblock
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D3243

8 years agoAdd stack_save_td_running(), a function to trace the kernel stack of a
markj [Fri, 11 Sep 2015 03:54:37 +0000 (03:54 +0000)]
Add stack_save_td_running(), a function to trace the kernel stack of a
running thread.

It is currently implemented only on amd64 and i386; on these
architectures, it is implemented by raising an NMI on the CPU on which
the target thread is currently running. Unlike stack_save_td(), it may
fail, for example if the thread is running in user mode.

This change also modifies the kern.proc.kstack sysctl to use this function,
so that stacks of running threads are shown in the output of "procstat -kk".
This is handy for debugging threads that are stuck in a busy loop.

Reviewed by: bdrewery, jhb, kib
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D3256

8 years agoRemove the arg0 field from struct amd64_frame. Its existence was a bug,
markj [Fri, 11 Sep 2015 03:31:22 +0000 (03:31 +0000)]
Remove the arg0 field from struct amd64_frame. Its existence was a bug,
since on amd64 the first argument to a function is generally not on the
stack.

Revert an old DTrace bug fix to some code that assumed that
sizeof(struct amd64_frame) == 16.

Reviewed by: jhb, kib
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D3255

8 years agoMerge stack(9) implementations for i386 and amd64 under x86/.
markj [Fri, 11 Sep 2015 03:24:07 +0000 (03:24 +0000)]
Merge stack(9) implementations for i386 and amd64 under x86/.

Reviewed by: jhb, kib
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D3255

8 years agoMFV r283513:
markj [Fri, 11 Sep 2015 03:06:34 +0000 (03:06 +0000)]
MFV r283513:
5930 fasttrap_pid_enable() panics when prfind() fails in forking process
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Author: Bryan Cantrill <bryan@joyent.com>

illumos/illumos-gate@9df7e4e12eb093557252d3bec029b5c382613e36

8 years agoMFV r283512:
markj [Fri, 11 Sep 2015 03:04:24 +0000 (03:04 +0000)]
MFV r283512:
3599 dtrace_dynvar tail calls can blow stack
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Author: Bryan Cantrill <bryan@joyent.com>

illumos/illumos-gate@d47448f09aae3aa1a87fc450a0c44638e7ce7b51

8 years agoRemove the v_cache_min and v_cache_max sysctls. They are unused and have
markj [Fri, 11 Sep 2015 03:00:24 +0000 (03:00 +0000)]
Remove the v_cache_min and v_cache_max sysctls.  They are unused and have
no effect.

Reviewed by: alc
Sponsored by: EMC / Isilon Storage Division

8 years agodev_strategy and dev_strategy_csw are unused since r281825. Remove
imp [Fri, 11 Sep 2015 00:38:58 +0000 (00:38 +0000)]
dev_strategy and dev_strategy_csw are unused since r281825. Remove
them.

Differential Revision: https://reviews.freebsd.org/D3620

8 years agoHandle default MAKEOBJDIR for META_MODE.
sjg [Fri, 11 Sep 2015 00:19:49 +0000 (00:19 +0000)]
Handle default MAKEOBJDIR for META_MODE.
If MAKEOBJDIRPREFIX is set, use it for default OBJROOT.
If MAKEOBJDIR is empty or not a suitable value (no '/')
set a default that works.

Reviewed by: bdrewery

8 years agoFix argument quoting and remove unnecessary braces
dteske [Thu, 10 Sep 2015 22:47:26 +0000 (22:47 +0000)]
Fix argument quoting and remove unnecessary braces

MFC after: 3 weeks
X-MFC-to: stable/10

8 years agologin.c doesn't really need libutil.h, don't include it.
delphij [Thu, 10 Sep 2015 22:25:40 +0000 (22:25 +0000)]
login.c doesn't really need libutil.h, don't include it.

login_fbtab.c includes paths.h and pathnames.h, and pathnames.h includes
paths.h.  Eliminate the paths.h inclusion in login_fbtab.c.

MFC after: 2 weeks

8 years ago - Avoid accessing window properties directly, instead, use accessors.
delphij [Thu, 10 Sep 2015 22:07:52 +0000 (22:07 +0000)]
 - Avoid accessing window properties directly, instead, use accessors.
   This should be no-op for now, but allows the code to work if we
   move to NCURSES_OPAQUE.
 - Use calloc() instead of malloc+bzero.

MFC after: 2 weeks

8 years agoAdd a comment that to clarify how to determine the amount of received DDP
jhb [Thu, 10 Sep 2015 21:41:11 +0000 (21:41 +0000)]
Add a comment that to clarify how to determine the amount of received DDP
data.

Reviewed by: np
Differential Revision: https://reviews.freebsd.org/D3619

8 years agoDo not hold the process around the vm_fault() call from the trap()s.
kib [Thu, 10 Sep 2015 17:46:48 +0000 (17:46 +0000)]
Do not hold the process around the vm_fault() call from the trap()s.
The only operation which is prevented by the hold is the kernel stack
swapout for the faulted thread, which should be fine to allow.

Remove useless checks for NULL curproc or curproc->p_vmspace from the
trap_pfault() wrappers on x86 and powerpc.

Reviewed by: alc (previous version)
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks

8 years agoReimplement CTL High Availability.
mav [Thu, 10 Sep 2015 12:40:31 +0000 (12:40 +0000)]
Reimplement CTL High Availability.

CTL HA functionality was originally implemented by Copan many years ago,
but large part of the sources was never published.  This change includes
clean room implementation of the missing code and fixes for many bugs.

This code supports dual-node HA with ALUA in four modes:
 - Active/Unavailable without interlink between nodes;
 - Active/Standby with second node handling only basic LUN discovery and
reservation, synchronizing with the first node through the interlink;
 - Active/Active with both nodes processing commands and accessing the
backing storage, synchronizing with the first node through the interlink;
 - Active/Active with second node working as proxy, transfering all
commands to the first node for execution through the interlink.

Unlike original Copan's implementation, depending on specific hardware,
this code uses simple custom TCP-based protocol for interlink.  It has
no authentication, so it should never be enabled on public interfaces.

The code may still need some polishing, but generally it is functional.

Relnotes: yes
Sponsored by: iXsystems, Inc.

8 years agoRemove unused target and initiator IDs.
mav [Thu, 10 Sep 2015 10:46:21 +0000 (10:46 +0000)]
Remove unused target and initiator IDs.

8 years agoZero out a local variable also when PURIFY is not defined.
tuexen [Thu, 10 Sep 2015 10:23:23 +0000 (10:23 +0000)]
Zero out a local variable also when PURIFY is not defined.
This silence a warning brought up by valgrind whenever if_nametoindex
is used. This was already discussed in PR 166483, but the code
committed in r234329 guards the initilization with #ifdef PURIFY.
Therefore, valgrind still complains. Since this code is not performance
critical, always zero out the local variable to silence valgrind.

PR: 166483
Discussed with: eadler@
MFC after: 4 weeks

8 years agoDisable CTL_IO_DELAY feature.
mav [Thu, 10 Sep 2015 09:27:22 +0000 (09:27 +0000)]
Disable CTL_IO_DELAY feature.

It is too developer-oriented to be enabled by default.

8 years agoRemove SIOCGDRLST_IN6 and SIOCGPRLST_IN6 forgotten in the previous commit.
hrs [Thu, 10 Sep 2015 08:37:03 +0000 (08:37 +0000)]
Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6 forgotten in the previous commit.

MFC after: 3 days

8 years agoUpdate USB quirk.
hselasky [Thu, 10 Sep 2015 07:36:54 +0000 (07:36 +0000)]
Update USB quirk.

MFC after: 1 month
PR: 202968

8 years agoUse read to parse a line instead of set.
hrs [Thu, 10 Sep 2015 06:56:56 +0000 (06:56 +0000)]
Use read to parse a line instead of set.

MFC after: 3 days

8 years ago- Add uid check.
hrs [Thu, 10 Sep 2015 06:55:28 +0000 (06:55 +0000)]
- Add uid check.
- Report delay<0 as a warning.

MFC after: 3 days

8 years agoUpdate only static routes when an interface is specified. This fixed
hrs [Thu, 10 Sep 2015 06:47:23 +0000 (06:47 +0000)]
Update only static routes when an interface is specified.  This fixed
a bad side-effect reported in PR 202144.

PR: 202144
MFC after: 3 days

8 years ago- Remove #ifdef HAVE_POLL_H.
hrs [Thu, 10 Sep 2015 06:40:28 +0000 (06:40 +0000)]
- Remove #ifdef HAVE_POLL_H.
- Use nitems().

MFC after: 3 days

8 years ago- Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6. These are quite old APIs and
hrs [Thu, 10 Sep 2015 06:31:24 +0000 (06:31 +0000)]
- Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6.  These are quite old APIs and
  there is no consumer now.

MFC after: 3 days

8 years ago- Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6. These are quite old APIs and
hrs [Thu, 10 Sep 2015 06:29:18 +0000 (06:29 +0000)]
- Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6.  These are quite old APIs and
  there is no consumer now.

- Simplify first and duplicate LLA check.

MFC after: 3 days

8 years agoDo not add IN6_IFF_TENTATIVE when ND6_IFF_NO_DAD.
hrs [Thu, 10 Sep 2015 06:10:30 +0000 (06:10 +0000)]
Do not add IN6_IFF_TENTATIVE when ND6_IFF_NO_DAD.

MFC after: 3 days

8 years agoRemove IN6_IFF_NOPFX. This flag was no longer used.
hrs [Thu, 10 Sep 2015 06:08:42 +0000 (06:08 +0000)]
Remove IN6_IFF_NOPFX.  This flag was no longer used.

MFC after: 3 days

8 years ago- Remove GIF_{SEND,ACCEPT}_REVETHIP.
hrs [Thu, 10 Sep 2015 05:59:39 +0000 (05:59 +0000)]
- Remove GIF_{SEND,ACCEPT}_REVETHIP.
- Simplify EADDRNOTAVAIL and EAFNOSUPPORT conditions.

MFC after: 3 days

8 years agoAlso make kern.maxfilesperproc a boot time tunable.
adrian [Thu, 10 Sep 2015 04:05:58 +0000 (04:05 +0000)]
Also make kern.maxfilesperproc a boot time tunable.

Auto-tuning threshold discussions aside, it turns out that if you want
to lower this on say, rather memory-packed machines, you either set maxusers
or kern.maxfiles, or you set it in sysctl.  The former is a non-exact
way to tune this; the latter doesn't actually affect anything in the
startup scripts.

This first occured because I wondered why the hell screen would take upwards
of 10 seconds to spawn a new screen.  I then found python doing the same
thing during fork/exec of child processes - it calls close() on each FD
up to the current openfiles limit.  On a 1TB machine this is like, 26 million
FDs per process.  Ugh.

So:

* This allows it to be set early in /boot/loader.conf;
* It can be used to work around the ridiculous situation of
  screen, python, etc doing a close() on potentially millions of FDs
  even though you only have four open.

Tested:

* 4GB, 32GB, 64GB, 128GB, 384GB, 1TB systems with autotune, ensuring
  screen and python forking doesn't result in some pretty hilariously
  bad behaviour.

TODO:

* Note that the default login.conf sets openfiles-cur to unlimited,
  effectively obeying kern.maxfilesperproc.  Perhaps we should fix
  this.

* .. and even if we do, we need to also ensure that daemons get
  a soft limit of something reasonable and capped - they can request
  more FDs themselves.

MFC after: 1 week
Sponsored by: Norse Corp, Inc.

8 years agoUse _exit() instead of exit() in child processes created during tests.
jhb [Wed, 9 Sep 2015 22:54:07 +0000 (22:54 +0000)]
Use _exit() instead of exit() in child processes created during tests.

Suggested by: kib

8 years agoAdd a test to verify that a traced process sees its original parent via
jhb [Wed, 9 Sep 2015 22:42:26 +0000 (22:42 +0000)]
Add a test to verify that a traced process sees its original parent via
getppid() after a debugger process that is not the parent has attached.

Reviewed by: kib (earlier version)
Differential Revision: https://reviews.freebsd.org/D3615

8 years agoProperly size the children[] arrays in the follow fork tests.
jhb [Wed, 9 Sep 2015 21:18:10 +0000 (21:18 +0000)]
Properly size the children[] arrays in the follow fork tests.

8 years agoFor open("name", O_DIRECTORY | O_CREAT), do not try to create the
kib [Wed, 9 Sep 2015 19:31:08 +0000 (19:31 +0000)]
For open("name", O_DIRECTORY | O_CREAT), do not try to create the
named node, open(2) cannot create directories.  But do allow the flag
combination to succeed if the directory already exists.

Declare the open("name", O_DIRECTORY | O_CREAT | O_EXCL) always
invalid for the same reason, since open(2) cannot create directory.

Note that there is an argument that O_DIRECTORY | O_CREAT should be
invalid always, regardless of the target directory existence or
O_EXCL.  The current fix is conservative and allows the call to
succeed in the situation where it succeeded before the patch.

Reported by: Tom Ridge <freebsd@tom-ridge.com>
Reviewed by: rwatson
PR:  202892
Sponsored by: The FreeBSD Foundation
MFC after: 1 week

8 years agofix compare argument for address type.
takawata [Wed, 9 Sep 2015 13:24:39 +0000 (13:24 +0000)]
fix compare argument for address type.

Submitted by: issei10193 (via Twitter)

8 years agoRework copyinstr to:
andrew [Wed, 9 Sep 2015 11:51:14 +0000 (11:51 +0000)]
Rework copyinstr to:
 * Fail when the length passed in is 0
 * Remove an unneeded increment of the count on success
 * Return ENAMETOOLONG when the input pointer is too long

Sponsored by: ABT Systems Ltd

8 years ago- Fix SIGSEGV when sa == NULL. NULL check in getnameinfo_inet()
hrs [Wed, 9 Sep 2015 09:19:07 +0000 (09:19 +0000)]
- Fix SIGSEGV when sa == NULL.  NULL check in getnameinfo_inet()
  did not work as expected.

- Simplify afdl table lookup.

MFC after: 3 days

8 years agoAdd new USB ID.
hselasky [Wed, 9 Sep 2015 07:04:00 +0000 (07:04 +0000)]
Add new USB ID.

MFC after: 1 month
PR: 202968

8 years agoRemove a check which caused spurious SIGSEGV on usermode access to the
kib [Wed, 9 Sep 2015 06:19:33 +0000 (06:19 +0000)]
Remove a check which caused spurious SIGSEGV on usermode access to the
mapped address without valid pte installed, when parallel wiring of
the entry happen.  The entry must be copy on write.  If entry is COW
but was already copied, and parallel wiring set
MAP_ENTRY_IN_TRANSITION, vm_fault() would sleep waiting for the
MAP_ENTRY_IN_TRANSITION flag to clear.  After that, the fault handler
is restarted and vm_map_lookup() or vm_map_lookup_locked() trip over
the check.  Note that this is race, if the address is accessed after
the wiring is done, the entry does not fault at all.

There is no reason in the current kernel to disallow write access to
the COW wired entry if the entry permissions allow it.  Initially this
was done in r24666, since that kernel did not supported proper
copy-on-write for wired text, which was fixed in r199869.  The r251901
revision re-introduced the r24666 fix for the current VM.

Note that write access must clear MAP_ENTRY_NEEDS_COPY entry flag by
performing COW.  In reverse, when MAP_ENTRY_NEEDS_COPY is set in
vmspace_fork(), the MAP_ENTRY_USER_WIRED flag is cleared.  Put the
assert stating the invariant, instead of returning the error.

Reported and debugging help by: peter
Reviewed by: alc
Sponsored by: The FreeBSD Foundation
MFC after: 1 week

8 years agow(1) is not setgid binary since r53279, so remove the setgid() call.
delphij [Wed, 9 Sep 2015 05:17:04 +0000 (05:17 +0000)]
w(1) is not setgid binary since r53279, so remove the setgid() call.

Reviewed By: wollman
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D3541

8 years agoAdd PVR identifier for E6500, from the reference.
jhibbits [Wed, 9 Sep 2015 03:15:25 +0000 (03:15 +0000)]
Add PVR identifier for E6500, from the reference.

8 years agoCorrect setting R92C_TDECTRL_BLK_DESC_NUM_M bit.
kevlo [Wed, 9 Sep 2015 01:51:38 +0000 (01:51 +0000)]
Correct setting R92C_TDECTRL_BLK_DESC_NUM_M bit.

8 years agoRevert r287578. This patch requires more review.
jkim [Tue, 8 Sep 2015 23:17:02 +0000 (23:17 +0000)]
Revert r287578.  This patch requires more review.

Requested by: adrian

8 years agoCorrectly case FreeBSD in my entry in the tips file
allanjude [Tue, 8 Sep 2015 22:51:10 +0000 (22:51 +0000)]
Correctly case FreeBSD in my entry in the tips file

Submitted by: feld
Approved by: wblock (mentor)
Differential Revision: https://reviews.freebsd.org/D3601

8 years agoAdd an additional check to service(8) -e incase rcvar is blank
allanjude [Tue, 8 Sep 2015 22:50:17 +0000 (22:50 +0000)]
Add an additional check to service(8) -e incase rcvar is blank

Approved by: bapt (mentor)
X-MFC-With: 287576
Differential Revision: https://reviews.freebsd.org/D3604

8 years agoRemove extra debug that crept in
bapt [Tue, 8 Sep 2015 22:24:20 +0000 (22:24 +0000)]
Remove extra debug that crept in

8 years agoImplement pubkey support for the bootstrap
bapt [Tue, 8 Sep 2015 21:25:36 +0000 (21:25 +0000)]
Implement pubkey support for the bootstrap

Note that to not interfer with finger print it expects a signature on pkg itself
which is named pkg.txz.pubkeysign

To genrate it:
echo -n "$(sha256 -q pkg.txz)" | openssl dgst -sha256 -sign /thekey \
    -binary -out ./pkg.txz.pubkeysig

Note the "echo -n" which prevent signing the '\n' one would get otherwise

PR: 202622
MFC after: 1 week

8 years agoEnable 802.11n support.
jkim [Tue, 8 Sep 2015 21:04:33 +0000 (21:04 +0000)]
Enable 802.11n support.

PR: 164102

8 years agoSort and remove duplicate compiler flags.
jkim [Tue, 8 Sep 2015 20:41:47 +0000 (20:41 +0000)]
Sort and remove duplicate compiler flags.

MFC after: 3 days

8 years agoservice(8) -e does not respect /etc/rc.conf.d/* entries
allanjude [Tue, 8 Sep 2015 20:22:51 +0000 (20:22 +0000)]
service(8) -e does not respect /etc/rc.conf.d/* entries

PR: 173454
Submitted by: giantlock@gmail.com (original patch)
Approved by: bapt (mentor)
MFC after: 1 week
Relnotes: yes
Sponsored by: ScaleEngine Inc.
Differential Revision: https://reviews.freebsd.org/D3600

8 years agoRemove duplicate entry for Sierra Wireless Aircard 875
garga [Tue, 8 Sep 2015 20:07:32 +0000 (20:07 +0000)]
Remove duplicate entry for Sierra Wireless Aircard 875

Approved by: loos
MFC after: 3 days
Sponsored by: Rubicon Communications (Netgate)

8 years ago- Fix Sierra MC7354 ID from a bad copy/paste, correct ID is 68C0
garga [Tue, 8 Sep 2015 19:57:02 +0000 (19:57 +0000)]
- Fix Sierra MC7354 ID from a bad copy/paste, correct ID is 68C0

Approved by: loos
Obtained from: pfSense
MFC after: 3 days
Sponsored by: Rubicon Communications (Netgate)

8 years agodrm/ttm: Drain taskqueue if taskqueue_cancel_timeout() returned an error
dumbbell [Tue, 8 Sep 2015 19:41:19 +0000 (19:41 +0000)]
drm/ttm: Drain taskqueue if taskqueue_cancel_timeout() returned an error

Before, this was done if `pending` was true. This is not what the
manpage suggests and not what was done elsewhere in the same file.

8 years agoFix indentation, no functional changes
bapt [Tue, 8 Sep 2015 19:25:15 +0000 (19:25 +0000)]
Fix indentation, no functional changes

8 years agoEnable mincore_test on arm64, we now have a working pmap_mincore.
andrew [Tue, 8 Sep 2015 18:44:12 +0000 (18:44 +0000)]
Enable mincore_test on arm64, we now have a working pmap_mincore.

PR: 202307
Obtained from: ABT Systems Ltd
Sponsored by: The FreeBSD Foundation

8 years agoAdd support for pmap_mincore on arm64 by walking the page tables to find
andrew [Tue, 8 Sep 2015 18:41:06 +0000 (18:41 +0000)]
Add support for pmap_mincore on arm64 by walking the page tables to find
the details for the requested address.

PR: 202307
Obtained from: ABT Systems Ltd
Sponsored by: The FreeBSD Foundation

8 years agoThe swap pager is compatible with direct dispatch. It does its own
imp [Tue, 8 Sep 2015 17:47:56 +0000 (17:47 +0000)]
The swap pager is compatible with direct dispatch. It does its own
locking and doesn't sleep. Flag the consumer we create as such. In
addition, decrement the in flight index when we have an out of memory
error after having incremented it previously. This would have
prevented swapoff from working if the swap pager ever hit a resource
shortage trying to swap out something (the swap in path always waits
for a bio, so won't have this issue). Simplify the close logic by
abandoning the use of private and initializing the index to 1 and
dropping that reference when we previously set private.

Also, set sw_id only while sw_dev_mtx is held. This should only affect
swapping to a vnode, as opposed to a geom whose close always sets it to
NULL with sw_dev_mtx held.

Differential Review: https://reviews.freebsd.org/D3547

8 years agoAllow us to set the console device tree node. This is needed as not all
andrew [Tue, 8 Sep 2015 16:06:04 +0000 (16:06 +0000)]
Allow us to set the console device tree node. This is needed as not all
vendor supplied device trees contain the needed properties for us to select
the correct uart to use as the kernel console.

An example of this would be to add the following to loader.conf.
hw.fdt.console="/smb/uart@f7113000"

The intention of this is slightly different than the existing
hw.uart.console option. The new option will mean the boot serial
configuration will be derived from the device node, while the existing
option expects the user to configure all this themselves.

Further work is planned to allow the uart configuration to be set based on
the stdout-path property devicetree bindings.

Sponsored by: ABT Systems Ltd
Differential Revision: https://reviews.freebsd.org/D3559

8 years agoisci: check return value of pci_alloc_msix()
jimharris [Tue, 8 Sep 2015 16:05:18 +0000 (16:05 +0000)]
isci: check return value of pci_alloc_msix()

Certain VM guest types (VMware, Xen) do not support MSI, so pci_alloc_msix()
always fails.  isci(4) was not properly detecting the allocation failure,
and would try to proceed with MSIx resource initialization rather than
reverting to INTx.

Reported and tested by: Bradley W. Dutton (brad-fbsd-stable@duttonbros.com)
MFC after: 3 days
Sponsored by: Intel

8 years agoisci: explicitly enable/disable PCI busmaster
jimharris [Tue, 8 Sep 2015 15:59:55 +0000 (15:59 +0000)]
isci: explicitly enable/disable PCI busmaster

BIOS always enables PCI busmaster on the isci device, which effectively
worked around this omission.  But when passing the isci device through
to a guest VM, the hypervisor will disable busmaster and isci will not
work without calling pci_enable_busmaster().

MFC after: 3 days
Sponsored by: Intel

8 years agoMake it possible to use acl_create_entry_np(3) to use first entry to an
trasz [Tue, 8 Sep 2015 14:52:14 +0000 (14:52 +0000)]
Make it possible to use acl_create_entry_np(3) to use first entry to an
empty ACL, and to append an entry to an ACL.

Submitted by: sef@
MFC after: 1 month
Sponsored by: The FreeBSD Foundation

8 years agoRevert r286984 (adding opt_random.h to sys/modules/zfs/Makefile)
ngie [Tue, 8 Sep 2015 08:54:40 +0000 (08:54 +0000)]
Revert r286984 (adding opt_random.h to sys/modules/zfs/Makefile)

opt_random.h is no longer needed/referenced in the kernel build

X-MFC with: r287558

8 years agoRemove opt_random.h header pollution from sys/random.h by moving
ngie [Tue, 8 Sep 2015 08:50:28 +0000 (08:50 +0000)]
Remove opt_random.h header pollution from sys/random.h by moving
RANDOM_LOADABLE and RANDOM_YARROW's definitions from opt_random.h to
opt_global.h

This unbreaks `make depend` in sys/modules with multiple drivers (tmpfs, etc)
after r286839

X-MFC with: r286839
Reviewed by: imp
Submitted by: lwhsu
Differential Revision: D3486

8 years agoStyle. Use ANSI definition, wrap long lines, no initialization in
kib [Tue, 8 Sep 2015 08:48:53 +0000 (08:48 +0000)]
Style.  Use ANSI definition, wrap long lines, no initialization in
declaration for locals.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week

8 years agoIn the pthread_once(), if the initializer has already run, then the
kib [Tue, 8 Sep 2015 08:41:07 +0000 (08:41 +0000)]
In the pthread_once(), if the initializer has already run, then the
calling thread is supposed to see accesses issued by the initializer.
This means that the read of the once_control->state variable should
have an acquire semantic.  Use atomic_thread_fence_acq() when the
value read is ONCE_DONE, instead of straightforward atomic_load_acq(),
to only put a barrier when needed (*).

On the other hand, the updates of the once_control->state with the
intermediate progress state do not need to synchronize with other
state accesses, remove _acq suffix.

Reviewed by: alc (previous version)
Suggested by: alc (*)
Sponsored by: The FreeBSD Foundation
MFC after: 1 week

8 years agoEnable TSF timer in monitor mode.
kevlo [Tue, 8 Sep 2015 08:06:20 +0000 (08:06 +0000)]
Enable TSF timer in monitor mode.

Tested on RT5370, sta mode.
Submitted by: Andriy Voskoboinyk <s3erios at gmail com>
Differential Revision: https://reviews.freebsd.org/D3591

8 years agoAdd TSF field into TX/RX radiotap headers
kevlo [Tue, 8 Sep 2015 08:02:14 +0000 (08:02 +0000)]
Add TSF field into TX/RX radiotap headers

Tested on RT5370, sta mode.
Submitted by: Andriy Voskoboinyk <s3erios at gmail com>
Differential Revision: https://reviews.freebsd.org/D3590

8 years agoFix comparison in run_key_set_cb().
kevlo [Tue, 8 Sep 2015 07:53:10 +0000 (07:53 +0000)]
Fix comparison in run_key_set_cb().

Tested on RT5370, sta mode.

Submitted by: Andriy Voskoboinyk <s3erios at gmail com>
Differential Revision: https://reviews.freebsd.org/D3589

8 years ago- Remove empty key_update_* functions.
kevlo [Tue, 8 Sep 2015 07:50:35 +0000 (07:50 +0000)]
- Remove empty key_update_* functions.
- Hide "struct ieee80211_node *" -> "struct run_node *" casting behind
  RUN_NODE() macro.
- Simplify IEEE80211_HAS_ADDR4 macro definition
- Fix a comment (desn't -> doesn't)

Submitted by: Andriy Voskoboinyk <s3erios at gmail com>
Differential Revision: https://reviews.freebsd.org/D3588

8 years agoTo simplify upcoming changes to the inactive queue scan, change the code
alc [Tue, 8 Sep 2015 04:18:57 +0000 (04:18 +0000)]
To simplify upcoming changes to the inactive queue scan, change the code
so that there is only one place where pages are freed and only one place
where pages are moved to the tail of the queue.

Reviewed by: kib
Sponsored by: EMC / Isilon Storage Division

8 years agoUpdate DTrace nfs scripts to track the proper provider names.
gnn [Tue, 8 Sep 2015 00:30:10 +0000 (00:30 +0000)]
Update DTrace nfs scripts to track the proper provider names.

Submitted by: Alex Burlyga

8 years agoDon't call enable_all_rings if the adapter has been freed.
adrian [Mon, 7 Sep 2015 23:16:39 +0000 (23:16 +0000)]
Don't call enable_all_rings if the adapter has been freed.

This is a subtle use-after-free race that results in some very undesirable
hang behaviour.

Reviewed by: pkelsey
Obtained from: Kip Macy, NextBSD (https://github.com/NextBSD/NextBSD/commit/91a9bd1dbb33dafb41684d054e59d73976de9654)

8 years agoFix off-by-one bugs.
loos [Mon, 7 Sep 2015 21:59:11 +0000 (21:59 +0000)]
Fix off-by-one bugs.

While here, only set the GPIO pin state for output pins.

Pointy hat to: loos
Sponsored by: Rubicon Communications (Netgate)

8 years agoIn libz's inflateMark(), avoid left-shifting a negative integer, which
dim [Mon, 7 Sep 2015 20:55:14 +0000 (20:55 +0000)]
In libz's inflateMark(), avoid left-shifting a negative integer, which
is undefined.

Reviewed by: delphij
Differential Revision: https://reviews.freebsd.org/D3344
MFC after: 3 days

8 years agofd: make rights a mandatory argument to fgetvp_rights
mjg [Mon, 7 Sep 2015 20:05:56 +0000 (20:05 +0000)]
fd: make rights a mandatory argument to fgetvp_rights

The only caller already always passes rights.

8 years agofd: make the common case in filecaps_copy work lockless
mjg [Mon, 7 Sep 2015 20:02:56 +0000 (20:02 +0000)]
fd: make the common case in filecaps_copy work lockless

The filedesc lock is only needed if ioctls caps are present, which is a
rare situation. This is a step towards reducing the scope of the filedesc
lock.

8 years agoAs expected, things aren't as simple as hoped. Consequently, we have
marcel [Mon, 7 Sep 2015 17:56:49 +0000 (17:56 +0000)]
As expected, things aren't as simple as hoped. Consequently, we have
no option but to use the smbios information to fill in the blanks.
It's a good thing UGA is a protocol of the past and GOP has all the
info we need.

Anyway, the logic has been tweaked a little to get the easier bits
of information up front. This includes the resolution and the frame
buffer address. Then we look at the smbios information and define
expected values as well as the missing bits (frame buffer offset and
stride). If the values obtained match the expect values, we fill in
the blanks and return. Otherwise we use the existing detection logic
to figure it out.

Rename the environment variables from uga_framebuffer abd uga_stride
to hw.efifb.address and hw.efifb.stride. The latter names are more
in line with other variable names.

We currently have hardcoded settings for:
1.  Mid-2007 iMac (iMac7,1)
2.  Late-2007 MacBook (MacBook3,1)

8 years agoFollow-up to r287442: Move sysctl to compiled-once file
cem [Mon, 7 Sep 2015 16:44:28 +0000 (16:44 +0000)]
Follow-up to r287442: Move sysctl to compiled-once file

Avoid duplicate sysctl nodes.

Found by: tijl
Approved by: markj (mentor)
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D3586

8 years agoUse load-acquire semantics while waiting for td_lock to be released. The
andrew [Mon, 7 Sep 2015 14:01:18 +0000 (14:01 +0000)]
Use load-acquire semantics while waiting for td_lock to be released. The
store should have release semantics and will have due to the dsb above it
so add a comment to explain this. [1]

While here update the code to not reload the current thread, it's already
in a register, we just need to not trash it.

Suggested by: kib [1]
Sponsored by: ABT Systems Ltd

8 years agoRFC 4960 requires that packets containing an INIT chunk bundled with
tuexen [Mon, 7 Sep 2015 14:00:38 +0000 (14:00 +0000)]
RFC 4960 requires that packets containing an INIT chunk bundled with
another chunk are silently discarded. Do so, instead of sending an
ABORT.

MFC after: 1 week

8 years agoAdd two new portal group options "tag" and "foreign".
mav [Mon, 7 Sep 2015 13:43:05 +0000 (13:43 +0000)]
Add two new portal group options "tag" and "foreign".

They are going to be useful in clustered setups.

8 years agoWhen dropping to EL1 ensure we have written to all special registers by
andrew [Mon, 7 Sep 2015 10:13:14 +0000 (10:13 +0000)]
When dropping to EL1 ensure we have written to all special registers by
moving the instruction barrier to just before we drop exception level.

Sponsored by: ABT Systems Ltd

8 years agomissed file that should have been included in r287528
allanjude [Mon, 7 Sep 2015 02:00:05 +0000 (02:00 +0000)]
missed file that should have been included in r287528

PR: 184110
Submitted by: Marie Helene Kvello-Aune <marieheleneka@gmail.com>
Approved by: wblock (mentor)

8 years agoDocument the sctp blackhole sysctl MIB
allanjude [Mon, 7 Sep 2015 01:21:56 +0000 (01:21 +0000)]
Document the sctp blackhole sysctl MIB

PR: 184110
Submitted by: Marie Helene Kvello-Aune <marieheleneka@gmail.com>
Reviewed by: wblock
Approved by: wblock (mentor)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D3528