]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
ifconfig.8: Improve formatting of -f in synopsis
[FreeBSD/FreeBSD.git] / sys /
2020-11-01 Konstantin Belousovnet/if_media.c: improve IFMEDIA_DEBUG output.
2020-11-01 Konstantin BelousovCleanup of net/if_media.c: simplify cleanup loop in...
2020-11-01 Konstantin BelousovCleanup of net/if_media.c: some style.
2020-11-01 Konstantin BelousovCleanup of net/if_media.c: switch to ANSI C function...
2020-10-31 Stefan EßerMake sysctl user.local a tunable that can be written...
2020-10-31 Vladimir Kondratyevacpi_dock(4): Add ACPI_PNP_INFO
2020-10-31 Vladimir Kondratyevacpi_wmi(4): Add ACPI_PNP_INFO
2020-10-31 Vladimir KondratyevAdd plug and play information macroses for ACPI and...
2020-10-31 Hans Petter SelaskyImplement the USB_GET_DEVICEINFO ioctl(2) for uhid(4).
2020-10-31 Brandon BergrenFix 32-bit build after r367229.
2020-10-31 Vladimir Kondratyevacpi_video(4): Put display device in to D3 state on...
2020-10-31 Vladimir Kondratyevacpi_video(4): Add evdev support for reporting of video...
2020-10-31 Vladimir Kondratyevacpi(9): Add EVENTHANDLERs for video and AC adapter...
2020-10-31 Vladimir Kondratyevacpi: Tweak _DSM method evaluation helpers.
2020-10-31 Vladimir Kondratyevig4(4): Add PCI IDs for Intel Comit Lake I2C controllers.
2020-10-31 Mateusz Guzikzfs: zstd: track allocator statistics
2020-10-31 Conrad Meyerlinux(4): Add missing clone(2) flags
2020-10-30 Warner LoshIntegrate 4.4BSD-Lite2 changes to IOC_* definitions
2020-10-30 John BaldwinRemove IF_SND_TAG_TYPE_TLS_RATE_LIMIT conditionals.
2020-10-30 Mateusz Guzikmalloc: delegate M_EXEC handling to dedicacted routines
2020-10-30 Conrad Meyerlinux(4): Quiesce warning about madvise(..., -1)
2020-10-30 Conrad MeyerUFS2: Fix DoS due to corrupted extattrfile
2020-10-30 Stefan EßerAdd read only sysctl variable user.localbase
2020-10-30 Mark Johnstonopencrypto: Annotate hmac_init_(i|o)pad() to make auth_...
2020-10-30 Mateusz Guziktmpfs: change tmpfs dirent zone into a malloc type
2020-10-30 Mateusz Guzikvfs: change vnode poll to just a malloc type
2020-10-30 Mitchell Hornenet: add ETHER_IS_IPV6_MULTICAST
2020-10-30 Mateusz Guzikcache: add cache_vop_mkdir and rename cache_rename...
2020-10-30 John BaldwinFix a couple of silly bugs in r367149.
2020-10-29 John BaldwinAdd m_snd_tag_alloc() as a wrapper around if_snd_tag_al...
2020-10-29 John BaldwinUse public interfaces to manage the nested rate limit...
2020-10-29 John BaldwinCall m_snd_tag_rele() to free send tags.
2020-10-29 John BaldwinRemove an extra if_ref().
2020-10-29 John BaldwinStore the new send tag in the right place.
2020-10-29 Mateusz Guzikvfs: add NAMEI_DBG_HADSTARTDIR handling lost in rewrite
2020-10-29 Edward Tomasz Napi... Make linprocfs(4) print a warning when there's not...
2020-10-29 Edward Tomasz Napi... Optimize set_syscall_retval for riscv by predicting...
2020-10-29 Edward Tomasz Napi... Make it possible to mount nullfs(5) using plain mount(8)
2020-10-29 Edward Tomasz Napi... Fix typo.
2020-10-29 Edward Tomasz Napi... Add defines for Linux errno values and use them to...
2020-10-29 Mateusz Guzikvfs: add NDREINIT to facilitate repeated namei calls
2020-10-29 John BaldwinSupport hardware rate limiting (pacing) with TLS offload.
2020-10-29 John BaldwinSave the current TCP pacing rate in t_pacing_rate.
2020-10-28 Konstantin BelousovCheck for process group change in tty_wait_background().
2020-10-28 Vincenzo Maffioneiflib: fix typo bug introduced by r367093
2020-10-28 Alexander V. ChernikovFix use-after-free in icmp6_notify_error().
2020-10-28 Alexander MotinFix unintentional constant rename in r367109.
2020-10-28 Alexander MotinPrint NVMe controller capabilities in verbose dmesg.
2020-10-28 Edward Tomasz Napi... Add local variable to store the sysent pointer. Just...
2020-10-28 Edward Tomasz Napi... Make linux_errtbl a bit more readable by using named...
2020-10-28 Edward Tomasz Napi... Drop "All rights reserved" from all my stuff. This...
2020-10-28 Hans Petter SelaskyAdd new USB IDs.
2020-10-27 Cy SchubertMFV r367082:
2020-10-27 Vincenzo Maffioneiflib: add per-tx-queue netmap timer
2020-10-27 Mateusz Guzikvfs: tidy up vnlru_free
2020-10-27 Mateusz Guzikvfs: fix vnode reclaim races against getnwevnode
2020-10-27 Mateusz Guzikrefcount: make it atomic-clean
2020-10-27 Ruslan Bukino Add the domain member to the struct bus_dma_tag_commo...
2020-10-27 Ruslan BukinTake the ITS device lock around gicv3_its_release_irqsr...
2020-10-27 Mark Johnstonarm64: Remove a racy KASSERT from pmap_remove_pages()
2020-10-27 Edward Tomasz Napi... Fix misnomer - linux_to_bsd_errno() does the exact...
2020-10-27 Kristof Provostriscv: Minor cleanup in startup code
2020-10-27 Warner LoshRemove frontstuff
2020-10-26 Mitchell Horneriscv: make use of SBI legacy replacement extensions
2020-10-26 Mitchell Horneriscv: remove sbi_clear_ipi()
2020-10-26 Mateusz Guziklinux: silence renameat2 flags warning
2020-10-26 Mateusz Guziklinux: add missing conversions for compat.linux.use_emu...
2020-10-26 Mateusz Guzikcache: add missing NIRES_ABS handling
2020-10-26 Kyle Evansaudit: also correctly audit linux_execve()
2020-10-26 Eric van Gyzendb_search_symbol: prevent pollution from bogus symbols
2020-10-26 Mateusz Guzikzfs: remove unused support for zfs_znode_move
2020-10-26 Alexander MotinEnable bioq 'car limit' added at r335066 at 128 bios.
2020-10-25 Alexander MotinIntroduce support of SCSI Command Priority.
2020-10-25 Alexander MotinFix incorrect constants of target tag action.
2020-10-25 Ruslan BukinAdd IOMMU support to GICv3 Interrupt Translation Servic...
2020-10-25 Kirk McKusickVarious new check-hash checks have been added to the...
2020-10-24 Mitchell HorneFix build after r367020
2020-10-24 Warner Loshcdefs.h: remove intel_compiler support
2020-10-24 Warner LoshRemove support for intel compiler from i386 in_cksum
2020-10-24 Warner LoshRemove support for ancient compilers
2020-10-24 Warner LoshRemove obsolete check for GCC < 3 and support for Intel...
2020-10-24 Richard ScheffeneggerAdd network QoS support for PCP to iscsi initiator.
2020-10-24 Alexander MotinFix asymmetry in devstat(9) calls by GEOM.
2020-10-24 Mitchell Horneriscv: improve exception code naming
2020-10-24 Ruslan Bukino Add iommu de-initialization method for MSI interface.
2020-10-24 Ryan MoellerSkip RAW kstat sysctls by default
2020-10-24 Ryan Moellersysctl+kern_sysctl: Honor SKIP for descendant nodes
2020-10-24 Richard ScheffeneggerTCP Cubic: improve reaction to (and rollback from) RTO
2020-10-24 Richard Scheffeneggertcp: move cwnd and ssthresh updates into cc modules
2020-10-24 Xin LIMFV r366990: less v563.
2020-10-24 Kyle Evansbacklight(9): compile with COMPAT_LINUXKPI as well
2020-10-24 Ryan Moellerkern_sysctl: Misc code cleanup
2020-10-24 Kyle Evansaudit: correct reporting of *execve(2) success
2020-10-24 Edward Tomasz Napi... Tweak linux(4) socket(2) debug messages.
2020-10-24 Edward Tomasz Napi... Further improve prctl(2) debug.
2020-10-24 Mateusz Guzikcache: assorted typo fixes
2020-10-24 Mateusz Guzikcache: add the missing NC_NOMAKEENTRY and NC_KEEPPOSENT...
2020-10-24 Mateusz Guzikvfs: fix a race where reclaim vholds freed vnodes
2020-10-24 Hans Petter SelaskyImplement xa_init() in the LinuxKPI as a wrapper for...
2020-10-24 Hans Petter SelaskyMore style fixes (partial revert of r366994).
next