aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efibootmgr: fix an incorrect error handling checkMitchell Horne2020-11-301-1/+1
* Move inner loop logic out of sysctl_sysctl_next_ls().Alexander V. Chernikov2020-11-301-89/+130
* Renumber NHR_* flags after NHR_IFAIF removal in r368127.Alexander V. Chernikov2020-11-301-4/+2
* Print at least something when failing.Gleb Smirnoff2020-11-301-1/+4
* wireguard: fix zfs_ copy pasta in module init macroMatt Macy2020-11-301-2/+2
* Remove (dead) GPL copyright code from wireguard sourcesMatt Macy2020-11-301-461/+0
* qat: Initialize the crypto device ID to -1 instead of 0Mark Johnston2020-11-301-0/+1
* qat: Fix firmware module autoloadingMark Johnston2020-11-3010-10/+10
* Add a few missed entries to ObsoleteFiles.inc:Dimitry Andric2020-11-301-0/+5
* ffs: do not read full direct blocks if they are going to be overwritten.Konstantin Belousov2020-11-301-7/+22
* Ensure that threading library is initialized in pthread_mutex_init().Konstantin Belousov2020-11-301-0/+2
* uma: Avoid allocating buckets with the cross-domain lock heldMark Johnston2020-11-301-7/+33
* Fix compilation on head and while here:Olivier Cochard2020-11-302-22/+11
* Unbreak r368167 in userland. Decorate unused arguments.Michal Meloun2020-11-301-15/+29
* mmccam: Convert some printf to CAM_DEBUGEmmanuel Vadot2020-11-301-3/+4
* arm: allwinner: aw_mmc: Add a sysctl for debugingEmmanuel Vadot2020-11-301-30/+38
* vt: if loader did pass the font via metadata, use itToomas Soome2020-11-304-5/+150
* Use function macro for sema_init() in the LinuxKPI to limit macro expansion s...Hans Petter Selasky2020-11-301-1/+1
* fix vmbus_fb_mmio_res after r368168Toomas Soome2020-11-301-2/+3
* Add VT driver for VBE framebuffer deviceToomas Soome2020-11-309-9/+205
* NVME: Don't try to swap data on little endian machines.Michal Meloun2020-11-301-2/+28
* Remove RADIX_MPATH config option.Alexander V. Chernikov2020-11-299-460/+1
* Import kernel WireGuard supportMatt Macy2020-11-2958-1/+45704
* Reduce MAXPHYS back to 128KB on 32bit architectures.Konstantin Belousov2020-11-291-2/+6
* Store MPIDR register in pcpu.Michal Meloun2020-11-293-1/+6
* iconv(1): Add EXAMPLEFernando ApesteguĂ­a2020-11-291-0/+7
* Remove unused options.Michal Meloun2020-11-294-18/+0
* _ARM_ARCH_5E is always defined, we not support older CPUs.Michal Meloun2020-11-295-992/+2
* security(7): fix copy/paste error and correct aslr oidsYuri Pankov2020-11-291-3/+3
* Only set the PCI bus end when we are reducing itAndrew Turner2020-11-291-4/+5
* Remove orphaned configs.Michal Meloun2020-11-296-127/+0
* Remove remaining fragments of code for older already ceased ARM versions.Michal Meloun2020-11-299-1017/+0
* Remove remaining support of big endian byte order.Michal Meloun2020-11-296-732/+4
* Introduce rib_walk_ext_internal() to allow iteration with rnh pointer.Alexander V. Chernikov2020-11-292-10/+18
* Add nhop_ref_any() to unify referencing nhop or nexthop group.Alexander V. Chernikov2020-11-293-0/+26
* hastd(8) assumes it has no extra file descriptors openedEugene Grosbein2020-11-291-0/+1
* Refactor fib4/fib6 functions.Alexander V. Chernikov2020-11-295-90/+169
* Add tracking for rib/nhops/nhgrp objects and provide cumulative number access...Alexander V. Chernikov2020-11-295-25/+50
* bhyve: limit max GPA to VM_MAXUSER_ADDRESS_LA48.Konstantin Belousov2020-11-291-3/+3
* bio aio: Destroy ephemeral mapping before unwiring page.Konstantin Belousov2020-11-291-4/+3
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-2957-1716/+6
* hwpstate_intel: don't unconditionally print the error messageYuri Pankov2020-11-291-2/+4
* Remove alignment requirements for KVA buffer mapping.Alexander Motin2020-11-291-23/+5
* Remove aligment requirements for passthrough buffer.Alexander Motin2020-11-291-12/+0
* Remove alignment requirements for KVA buffer mapping.Alexander Motin2020-11-291-13/+1
* Mark inline functions static.Alexander Motin2020-11-291-2/+2
* Increase nvme(4) maximum transfer size from 1MB to 2MB.Alexander Motin2020-11-294-19/+16
* ping: allow building without INET supportAlan Somers2020-11-282-21/+43
* Add watchdog(9) driver for the Fintek F81803 SuperIO chipPoul-Henning Kamp2020-11-285-0/+236
* Add nhgrp_get_idx() as a counterpart for nhop_get_idx().Alexander V. Chernikov2020-11-282-0/+10