]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2019-05-28 Conrad Meyerstyle.9: Correct usage's definition to match its declar...
2019-05-28 Alexander MotinFix array out of bound panic introduced in r306219.
2019-05-28 Adrian Chadd[ath_hal] Fix queue bits a bit
2019-05-28 Kirk McKusickAdd a missing bresle() in seldom-used error return.
2019-05-28 Kirk McKusickConvert use of UFS-specific #ifdef DEBUG to DIAGNOSTIC...
2019-05-28 Kyle Evansbectl(8): Address Coverity complaints
2019-05-28 Doug MooreImplement the ffs and fls functions, and their longer...
2019-05-28 Andrey V. ElsukovRework r348303 to reduce the time of holding global...
2019-05-28 Andrew TurnerThe alignment is passed into contigmalloc_domainset...
2019-05-28 Andrew TurnerTeach the kernel KUBSAN runtime about alignment_assumption
2019-05-28 Cy SchubertContuation of r343701, removal of irrelevant #ifdefs.
2019-05-28 Doug MooreReduce the code size and number of ffsl calls in vm_res...
2019-05-27 Alan SomersVOP_ADVLOCK.9: fix description of flags
2019-05-27 Cy Schubertstyle(9)
2019-05-27 Cy SchubertFix indentation and while at it simplfy the code.
2019-05-27 Cy SchubertRemove compile-time tests for unsupported versions...
2019-05-27 Conrad Meyerkldxref(8): Sort MDT_MODULE info first in linker.hints...
2019-05-27 Konstantin... Correct some inconsistencies in the earliest created...
2019-05-27 Andrey V. ElsukovFix possible NULL pointer dereference.
2019-05-27 Xin LIChase r261913: hardcoded default crypt(3) algorithm...
2019-05-27 Andrey V. ElsukovRemove unused token that was added in r348235.
2019-05-27 Kirk McKusickAdd function name and line number debugging information...
2019-05-27 Justin Hibbitskern/CTF: link_elf_ctf_get() on big endian platforms
2019-05-27 Justin Hibbitspowerpc/dtrace: Fix fbt function probing for ELFv2
2019-05-27 Conrad Meyervirtio_random(4): Remove unneeded reference to device
2019-05-27 Conrad Meyervirtio.4: Add missing devices and Xr
2019-05-27 Conrad Meyeraesni(4): Fix trivial type typo
2019-05-27 Conrad Meyersys/bufobj.h: Avoid using C++ reserved keyword 'private'
2019-05-26 Jayachandran C.arm64 nexus: remove incorrect warning
2019-05-26 Michael TuexenWhen an ACK segment as the third message of the three...
2019-05-26 Dimitry AndricPull in r361696 from upstream llvm trunk (by Sanjay...
2019-05-26 Mateusz Piotrowskiipheth.4: Explain how to manually configure USB tetheri...
2019-05-26 Alexey DokuchaevFix two errors reported by PVS Studio: V646 Consider...
2019-05-25 Li-Wen HsuRemove an uneeded indentation introduced in r223637...
2019-05-25 Mark JohnstonRemove pmap_pid_dump() from the i386 pmap.
2019-05-25 Li-Wen HsuRemove an uneeded indentation introduced in r286196...
2019-05-25 Edward Tomasz... We don't really need two entries to describe how to...
2019-05-25 Rodney W. GrimesCorrectly align usage: output
2019-05-25 Sean Eric FaganAdd an AESNI-optimized version of the CCM/CBC cryptogra...
2019-05-25 Justin Hibbitspowerpc64/pmap: Reapply r334235 to OEA64 pmap, clearing...
2019-05-25 Conrad Meyervirtio_pci(4): Fix typo in read_ivar method
2019-05-25 Kirk McKusickWhen using the destroy option to shut down a nop GEOM...
2019-05-24 Konstantin... Fix too loose assert in pmap_large_unmap().
2019-05-24 Konstantin... Add PG_PS_PDP_FRAME symbol.
2019-05-24 Conrad MeyerDisable intr_storm_threshold mechanism by default
2019-05-24 John BaldwinRestructure mbuf send tags to provide stronger guarantees.
2019-05-24 John BaldwinAdd initial support for 'qSupported' to the debug server.
2019-05-24 Alan SomersRemove "struct ucred*" argument from vtruncbuf
2019-05-24 Piotr KubajAdd snd_hda(4) to GENERIC64 used by powerpc64.
2019-05-24 Simon J. Gerratyficl pfopen: verify file
2019-05-24 Leandro LuporiMake options MD_ROOT_MEM default on PPC64
2019-05-24 Kenneth D.... Fix FC-Tape bugs caused in part by r345008.
2019-05-24 Konstantin... Fix a corner case in demotion of kernel mappings.
2019-05-24 Mark JohnstonModernize the MAKE_JUST_KERNELS hint in the top-level...
2019-05-24 Ed Mastenanobsd: exclude .git (and .hg) in the same places...
2019-05-24 Andrey V. ElsukovRestore IPV6_NEXTHOP option support that seem was parti...
2019-05-24 Andrey V. ElsukovAdd `missing` and `or-flush` options to "ipfw table...
2019-05-24 Li-Wen HsuCorrect the argument passed to g_eli_algo2str()
2019-05-24 Andriy Gaponamdgpio: small formatting cleanup
2019-05-24 Andriy Gaponamdgpio: fix reading status of input pins
2019-05-24 Andriy Gaponamdgpio: remove new line symbols from pin names
2019-05-24 Xin LIRemove kgzip and kgzldr.
2019-05-24 Xin LIcryptodeflate: Drop z_stream zbuf.state->dummy from...
2019-05-24 Kyle Evansbectl(8): Add a test for jail/unjail of numeric BE...
2019-05-24 Warner LoshDisplay CPU model in dmesg on mips targets
2019-05-24 Warner LoshMake uniqueifier match the module definition.
2019-05-24 Kyle Evansjail_getid(3): validate jid string input
2019-05-24 John BaldwinAdd support for writing to guest memory in the debug...
2019-05-23 John BaldwinAdd a constant for the LS config MSR on AMD CPUs.
2019-05-23 Jung-uk KimInitialize a variable to fix build with GCC.
2019-05-23 John BaldwinAdd deprecation warnings for weaker algorithms to geli(4).
2019-05-23 John BaldwinAdd deprecation warnings for IPsec algorithms deprecate...
2019-05-23 Jung-uk KimRemove yet another unused variable.
2019-05-23 Conrad Meyerrandom(4): deduplicate explicit_bzero() in harvest
2019-05-23 Conrad Meyeruart_cpu_acpi: Fix GCC build break from r348195
2019-05-23 Conrad MeyerEKCD: Add Chacha20 encryption mode
2019-05-23 Emmanuel Vadotloader: Remove unused variable
2019-05-23 Colin PercivalUse ACPI SPCR on x86
2019-05-23 Emmanuel Vadotloader: Add pnp functions for autoloading modules based...
2019-05-23 Baptiste DaroussinChange package the MTREEFLAGS and INSTALLFLAGS missed...
2019-05-23 Baptiste DaroussinMove back group, master.passwd and shells to etc directory
2019-05-23 Ian LeporeAdd pnpinfo to all i2c drivers that have FDT compat...
2019-05-23 Ian LeporeAdd pnpinfo.
2019-05-23 Emmanuel Vadotarm: allwinner: Remove frac mode from NM clk
2019-05-23 Emmanuel Vadotarm: allwinner: clk: Use the new frac clock
2019-05-23 Emmanuel Vadotarm: allwinner: clk: Add new clock aw_clk_frac
2019-05-23 Emmanuel Vadotallwinner: aw_ccu: Add some debug printfs (disabled...
2019-05-23 Warner LoshMove to using newvers -c instead of VARS_ONLY=1
2019-05-23 Warner LoshConvert freebsd-version to using -v
2019-05-23 Warner LoshConvert amd newvers to using newvers.sh -v.
2019-05-23 Warner LoshImplement "VARS_ONLY=1" via special command line args
2019-05-23 Ian LeporeRename IICBUS_FDT_PNPINFO -> IICBUS_FDT_PNP_INFO becaus...
2019-05-23 Ian LeporeUse the new FDTCOMPAT_PNP_INFO() macro to define SPIBUS...
2019-05-23 Warner LoshAdd warning that the PNP info has to follow the module...
2019-05-23 Ian LeporeAdd pnpinfo for icee(4) on fdt systems.
2019-05-23 Ian LeporeDefine macros making it easier to define bus-specific...
2019-05-23 Konstantin... Use int for the getopt() result.
2019-05-23 Konstantin... Add posixshmcontrol(1), an utility to manipulate posix...
2019-05-23 Ian LeporeRelease the bus-recovery gpio pins in detach(), so...
2019-05-23 Emmanuel Vadotetcupdate: Add missing directory when building the...
next