]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2020-10-16 Kyle EvansMFC r366760: lua: update to 5.3.6
2020-10-16 Konstantin... amd64 pmap.h: explicitly provide constants values inste...
2020-10-16 Xin LIUpdate arcmsr(4) to 1.50.00.00:
2020-10-16 Kyle EvansMakefile: add a small blurb about building with gcc...
2020-10-16 Adrian Chadd This fixes some fun type size truncation that shows...
2020-10-16 Mitchell Hornearm64: export a few more HWCAPs
2020-10-16 Mitchell HorneUpdate the ID_AA64MMFR2_EL1 register definitions
2020-10-16 Kyle Evanslua: update to 5.3.6
2020-10-16 Marcin WojtasTrigger soft lifetime expiration on sequence number
2020-10-16 Marcin WojtasAdd support for IPsec ESN and pass relevant information...
2020-10-16 Marcin WojtasImplement anti-replay algorithm with ESN support
2020-10-16 Edward Tomasz... Set default stack size for Linux apps to 8MB. This...
2020-10-16 Marcin WojtasAdd SADB_SAFLAGS_ESN flag
2020-10-16 Marcin WojtasAdd support for ESN in AES-NI crypto driver
2020-10-16 Marcin WojtasAdd support for ESN in cryptosoft
2020-10-16 Marcin WojtasPrepare crypto framework for IPsec ESN support
2020-10-16 Hans Petter... Remove ifdefs around IS_ALIGNED() definition in the...
2020-10-16 Michael TuexenImprove the handling of cookie life times.
2020-10-16 Edward Tomasz... Make linux getrlimit(2) and prlimit(2) return something...
2020-10-16 Edward Tomasz... Bump pseudofs size limit from 128kB to 1MB. The old...
2020-10-16 Mateusz Guzikcache: flip inverted condition in previous
2020-10-16 Mateusz Guzikcache: support negative entry promotion in slowpath smr
2020-10-16 Mateusz Guzikcache: elide vhold/vdrop around promoting negative...
2020-10-16 Mateusz Guzikcache: dedup code for negative promotion
2020-10-16 Mateusz Guzikcache: neglist -> nl; negstate -> ns
2020-10-15 Glen BarberBump the ISO EFI partition size from 1024 to 2048,...
2020-10-15 Mitchell HorneSimplify preload_dump() condition
2020-10-15 Jessica Clarkekldxref: Avoid buffer overflows in parse_pnp_list
2020-10-15 Mateusz Guzikcache: split hotlist between existing negative lists
2020-10-15 Mateusz Guzikcache: make neglist an array given the static size
2020-10-15 Alexander MotinDrop unsolicited responses to the still attaching CODECs.
2020-10-15 Glen BarberIncrease the amd64 ISO ESP file size from 800KB to...
2020-10-15 Brooks Davisphysio: Don't store user addresses in bio_data
2020-10-15 Alexander MotinFix nvmecontrol logpage -i parameter.
2020-10-15 Adrian Chadd[pfctl_tests] Add missing void to empty function declar...
2020-10-15 Adrian Chadd[tests] Fix itimer test warning-errors on gcc-6.4
2020-10-15 Ed Mastemove vmware pv drivers to sys/conf/files
2020-10-15 Mateusz PiotrowskiFix formatting of SYNOPSIS
2020-10-15 Ruslan BukinSplit-out Guest Address Space (GAS) macroses to a separ...
2020-10-15 Nathan WhitehornProvide a slightly more-tolerant set of thermal paramet...
2020-10-15 Edward Tomasz... With some popular multiplayer games (such as Counter...
2020-10-15 Wei HuHyper-V: hn: Relinquish cpu in HN_LOCK to avoid deadlock
2020-10-15 Wei HuHyper-V: pcib: Check revoke status during device attach
2020-10-15 Mateusz GuzikBump __FreeBSD_version after addition of VOP_EAGAIN
2020-10-15 Mateusz Guzikzfs: g/c unused vop_vector zfsctl_ops_shares_dir
2020-10-15 Mateusz Guzikzfs: add missing fplookup vops
2020-10-15 Mateusz Guzikvfs: add VOP_EAGAIN
2020-10-15 D Scott Phillipsarm64: Increase NIRQ to 16k
2020-10-14 Konstantin... Fix for mis-interpretation of PCB_KERNFPU.
2020-10-14 Konstantin... Limit workaround for errata E400 to appropriate AMD...
2020-10-14 Konstantin... Avoid dump_avail[] redefinition.
2020-10-14 Ruslan BukinSplit-out iommu type definitions to a separate header.
2020-10-14 Adrian Chadd[skein] Fix compile issue with unknown symbol SKEIN_ASM...
2020-10-14 Alex RichardsonRewrite pfctl_test in C to reduce testsuite run time
2020-10-14 Alexander MotinUse RTD3 Entry Latency value as shutdown timeout.
2020-10-14 Andrew TurnerRemove direct user access from the arm64 copyinstr
2020-10-14 Ruslan BukinAdd a per-each macro IOMMU_DOMAIN_UNLOAD_SLEEP which...
2020-10-14 Adrian Chadd[skein] Fix compilation on gnu assembler with gcc-6...
2020-10-14 Ruslan BukinAdd iommu_get_ctx_domain() that allows to get iommu...
2020-10-14 Ruslan BukinRename a header protection macro.
2020-10-14 Michal MelounAdd 'netserver' command to EFI loader.
2020-10-14 Alex RichardsonFix more -Wundef warnings during bootstrap
2020-10-14 Alex RichardsonDon't build the malo module with clang 10
2020-10-14 Alex Richardsoninstall(1): Avoid unncessary fstatfs() calls and use...
2020-10-14 Navdeep Parharcxgbe(4): Do not request FEC when requesting speeds...
2020-10-14 Andrey V. ElsukovImplement SIOCGIFALIAS.
2020-10-14 Navdeep Parharcxgbe(4): unimplemented cudbg routines should return...
2020-10-14 Mateusz Guzikaxgbe: fix tinderbox build
2020-10-14 Adrian Chadd[traceroute6] Don't do the casper bits when we're not...
2020-10-13 Alexander MotinFix sbuf_finish() error code check in user-space.
2020-10-13 Adrian Chadd[libcasper] Update cap_dns API to not trigger unused...
2020-10-13 John BaldwinFix various warnings with higher WARNS.
2020-10-13 Ravi PokalaAllow IP over IB to work with multiple FIBs.
2020-10-13 Mateusz GuzikFreeBSD: fix panic due to tqid overflow
2020-10-13 Brooks DavisRemove --ld-path=* from _LDFLAGS
2020-10-13 Dimitry AndricMerge commit 35ecc7fe4 from llvm git (by Hubert Tong):
2020-10-13 Andrey V. ElsukovJoin to AllHosts multicast group again when adding...
2020-10-13 Andrey V. ElsukovAdd IPv4 fragments reassembling to NAT64LSN.
2020-10-13 Adrian Chadd[ath] Set WARNS to 0 here for now
2020-10-13 Adrian Chadd[athdebug] Fix warnings generated by gcc on mips
2020-10-13 Tycho Nightingaleeliminate possible race in parallel TLB shootdown IPI
2020-10-13 John BaldwinAdd support to the KTLS OCF module for AES-CBC MTE...
2020-10-13 Robert Wingctl.conf(5): fix LUN size in UCL format example.
2020-10-13 John BaldwinPermit sending empty fragments for TLS 1.0.
2020-10-13 John BaldwinAdd support for FPU_KERN_NOCTX.
2020-10-13 John BaldwinAdd a <machine/fpu.h> for i386 that includes <machine...
2020-10-13 Brooks Davislibgssapi: modernize static string array use
2020-10-13 Andrew TurnerUse adrp in the arm64 efi loader
2020-10-13 Hans Petter... Implement more RCU list functions in the LinuxKPI.
2020-10-13 Scott LongBring the request_descriptor union into harmony interna...
2020-10-13 Kristof Provostpf: do not remove kifs that are referenced by rules
2020-10-13 Andrew TurnerBump __FreeBSD_version for the fix to arm64 write-only...
2020-10-13 Andrew TurnerFix write only mappings on arm64
2020-10-13 Alex RichardsonStop using -O instead of -O2 for MIPS
2020-10-13 Warner LoshDocument /boot/config as well as /boot.config
2020-10-13 Warner Loshdevmatch: First appeared in 12.0
2020-10-13 Warner LoshDocument the rather suprising behavior with ' inside...
2020-10-13 Warner LoshForce __BMI__ experimental instructions off.
2020-10-13 Warner LoshAdd back org.freebsd:zstd_compress to features_for_read
2020-10-13 Warner LoshTurn off zstd on aarch64
next