]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix file missed in r326607.
[FreeBSD/FreeBSD.git] / sys /
2017-12-06 Gleb SmirnoffFix file missed in r326607.
2017-12-06 Gleb SmirnoffReduce pollution via tmpfs.h.
2017-12-06 Warner LoshRemove unused 4th argument to match the standard error...
2017-12-06 Warner LoshAdd NVME as a known device type for devstat processing.
2017-12-05 Warner LoshRemove stray cam_periph_async call. It's called twice...
2017-12-05 Ed MasteImplement "vidcontrol -h <history_size>" for vt(4)
2017-12-05 Kyle Evansdtb/allwinner: Restore a83t/BananaPi-M3 DTS after r342822
2017-12-05 Ed Mastevnic: apply hardware L3 checksum only for IPv4
2017-12-05 Kyle Evansa10_gpio: Don't do read/set dance if pin is already...
2017-12-05 Warner LoshWhen building standalone, include stand.h rather than...
2017-12-05 Emmanuel VadotAllwinner H5: Enhance support
2017-12-05 Stephen Hurdiflib: Support to padding Ethernet frames to a min...
2017-12-05 Stephen HurdAvoid calling CURVNET_[SET|RESTORE] for each packet
2017-12-05 Ed Masteuse @@@ instead of @@ in __sym_default
2017-12-05 Conrad Meyerioat(4): Add Skylake Xeon PCI-ID
2017-12-05 Eric Joynerifconfig(8): Display extended compliance code string...
2017-12-05 Bryan DreweryFix cyclic dependency after r326552.
2017-12-05 Andriy Gaponddb: fix validation of cpu id in 'set db_cpu=x'
2017-12-05 Bryan DreweryDEPENDSRCS not used here.
2017-12-05 Bryan DreweryRename DEPENDFILES_OBJS to DEPENDFILES.
2017-12-04 Rick MacklemAvoid the overhead of acquiring a lock in nfsrv_checkge...
2017-12-04 Emmanuel VadotAllwinner: Add H5 compatible to aw_ccu
2017-12-04 Andriy Gaponamd-vi: set iommu msi configuration using pci_enable_ms...
2017-12-04 Andriy Gaponvmm/amd: add ivhd device with a higher order
2017-12-04 Andriy Gaponamd-vi: clear event interrupt and overflow bits upon...
2017-12-04 Emmanuel Vadotdts: arm: Remove imx6 related dts
2017-12-04 Andrew TurnerUse the module pointer to find the address we need...
2017-12-04 Andrew TurnerPrint the correct value when freelist is out of range.
2017-12-04 Michael Zhilin[mips] [vm] restore translation of freelist to flind...
2017-12-04 Allan JudeUse __has_builtin() to ensure clz and clzll builtins...
2017-12-03 George V. Neville... Add support for RealTek 8812 over USB
2017-12-03 Ed SchoutenMake COMPAT_FREEBSD32 part of GENERIC on arm64.
2017-12-03 Dimitry AndricUpgrade our copies of clang, llvm, lldb and libc++...
2017-12-03 Warner LoshMark two things as unused (since they are only sometime...
2017-12-03 Warner LoshAllow this file to be used in libsa without warning...
2017-12-02 Bryan VenteicherAdd if media and link status events to vxlan
2017-12-02 Pedro F. GiffuniSPDX: Complete license IDs for ext2fs.
2017-12-02 Landon J. FullerIntroduce bwn(4) support for the bhnd(4) bus.
2017-12-02 Justin HibbitsOverride memattr for mmap on the Freescale DIU driver
2017-12-02 Landon J. Fullerbhnd_pmu(4): Do not leak our chipc provider reference...
2017-12-02 Landon J. Fullerbhndb(4): Fix leak of child devices and MSI vectors.
2017-12-02 Landon J. Fullerbhnd_chipc(4): Break cyclic references to the ChipCommo...
2017-12-02 Landon J. Fullerbhndb(4): Fix incorrect assertion in bhndb_deregister_i...
2017-12-02 Warner LoshFix all warnings related to geli and ZFS support on...
2017-12-02 Warner LoshWe don't need both _STAND and _STANDALONE. There's...
2017-12-01 Mark JohnstonPlug a name cache lock leak.
2017-12-01 Kyle Evansa10_gpio: Add support for more modern pin configuration
2017-12-01 Stephen HurdAdd support for SIOCGIFXMEDIA to iflib
2017-12-01 Konstantin BelousovDestroy seltd st_mtx and st_wait in seltdfini().
2017-12-01 Konstantin BelousovAdd comment for vm_map_find_min().
2017-12-01 Andrey V. ElsukovDo better cleaning in key_destroy() for VIMAGE case.
2017-11-30 Mark JohnstonUpdate gmirror metadata less frequently when synchronizing.
2017-11-30 Pedro F. GiffuniSPDX: use the Beerware identifier.
2017-11-30 Jung-uk KimProperly skip the first CPU. It only accidentally...
2017-11-30 Ed SchoutenPort cloudabi32.ko to FreeBSD/arm64.
2017-11-30 Pedro F. GiffuniSPDX: oops .. not from CMU.
2017-11-30 Pedro F. GiffuniSPDX: Consider code from Carnegie-Mellon University.
2017-11-30 Pedro F. GiffuniSPDX: wrong license.
2017-11-30 Alan SomersFix assertion when ZFS fails to open certain devices
2017-11-30 Alan SomersRevert r326399
2017-11-30 Alan SomersFix assertion when ZFS fails to open certain devices
2017-11-30 Pedro F. GiffuniSPDX: Fix some cases wrongly attributed to MIT.
2017-11-30 Emmanuel Vadotr326394 is calling malloc with M_WAITOK under a lock...
2017-11-30 Emmanuel Vadotdevfs: Avoid a malloc/free if we just need to increment...
2017-11-30 Edward Tomasz Napi... Make the ddb(4) "set" command list variables when calle...
2017-11-30 Hans Petter SelaskyProperly define the VLAN_XXX() function macros to avoid...
2017-11-30 Eitan AdlerFix typo
2017-11-30 Jung-uk KimAdd a tunable "debug.hwpstate_verify" to check P-state...
2017-11-29 Jung-uk KimFix style(9).
2017-11-29 Scott LongIt's time to retire AHC_REG_PRETTY_PRINT and AHD_REG_PR...
2017-11-29 Hans Petter SelaskyThe sched_add() function is not only used when the...
2017-11-29 Mark JohnstonVerify the object/vnode association after vget() in...
2017-11-29 Stephen HurdFix comment introduced in r326369
2017-11-29 Stephen HurdEnsure that ctx->ifc_cpus is always initialized
2017-11-29 Mark JohnstonRemove some comments that became incorrect with r325530.
2017-11-29 Alexey DokuchaevFix several noticed style issues.
2017-11-29 Konstantin BelousovImplement hardware mlx5(4) rx timestamps.
2017-11-29 Hans Petter SelaskyDisallow TUN and TAP character device IOCTLs to modify...
2017-11-29 Justin HibbitsOnly check the page tables if within the KVA.
2017-11-29 Warner LoshImport lua 5.3.4 to contrib
2017-11-28 Jeff RobersonEliminate kmem_arena and kmem_object in preparation...
2017-11-28 Jeff RobersonMove domain iterators into the page layer where domain...
2017-11-28 Brooks DavisDisable vim syntax highlighting.
2017-11-28 Alan CoxWhen the swap pager allocates space on disk, it request...
2017-11-28 Andrew TurnerFix the direction we move the instruction to retuirn...
2017-11-28 Edward Tomasz Napi... Make kdb_reenter() silent when explicitly called from...
2017-11-28 Andrew TurnerWhen we exit the kernel debugger having entered because...
2017-11-28 Konstantin BelousovFix index calculation for the page table pages for...
2017-11-28 Nathan WhitehornBack out OF module installation in the event of failure...
2017-11-28 Bryan VenteicherCorrectly report the vmxnet3 link down media status
2017-11-28 Nathan WhitehornRemove assertion that a CPU be present before returning...
2017-11-28 Brooks DavisUpdate vis(3) the latest from NetBSD.
2017-11-28 Landon J. Fullersiba(4): Add support for devices have neither PMU nor...
2017-11-28 Landon J. Fullerbhndb(4): Implement bridge support for the BCM4312...
2017-11-27 Landon J. Fullersiba(4): fix workaround for BCM4312 D11 core backplane...
2017-11-27 Landon J. Fullerbhnd(4): Print the core's hardware revision in bhnd...
2017-11-27 Landon J. Fullerbhnd(4): Fix bcma/siba core reset behavior
2017-11-27 Landon J. Fullerbhnd(4) update inline documentation comments and man...
2017-11-27 Mark JohnstonDon't use pcpu_find() to determine if a CPU ID is valid.
2017-11-27 Mark JohnstonAvoid unnecessary lookups when initializing the vm_page...
next