]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2018-03-26 cemUpdate to Zstandard 1.3.4
2018-03-26 cemctfconvert/ctfmerge: Fix a memory leak enumerating...
2018-03-26 cemOCF: CRYPTDEB(): Enhance to allow formatted logging
2018-03-26 jhbUpdate the license to note my work on cryptocheck was...
2018-03-26 cemwpa_supplicant.conf.5: Document minimal eduroam configu...
2018-03-26 cemlibctf: Don't construct pointers to out of bounds array...
2018-03-26 cemlibctf: Appease Coverity overrun warnings
2018-03-26 cemcryptodev: Match intent for enc_xform ciphers with...
2018-03-26 sbrunoCC Cubic: fix underflow for cubic_cwnd()
2018-03-26 cemvmci(4): Fix GCC build and rationalize vmci_kernel_defs.h
2018-03-26 kevanslua-lint: Hint that try_include is now an accepted...
2018-03-26 kevanslualoader: Actually re-raise error in try_include
2018-03-26 kevanslualoader: Implement try_include and use it for includi...
2018-03-26 manurelease: arm: Copy boot.scr from ports
2018-03-26 jeffFix a bug introduced in r329612 that slowly invalidates...
2018-03-26 gjbEscape trailing newlines in a long variable list for...
2018-03-26 kibAllow to specify for vm_fault_quick_hold_pages() that...
2018-03-26 kevansaw_sid(4): Release resources and destroy mutex on failure
2018-03-26 kevansloader efifb: implement uga_autoresize as a call to...
2018-03-26 kppf: reload and resync do the same thing
2018-03-25 markjClamp IFLIB_RX_COPY_THRESH to MHLEN in iflib_rxd_pkt_get().
2018-03-25 bennoAdd an entry dealing with the makefs ISO9660 EFI taggin...
2018-03-25 markjUse LIST_FOREACH_SAFE in sleepq_chains_remove_matching().
2018-03-25 impNote that MODULE_PNP_INFO has to come after a DRIVER_MO...
2018-03-25 eadler[pci-vendors] Update to 2018-03-21
2018-03-25 impThe PNP info has to follow the module definition. Move...
2018-03-25 hselaskyRemove redundant prototype to fix compilation with...
2018-03-25 jeffAdd missing file from 4331508
2018-03-25 scottlUpdate a TBD string with a real model number
2018-03-25 mpAdd VMCI (Virtual Machine Communication Interface)...
2018-03-24 jeffDocument new NUMA related syscalls and utility options.
2018-03-24 manuAdd dtb overlays support
2018-03-24 mckusickWhen freeing a superblock returned by ffs_sbget, be...
2018-03-24 kibAccount the size of the vslock-ed memory by the thread.
2018-03-24 kibFor vm_zone_stats() sysctl handler, do not drain sbuf...
2018-03-24 jtlThis change adds a flag to the DAD entry to indicate...
2018-03-24 kibIn vn_io_fault1(), reduce the scope where pagefaults...
2018-03-24 kibImprove the lcall $7,$0 syscall emulation on amd64.
2018-03-24 jtlMake the TCP blackbox code committed in r331347 be...
2018-03-24 jtlRemove some unneccessary variable sets in IPv6 code...
2018-03-24 jtlFix compilation for platforms that don't support atomic...
2018-03-24 mfechnerAdded myself to committers-ports.dot.
2018-03-24 philipImport tzdata 2018d
2018-03-24 philipImport tzdata 2018d
2018-03-24 jmgminor work smithing...
2018-03-24 kevanslualoader: Privatize some more config.lua bits
2018-03-24 kevanslualoader: Make config env-related bits private API
2018-03-24 kevansloader consoles: Implement SGR 24, 25
2018-03-24 kevansefi loader: Choose a console mode instead if hw.vga...
2018-03-24 npcxgbe(4): Always initialize requested_speed to a valid...
2018-03-23 kevansloader.conf(5): Convert list of values to much better...
2018-03-23 kevansloader.conf(5): Document efi_max_resolution
2018-03-23 bennoDon't try to modify El Torito section headers if there...
2018-03-23 bennoCorrectly mark the last El Torito section header.
2018-03-23 jhbAdd a workaround to the hypervisor detection for older...
2018-03-23 kevansefi loader: Respect efi_max_resolution in loader.conf(5)
2018-03-23 bennoAllow makefs to properly tag UEFI El Torito boot images...
2018-03-23 emasteRemove redundant cast from Linuxulator SYSINITs
2018-03-23 jhbMove remaining EF_MIPS_* flags to <sys/elf_common.h>.
2018-03-23 hselaskyDon't wait for completions when a mlx5en(4) device...
2018-03-23 hselaskyFix incorrect page count when mlx5core is in internal...
2018-03-23 sbrunoRevert r331379 as the "simple" lock changes have reveal...
2018-03-23 hselaskyDon't save PCI state when PCI error is detected in...
2018-03-23 hselaskyAdd mutual exclusion mechanism for software reset of...
2018-03-23 hselaskyIssue a software reset on firmware assert in mlx5core.
2018-03-23 jeffFix two compliation problems on non-amd64 architectures.
2018-03-23 hselaskyHandle software reset of firmware in error flow in...
2018-03-23 hselaskyHide verbose proclamation of error when forced in mlx5core.
2018-03-23 hselaskyCancel delayed recovery work when unloading the mlx5cor...
2018-03-23 hselaskyAdd support for fast unload in shutdown flow in mlx5core.
2018-03-23 hselaskyImprove support for health recovery in mlx5core.
2018-03-23 emasteFixup return style(9) in amd64 linux*_sysvec.c
2018-03-23 cognetIn __sync_bool_compare_and_swap(), return true if the...
2018-03-23 kevansMatch broken style of vidconsole.c
2018-03-23 emasteSort headers in MD Linuxulator files
2018-03-23 hselaskyExit krping on device removal to avoid endless hang...
2018-03-23 hselaskyCreate designated workqueue for each mlx5en(4) device...
2018-03-23 kpnetpfil: Introduce PFIL_FWD flag
2018-03-23 impFlag when we have a pending TUR. Don't schedule another...
2018-03-23 emastelinuxkpi whitespace cleanup
2018-03-23 kibThere is no need to disable interrupts around npxsave...
2018-03-23 kibUpdate comment to match current field names.
2018-03-23 impConvert the PCI ID selection from a simple if into...
2018-03-23 impAdd PNP info to xl as an example.
2018-03-23 impkill traling white space
2018-03-23 emasteRationalize license text on Linuxolator files
2018-03-23 markjCorrect a couple of assertion messages in vm_page_recla...
2018-03-23 kenDisable T10 Protection Information / EEDP handling...
2018-03-23 andrewIf sc->sc_ep_max is already set use it to find the...
2018-03-23 avgzfs: fix mismatch between format specifier and type
2018-03-23 hselaskyAllow the libusb20_dev_get_port_path() function to...
2018-03-23 cemcryptocheck: Add support for Blake2{B,S} hashes
2018-03-23 cemBring in JHB's cryptocheck tool
2018-03-23 kevansLoader consoles: Implement SGR 22, reset intensity
2018-03-23 cyFix build on i386 without INVARIANTS following r331369.
2018-03-23 mavReduce struct aggsum_bucket padding to fit into one...
2018-03-23 kevansefidev: Drop a quick note in about efi_cfgtbl/efi_runtime
2018-03-23 mavMFV r331407: 9213 zfs: sytem typo
2018-03-23 mavMFV r331405: 9084 spa_*_ashift must ignore spare devices
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
next