]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2020-01-06 jhbOnly build kernels for enabled TARGET_ARCHes in make...
2020-01-06 rrsThis catches rack up in the recent changes to ECN and
2020-01-06 mmMFV r356415
2020-01-06 rrsThis change adds a small feature to the tcp logging...
2020-01-06 kaktussysctl: mark more nodes as MPSAFE
2020-01-06 hselaskyAdd own counter for cancelled USB transfers.
2020-01-06 jeffFix uma boot pages calculations on NUMA machines that...
2020-01-06 mavFix host memory buffer sizes reporting.
2020-01-05 jeffThe fix in r356353 was insufficient. Not every archite...
2020-01-05 bznetgraph/ng_bridge: Reestablish old ABI
2020-01-05 emastearch.7: correct overzealous claims of external binutils use
2020-01-05 emastearch.7: update toolchain table for external ld use
2020-01-05 emastesrc.conf.5: regen after r356381, disable BINUTILS_BOOTS...
2020-01-05 emastesrc.opts.mk: disable BINUTILS_BOOTSTRAP on all mips...
2020-01-05 emastesrc.conf.5: regen after r356379, disable BINUTILS_BOOTS...
2020-01-05 emastesrc.opts.mk: disable BINUTILS_BOOTSTRAP on mips64*
2020-01-05 tuexenDon't make the sendall iterator as being up if it could...
2020-01-05 tuexenReturn -1 consistently if an error occurs.
2020-01-05 tuexenEnsure that we don't miss a trigger for kicking off...
2020-01-05 mjglocks: add default delay struct
2020-01-05 mjglocks: convert delay times to u_short
2020-01-05 mjgMark mtxpool_sleep as read mostly, not frequently.
2020-01-05 kevansshm: correct KPI mistake introduced around memfd_create
2020-01-05 kevansshmfd/mmap: restrict maxprot with MAP_SHARED + F_SEAL_WRITE
2020-01-05 emastearch.7: update to show mips* and sparc64 use external...
2020-01-05 emastesrc.conf.5: regen after r356367, default to GCC off
2020-01-05 emasteAdjust WITH_/WITHOUT_ descriptions for GCC options...
2020-01-05 emasteDo not build GCC 4.2.1 by default for any CPU architecture
2020-01-05 mmMFV r356365:
2020-01-05 mjgvfs: factor out avoidable branches in _vn_lock
2020-01-05 mjgvfs: drop thread argument from vinactive
2020-01-05 mjgvfs: patch up vnode count assertions to report found...
2020-01-05 mjgvfs: predict VN_IS_DOOMED as false
2020-01-04 kevanskern_mmap: restore character deleted in transit
2020-01-04 kevanskern_mmap: add a variant that allows caller to inspect fp
2020-01-04 kevanslibssp: fix FORTIFY_SOURCE stub declarations
2020-01-04 tuexenMake the message size limit used for SCTP_SENDALL confi...
2020-01-04 kevansProvide libssp based on libc
2020-01-04 kevansssp: knock out some trivial warnings that come up with...
2020-01-04 alcWhen a copy-on-write fault occurs, pmap_enter() is...
2020-01-04 jeffFix an assertion introduced in r356348. On architectur...
2020-01-04 bdrewerylio_listio_empty_nowait_thread sometimes does *not...
2020-01-04 jeffUMA NUMA flag day. UMA_ZONE_NUMA was a source of confu...
2020-01-04 jeffSort cross-domain frees into per-domain buckets before...
2020-01-04 jeffUse per-domain keg locks. This provides both a lock...
2020-01-04 jeffUse a separate lock for the zone and keg. This provide...
2020-01-04 jeffUse atomics for the zone limit and sleeper count. ...
2020-01-04 jhibbitspowerpc: Remove 'sec' device from QORIQ64 config
2020-01-04 jhbUse the freebsd-gcc6 toolchains instead of powerpc64...
2020-01-04 mjgvfs: remove CTASSERT from VOP_UNLOCK_FLAGS
2020-01-03 jhbSet correct lib32 MACHINE_ARCH for mips64el*.
2020-01-03 mjgvfs: add a file missed in r356337
2020-01-03 mjgvfs: drop the mostly unused flags argument from VOP_UNLOCK
2020-01-03 mjgunionfs: fix up VOP_UNLOCK use after flags stopped...
2020-01-03 mjgvfs: add VOP_UNLOCK_FLAGS
2020-01-03 kevansMakefile.inc1: remove libcompiler_rt from _startup_libs
2020-01-03 dimMerge commit 189b7393d from llvm git (by John Baldwin):
2020-01-03 dimMerge commit d7be3eab5 from llvm git (by Luís Marques):
2020-01-03 dimMerge commit c6b09bff5 from llvm git (by Luís Marques):
2020-01-03 dimMerge commit da7b129b1 from llvm git (by James Clarke):
2020-01-03 dimMerge commit 41449c58c from llvm git (by Roger Ferrer...
2020-01-03 kevansmips !o32: fix csu build
2020-01-03 kevansmips: csu: fix compilation w/ LLVM
2020-01-03 markjFix a page leak in the md(4) swap I/O path.
2020-01-03 kevansemulated atomic64: disable interrupts as the lock mecha...
2020-01-03 emastesrc.conf.5: regen after r356322 and r356323
2020-01-03 emastesrc.opts.mk: SVNLITE requires FILE
2020-01-03 emastesrc.opts.mk: GOOGLETEST requires CXX
2020-01-03 markjTake the ifnet's address lock in igmp_v3_cancel_link_ti...
2020-01-03 emastesrc.opts.mk: switch LLD_BOOTSTRAP and LLD_IS_LD to...
2020-01-03 emastesrc.opts.mk: simplify after arm/arm retirement
2020-01-03 emasteinetd: fix WITHOUT_TCP_WRAPPERS build after r356248
2020-01-03 arrowdmount_smbfs: Issue a warning when .nsmbrc section name...
2020-01-03 andrewAdd the 8 and 16 bit atomic load/store functions with...
2020-01-03 mavAvoid duplicate I/O statistics accounting.
2020-01-03 delphijReduce memory footprint of fsck_msdosfs.
2020-01-02 erjiflib: Prevent watchdog from resetting idle queues
2020-01-02 erjixl: prevent non-privileged access to NVM update interface
2020-01-02 bdragon[PowerPC] [MIPS] Implement 32-bit kernel emulation...
2020-01-02 kevanscapsicum_helpers: split stream cap bits out of caph_lim...
2020-01-02 kevansiicoc: limit fdt attachment to EXT_RESOURCES platforms
2020-01-02 kevanssys/dev/cfi: include sys/types.h as well
2020-01-02 kibFix AT_EXECPATH for direct exec mode.
2020-01-02 kibbhyve: terminate waiting loops if thread suspension...
2020-01-02 ianAdd the xdma framework and pl330 dma drivers to arm...
2020-01-02 ianExplicitly include sys/rman.h instead of relying on...
2020-01-02 kibRename umtxq_check_susp() to thread_check_susp()
2020-01-02 kibStyle: remove trailing spaces/tabs.
2020-01-02 jhbLook for cross toolchain makefiles in /usr/share/toolch...
2020-01-02 mavRemove extra check for provider being closed.
2020-01-02 markjRemove set_page_dirty_lock().
2020-01-02 markjClear queue operation flags when migrating a page to...
2020-01-02 kevanslibbe(3): promote dependent clones when destroying...
2020-01-02 ianAdd support for i2c bus mux hardware.
2020-01-02 manuarm64: rockchip: Add a module for rk_spi
2020-01-02 manuarm: allwinner: aw_spi: Call bus_generic_attach
2020-01-02 jhbSome minor tweaks to arch(7).
2020-01-02 ianSince arm/unwind.c s conditionally compiled, only call...
2020-01-02 tuexenRemove empty line which was added in r356270 by accident.
2020-01-02 tuexenImprove input validation of the spp_pathmtu field in the
next