aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Factor out check for mounted root file system.Hans Petter Selasky2019-11-282-8/+4
* Garbage collect the mostly unused us_keg field. Use appropriately namedJeff Roberson2019-11-284-59/+42
* Also turn of teken for RB_MULTIPLEWarner Losh2019-11-281-2/+10
* Remove comment. We're just going to the next node here.Warner Losh2019-11-281-1/+1
* uma: move sysctl vm.uma defn out from under INVARIANTSRyan Libby2019-11-281-1/+2
* Make DMAR allow Intel NTB device to access its own BAR0.Alexander Motin2019-11-281-0/+32
* Remove the trm(4) driverScott Long2019-11-2811-4668/+2
* Make the code slightly more compact.Alexander Motin2019-11-281-22/+26
* Change r355157 to make svc_rpc_gss_lifetime_max a static.Rick Macklem2019-11-281-1/+1
* Add a cap on credential lifetime for Kerberized NFS.Rick Macklem2019-11-281-1/+13
* Include fin, the packet information structure (fr_info_t), in theCy Schubert2019-11-281-1/+1
* auditd(8): fix long-standing uninitialized memory use bugConrad Meyer2019-11-281-1/+1
* As part of creating a snapshot, set fs->fs_fmod to 0 in the snapshot imageChuck Silvers2019-11-281-0/+1
* Implement a sysctl tree for uma zones to assist in debugging and provideJeff Roberson2019-11-282-158/+343
* Refactor uma_zfree_arg into several functions to make control flow moreJeff Roberson2019-11-271-144/+158
* Inline some splay helper functions to improve performance on aDoug Moore2019-11-271-46/+32
* Requested and tested by: kevansKonstantin Belousov2019-11-271-0/+26
* There is no reason why we need to pin the underlying thread to its currentAlan Cox2019-11-271-15/+2
* iwm(4): Remove _mvm from the namespace.Mark Johnston2019-11-2725-602/+601
* iwm(4): Fix version string formatting.Mark Johnston2019-11-271-1/+1
* Move ipf_pcksum6() to its rightful place, in ip_fil_freebsd.c. ThisCy Schubert2019-11-273-45/+49
* Save a little stack by removing a used once intermediate variable.Cy Schubert2019-11-271-3/+1
* Remove redundant #ifdef'd function definitions.Cy Schubert2019-11-271-10/+2
* Fix a logic bug when "mask" contains a ?: operator.Brooks Davis2019-11-271-1/+1
* bus_dma_dmar_load_ident(9): load identity mapping into the map.Konstantin Belousov2019-11-276-5/+81
* uma: trash memory when ctor/dtor supplied tooRyan Libby2019-11-272-46/+48
* Plug two mbuf leaks during INIT-ACK handling.Michael Tuexen2019-11-271-0/+6
* Clean up and clarify meta commentary on TAA. Add a state to denoteScott Long2019-11-271-9/+15
* Support kernels larger than EFI_STAGING_SIZE in loader.efiAndrew Turner2019-11-271-3/+64
* Fix typos.Edward Tomasz Napierala2019-11-271-2/+2
* Add support for dummy ESP packets with next header field equal toAndrey V. Elsukov2019-11-271-0/+7
* Update leap-seconds to leap-seconds.3676924800.Xin LI2019-11-271-5/+5
* witness: sleepable rm locks are not sleepable in read modeRyan Libby2019-11-273-15/+22
* cache: stop reusing .. entries on enterMateusz Guzik2019-11-271-57/+34
* cache: fix numcache accounting on entryMateusz Guzik2019-11-271-9/+9
* cache: hide "doingcache" behind DEBUG_CACHEMateusz Guzik2019-11-271-0/+6
* Use atomics in more cases for object references. We now can completelyJeff Roberson2019-11-273-43/+67
* Refactor uma_zalloc_arg(). It is a mess of gotos and code which doesn'tJeff Roberson2019-11-261-147/+158
* The fdlibm hypot() implementations shouldn't potentially left-shiftDimitry Andric2019-11-262-5/+3
* stop building arm LINT-V5 kernelEd Maste2019-11-261-2/+2
* Finish implementation of RK3299 clocks.Michal Meloun2019-11-263-1857/+1578
* Revert r355021. In my haste to grep for Giant, I missed that it was inScott Long2019-11-262-6/+1
* Add some IDs of Intel Wildcat Point-LP.Alexander Motin2019-11-262-0/+6
* Update Makefile.inc1 dtc commentEd Maste2019-11-261-2/+1
* Fix panic when loading kernel modules before root file system is mounted.Hans Petter Selasky2019-11-261-2/+4
* cxgbe(4): Allow the driver to specify multiple FECs that the firmwareNavdeep Parhar2019-11-263-97/+219
* ping, ping6: Use setitimer(2) instead of obsolete alarm(3)Alan Somers2019-11-262-2/+18
* cfi: #include <limits.h> for ULONG_MAX after r355101Ed Maste2019-11-261-0/+1
* in_mcast.c: need if_addr_lock around inm_release_deferredRyan Libby2019-11-251-0/+4
* in6_joingroup_locked: need if_addr_lock around in6m_disconnect_lockedRyan Libby2019-11-251-0/+2