aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove all the RELEASE_CRUNCH defines, they are useless.Warner Losh2019-12-162-9/+1
* Add a hack to make ^T work for Linux binaries, enabled withEdward Tomasz Napierala2019-12-165-0/+19
* Repeat the spinlock_enter/exit pattern from amd64 on other architectures toJeff Roberson2019-12-166-17/+22
* Add compat.linux.emul_path, so it can be set to something otherEdward Tomasz Napierala2019-12-167-13/+24
* Revert r355813Warner Losh2019-12-162-20/+2
* UPDATING: remove outdated caution against make -jEd Maste2019-12-161-8/+3
* Implement a system-wide limit or da and ada devices for delete.Warner Losh2019-12-162-2/+20
* Don't use K&R definitions. No functional changes.Edward Tomasz Napierala2019-12-161-6/+2
* kbd drivers: don't double register keyboard driversKyle Evans2019-12-166-0/+28
* Fix LLVM libunwnwind _Unwind_Backtrace symbol version for ARM.Michal Meloun2019-12-165-3/+15
* Fix gcc build after r355790Li-Wen Hsu2019-12-161-2/+0
* [PPC] Handle qOffsets packetLeandro Lupori2019-12-163-0/+32
* Install missing pcap(3) manual pages and add missing manpageHans Petter Selasky2019-12-161-3/+12
* kbd: patch linker set methods, tooKyle Evans2019-12-161-0/+17
* kbd: remove kbdsw, store pointer to driver in each keyboard_tKyle Evans2019-12-163-93/+78
* chrome_kb: remove default get_fkeystr/diag implementationsKyle Evans2019-12-161-2/+0
* kbd: provide default implementations of get_fkeystr/diagKyle Evans2019-12-1610-20/+9
* keyboard switch definitions: standardize on c99 initializersKyle Evans2019-12-164-76/+76
* kbd drivers: use kbdd_* indirection for diag invocationKyle Evans2019-12-164-4/+4
* Remove a declaration of sched_clock() redundant after r355779.Mark Johnston2019-12-161-1/+0
* vfs: allow tail call optimisation in vops in the common caseMateusz Guzik2019-12-161-7/+11
* vfs: flatten vop vectorsMateusz Guzik2019-12-1627-5/+96
* mtx: eliminate recursion support from thread lockMateusz Guzik2019-12-161-22/+10
* Properly detect ATA sanitize errors.Alexander Motin2019-12-151-3/+19
* Apply a small optimization to pmap_remove_l3_range(). Specifically, hoist aAlan Cox2019-12-151-2/+4
* loader: rewrite zfs vdev initializationToomas Soome2019-12-153-267/+450
* schedlock 4/4Jeff Roberson2019-12-1518-172/+99
* powerpc/powernv: Set the PTCR for the Nest MMUJustin Hibbits2019-12-152-0/+12
* schedlock 3/4Jeff Roberson2019-12-151-14/+36
* schedlock 2/4Jeff Roberson2019-12-152-48/+31
* Rewrite arm kernel stack unwind code to work when unwinding through modules.Ian Lepore2019-12-156-72/+312
* schedlock 1/4Jeff Roberson2019-12-1527-239/+360
* powerpc/mpc85xx: Clean up Freescale SATA driver a littleJustin Hibbits2019-12-151-30/+5
* Support --all-repeats in uniq(1) for compatibility with gnu coreutils.Ian Lepore2019-12-152-11/+57
* Revert r355760, r355759Conrad Meyer2019-12-153-14/+1
* kbd: convert kbdd_* macros to inline functionsKyle Evans2019-12-151-47/+140
* Properly synchronize completion DMA buffers.Michal Meloun2019-12-151-5/+9
* loader: zfsimpl.c cstyle cleanupToomas Soome2019-12-151-117/+139
* Fix a mistake in r355765. We need to activate the page if it is not yetJeff Roberson2019-12-151-1/+3
* kbd: drop _KERNEL #ifdef in kbdreg.hKyle Evans2019-12-151-4/+0
* Previously we did not support invalid pages in default objects. This meansJeff Roberson2019-12-152-57/+79
* Add a deferred free mechanism for freeing swap space that does not requireJeff Roberson2019-12-159-67/+182
* Slightly optimize locking in vm_map_copy_swap_entry(). Anonymous objectsJeff Roberson2019-12-151-9/+12
* Handle pagein clustering in vm_page_grab_valid() so that it can be used byJeff Roberson2019-12-152-69/+43
* cdefs: use more accurate GCC version for the deprecated attribute.Pedro F. Giffuni2019-12-151-1/+1
* <unistd.h>: remove redundant __BSD_VISIBLEKyle Evans2019-12-151-2/+0
* linuxkpi: Drop incompatible __deprecated definitionConrad Meyer2019-12-141-1/+0
* cdefs: Add __deprecated(message) function attribute macroConrad Meyer2019-12-142-1/+9
* Update the mount_nfs.8 man page to include NFSv4.2.Rick Macklem2019-12-141-11/+16
* Simplify the processing a leaf mask to find big-enough ranges of setDoug Moore2019-12-141-66/+35