| Commit message (Expand) | Author | Age | Files | Lines |
| * | hyperv/hn: Enable transparent VF by default. | Sepherosa Ziehau | 2017-10-11 | 1 | -1/+1 |
| * | hyperv/hn: Workaround erroneous hash type observed on WS2016 for VF. | Sepherosa Ziehau | 2017-10-11 | 3 | -8/+36 |
| * | Don't use a non-zero argument for __builtin_frame_address | Kurt Lidl | 2017-10-11 | 1 | -1/+1 |
| * | Do exception offset computations in 64 bits, not 32. | Justin Hibbits | 2017-10-11 | 1 | -3/+3 |
| * | sysctl.9: document CTLFLAG_CAPRD and CTLFLAG_CAPWR | Ed Maste | 2017-10-10 | 1 | -1/+5 |
| * | match sendfile() error handling to send(). | Sean Bruno | 2017-10-10 | 1 | -2/+6 |
| * | growfs: ANSIfy cgckhash() | Ed Maste | 2017-10-10 | 1 | -2/+1 |
| * | Fix forced dismount when a pNFS mount is hung on a DS. | Rick Macklem | 2017-10-10 | 2 | -0/+21 |
| * | Revert Commit r324290 | David C Somayajulu | 2017-10-10 | 2 | -21/+0 |
| * | uart: detect 256-byte FIFOs | Ed Maste | 2017-10-10 | 1 | -1/+4 |
| * | Merge ACPICA 20170929 (take 2). | Jung-uk Kim | 2017-10-10 | 69 | -1369/+3051 |
| |\ |
|
| * | | Do not check whether AcpiOsGetTimer() is called during boot. | Jung-uk Kim | 2017-10-10 | 1 | -3/+0 |
| * | | Hard link if_igb.ko to if_em.ko. Use a LINK directive to ensure that | Sean Bruno | 2017-10-10 | 1 | -2/+1 |
| * | | Growfs got missed in r323923 that added a check hash to cylinder groups. | Kirk McKusick | 2017-10-10 | 2 | -1/+19 |
| * | | Mute gcc warning about p not being possibly initialized | Enji Cooper | 2017-10-10 | 1 | -1/+1 |
| * | | Do not print error when running make check-old on system | Baptiste Daroussin | 2017-10-10 | 1 | -1/+1 |
| * | | Support the EFI Runtime Services on arm64. As with amd64 we use the 1:1 | Andrew Turner | 2017-10-10 | 6 | -1/+299 |
| * | | Add machine/fpu.h on arm64 for compatibility with amd64. | Andrew Turner | 2017-10-10 | 1 | -0/+6 |
| * | | Move the pmap_l0_index, etc. macros to pte.h. These will be used by the | Andrew Turner | 2017-10-10 | 2 | -5/+5 |
| * | | Make sure the IPv6 scope ID gets zeroed inside the GID. Else searching for a | Hans Petter Selasky | 2017-10-10 | 1 | -0/+6 |
| * | | Use common rdma_ip2gid() function instead of custom mlx5_ip2gid() one. | Hans Petter Selasky | 2017-10-10 | 1 | -21/+1 |
| * | | Add support for parsing and using IPv6 addresses in krping. | Hans Petter Selasky | 2017-10-10 | 1 | -13/+90 |
| * | | hyperv/hn: Workaround erroneous hash type observed on WS2016. | Sepherosa Ziehau | 2017-10-10 | 3 | -30/+90 |
| * | | hyperv/vmbus: Expose Hyper-V major version. | Sepherosa Ziehau | 2017-10-10 | 2 | -1/+5 |
| * | | hyperv/vmbus: Add tunable to pin/unpin event tasks. | Sepherosa Ziehau | 2017-10-10 | 1 | -4/+17 |
| * | | Check the exit code from fsck_ffs instead of relying on MODIFIED being in the... | Enji Cooper | 2017-10-10 | 2 | -26/+37 |
| * | | Add OpenBSD 6.2, reorder macOS 10.13 | Eitan Adler | 2017-10-10 | 1 | -4/+5 |
| * | | Fix typos: `stand alon{e,g}` should be spelled like `standalone` | Enji Cooper | 2017-10-10 | 1 | -3/+3 |
| * | | Add missing SUBDIR needed for iwmfw to load after ^/head@r324434 | Enji Cooper | 2017-10-10 | 1 | -1/+2 |
| * | | Sort SUBDIR and put entries on a single list | Enji Cooper | 2017-10-10 | 1 | -1/+5 |
| * | | Rather than laying whack-a-mole with including the path to stand.h, | Warner Losh | 2017-10-10 | 24 | -51/+3 |
| * | | Revert r324405 at the request of the submitter pending better solution. | Sean Bruno | 2017-10-10 | 1 | -5/+0 |
| * | | Add Asus USB-N13, rev. B1 to the rtwn_usb hardware list | Benjamin Kaduk | 2017-10-10 | 1 | -1/+2 |
| * | | Remove embedded newlines from sysctl variable descriptions | Alan Somers | 2017-10-09 | 2 | -22/+23 |
| * | | Do not report the filesystem as modified when the only change is to | Kirk McKusick | 2017-10-09 | 1 | -1/+7 |
| * | | Note libstand is no longer a public interface in UPDATING. Bump | Warner Losh | 2017-10-09 | 2 | -1/+5 |
| * | | Disconnect libstand from the build. | Warner Losh | 2017-10-09 | 3 | -2/+5 |
| * | | Create sys/boot/libsa and build libstand.a there | Warner Losh | 2017-10-09 | 3 | -1/+16 |
| * | | Define LIBSA* and use them instead of overloaded LIBSTAND | Warner Losh | 2017-10-09 | 17 | -47/+35 |
| * | | Add missing -I${SASRC} in a couple of places so that stand.h doesn't | Warner Losh | 2017-10-09 | 2 | -1/+2 |
| * | | Define SASRC and use it | Warner Losh | 2017-10-09 | 26 | -28/+39 |
| * | | Prefer ${LIBSTAND} to -lstand | Warner Losh | 2017-10-09 | 3 | -3/+3 |
| * | | Improvements to sendfile(2) mbuf free routine. | Gleb Smirnoff | 2017-10-09 | 3 | -73/+51 |
| * | | In mb_dupcl() don't copy full m_ext, to avoid cache miss. Respectively, | Gleb Smirnoff | 2017-10-09 | 3 | -8/+34 |
| * | | Shorten list of arguments to mbuf external storage freeing function. | Gleb Smirnoff | 2017-10-09 | 19 | -129/+88 |
| * | | When showing the sleepqueues from the in-kernel debugger, | Hans Petter Selasky | 2017-10-09 | 1 | -1/+1 |
| * | | The recent change to initialization of blists (r324420) relied on '-1' | Alan Cox | 2017-10-09 | 1 | -1/+2 |
| * | | cxgbetool(8): Do not close uninitialized fd on malloc failure. | Navdeep Parhar | 2017-10-09 | 1 | -1/+0 |
| * | | Switch BEAGLEBONE, CUBIEBOARD, and PANDABOARD to use the GENERIC | Glen Barber | 2017-10-09 | 3 | -3/+6 |
| * | | Fix freebsd-update(8) erroneous message and exit status when "fetch install" ... | Guangyuan Yang | 2017-10-09 | 1 | -2/+8 |