]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2020-09-12 Brandon Bergren[PowerPC64LE] Fix platform definitions for powerpc64le...
2020-09-12 Warner LoshUpdate flp test for new diskinfo output
2020-09-12 Warner LoshFix trailing whitespace
2020-09-12 Warner LoshMake this compile again by fixing err args to have...
2020-09-12 Michael TuexenFix the length of probe packets when using UDP.
2020-09-12 Michael TuexenSimplify code, no functional change.
2020-09-12 Jason A. Harmeningamd64: prevent KCSan false positives on LAPIC mapping
2020-09-12 John-Mark GurneyA major update to the ure driver.
2020-09-12 Glen BarberEnclose BRANCH_OVERRIDE in quotes in order to fix an...
2020-09-11 Warner LoshRemove disk images / tests from alpha, sun and pc98
2020-09-11 Scott LongConvert the mps driver to use busdma templates
2020-09-11 Alan Somerscp: fall back to read/write if copy_file_range fails
2020-09-11 John BaldwinAdd constant for the DE_CFG MSR on AMD CPUs.
2020-09-11 Scott LongImprove the documenation for bus_dma templates. Also...
2020-09-11 Gordon BerglingImprovements for the src.conf(5) and build(7) man pages
2020-09-11 Glen BarberFix indentation following r365638. No functional changes.
2020-09-11 Glen BarberAdd a NOGIT option to avoid explicitly requiring devel...
2020-09-11 Kyle EvansMFV r365636: libarchive: import fix for WARNS=6 builds...
2020-09-11 Kyle Evanslibarchive: import fix for WARNS=6 builds in testing...
2020-09-11 Bjoern A. Zeebiwm: fix regression from r365419 (ieee80211_media_change())
2020-09-11 Kyle EvansOnly set WARNS if not defined
2020-09-11 Andrey V. ElsukovFix compatibility regression after r364117.
2020-09-11 Kristof Provostdtrace: fix fbt return probes on RISC-V
2020-09-11 Li-Wen HsuRevert r365592 and r365603 as the tests are fixed by...
2020-09-11 Kyle Evansmemfd_create: simplify HUGETLB support a little bit
2020-09-11 John-Mark GurneyDon't clear reserved bits per RealTek
2020-09-11 John BaldwinDisable WITNESS for spin locks by default.
2020-09-10 Eric Joynerice(4): Update to 0.26.16
2020-09-10 John BaldwinUse vmcb_read/write for the vmcb snapshot functions.
2020-09-10 Kyle Evansmemfd_create: fix return values
2020-09-10 Konstantin... Fix interaction between largepages and seals/writes.
2020-09-10 Alexander V... Add basic test for net.fibs dynamic growth.
2020-09-10 Brandon Bergren[PowerPC64LE] Add LOAD_LR_NIA and RETURN_TO_NATIVE_ENDI...
2020-09-10 Li-Wen Hsuurndis(4): Add support of Inseego/Novatel Wireless...
2020-09-10 Kyle Evanscrunchgen(8): fix crunched application build with WARNS=6
2020-09-10 Kyle EvansFix the build after r365592
2020-09-10 Kyle Evanslibrt: tests: fix minor issues with higher WARNS
2020-09-10 Kyle EvansMFV r365599: import fix for a libexecinfo warning at...
2020-09-10 Kyle Evansnetbsd-tests: import fix for a libexecinfo warning...
2020-09-10 Kyle EvansFix memfd_create tests after r365524
2020-09-10 Li-Wen HsuTemporarily skip failing sys.kern.memfd_test.* tests...
2020-09-10 Dimitry AndricFollow-up r364753 by only using arm's stdatomic.c imple...
2020-09-10 Alex RichardsonEnsure that the makewhatis symlink is added in the...
2020-09-10 Alex RichardsonSilence GCC's -Wno-unused-result during bootstrap
2020-09-10 Alex RichardsonFix -Wpointer-sign warnings in bwstring.c
2020-09-10 Alex RichardsonFix a noisy -Wundef warning when bootstrapping tools
2020-09-10 Alex RichardsonRemove -I flag for include path that doesn't exist
2020-09-10 Andrew TurnerMove the pl061 acpi attachment earlier
2020-09-10 Andrew TurnerIgnore the .interp section in the arm64 EFI loader
2020-09-10 Ruslan BukinMove the rid variable to the generic iommu context.
2020-09-10 Alex RichardsonSet AlignTrailingComments in the clang-format config
2020-09-10 Alex RichardsonUse the correct config names for some .clang-format...
2020-09-10 Rainer HurlingAdd author entity for rhurlin, part 2
2020-09-10 Andrew TurnerSwitch the name of the pl061 driver to gpio
2020-09-10 Andrew TurnerOnly manage ofw gpio providers on ofw systems
2020-09-10 Andrew TurnerUse the correct variable to check which interrupt mode...
2020-09-10 Alexander V... Fix RADIX_MPATH build broken by r365521.
2020-09-10 Li-Wen HsuRemove vm_map_create(9) KPI's manpage according to...
2020-09-10 Eric Joynerice_ddp: Fix 1.3.16.0 package
2020-09-10 Alan Somerscp: use copy_file_range(2)
2020-09-10 Brandon Bergren[PowerPC] Fix setting of time in OPAL
2020-09-10 Richard ScheffeneggerAdd -z "TOS" option to ping6, to test DSCP/ECN values
2020-09-10 Richard Scheffeneggercc_mod: remove unused CCF_DELACK definition
2020-09-09 Konstantin... Add posixshmcontrol(1) support for largepage shm objects.
2020-09-09 Konstantin... Add shm_create_largepage(3) helper for creation and...
2020-09-09 Konstantin... Fix compilation of libsysdecode after r365522, should...
2020-09-09 Konstantin... Support for userspace non-transparent superpages (large...
2020-09-09 Alexander V... Update nexthop handling for route addition/deletion...
2020-09-09 Konstantin... vm_map: Add a map entry kind that can only be clipped...
2020-09-09 Konstantin... Add pmap_enter(9) PMAP_ENTER_LARGEPAGE flag and impleme...
2020-09-09 Alexander V... Retain marking net.fibs sysctl as a tunable.
2020-09-09 Konstantin... Add vm_map_find_aligned(9).
2020-09-09 Konstantin... Move MAP_32BIT_MAX_ADDR definition to sys/mman.h.
2020-09-09 Konstantin... Fix assert.
2020-09-09 Konstantin... Prepare to handle non-trivial errors from vm_map_delete().
2020-09-09 Konstantin... amd64 pmap: teach functions walking user page tables...
2020-09-09 Konstantin... amd64: report support for 1G superpages in getpagesizes(2).
2020-09-09 Konstantin... uipc_shm.c: Move comment where it belongs.
2020-09-09 Dimitry AndricFollow-up r364753 by enabling compiler-rt's atomic...
2020-09-09 Robert Wingperiodic.conf(5): don't truncate interface names report...
2020-09-09 Dimitry AndricMerge commit e6bb4c8e7 from llvm git (by Craig Topper):
2020-09-09 Kyle Evansgetlogin_r: fix the type of len
2020-09-09 D Scott Phillipsstand/efihttp: Work around a bug in edk2 http instance...
2020-09-09 Gleb SmirnoffIn r354148 the goal was to check THREAD_CAN_SLEEP(...
2020-09-09 Mark Johnstonggate: Fix ggated/ggatec debug print of offsets.
2020-09-09 Randall StewartSo it turns out that syzkaller hit another crash. It...
2020-09-09 Kyle Evanscertctl: fix hashed link generation with duplicate...
2020-09-09 Baptiste DaroussinUpdate nvi to 2.2.0
2020-09-09 Baptiste DaroussinImport missing files from the nvi 2.2.0 previous half...
2020-09-09 Baptiste DaroussinImport nvi 2.2.0
2020-09-09 Kyle Evanslibc tests: dynthr_mod: fix some WARNS issues
2020-09-09 Kyle Evanslibc/resolv: attempt to fix the test under WARNS=6
2020-09-09 Kyle Evanssrc.conf(5): regen after r365491
2020-09-09 Kyle Evansopts: FREEBSD_UPDATE no longer relies on PORTSNAP
2020-09-09 Kyle Evansphttpget: move out of portsnap
2020-09-09 Brandon Bergren[PowerPC64LE] PPC64LE support for libelf.
2020-09-09 Konstantin... Allow consumer to customize physical pager.
2020-09-08 Brandon Bergren[PowerPC64] Fix xive order calculation in qemu TCG
2020-09-08 Konstantin... Add kern_mmap_racct_check(), a helper to verify limits...
2020-09-08 Konstantin... Convert allocations of the phys pager to vm_pager_alloc...
next