]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2019-04-12 lwhsuSuppress old gcc warning about null format string
2019-04-12 mavFix thread name buffer overflow.
2019-04-12 kibDo not access mutex memory after unlock.
2019-04-12 kibIgnore doomed vnodes in tmpfs_update_mtime().
2019-04-12 traszRemove unneeded conditionals for sv_ functions - all...
2019-04-12 tychonfor a cache-only zone the destructor tries to destroy...
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-12 jhibbitspowerpc: Adjust priority NOPs, and make them functions
2019-04-12 jhibbitspowerpc64: Increase the nap level on power9 idling
2019-04-11 tuexenFix an SCTP related locking issue. Don't report that...
2019-04-11 kevansstand: refactor overlay loading a little bit
2019-04-11 emasteCirrus-CI: pass OVMF env var to test script for upcomin...
2019-04-11 traszUse shared vnode locks for the ELF interpreter.
2019-04-11 markjReinitialize multicast source filter structures after...
2019-04-11 cemsort(1): Simplify and bound random seeding
2019-04-11 oshogboThe nvlist_report_missing is also used by the cnvlist.
2019-04-11 cyCatch up to r343631: Avoid "pfil: duplicate hook" due to
2019-04-11 oshogbolibnv: fix compilation warnings
2019-04-11 oshogbolibnv: fix compilation warnings
2019-04-11 cemsort(1): Whitespace and style cleanup
2019-04-10 kibabAdd some CMD53-related definitions
2019-04-10 manuarm: dtb: Compile the Linux DTS for pandaboards
2019-04-10 kibabImplement CMD53 block mode support for SDHCI and AllWin...
2019-04-10 kibabAdd new fields to mmc_data in preparation to SDIO CMD53...
2019-04-10 manuarm: kernel: Remove old kernel configs
2019-04-10 manuarm: dts: Remove some old DTS
2019-04-10 rrsFix a small bug in the tcp_log_id where the bucket
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-10 lwhsuFix build in sys/modules/nfscommon
2019-04-10 traszFix segfault that could occur on "automount -LL".
2019-04-10 emasteAdd Cirrus CI config file to support CI builds (in...
2019-04-10 kevanslibbe(3): use libzfs name validation for datasets/snaps...
2019-04-10 traszMake zfsd(8) build obey CFLAGS.
2019-04-10 emasteAdd a smoke test QEMU boot script for CI
2019-04-10 emastear: implement support for /SYM64/ 64-bit archives
2019-04-10 asomersfix cache_lookup's documentation
2019-04-10 traszImprove vnode lock assertions.
2019-04-10 avosurtw(4), otus(4), iwi(4): allow to set non-default...
2019-04-10 creesRevert r346017 pending compiled-in zfs fix
2019-04-09 sjgAlways report file with incorrect hash.
2019-04-09 glebiusObvious comment correction.
2019-04-09 jhbRefine r330113 to honor the ProducerConsumer flag most...
2019-04-09 kibAdd vn_fsync_buf().
2019-04-09 kibFix dirty buf exhaustion easily triggered with msdosfs.
2019-04-09 jhbDon't pre-reserve resources for CPU devices when they...
2019-04-09 kibpci_cfgreg.c: Use io port config access for early boot...
2019-04-09 ngiePolish netmap(4) testcases a bit
2019-04-09 ngieFix geli device cleanup
2019-04-09 ngieFix a typo when sanity checking in the bootstrap-tools...
2019-04-09 emastelibc: update strstr implementation to match musl
2019-04-09 traszFactor out section loading into a separate function.
2019-04-09 ganboldIn some cases like NanoPI R1, its second USB ethernet
2019-04-09 tychonioatcontrol(8) crc-copy flag bug and misc usage tweak
2019-04-09 traszRemove spurious comma.
2019-04-09 trasz.Xr protect(1) and proccontrol(1) from procctl(2).
2019-04-08 impStyle only change: Prefer $() to ``
2019-04-08 kibExercise some care before sending SIGHUP to mountd.
2019-04-08 kibHandle races when remounting UFS volume from ro to rw.
2019-04-08 traszRefactor ELF interpreter loading into a separate function.
2019-04-08 oshogboIn the unlinkat syscall, the operation is performed...
2019-04-08 ganboldFix URE_WDT6_SET_MODE value in the register definition.
2019-04-08 bdeFix copying of MEMBUFs to MEMBUFs. This case was imple...
2019-04-08 bdeFix restoring the geometry when recovering from an...
2019-04-08 oshogbostrings: disable Casper support while building native...
2019-04-07 impMake RELDATE be on a single line.
2019-04-07 mhorneRISC-V: initialize pcpu slightly earlier
2019-04-07 impUse default shell assignment rather more complicated...
2019-04-07 creesRemove now unnecessary kldstat check before attempting...
2019-04-07 mhorneAdd option to build LLVM RISC-V target
2019-04-07 ianAdd g_label_flashmap.c to the module, should have been...
2019-04-07 oshogboBump FreeBSD version after r345982.
2019-04-07 markjStop compiling bhyve(8) with -O0.
2019-04-07 markjFix indentation.
2019-04-07 markjSet the p_oppid field of orphans when exiting.
2019-04-07 tsoomeloader: command_lsefi: ret can be used uninitialized
2019-04-07 tsoomeloader: add file_remove() function to undo file_insert_...
2019-04-07 tsoomeloader: mod_loadkld() error: we previously assumed...
2019-04-07 tsoomeloader: file_addmetadata() should check for memory...
2019-04-07 tsoomeloader: remove pointer checks before free() in module.c
2019-04-07 tsoomeloader: file_addmodule should check for memory allocation
2019-04-07 tsoomeloader: malloc+bzero is calloc
2019-04-07 kibGive new home to the comment from ppt_pci_reset(),...
2019-04-06 cyMFV r345988:
2019-04-06 rmacklemDelete the BUGS entry related to failing when jails...
2019-04-06 rmacklemFix nfsuserd so that it handles the mapped localhost...
2019-04-06 cemkern/subr_pctrie: Fix mismatched signedness in assertio...
2019-04-06 rmacklemAdd INET6 support for the upcalls to the nfsuserd daemon.
2019-04-06 cemkern/subr_pctrie: Convert old-style boolean_t to plain...
2019-04-06 asomersfusefs: fix a panic on mount
2019-04-06 aeAdd firewall_[nat64|nptv6|pmod]_enable variables to...
2019-04-06 oshogboUse funlinkat in pidfile to ensure we are removing...
2019-04-06 oshogboRegen after r345982.
2019-04-06 oshogboIntroduce funlinkat syscall that always us to check...
2019-04-06 jkimMFV: r345969
2019-04-06 delphijWrite string constant differently to improve readability.
2019-04-06 jhibbitspowerpc/powernv: Fix major bugs in opal_flash
2019-04-06 jhibbitspowerpc/powernv: Fix issues in opal_async
2019-04-05 eugennetwork.subr: improve configuration of cloned gif(4...
2019-04-05 kibFix gcc warning about shadowed global.
next