]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2017-12-20 ianRestore the ability to use EARLY_PRINTF support during...
2017-12-20 ianRemove arm-specific implementations of atomic_load...
2017-12-20 pfgRevert r327005 - SPDX tags for license similar to BSD...
2017-12-20 impAdd nvme wiring example
2017-12-20 impSimplify the code a bit.
2017-12-20 impDocument new pci device hints wiring.
2017-12-20 impAdd device location wiring to the pci bus.
2017-12-20 impReturn domain, bus, slot, and function for the transpor...
2017-12-20 ianAdd a new kernel config option, MD_ROOT_READONLY, which...
2017-12-20 erjixgbe(4): Convert driver to use iflib
2017-12-20 umeDon't ignore trailing spaces after numerical IP addresses.
2017-12-20 jhibbitsIncrease default MAXDSIZ to 32G on powerpc64
2017-12-20 impFlesh out the reason for the need for tmpfs a little.
2017-12-20 brdSave others some forehead damange by noting that -r...
2017-12-20 edMake truss(8) work for 32-bit CloudABI executables...
2017-12-20 lwhsuAdd missing `;`
2017-12-20 shurdSupport attaching tx queues to cpus
2017-12-19 jhbDon't return early for non-failure for one of the EMLIN...
2017-12-19 jhbReplace one more LINK_MAX with NFS_LINK_MAX missed...
2017-12-19 jhbUpdate link count handling in fuse for post-ino64.
2017-12-19 pfgSPDX: These are fundamentally BSD-2-Clause.
2017-12-19 jhbRework pathconf handling for FIFOs.
2017-12-19 shurdAdd log messages for unknown and unhandled phy types
2017-12-19 shurdOn Link up & down, update media types
2017-12-19 shurdSupport short HWRM commands
2017-12-19 shurdDon't populate NVRAM sysctls for VFs
2017-12-19 jhbUpdate tmpfs link count handling for ino64.
2017-12-19 jhbHonor NANDFS_LINK_MAX for post-ino64.
2017-12-19 jhbReport INT_MAX for LINK_MAX for devfs' VOP_PATHCONF().
2017-12-19 jhbUse FUSE_LINK_MAX for LINK_MAX in fuse' VOP_PATHCONF().
2017-12-19 jhbHandle _PC_FILESIZEBITS and _PC_SYMLINK_MAX for devfs...
2017-12-19 jhbMove NAME_MAX, LINK_MAX, and CHOWN_RESTRICTED out of...
2017-12-19 emasteembed_mfs: support embedding mfs into loader
2017-12-19 jhbUpdate NFS to handle larger link counts post ino64.
2017-12-19 jhbHandle _PC_FILESIZEBITS and _PC_NO_TRUNC for smbfs...
2017-12-19 jhbSupport _PC_FILESIZEBITS in msdosfs' VOP_PATHCONF().
2017-12-19 jhbAdd a custom VOP_PATHCONF method for fuse.
2017-12-19 jhbAdjust ZFS' link count handling for ino64.
2017-12-19 jhbAdd a custom VOP_PATHCONF method for fdescfs.
2017-12-19 shurdAdd byte swapping in bnxt_cfg_async_cr() request
2017-12-19 shurdUpdate Matthew Macy contact info
2017-12-19 markjAvoid using bioq_* in gmirror.
2017-12-19 alcDocument the semantics of atomic_thread_fence operations.
2017-12-19 nwhitehornThe highest-order bit of the bootloader cookie is 1...
2017-12-19 nwhitehornMake __startkernel line up with KERNBASE, so that the...
2017-12-19 kibmlx5en: Avoid SFENCe on x86
2017-12-19 kibPerform all accesses to uma_reclaim_needed using atomic...
2017-12-19 kibUse atomic_load(9) to read ppsinfo sequence numbers.
2017-12-19 kibAdd atomic_load(9) and atomic_store(9) operations.
2017-12-19 impWhen doing a dump, the scheduler is normally not runnin...
2017-12-19 impNo need to use relative paths like this here.
2017-12-19 impHoist btx include stuff to i386/Makefile.inc
2017-12-19 impInteract is always called with NULL. Simplify code...
2017-12-19 impSimplify things a little. The RETURN macro isn't requir...
2017-12-19 eadlerarc lint: ignore /tests/ in chmod
2017-12-19 eadlerarclint: revert in prep for recommitting
2017-12-19 emastelld: Don't write preemptible symbol values to the ...
2017-12-19 cemImplement ACPI CPU support when Processor object is...
2017-12-19 impSupport more images (but still no geli)
2017-12-18 jhbCatch up to r325719 which makes the kern.proc.pid sysct...
2017-12-18 impAlthough we only have one quirk at the moment, guard...
2017-12-18 impWhen we're disabling the nvme device, some drives have...
2017-12-18 markjAvoid CPU migration in dtrace_gethrtime() on x86.
2017-12-18 bdeAlso forgotten in the previous that removed the permane...
2017-12-18 bdeRemove the permanent double mapping of low physical...
2017-12-18 bdeFix the undersupported option KERNLOAD, part 2: fix...
2017-12-18 baptnewsyslog: Fix issues after r326616
2017-12-18 bdeFix the undersupported option KERNLOAD, part 1: fix...
2017-12-18 implibficl is only ever used in a loader (never a boot...
2017-12-18 impMove loader help file definitions to being 100% inside...
2017-12-18 ianDo not attempt to refill the TX fifo if there is no...
2017-12-18 ianFix debugging output, fallout from something like s...
2017-12-17 markjUnregister the ARC lowmem event handler earlier in...
2017-12-16 impMove loader-only defines to loader.mk from defs.mk
2017-12-16 impSync with NetBSD's /usr/share/dict/words, with the...
2017-12-16 markjFix a logic bug in makefs lazy inode initialization.
2017-12-16 edMake truss(8) work for i686-unknown-cloudabi binaries...
2017-12-16 edlibsysdecode: Add a new ABI type, SYSDECODE_ABI_CLOUDABI32.
2017-12-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-12-16 emasterevert r322589: force use of ld.bfd for linking i386...
2017-12-16 aeFix possible memory leak.
2017-12-16 emastelld: Slightly simplify code and add comment.
2017-12-16 schweikhRemove white space at EOL.
2017-12-16 schweikhCorrect a typo; remove white space at EOL.
2017-12-16 landonfbhnd(4): Fix the pa0itssit/pa1itssit NVRAM variable...
2017-12-16 landonfbhndb(4): Enable addrext support on DMA64 devices,...
2017-12-15 impNote GELI-enabled zfsboot issues have been solved....
2017-12-15 impRemove the 'mini libstand in libstand' that util.[ch...
2017-12-15 impPanic in sbrk if setheap hasn't been called yet. This...
2017-12-15 impUse -h -D in preference to -D so that the serial port...
2017-12-15 impBe a little verbose and list the loader files we're...
2017-12-15 impFor now, make the gpart commands verbose so we know...
2017-12-15 markjGive a couple of predication functions a bool return...
2017-12-15 markjTypo.
2017-12-15 dimPull in r320755 from upstream clang trunk (by me):
2017-12-15 emastelld: Simplify a boolean expression by De Morgan's laws.
2017-12-15 markjMark uctf/err.user64mode.ksh as EXFAIL for now.
2017-12-15 markjSkip gnop tests if the corresponding kernel module...
2017-12-15 aeFollow the RFC6980 and silently ignore following IPv6...
2017-12-15 impAdd missing of=/dev/${dev}s${s} when installing zfsboot.
next