]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2020-08-05 mjgriscv: fix uintfptr_t
2020-08-05 mjgpmcstat: fix build on non-64 bit platforms
2020-08-05 mjgvfs hash: annotate the lock with __exclusive_cache_line
2020-08-05 mjgpipe: reduce atime precision
2020-08-05 bro Add machine/iommu.h and include MD iommu headers...
2020-08-05 mjgpmcstat: implement showing offsets into symbols in...
2020-08-05 gonzoAdd clocks for ethernet controllers on RK3328
2020-08-05 gonzoAdd flag for SYSCON-controlled clocks on Rockhip platform
2020-08-05 markjFix the smrstress build after r358400.
2020-08-05 markjFix a TOCTOU vulnerability in freebsd32_copyin_control().
2020-08-05 cyContinued ipfilter #ifdef cleanup. The r343701 log...
2020-08-05 seUpgrade to version 3.1.5
2020-08-05 tsoomeMFOpenZFS: Add support for boot environment data to...
2020-08-05 tsoomezfs_keys_nextboot array is missing ZPOOL_CONFIG_POOL_GU...
2020-08-05 andrewAdd DDB_CTF to the arm64 and riscv kernel configs
2020-08-05 aeSynchronize definitions in mbuf.d with values from...
2020-08-05 gbeenviron(7): Update the description and include some...
2020-08-05 aeAdd m__getjcl SDT probe.
2020-08-05 avggpiokeys: add a basic manual page
2020-08-05 aeFix SIGSEGV in ipfw(8) when NAT64 prefix length is...
2020-08-05 0mpDo not describe portsnap(8) as a way to manage /usr...
2020-08-05 aeFix typo.
2020-08-05 mjgcache: don't ignore size passed to nchinittbl
2020-08-05 mjgBump __FreeBSD_version after vaccess() change
2020-08-05 mjgvfs: remove the obsolete privused argument from vaccess
2020-08-05 mjgcache: convert the hash from LIST to SLIST
2020-08-05 mjgcache: reduce zone alignment to 8 bytes
2020-08-05 mjgcache: convert ncnegnash into a macro
2020-08-05 eugenbsnmptools: make it print protocol errors to stderr...
2020-08-05 aeHandle delayed checksums if needed in NAT64.
2020-08-05 manuallwinner: clk: Fix nm clock calculation
2020-08-05 mjgvfs: add a cheaper entry for mac_vnode_check_access
2020-08-05 mjgvfs: tidy up namei entry point
2020-08-05 mjgcache: cleanup lockless entry point
2020-08-05 mjgcache: stop messing with cn_lkflags
2020-08-05 mjgcache: stop messing with cn_flags
2020-08-05 mjgvfs: prefill nameidata with garbage on debug kernels
2020-08-05 lwhsuAppease gcc's -Wparentheses (and -Werror)
2020-08-04 mjgufs: only pass LK_ADAPTIVE if LK_NODDLKTREAT is set
2020-08-04 mjgvfs: support lockless dotdot lookup
2020-08-04 mjgcache: add NCF_WIP flag
2020-08-04 mjgcache: add cache_purge_vgone
2020-08-04 mjgmtx: add mtx_wait_unlocked
2020-08-04 kibabMinor cleanups in mmc_xpt.c
2020-08-04 kevansmakesyscalls.lua: improve syscall ordering validation
2020-08-04 olivierSkip sbin/route tests if jail not installed (WITHOUT_JAIL).
2020-08-04 vangyzendevinfo: add man page links
2020-08-04 vangyzendevinfo: fix memory leak on error paths
2020-08-04 brRemove unneeded cast to struct iommu_domain *.
2020-08-04 brAdd a few macroses for conversion between DMAR unit...
2020-08-04 mjgrms: fix typo: bitmamp -> bitmap
2020-08-04 manummccam: Hold the periph during init
2020-08-04 manummcam: Use a static length sbuf buffer
2020-08-04 manummccam: mmc_xpt: We're only interested about losing...
2020-08-04 mjgcache: factor away failed vexec handling
2020-08-04 mjgcache: assorted tidy ups
2020-08-04 mjgcache: factor away lockless dot lookup and add missing...
2020-08-04 mjgvfs: add vfs_op_thread_enter/exit _crit variants
2020-08-04 mjgcache: add missing numcache detrement on insertion...
2020-08-04 mjgrms: add a comment explaining performance deficiencies...
2020-08-04 manuImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-04 mavRemove extra memset() left after r342388.
2020-08-04 manuImport DTS from Linux 5.8
2020-08-04 jhbDisable errors for -Wsystem-headers for GCC on aarch64.
2020-08-04 jhbld.bfd requires an explicit emulation for MIPS for...
2020-08-04 jhbDisable errors for -Wredundant-decls for GCC 6+.
2020-08-04 jhbTurn off errors for -Wmaybe-uninitialized in GCC 6+.
2020-08-04 manulinuxkpi: Add time_after32 and time_before32
2020-08-04 manulinuxkpi: Add clear_bit_unlock
2020-08-04 markjRemove an incorrect assertion from in6p_lookup_mcast_ifp().
2020-08-04 markjRemove most lingering references to the page lock in...
2020-08-04 manuRe-apply r363564.
2020-08-04 manupkgbase: Remove the last users of the FreeBSD-example...
2020-08-04 manulinuxkpi: Add nested variant of mutex_lock_interruptible
2020-08-04 manulinuxkpi: Add kref_put_lock
2020-08-04 manulinuxkpi: Add linux/sizes.h
2020-08-04 markjRemove free_domain() and uma_zfree_domain().
2020-08-04 gbeiovctl.conf(5): Use Lk macro for the URL of the UCL...
2020-08-04 gbedirectory(3): Add an ERRORS section
2020-08-04 kevansEnsure libregex is built in time for googletest
2020-08-04 kevansbsdgrep: switch to libregex for GNU_GREP_COMPAT
2020-08-04 kevansRe-enable disabled googletest-port-test tests after...
2020-08-04 kevansgtest: link against libregex for GNU extensions
2020-08-04 kevanslibregex: disable some of the unimplemented test cases...
2020-08-04 kevanslibregex: Implement a subset of the GNU extensions
2020-08-04 kevansregex(3): belatedly document REG_POSIX from r363734
2020-08-03 kibAdd SOL_LOCAL symbolic constant for unix socket option...
2020-08-03 impSome function had the blank lines, others didn't. Most...
2020-08-03 seConnect the tests provided with the new bc and dc
2020-08-03 seUpgrade to version 3.1.4
2020-08-03 seUpgrade to version 3.1.4
2020-08-03 seImport version 3.1.4
2020-08-03 arichardsonAllow bootstrapping mtree on Linux systems
2020-08-03 arichardsonAllow building setmode.c on Linux/macOS
2020-08-03 jhbPass the full CFLAGS to cpp for MKlib_gen.sh.
2020-08-03 andrewAdd a GPIO driver for the Raspberry Pi firmware GPIOs
2020-08-03 kibProvide more correct description for sysctl kern.smp...
2020-08-03 andrewAllow the Raspberry Pi firmware driver to be a bus
2020-08-03 andrewAllow child classes of simplebus to call attach directly
2020-08-03 0mpDo not mention portsnap(8) in ports.7
next