]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2021-01-16 Kyle Evansbectl: tests: use -R <mount> instead of specifying...
2021-01-16 Kirk McKusickEliminate a locking panic when cleaning up UFS snapshot...
2021-01-16 Kirk McKusickEliminate lock order reversal in UFS when unmounting...
2021-01-15 Kyle Evanslualoader: use floor division to get correct type
2021-01-15 Mariusz Zaborskicat: Fix potential memory leak
2021-01-15 Gleb SmirnoffAdd 'tmp' to the list of FILESYSTEMS dependencies....
2021-01-15 Gleb SmirnoffRevert 97ec6eba653a07. There shouldn't be a dependency...
2021-01-15 Mariusz Zaborskicat: capsicumize it
2021-01-15 Andrew TurnerExtract the logic from pmap_kextract
2021-01-15 Emmanuel VadotRemove the old dts imported tree.
2021-01-15 Emmanuel VadotSwitch to the new device-tree vendor tree
2021-01-15 Emmanuel Vadotgpiokeys: Use the new device-tree vendor include
2021-01-15 Emmanuel Vadotarm64: Directly use #include <dt-binding/...>
2021-01-15 Emmanuel VadotRe-apply f81b2b9a8abd to the new device-tree import
2021-01-15 Emmanuel VadotRevert upstream commit 27c90e5e48d0
2021-01-15 Mitchell Horneriscv: fix kernel build
2021-01-15 Alexander MotinUnify Intel CODEC naming.
2021-01-15 Alexander MotinAdd Intel Gemini Lake AHCI ID.
2021-01-15 Emmanuel Vadotarm: arm64: Directly use #include <dt-binding/...>
2021-01-15 Emmanuel Vadotarm64: Add the dts include directory to the includes dir
2021-01-15 Toomas Soomeloader: do not update palette in text mode (real fix)
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-15 Andrew TurnerAdd missing no-ctfconvert to C generation rules
2021-01-15 Simon J. Gerratypkgfs_open: follow symlinks
2021-01-15 Warner Loshuart: Improve console specification parsing
2021-01-14 Ed MasteRELNOTES: correct elfctl(1) man page section
2021-01-14 John BaldwinNote aesni/armv8crypto in GENERIC, W^X, and AES-XTS...
2021-01-14 Dimitry AndricMerge llvm-project llvmorg-11.0.1-0-g43ff75f2c3f (aka...
2021-01-14 Ed Masteelfctl: prefix disable flags with "no"
2021-01-14 Ed Masteelfctl: add backwards compatibility for "no" prefixes
2021-01-14 Vladimir Kondratyevhid: Add missing input enter/exit epoch pairs.
2021-01-14 Vladimir Kondratyevhid: Replace USBHID_ENABLED kernel config option with...
2021-01-14 Michael Tuexentcp: add sysctl to tolerate TCP segments missing timestamps
2021-01-14 Mateusz PiotrowskiFix a typo
2021-01-14 Andrew TurnerSplit out the NODEBUG options to a common file
2021-01-14 Mark Johnstonqat: Free counters during detach
2021-01-14 Mark Johnstonqat: Count request allocation failures
2021-01-14 Mark Johnstonqat: Fix DH895XCC firmware module autoloading
2021-01-14 Mark Johnstonlibifconfig: Add a symbol map
2021-01-14 Mark Johnstoniwm(4): Add support for Intel Killer(R) Wireless-AC...
2021-01-14 Roger Pau Monnégitignore: expand list of ignored files
2021-01-14 Emmanuel VadotImport device tree files from Linux 5.9
2021-01-14 Mateusz Guzikamd64: use builtins for all ffs* variants
2021-01-14 Michael Tuexentcp: fix handling of TCP RST segments missing timestamps
2021-01-14 Emmanuel VadotRevert "pkgbase: differentiate package versions for...
2021-01-14 Emmanuel Vadotpkgbase: differentiate package versions for ALPHA/BETA...
2021-01-14 Konstantin... tmpfs_reclaim: detach unlinked node on dereferencing.
2021-01-14 Konstantin... tmpfs_reclaim: style
2021-01-14 Hans Petter... Add missing init of new fields after new UAR API was...
2021-01-14 Edward Tomasz... linux: mute "unsupported socket(AF_NETLINK, 3, NETLINK_...
2021-01-14 Konstantin... vm_map_protect(): remove not needed recalculations...
2021-01-14 Adrian Chadd[mips] revert r366664 - flip mips back from -O2 to -O
2021-01-14 Kyle Evansbuild: `make check`: use a PATH search instead for...
2021-01-14 David E. O... unifdef -D__FreeBSD__ to remove the OpenBSD support
2021-01-14 Kyle Evanstools: git hooks: drop "submitted by" from commit template
2021-01-14 Simon J. GerratyMerge bmake-20210110
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
2021-01-14 Simon J. GerratyImport bmake-20210110
2021-01-14 Glen Barbernewvers.sh: set to ALPHA1 as part of the 13.0 cycle
2021-01-13 Mitchell Hornearm64: fix early devmap assertion
2021-01-13 John BaldwinEnable accelerated AES-XTS software crypto in GENERIC.
2021-01-13 Kristof Provostpf tests: pass NULL buffer to DIOCRCLRTSTATS
2021-01-13 Kristof Provostpf: Don't hold PF_RULES_WLOCK during copyin() on DIOCRC...
2021-01-13 Toomas SoomeRevert "loader.efi: disable workaround for serial conso...
2021-01-13 Emmanuel Vadotdwwdt: Add PNP info for the driver
2021-01-13 Emmanuel VadotAdd driver for Synopsys Designware Watchdog timer.
2021-01-13 Toomas Soomeloader.efi: initial terminal size should base on UEFI...
2021-01-13 Andrew TurnerSwitch the arm64 pcpu to a global register variable
2021-01-13 Andrew TurnerCreate a stack frame when needed in the arm64 kernel
2021-01-13 Konstantin... Revert "x86 busdma_bounce: do not make assumptions...
2021-01-13 Mateusz Guzikvfs: set NC_KEEPPOSENTRY alongside NOCACHE when creatin...
2021-01-13 Mateusz Guzikfd: add refcount argument to falloc_noinstall
2021-01-13 Konstantin... x86 busdma_bounce: do not make assumptions about alignm...
2021-01-13 Konstantin... x86 budma_bounce: style.
2021-01-13 Hans Petter... Variable declarations are since C99 and r363250 allowed...
2021-01-13 Edward Tomasz... linux: mute the "unsupported prctl option 23" warnings
2021-01-13 Alexander V... Remove redundant rtinit() calls from tuntap.
2021-01-13 Alexander V... Map IPv6 link-local prefix to the link-local ifa.
2021-01-13 Edward Tomasz... linux: bump the default version from 3.10.0 to 3.17.0
2021-01-13 Hans Petter... Fix for off-by-one in GPIO driver after r368585.
2021-01-13 Ed Masteelftcl: add -i flag to ignore unknown flags
2021-01-13 Mateusz Guzikvfs: use finstall_refed in openat
2021-01-13 Mateusz Guzikfd: add finstall_refed
2021-01-13 Mateusz Guzikfd: provide a dedicated closef variant for unix socket...
2021-01-13 Adrian Chadd[wpa] Add support for hostapd/wpa_supplicant when WITHO...
2021-01-12 Konstantin... vm_map_protect: allow to set prot and max_prot in one go.
2021-01-12 Mitchell Horneif_wg: fix modules load on !x86
2021-01-12 Vincenzo Maffionenetmap: pkt-gen: fix offset hex formatting
2021-01-12 Rick Macklemnfs-over-tls: handle res.gid.gid_val correctly for...
2021-01-12 Mariusz Zaborskicasper: convert macros to inline functions
2021-01-12 Hans Petter... Fix for use-after-free in if_ure(4) driver.
2021-01-12 mhorneriscv pmap: add some pv list assertions
2021-01-12 Mateusz Guzikvfs: extend vfs:namei:lookup:return probe with nameidata
2021-01-12 Mateusz Guzikvfs: add NDFREE_NOTHING and convert several NDFREE_PNBU...
2021-01-12 Mateusz GuzikConvert remaining cap_rights_init users to cap_rights_i...
2021-01-12 Andrew TurnerHandle using a sub instruction in the arm64 fbt
2021-01-12 Andrew TurnerOnly allow a store through sp in the arm64 fbt
2021-01-12 Emmanuel VadotBump __FreeBSD_version after linuxkpi changes
2021-01-12 Emmanuel Vadotlinuxkpi: add kernel_fpu_begin/kernel_fpu_end
2021-01-12 Emmanuel Vadotlinuxkpi: Add shrinker support
next