]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2018-01-11 Konstantin... Fix grammar.
2018-01-11 Mark JohnstonAdd mallocarray.9 to malloc.9's MLINKS.
2018-01-11 Kyle Evansvmstat(8): Hook up NetBSD tests
2018-01-11 Pedro F. Giffunidev/bhnd: Make use of mallocarray(9).
2018-01-11 Pedro F. Giffuninetpfil/ipfw: Make some use of mallocarray(9).
2018-01-11 Pedro F. Giffunidev/(e1000,ixl): Make some use of mallocarray(9).
2018-01-11 Michal MelounInitialize CONTEXTIDR register on secondary cores by...
2018-01-11 Kyle Evanspatch(1): Don't check for NUL bytes in Plan A
2018-01-11 Kyle Evansif_awg: Support new emac bindings
2018-01-11 Ed Masteregen src.conf.5 after r327823, WITH_LLD_BOOTSTRAP...
2018-01-11 Ed MasteEnable ld.lld as bootstrap linker by default on i386
2018-01-11 Konstantin... Skip IRELATIVE relocations when loader processes ELF...
2018-01-11 Konstantin... Softlink inodes can own buffers with dependencies.
2018-01-11 Konstantin... Remove redundand CLD instructions.
2018-01-11 Konstantin... Do not clear %RFLAGS.DF on fast syscall entry.
2018-01-11 Konstantin... Move the hardware setup for fast syscalls into a common...
2018-01-11 Konstantin... Rename COMMON_TSS_RSP0 to TSS_RSP0.
2018-01-11 Konstantin... Update comment explaining the check, to reality.
2018-01-11 Wojciech MacekPowerNV: add buffer for OPAL console
2018-01-11 Wojciech MacekPowerNV: set LPCR[LPES] correctly
2018-01-11 Wojciech MacekPowerNV: correctly start secondary CPUs
2018-01-11 Wojciech MacekPowerNV: add reset, poweroff, OPAL console
2018-01-11 Wojciech MacekCXGBE: fix get_filt to be endianness-aware
2018-01-11 Wojciech MacekPowerNV: initial support for OPAL
2018-01-11 Conrad MeyerZstd: Add bswap intrinsics for small MIPS systems ...
2018-01-11 Kyle Evansawk(1): Add necessary bits for connecting tests, but...
2018-01-11 Warner LoshWhen we crash, we'll stop the scheduler before we call the
2018-01-11 John BaldwinFlesh out static dtrace probes for /dev/crypto ioctl...
2018-01-10 Conrad MeyerAdd encrypt+authenticate modes to cryptotest tool
2018-01-10 Conrad Meyerx86: Document purpose of _safe variants of {rd,wr}msr()
2018-01-10 Conrad Meyermalloc.9: Fix minor typo from rewording in r327796
2018-01-10 Landon J. FullerFix minor locking issues in the Power Mac Uninorth...
2018-01-10 Conrad Meyermallocarray(9): panic if the requested allocation would...
2018-01-10 Mark JohnstonAdd a regression test for r327794.
2018-01-10 Mark JohnstonFix an off-by-one in dt_opt_setenv().
2018-01-10 John BaldwinDon't store shadow copies of per-process AIO limits.
2018-01-10 John BaldwinSet the 'FR' bit in the status register for N32 kernels.
2018-01-10 Pedro F. Giffunilinuxkpi: Simplify kmalloc_array.
2018-01-10 Ed MasteMention switch to ld.lld for amd64 in UPDATING
2018-01-10 Ed Masteregen src.conf.5 after r327783, WITH_LLD_BOOTSTRAP...
2018-01-10 Ed MasteEnable ld.lld as bootstrap linker by default on amd64
2018-01-10 Pedro F. Giffunidev/bxe: make use of mallocarray(9).
2018-01-10 Pedro F. GiffuniUse mallocarray(9) in dirhash.
2018-01-10 Mark JohnstonAdd regression tests for r327779.
2018-01-10 Mark JohnstonFix handling of read errors during mirror synchronization.
2018-01-10 Ed Mastesrc.conf.5: regen after r325692 and r326888
2018-01-10 Edward Tomasz... Make nullfs properly report MNT_AUTOMOUNTED set on...
2018-01-10 John BaldwinInclude ffsll() on riscv kernels.
2018-01-10 Andriy Gaponamdsbwd: fix handling of timeout values beyond the...
2018-01-10 Warner Loshinittodr(0) actually sets the time, so there's no need...
2018-01-10 Warner LoshCatchup to removing this directory
2018-01-10 Warner LoshDocuent pmtimer driver removal.
2018-01-10 Warner LoshMove prof_machdep.c to it's more traditional place...
2018-01-10 Ed Mastelld: introduce basic man page
2018-01-10 Mark JohnstonRemove the executable bit from some recently added...
2018-01-10 Mark JohnstonClarify the use of the gmirror flag mask constants.
2018-01-10 Warner LoshRetire pmtimer driver. Move time fixing into apm driver...
2018-01-10 Warner LoshRemove vestiges of digi(4) driver, first attempted...
2018-01-10 Conrad MeyerFinally, fix Zstd kernel build on MIPS and RISC-V
2018-01-10 Scott LongRefactor code related to 'camcontrol devlist'
2018-01-10 Scott LongImplement the ability to query NVME for its controller...
2018-01-10 Mark JohnstonAvoid referencing a possibly freed consumer after r327496.
2018-01-10 Mariusz ZaborskiFix markup.
2018-01-10 Ian LeporeConvert a collection of unrelated bitwise flags to...
2018-01-10 Ian LeporeBugfix: don't lose the am/pm mode flag when setting...
2018-01-10 Ian LeporeBugfix: on RTC chips with a 32-bit binary counter,...
2018-01-10 John BaldwinAllow the fast-path for disk AIO requests to fail requests.
2018-01-10 Jonathan T... Fix backwards MD_VERIFY logic for md devices.
2018-01-10 John BaldwinSimplify some logic by merging an if test with a subseq...
2018-01-09 John BaldwinAdd a counter to track in-flight AIO requests using...
2018-01-09 Pedro F. GiffuniUse the __result_use_check attribute also for reallocf(3).
2018-01-09 Scott LongRelease the held refcount on the probe periph when...
2018-01-09 Scott LongHold a refcount on the periph while running the allocation
2018-01-09 Bryan DreweryBump version for r327597 adding cpucontrol -e support
2018-01-09 Alan SomersAdd Pull Request to the Subversion commit template
2018-01-09 Conrad MeyerFix Zstd x86 kernel build with -march=<specific>
2018-01-09 Cy SchubertUSNO and possibly others have misinterpreted the mainin...
2018-01-09 Nathan WhitehornAdd XHCI support to powerpc64 GENERIC. This is useful...
2018-01-09 Kristof Provostpf tests: Fix pft_ping.py to work with scapy 2.3.3
2018-01-09 Warner LoshConsolidate two identical copies of sysres_ids.
2018-01-09 Konstantin... Fix year.
2018-01-09 Warner LoshRemove ccbque.h from i386/isa.
2018-01-09 Andrew TurnerAdd a function to find the PSCI version the firmware...
2018-01-09 Andrew TurnerAdd a framework to install CPU errata on arm64. Each...
2018-01-09 Andriy Gaponvmm/svm: contigmalloc of the whole svm_softc is excessive
2018-01-09 Andriy Gaponzfs_mount: restore a bit of ifdef-out illumos code
2018-01-09 Andriy Gaponusbdevs: add ASMedia vendor ID
2018-01-09 Konstantin... Generalize the fix from r322757 and apply it to several...
2018-01-09 Konstantin... When handling write completion, take SU lock around...
2018-01-09 Konstantin... Postpone the disassotiation of the background write...
2018-01-09 Eitan Adlerldconfig(8): use .Nm instead of 'ldconfig'
2018-01-09 Cy SchubertWhen growing the state, also grow the seed array. Other...
2018-01-09 Conrad MeyerFix Zstd kernel build with GCC 4.2
2018-01-09 Scott LongDon't hold the periph locks during dump.
2018-01-09 Scott LongDon't hold the periph lock when calling into cam_periph...
2018-01-09 Scott LongProtect against a possible NULL deference from an accessor
2018-01-08 Mark JohnstonGeneralize the gzio API.
2018-01-08 Conrad MeyerIntegrate zstd into the kernel
2018-01-08 John BaldwinUse <stand.h> instead of <inttypes.h> and <stdio.h...
2018-01-08 John BaldwinFix printf missing format variables warnings.
next