]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2021-07-26 Edward Tomasz... linux: fix sigaltstack on amd64
2021-07-25 Edward Tomasz... linux: implement signal delivery on arm64
2021-07-25 Jilles Tjoelkerlibc/tests: Correctly compare si_status from wait6()
2021-07-25 Gleb Popovlib/csu: Get rid of unused fptr typedef on amd64.
2021-07-25 Peter Grehanarm64: HWCAP/HWCAP2 aux args support for 32-bit ARM...
2021-07-25 Mateusz Guzikpf: batch critical section for several counters
2021-07-25 Mateusz Guzikpf: switch rule counters to pf_counter_u64
2021-07-25 Mateusz Guzikpf: switch kif counters to pf_counter_u64
2021-07-25 Mateusz Guzikpf: switch pf_status.fcounters to pf_counter_u64
2021-07-25 Mateusz Guzikpf: add hybrid 32- an 64- bit counters
2021-07-25 Mateusz Guzikpf: drop redundant 'else' in pf_normalize_*
2021-07-25 Peter Holmstress2: Add another "mdconfig -d -o force" test scenario
2021-07-25 Robert WingAdd myself to the calendar
2021-07-24 Emmanuel Vadotarm64: allwinner: dtbo: Add dtb overlays to disable...
2021-07-24 Jason A. HarmeningAdd stress2 test to exercise FFS forcible unmount with...
2021-07-24 Jason A. HarmeningFFS: remove ffs_fsfail_task
2021-07-24 Jason A. HarmeningVFS: remove MNTK_MARKER
2021-07-24 Jason A. HarmeningAllow stacked filesystems to be recursively unmounted
2021-07-24 Jose Luis DuranFix the pattern for changing PermitRootLogin
2021-07-24 Alan Coxamd64: Don't repeat unnecessary tests when cmpset fails
2021-07-24 Emmanuel Vadotarm64: allwinner: Remove sun50i-a64-opp
2021-07-24 Konstantin... amd64: do not touch low memory in AP startup unless...
2021-07-24 Konstantin... amd64: make efi_boot global
2021-07-24 Konstantin... amd64: add pmap_alloc_page_below_4g()
2021-07-24 Konstantin... amd64 pti init: fix calculation of the kernel text...
2021-07-24 Emmanuel Vadotallwinner: rsb: Set the PMIC to RSB mode
2021-07-24 Warner Loshawk: Make -F '' and -v FS="" behave the same
2021-07-24 Warner Loshdevctl: don't publish the mount options
2021-07-23 Edward Tomasz... linux: implement rt_sigsuspend(2) on arm64
2021-07-24 Alan Coxamd64: Eliminate a redundant test from pmap_enter_object()
2021-07-24 Warner Loshgeom_disk: use a preallocated geom_event for disk destr...
2021-07-24 Warner Loshgeom: create an API to allocate events, and use that...
2021-07-23 John Baldwinena: Remove redundant declaration of ena_log_level.
2021-07-23 John BaldwinUse an ANSI C function declaration for journal_check_space.
2021-07-23 Mark Johnstonimgact_elf: Avoid redefining suword()
2021-07-23 Mark Johnstonkasan.9: Fix formatting in the synopsis
2021-07-23 Mark JohnstonRemove sr_RS.UTF-8@latin from the list of targets
2021-07-23 Mateusz Guzikpf: consistently malloc rules with M_ZERO
2021-07-23 Mateusz Guzikpf: hide struct pf_kstatus behind ifdef _KERNEL
2021-07-23 Mark Johnstonvfs: Initialize "lastfail" in vfs_mountroot_wait()
2021-07-23 Faraz Vahedilocale: Add Farsi/Persian locales
2021-07-23 Baptiste Daroussinlocales: upgrade CLDR to 39.0 and Unicode to 13.0.0
2021-07-23 Baptiste Daroussinlocales: prepare CLDR update to v39.0 and Unicode to...
2021-07-23 Baptiste Daroussinlocales: only generate unicode locales
2021-07-23 Baptiste Daroussinlocales: now that C.UTF-8 is the default locale, always...
2021-07-23 Baptiste Daroussinlocales: separate unicode from other locales
2021-07-23 Baptiste DaroussinLC_CTIME: has been removed from automatic generation...
2021-07-23 Mark JohnstonKASAN: Disable checking before triggering a panic
2021-07-23 Mark JohnstonAdd required sysctl name length checks to various handlers
2021-07-23 Mark Johnstonselect: Define select_flags[] as const
2021-07-23 Mark Johnstonredzone: Raise a compile error if KASAN is configured
2021-07-23 Mark JohnstonAnnotate amd64 stack unwinders with __nomemorysanitize
2021-07-23 Mark Johnstoncdefs: Add a default definition for __nosanitizememory
2021-07-23 Mark Johnstonacct: Zero pad bytes in accounting records
2021-07-23 Mark Johnstonktrace: Zero request structures when populating the...
2021-07-23 Eric van Gyzenaio_md_test: label the md
2021-07-23 Eric van Gyzenaio_md_test: NUL-terminate result of readlink
2021-07-23 Eric van Gyzenaio_md_test: fix cleanup
2021-07-22 Andrew TurnerSwitch to an ifunc in the kernel for crc32c
2021-07-23 Kyle Evansinit: execute /etc/rc.final after all user processes...
2021-07-23 Martin Matuskazfs: update zfs_gitrev.h
2021-07-23 Martin Matuskazfs: merge openzfs/zfs@14b43fbd9 (master) into main
2021-07-22 Ryan Moellerzloop: Add a max iterations option, use default run...
2021-07-22 Renato Botelhobsdinstall: Only show menu if there are more items...
2021-07-22 Pedro F. Giffunipatch: cleanup variable initialization a bit.
2021-07-22 Jessica Clarkeriscv: Fix pmap_kextract racing with concurrent superpa...
2021-07-22 Yang Zhongmmc: Drain the intrhook in mmc_detach()
2021-07-22 Mark Johnstonman9: Update guarantees for userspace fetch/store opera...
2021-07-22 Alexander Motinvmci(4): Shorten interrupt descriptions.
2021-07-22 Alan Somers[skip ci] fix syntax in CODEOWNERS
2021-07-22 Mark Johnstonman9: Remove stray .In macros
2021-07-22 Alan SomersEscape any '.' characters in sysctl node names
2021-07-22 Alexander MotinFreeBSD: Ignore make_dev_s() errors
2021-07-22 Ceri Daviesman9/VOP_LISTEXTATTR.9: correct grammar in .Nd
2021-07-22 Ceri Daviesman/man7/development.7: correct typo in manpage.
2021-07-22 Emmanuel Vadotdwmmc: Fix MMCCAM block size support
2021-07-22 Emmanuel Vadotarm: allwinner: cir: Reduce verbosity
2021-07-22 Emmanuel Vadotfdt: Expose the model, compatible and freebsd dts brand...
2021-07-22 Konstantin... mlx5en: vxlan: do not report TCP inner packet as UDP...
2021-07-22 Baptiste Daroussinports.7: catchup with the package extension name since...
2021-07-22 Emmanuel Vadotpkgbase: Track pkg 1.17
2021-07-22 Fernando ApesteguĂ­aRemove manpages from OLD_FILES
2021-07-22 Warner Loshawk: Remove last markings we have on awk
2021-07-22 Warner Loshawk: revert to upstream behavior for ranges for gawk...
2021-07-22 Jorgen LundmanRemove old orig_fd variable from zfs send
2021-07-22 Warner LoshRevert "awk: Issue a warning for old hex behavior."
2021-07-22 Warner Loshtype: becauce -> because
2021-07-22 Warner Loshawk: Issue a warning for old hex behavior.
2021-07-22 Kyle Evanstuntap: clean up cc --analyze
2021-07-21 Mitchell Hornelibpmc/hwpmc: fix issues with arm64 pmu-events support
2021-07-21 Alexander MotinFix race between first rand(3) calls with _once().
2021-07-21 Alexander MotinRevert "Fix race between first rand(3) calls."
2021-07-21 Kyle Evanskern: mountroot: avoid fd leak in .md parsing
2021-07-21 Mark Johnstonarm64: Print CPU features slightly earlier
2021-07-21 Alexander MotinOptimize allocation throttling
2021-07-21 Edward Tomasz... Regen after 2561da0636c.
2021-07-21 Edward Tomasz... linux: Fix declaration of rt_sigreturn() on arm64
2021-07-21 Edward Tomasz... cam: clear stack-allocated CCB in the target layer
2021-07-21 Edward Tomasz... chroot: fix typo in usage
2021-07-21 Edward Tomasz... sesutil: Fix status checking
next