]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Change the remaining files using my personnal email address to my freebsd one
[FreeBSD/FreeBSD.git] / sys /
2017-12-25 Emmanuel VadotChange the remaining files using my personnal email...
2017-12-25 Poul-Henning KampIntroduce an architecture-agnostic <sys/_stdarg.h>...
2017-12-25 Alan CoxMake the vm object bypass and collapse counters per...
2017-12-25 Emmanuel Vadotallwinner: aw_usbphy is also needed for ohci
2017-12-25 Emmanuel VadotAllwinner: Remove unused aw_console driver.
2017-12-25 Alexander KabaevDo pass removing some write-only variables from the...
2017-12-24 Mark JohnstonFix two problems with the page daemon control loop.
2017-12-24 Dimitry AndricRemove obsolete register keyword from opensolaris's...
2017-12-24 Warner LoshFurther investigation shows this shouldn't have been...
2017-12-24 Warner LoshComment this out until I have time to get to the bottom...
2017-12-23 Warner LoshWarn when nonPNP ISA devices are attached in GENERIC...
2017-12-23 Konstantin BelousovAdd missed AVX512VL (128 and 256 bit vector length...
2017-12-23 Alexander KabaevReverse the check to allocate the buffer if cached...
2017-12-23 Alexander KabaevRemove dead store to local variable.
2017-12-23 Alexander KabaevSilence clang analyzer false positive.
2017-12-23 Alexander KabaevDo not pass NULL pointer to copyout in if_clone_list.
2017-12-23 Alexander KabaevRemove dead initialization of the inode pointer.
2017-12-23 Alexander KabaevRemove some trailing whitespace.
2017-12-23 Alexander KabaevDo not double free the memory in if_clone.
2017-12-23 Kyle EvansMove syscon into extres framework
2017-12-23 Kyle Evanssyscon: Introduce kobj and split out fdt bits
2017-12-23 Warner LoshFix cut-and-paste error s/pccard/isa/
2017-12-23 Warner LoshCreate a new ISA_PNP_INFO macro. Use this macro every...
2017-12-23 Warner LoshExpand cryptic comment with inforation I've learned...
2017-12-23 Warner LoshThese drivers have a sentinel at the end of the device...
2017-12-23 Warner LoshThe device tables end with a sentinel in iflib. Don...
2017-12-22 Konstantin BelousovRemove mips MD atomic_load_64 and atomic_store_64.
2017-12-22 Warner LoshFix typos from last commit, these should have been #.
2017-12-22 Alexander MotinAdd AHCI/XHCI device IDs found on AMD Ryzen+B350 system.
2017-12-22 Navdeep Parharcxgbe(4): Do not forward interrupts to queues with...
2017-12-22 Warner LoshUse '#' rather than some made up name for fields we...
2017-12-22 Pedro F. GiffuniSPDX: Reverse License ID tags from the lmc driver.
2017-12-22 Warner LoshNeed to NULL terminate this list. It worked before...
2017-12-22 Warner LoshPC Card PNP tables are terminated by a NULL sentinel...
2017-12-21 Konstantin BelousovFix mips build after introduction of MD definitions...
2017-12-21 Konstantin BelousovFix build for LP64 arches with gcc.
2017-12-21 Konstantin BelousovFix build for kernels with SCHED_4BSD.
2017-12-21 Tycho NightingaleRecognize a pending virtual interrupt while emulating...
2017-12-21 Navdeep Parharcxgbe(4): Read the MFG diags version from the VPD...
2017-12-21 Bruce EvansUse resume_cpus() instead of restart_cpus() to resume...
2017-12-21 Marius StroblRemove MD atomic_load_{32,64,int,long,ptr}(9) obsolete...
2017-12-21 Stephen HurdDon't call tcp_lro_rx() unless hardware verified TCP...
2017-12-21 Eric Joynerixgbe(4): Fix build error on i386.
2017-12-20 Ian LeporeIf a temporary mapping is made to support EARLY_PRINTF...
2017-12-20 Ian LeporeAllow pmap_kremove() to remove 1MB section mappings...
2017-12-20 Ian LeporeRestore the ability to use EARLY_PRINTF support during...
2017-12-20 Ian LeporeRemove arm-specific implementations of atomic_load...
2017-12-20 Pedro F. GiffuniRevert r327005 - SPDX tags for license similar to BSD...
2017-12-20 Warner LoshSimplify the code a bit.
2017-12-20 Warner LoshAdd device location wiring to the pci bus.
2017-12-20 Warner LoshReturn domain, bus, slot, and function for the transpor...
2017-12-20 Ian LeporeAdd a new kernel config option, MD_ROOT_READONLY, which...
2017-12-20 Eric Joynerixgbe(4): Convert driver to use iflib
2017-12-20 Justin HibbitsIncrease default MAXDSIZ to 32G on powerpc64
2017-12-20 Li-Wen HsuAdd missing `;`
2017-12-20 Stephen HurdSupport attaching tx queues to cpus
2017-12-19 John BaldwinDon't return early for non-failure for one of the EMLIN...
2017-12-19 John BaldwinReplace one more LINK_MAX with NFS_LINK_MAX missed...
2017-12-19 John BaldwinUpdate link count handling in fuse for post-ino64.
2017-12-19 Pedro F. GiffuniSPDX: These are fundamentally BSD-2-Clause.
2017-12-19 John BaldwinRework pathconf handling for FIFOs.
2017-12-19 Stephen HurdAdd log messages for unknown and unhandled phy types
2017-12-19 Stephen HurdOn Link up & down, update media types
2017-12-19 Stephen HurdSupport short HWRM commands
2017-12-19 Stephen HurdDon't populate NVRAM sysctls for VFs
2017-12-19 John BaldwinUpdate tmpfs link count handling for ino64.
2017-12-19 John BaldwinHonor NANDFS_LINK_MAX for post-ino64.
2017-12-19 John BaldwinReport INT_MAX for LINK_MAX for devfs' VOP_PATHCONF().
2017-12-19 John BaldwinUse FUSE_LINK_MAX for LINK_MAX in fuse' VOP_PATHCONF().
2017-12-19 John BaldwinHandle _PC_FILESIZEBITS and _PC_SYMLINK_MAX for devfs...
2017-12-19 John BaldwinMove NAME_MAX, LINK_MAX, and CHOWN_RESTRICTED out of...
2017-12-19 Ed Masteembed_mfs: support embedding mfs into loader
2017-12-19 John BaldwinUpdate NFS to handle larger link counts post ino64.
2017-12-19 John BaldwinHandle _PC_FILESIZEBITS and _PC_NO_TRUNC for smbfs...
2017-12-19 John BaldwinSupport _PC_FILESIZEBITS in msdosfs' VOP_PATHCONF().
2017-12-19 John BaldwinAdd a custom VOP_PATHCONF method for fuse.
2017-12-19 John BaldwinAdjust ZFS' link count handling for ino64.
2017-12-19 John BaldwinAdd a custom VOP_PATHCONF method for fdescfs.
2017-12-19 Stephen HurdAdd byte swapping in bnxt_cfg_async_cr() request
2017-12-19 Stephen HurdUpdate Matthew Macy contact info
2017-12-19 Mark JohnstonAvoid using bioq_* in gmirror.
2017-12-19 Nathan WhitehornThe highest-order bit of the bootloader cookie is 1...
2017-12-19 Nathan WhitehornMake __startkernel line up with KERNBASE, so that the...
2017-12-19 Konstantin Belousovmlx5en: Avoid SFENCe on x86
2017-12-19 Konstantin BelousovPerform all accesses to uma_reclaim_needed using atomic...
2017-12-19 Konstantin BelousovUse atomic_load(9) to read ppsinfo sequence numbers.
2017-12-19 Konstantin BelousovAdd atomic_load(9) and atomic_store(9) operations.
2017-12-19 Warner LoshWhen doing a dump, the scheduler is normally not runnin...
2017-12-19 Conrad MeyerImplement ACPI CPU support when Processor object is...
2017-12-18 Warner LoshAlthough we only have one quirk at the moment, guard...
2017-12-18 Warner LoshWhen we're disabling the nvme device, some drives have...
2017-12-18 Mark JohnstonAvoid CPU migration in dtrace_gethrtime() on x86.
2017-12-18 Bruce EvansAlso forgotten in the previous that removed the permane...
2017-12-18 Bruce EvansRemove the permanent double mapping of low physical...
2017-12-18 Bruce EvansFix the undersupported option KERNLOAD, part 2: fix...
2017-12-18 Bruce EvansFix the undersupported option KERNLOAD, part 1: fix...
2017-12-18 Ian LeporeDo not attempt to refill the TX fifo if there is no...
2017-12-18 Ian LeporeFix debugging output, fallout from something like s...
2017-12-17 Mark JohnstonUnregister the ARC lowmem event handler earlier in...
2017-12-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
next