aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* net80211: fix ieee80211_htrateset setup, return EINVAL for an unsupportedAndriy Voskoboinyk2017-03-035-16/+33
* Fix null pointer dereference in zfs_freebsd_setacl().Martin Matuska2017-03-021-0/+3
* kern_sig.c: ANSIfy and remove archaic register keywordEd Maste2017-03-021-67/+26
* Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ toDimitry Andric2017-03-022-1/+4
|\
| * Bump __FreeBSD_version, and set tentative merge date.Dimitry Andric2017-03-011-1/+1
| * Merge ^/head r314482 through r314522.Dimitry Andric2017-03-0122-61/+108
| |\
| * \ Merge ^/head r314420 through r314481.Dimitry Andric2017-03-01549-561/+949
| |\ \
| * \ \ Merge ^/head r314270 through r314419.Dimitry Andric2017-02-28248-15961/+6565
| |\ \ \
| * \ \ \ Merge ^/head r314178 through r314269.Dimitry Andric2017-02-2596-2082/+1328
| |\ \ \ \
| * \ \ \ \ Merge ^/head r314129 through r314177.Dimitry Andric2017-02-2316-71/+82
| |\ \ \ \ \
| * \ \ \ \ \ Merge ^/head r313896 through r314128.Dimitry Andric2017-02-23236-4758/+37062
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge ^/head r313644 through r313895.Dimitry Andric2017-02-17237-9428/+12138
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge ^/head r313301 through r313643.Dimitry Andric2017-02-11281-9928/+139171
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge ^/head r313055 through r313300.Dimitry Andric2017-02-05155-1553/+7056
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge ^/head r312968 through r313054.Dimitry Andric2017-02-0182-970/+1670
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge ^/head r312894 through r312967.Dimitry Andric2017-01-29366-42674/+1239
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge ^/head r312720 through r312893.Dimitry Andric2017-01-2795-1181/+3129
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge ^/head r312624 through r312719.Dimitry Andric2017-01-2483-508/+4305
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge ^/head r312309 through r312623.Dimitry Andric2017-01-22533-2921/+4509
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge ^/head r312207 through r312308.Dimitry Andric2017-01-1695-565/+939
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge ^/head r312201 through r312206.Dimitry Andric2017-01-154-6/+1005
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge ^/head r311940 through r312200.Dimitry Andric2017-01-1486-412/+1482
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge ^/head r311812 through r311939.Dimitry Andric2017-01-1168-16474/+5115
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge ^/head r311692 through r311807.Dimitry Andric2017-01-0928-273/+834
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge ^/head r311684 through r311691.Dimitry Andric2017-01-081-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | For kernel builds, make the -Waddress-of-packed-member warning non-fatal.Dimitry Andric2017-01-081-0/+3
* | | | | | | | | | | | | | | | | | | | | | Style.Konstantin Belousov2017-03-021-2/+1
* | | | | | | | | | | | | | | | | | | | | | Fix build: include machine/bus.h before uart.hRuslan Bukin2017-03-021-5/+5
* | | | | | | | | | | | | | | | | | | | | | Inline some trivial wrapper functions.Alexander Motin2017-03-021-64/+26
* | | | | | | | | | | | | | | | | | | | | | Implement taskqueue_poll_is_busy() for use by the LinuxKPI.Hans Petter Selasky2017-03-022-0/+18
* | | | | | | | | | | | | | | | | | | | | | Execute last ZIO of log commit synchronously.Alexander Motin2017-03-021-3/+5
* | | | | | | | | | | | | | | | | | | | | | Completely skip cache flushing for not supporting log devices.Alexander Motin2017-03-021-5/+7
* | | | | | | | | | | | | | | | | | | | | | loader.efi: reduce the size of the staging area if necessaryDexuan Cui2017-03-021-4/+81
* | | | | | | | | | | | | | | | | | | | | | [intelspi][bytgio] Fix buildworld with MODULES_WITH_WORLD setOleksandr Tymoshenko2017-03-022-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | cxgbe/iw_cxgbe: Do not check the size of the memory region beingNavdeep Parhar2017-03-011-3/+0
* | | | | | | | | | | | | | | | | | | | | Fix NPTv6 rule counters when one_pass is not enabled.Andrey V. Elsukov2017-03-012-14/+23
* | | | | | | | | | | | | | | | | | | | | Split the ficl CFLAGS when they refer to an arch-specific include path.Pedro F. Giffuni2017-03-016-6/+12
* | | | | | | | | | | | | | | | | | | | | loader: r314112 did introduce dereference freed pointer entryToomas Soome2017-03-011-2/+2
* | | | | | | | | | | | | | | | | | | | | Make gtaskqueue compatible with drm-next such that they can be used with theSean Bruno2017-03-013-9/+11
* | | | | | | | | | | | | | | | | | | | | Do not invoke the resize event when previous provider's size was zero.Andrey V. Elsukov2017-03-011-1/+10
* | | | | | | | | | | | | | | | | | | | | Add check missed in r314257.Alexander Motin2017-03-011-1/+1
* | | | | | | | | | | | | | | | | | | | | Add some explanation for SV_TIMEKEEP flag.Konstantin Belousov2017-03-011-1/+1
* | | | | | | | | | | | | | | | | | | | | With the removal of IA64, the only arch which uses ia32 compat is amd64.Konstantin Belousov2017-03-011-5/+2
* | | | | | | | | | | | | | | | | | | | | Set USB OTG mode to host (missed in vendor DTS for some reason).Ruslan Bukin2017-03-011-0/+4
* | | | | | | | | | | | | | | | | | | | | Use vm_map_insert() instead of vm_map_find() in elf_map_insert().Konstantin Belousov2017-03-011-3/+4
* | | | | | | | | | | | | | | | | | | | | When deallocating the vm object in elf_map_insert() due toKonstantin Belousov2017-03-011-7/+12
* | | | | | | | | | | | | | | | | | | | | hyperv/hn: Misaligned chimney sending buffers should not be usedSepherosa Ziehau2017-03-011-3/+8
* | | | | | | | | | | | | | | | | | | | | hyperv/hn: Make sure that RNDIS packet message is at least 4B aligned.Sepherosa Ziehau2017-03-011-2/+15
* | | | | | | | | | | | | | | | | | | | | hyperv/hn: Simplify RNDIS packet total length calculation.Sepherosa Ziehau2017-03-011-4/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Add kernel support for the TP-LINK MR3040.Warner Losh2017-03-012-0/+171