]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add new ICMPv6 counters for Anti-DoS limits.
[FreeBSD/FreeBSD.git] / sys /
2020-03-04 Bjoern A. ZeebAdd new ICMPv6 counters for Anti-DoS limits.
2020-03-04 Michael TuexenDon't send an uninitilised traffic class in the IPv6...
2020-03-04 Leandro Lupori[aacraid] Add missing unmap call for SYNC mode
2020-03-04 Hans Petter SelaskyRestart the USB keyboard repeat timer at every valid...
2020-03-04 Chuck Silversif vm_pager_get_pages_async() returns an error, release...
2020-03-03 Conrad Meyersys/signalvar.h: Fix opposite boolean sense in comment
2020-03-03 Justin HibbitsAdd Atom C3000 (Denverton) SMT PCI ID
2020-03-03 Brooks DavisUse ifr_data_get_ptr() consistently.
2020-03-03 Brooks DavisExpose ifr_buffer_get_(buffer|length) outside if.c.
2020-03-03 Warner LoshGet rid of silly /* FALLTHROUGH */ lines
2020-03-03 Hans Petter SelaskyWhen closing a LinuxKPI file always use the real releas...
2020-03-03 Alexander V. ChernikovFix dynamic redrects by adding forgotten RTF_HOST flag.
2020-03-03 Andrew TurnerFix the spelling of aliasing.
2020-03-03 Andrew TurnerMove the arm64 cache identification to identcpu.c
2020-03-03 Alexander MotinIncrease number of write completion threads, matching...
2020-03-03 Bjoern A. Zeebtcp_hpts: make RSS kernel compile again.
2020-03-03 Bjoern A. Zeebupic_ktrls: make RSS compile again here
2020-03-03 Bjoern A. Zeebip6: retire in6_selectroute_fib() as promised 8 years ago
2020-03-03 Andrew TurnerFix the spelling of the VIPT cache type field
2020-03-03 Bjoern A. Zeebip6_output: use new routing KPI when not passed a cache...
2020-03-03 Bjoern A. Zeebin6_fib: return nh_ia in the ext interface as we do...
2020-03-03 Bjoern A. Zeebfib6_rte_to_nh_*: return a link-local gw address with...
2020-03-03 Andrew TurnerStore the boot exception level on arm64 so it can be...
2020-03-03 Justin Hibbitspowerpc/powernv: powernv_node_numa_domain() fix non...
2020-03-03 Christian S.J. PeronIn r358471, we interrupted the case block that would...
2020-03-03 Mark JohnstonFix the malloc type used in sys_shm_unlink() after...
2020-03-02 Cy SchubertRetire macros:
2020-03-02 Cy SchubertRemove the now unused FREEBSD_GE_REV, FREEBSD_GT_REV...
2020-03-02 Cy SchubertContinuing the effort started in r343701, #ifdef cleanu...
2020-03-02 Emmanuel Vadotcpufreq_dt: Improve multiple opp support
2020-03-02 Ed MasteAdd deprecation notices to ctau and cx drivers
2020-03-02 Leandro Lupori[aacraid] Prevent sense data from causing a buffer...
2020-03-02 Pawel Biernackisys/: Document few more sysctls.
2020-03-02 Andrew TurnerAdd a space missed in r358545
2020-03-02 Andrew TurnerGenerate the offsets for struct arm64_bootparams and...
2020-03-02 Hans Petter SelaskyExpose the ACPI power button, sleep button and LID...
2020-03-02 Martin MatuskaMFV r358511,r358532:
2020-03-02 Kyle Evansif_edsc: generate an arbitrary MAC address
2020-03-02 Warner LoshRemove BROOKTREE_ALLOC_PAGES now that bktr is now gone.
2020-03-01 Warner LoshRemove obsolete old-freebsd version compat shim.
2020-03-01 Warner LoshRemove pre-FreeBSD 11 compat code.
2020-03-01 Warner LoshRemove stale FreeBSD_version checks.
2020-03-01 Mark JohnstonAvoid doubly wiring a newly allocated page in vm_page_g...
2020-03-01 Mateusz Guzikvfs: stop taking additional refs on root vnode during...
2020-03-01 Mateusz Guzikfd: move vnodes out of filedesc into a dedicated structure
2020-03-01 Mateusz Guzikfd: make fgetvp_rights work without the filedesc lock
2020-03-01 Mateusz Guzikvm: add debug to uma_zone_set_smr
2020-03-01 Warner LoshFinish removal of bktr
2020-03-01 Warner LoshRemove bktr(4)
2020-03-01 Xin LIFix build.
2020-03-01 Warner LoshRemove noise that once upon a time allowed netback...
2020-03-01 Warner LoshRemove FreeBSD 8 support from virtio.
2020-03-01 Warner LoshRemove support for FreeBSD 4-7 from the iscsi initiator.
2020-03-01 Warner LoshRemove conditional code for FreeBSD 8 and earlier frmo...
2020-03-01 Warner LoshFinish removing support from old versions
2020-03-01 Warner LoshRemove FreeBSD 7-10 support from bxe driver.
2020-03-01 Warner LoshRemove support for FreeBSD 8 systems. These workarounds...
2020-03-01 Warner LoshRemove all the compatibility hacks for systems that...
2020-03-01 Warner LoshRemove compatibility code for changing sysctl definitio...
2020-03-01 Warner LoshRemove FreeBSD 7 conditional code... We've had a lot...
2020-03-01 Tijl Coosemanslinuxulator: Map scheduler priorities to Linux priorities.
2020-03-01 Michael TuexenRemove stale definitions. The removed definitions are...
2020-02-29 Warner LoshRemove support for varios versions from FreeBSD 4 to 8.
2020-02-29 Warner Loshadd deprecation notice for bktr driver.
2020-02-29 Christian S.J. PeronCurrently kernel audit events for jail_set(2), jail_get...
2020-02-29 Mark JohnstonEnsure that arm64 thread structures are allocated from...
2020-02-29 Dimitry AndricFix the following -Werror warning from clang 10.0.0:
2020-02-28 Jeff RobersonProvide a lock free alternative to resolve bogus pages...
2020-02-28 Emmanuel Vadotmmc: dwmmc: Fix off by one error
2020-02-28 Brooks DavisDefine SCTL_MASK32 when COMPAT_FREEBSD32 is defined.
2020-02-28 Jeff RobersonConvert a few triviail consumers to the new unlocked...
2020-02-28 Jeff RobersonUse unlocked grab for uipc_shm/tmpfs.
2020-02-28 Jeff RobersonSupport the NOCREAT flag for grab_valid_unlocked.
2020-02-28 Jeff RobersonSimplify vref() code in object_reference. The local...
2020-02-28 Jeff RobersonEliminate object locking in zfs where possible with...
2020-02-28 Ryan Libbyamd64 pmap.c: minor codegen optimization in flag access
2020-02-28 Ryan Libbyamd64 atomic.h: minor codegen optimization in flag...
2020-02-28 Mark JohnstonFix r358436 to not declare kernel symbols when _KERNEL...
2020-02-28 Mark Johnstonsy_call_t and systrace_args_func_t need to be visible...
2020-02-28 Mark JohnstonFix standalone builds of systrace.ko after r357912.
2020-02-28 Mark JohnstonClear systrace_args_func when systrace probes are disabled.
2020-02-28 Mark JohnstonAdd a blocking counter KPI.
2020-02-28 Justin HibbitsAdd Denverton UART PCI ID
2020-02-28 Emmanuel Vadotdts: Update our copy for arm, arm64 and riscv dts to...
2020-02-28 Bjoern A. Zeebmld6: initialize oifp to avoid bogus results/panics...
2020-02-28 Emmanuel Vadotarm: zynq: An SPI driver for Zynq platforms
2020-02-28 Warner LoshThis is a FALLTHROUGH for sure. no need for xxx comment.
2020-02-28 Warner LoshRemove duplicated ATA_CHECK_POWER_MODE
2020-02-28 John BaldwinRename TOE TLS stats from [rt]x_tls_* to [rt]x_toe_tls_*.
2020-02-27 Brooks DavisRemove trailing whitespace.
2020-02-27 Brooks Davisriscv: Add a GENERIC-NODEBUG (copied from amd64)
2020-02-27 Dimitry AndricMerge r358406 from the clang1000-import branch:
2020-02-27 Dimitry AndricFix the following -Werror warning from clang 10.0.0:
2020-02-27 Edward Tomasz Napi... Make linuxulator warn about unsupported getsockopt...
2020-02-27 Hiroki SatoAdd MODULE_PNP_INFO() to autoload the rtwn_pci(4) kerne...
2020-02-27 Dimitry AndricMerge ^/head r358269 through r358399.
2020-02-27 Jeff RobersonSimplify lazy advance with a 64bit atomic cmpset.
2020-02-27 Dimitry AndricMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-27 Hiroki SatoAdd workaround for models which do not follow the ACPI...
2020-02-27 Warner LoshBetter check for floating point type.
next