aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* zfs: g/c unused data_alloc_arenaMateusz Guzik2020-11-101-3/+1
* Address a mandoc warningMateusz Piotrowski2020-11-101-1/+1
* Include GID type when deleting GIDs from HW table under RoCE in mlx4ib.Hans Petter Selasky2020-11-101-2/+7
* Do not document MOTIFLIB in ports(7)Mateusz Piotrowski2020-11-101-4/+1
* Add an entry for r351863 (honoring ${name}_env in rc(8) scripts)Mateusz Piotrowski2020-11-101-0/+7
* Add an entry to RELNOTES about renaming ACPI_DMAR to IOMMUMateusz Piotrowski2020-11-101-0/+5
* ng_nat: unbreak ABIEugene Grosbein2020-11-101-2/+2
* thread: retire thread_findMateusz Guzik2020-11-102-14/+0
* thread: use tdfind in sysctl_kern_proc_kstackMateusz Guzik2020-11-101-2/+8
* threads: remove the unused TID_BUFFER_SIZE macroMateusz Guzik2020-11-101-2/+0
* thread: adds newer bits for r367537Mateusz Guzik2020-11-101-3/+3
* usb_hub: fix whitespaceBjoern A. Zeeb2020-11-091-1/+1
* arm64: bs_sr_<N> take IIBjoern A. Zeeb2020-11-091-12/+8
* threads: reimplement tid allocation on top of a bitmapMateusz Guzik2020-11-091-35/+34
* threads: introduce a limit for total numberMateusz Guzik2020-11-092-9/+58
* vfs: group mount per-cpu vars into one structMateusz Guzik2020-11-096-110/+144
* vmstat: drop the HighUse field from malloc dumpMateusz Guzik2020-11-091-5/+4
* malloc: provide 384 byte zoneMateusz Guzik2020-11-091-0/+1
* malloc: retire mt_stats_zone in favor of pcpu_zone_64Mateusz Guzik2020-11-092-10/+5
* RFC 7323 specifies that:Michael Tuexen2020-11-095-46/+98
* Bump __FreeBSD_version after linuxkpi changesEmmanuel Vadot2020-11-091-1/+1
* LinuxKPI: Implement ACPI bits required by drm-kmod in base systemEmmanuel Vadot2020-11-097-0/+482
* Fix a potential use-after-free bug introduced inMichael Tuexen2020-11-091-3/+3
* Make it possible to mount a fuse filesystem, such as squashfuse,Edward Tomasz Napierala2020-11-094-8/+53
* Remove newline from bxe description, it's not done elsewhere.Warner Losh2020-11-091-1/+1
* Add more per-cpu zones.Mateusz Guzik2020-11-092-3/+14
* cxgbe(4): Allow the PF driver to set a VF's MAC address.Navdeep Parhar2020-11-093-0/+109
* vmstat: remove spurious newlines when reporting zonesMateusz Guzik2020-11-091-2/+1
* procdesc: convert the zone to a malloc typeMateusz Guzik2020-11-091-19/+3
* bufcache: convert bo_numoutput from long to intMateusz Guzik2020-11-091-1/+1
* kqueue: save space by using only one func pointer for assertionsMateusz Guzik2020-11-096-116/+71
* cxgbev(4): Use the MAC address set by the the PF if there is one.Navdeep Parhar2020-11-093-1/+60
* [PowerPC] Fix powerpc64le boot after HPT superpages additionBrandon Bergren2020-11-081-7/+9
* cxgbe(4): Add the firmware binaries missing in r367428.Navdeep Parhar2020-11-083-0/+0
* Fix definition of rn_addmask()Mitchell Horne2020-11-081-1/+1
* igmp: convert igmpstat to use PCPU countersMitchell Horne2020-11-082-21/+31
* Prevent premature SACK block transmission during loss recoveryRichard Scheffenegger2020-11-086-31/+74
* Switch net.add_addr_allfibs default to 0.Alexander V. Chernikov2020-11-083-1/+10
* Temporarily revert setting net.add_addr_allfibs to 0.Alexander V. Chernikov2020-11-081-1/+1
* Move syscall_thread_{enter,exit}() into the slow path. This is onlyEdward Tomasz Napierala2020-11-083-30/+26
* Check if the ZVOL has been written before calling zil_async_to_sync.Mariusz Zaborski2020-11-081-1/+2
* Fix build broken by r367484: add route_ifaddrs.c.Alexander V. Chernikov2020-11-081-0/+309
* Merge commit 354d3106c from llvm git (by Kai Luo):Dimitry Andric2020-11-081-0/+2
* Move all ifaddr route creation business logic to net/route/route_ifaddr.cAlexander V. Chernikov2020-11-083-274/+1
* - add more linux socket options (sorted by value)Alexander Leidinger2020-11-086-31/+453
* loader: cstyle cleanup of bootstrap.h did miss a bitToomas Soome2020-11-081-3/+3
* loader: cstyle cleanup of bootstrap.hToomas Soome2020-11-081-119/+133
* Return the same value for smbios.chassis.maker as smbios.system.maker (and pr...Olivier Cochard2020-11-081-1/+1
* imgact_binmisc: limit the extent of match on incoming entriesKyle Evans2020-11-082-0/+7
* Add collation version support to querylocale(3).Thomas Munro2020-11-0814-22/+119