]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Don't leak resources on duplicate -m or -M arguments. Last one wins.
[FreeBSD/FreeBSD.git] / sys /
2017-12-28 pfgSPDX: fix wrong license ID tag in dev/cesa.
2017-12-28 pfgSPDX: fix wrong license ID tag in dev/spibus.
2017-12-28 pfgSPDX: fix wrong license ID tag in libkern.
2017-12-28 pfgarm/ixp425: Drop 3rd and 4th clauses from Ichiro FUKUHA...
2017-12-27 pfgSPDX: fix license ID tags for arm/xscale.
2017-12-27 npcxgbe/iw_cxgbe: Fix iWARP over VLANs (catch up with...
2017-12-27 pfgsparc64: Update idprom.h.
2017-12-27 manuarm: hdmi_if.m is already in files.arm
2017-12-27 manuarm: Add kern/kern_clocksource.c to files.arm
2017-12-27 shurdDon't pass rids to taskqgroup_attach()
2017-12-27 shurdRemove assertion that's not true for !EARLY_AP_STARTUP
2017-12-27 pfgSPDX: Complete License ID tags for UFS.
2017-12-27 shurdFix indentation.
2017-12-27 kevansif_awg: Respect rgmii-*id PHY configurations
2017-12-27 manuctl: Correct comment in ctl_worker_thread
2017-12-27 eadlerkernel: Fix several typos and minor errors
2017-12-26 mizhka[mips] fix compilation of TP-WN1043ND kernel configuration
2017-12-26 ianAdd a new ARM kernel option, LOCORE_MAP_MB, to control...
2017-12-26 alcRefactor vm_map_find(), creating a separate function...
2017-12-26 kevansextres/syscon: Commit missing bits from r327106
2017-12-26 tuexenWhite cleanups.
2017-12-26 markjEnsure that pass > 0 when starting a scan with vm_pages...
2017-12-26 tuexenClearify CID 1008197.
2017-12-26 tuexenClearify issue reported in CID 1008198.
2017-12-26 manuarm64: a10_gpio.c and a10_mmc.c were renamed aw_gpio...
2017-12-26 tuexenFix CID 1008428.
2017-12-26 tuexenFix CID 1008936.
2017-12-26 tuexenAllow the first (and second) argument of sn_calloc...
2017-12-26 manuarm: a10_gpio.c was renamed aw_gpio.c
2017-12-26 tuexenWhen adding support for sending SCTP packets containing...
2017-12-26 manuAllwinner: gpio: Rename driver to aw_gpio and add man...
2017-12-26 manuAllwinner: mmc: Rename driver to aw_mmc and add a man...
2017-12-25 manuChange the remaining files using my personnal email...
2017-12-25 phkIntroduce an architecture-agnostic <sys/_stdarg.h>...
2017-12-25 alcMake the vm object bypass and collapse counters per...
2017-12-25 manuallwinner: aw_usbphy is also needed for ohci
2017-12-25 manuAllwinner: Remove unused aw_console driver.
2017-12-25 kanDo pass removing some write-only variables from the...
2017-12-24 markjFix two problems with the page daemon control loop.
2017-12-24 dimRemove obsolete register keyword from opensolaris's...
2017-12-24 impFurther investigation shows this shouldn't have been...
2017-12-24 impComment this out until I have time to get to the bottom...
2017-12-23 impWarn when nonPNP ISA devices are attached in GENERIC...
2017-12-23 kibAdd missed AVX512VL (128 and 256 bit vector length...
2017-12-23 kanReverse the check to allocate the buffer if cached...
2017-12-23 kanRemove dead store to local variable.
2017-12-23 kanSilence clang analyzer false positive.
2017-12-23 kanDo not pass NULL pointer to copyout in if_clone_list.
2017-12-23 kanRemove dead initialization of the inode pointer.
2017-12-23 kanRemove some trailing whitespace.
2017-12-23 kanDo not double free the memory in if_clone.
2017-12-23 kevansMove syscon into extres framework
2017-12-23 kevanssyscon: Introduce kobj and split out fdt bits
2017-12-23 impFix cut-and-paste error s/pccard/isa/
2017-12-23 impCreate a new ISA_PNP_INFO macro. Use this macro every...
2017-12-23 impExpand cryptic comment with inforation I've learned...
2017-12-23 impThese drivers have a sentinel at the end of the device...
2017-12-23 impThe device tables end with a sentinel in iflib. Don...
2017-12-22 kibRemove mips MD atomic_load_64 and atomic_store_64.
2017-12-22 impFix typos from last commit, these should have been #.
2017-12-22 mavAdd AHCI/XHCI device IDs found on AMD Ryzen+B350 system.
2017-12-22 npcxgbe(4): Do not forward interrupts to queues with...
2017-12-22 impUse '#' rather than some made up name for fields we...
2017-12-22 pfgSPDX: Reverse License ID tags from the lmc driver.
2017-12-22 impNeed to NULL terminate this list. It worked before...
2017-12-22 impPC Card PNP tables are terminated by a NULL sentinel...
2017-12-21 kibFix mips build after introduction of MD definitions...
2017-12-21 kibFix build for LP64 arches with gcc.
2017-12-21 kibFix build for kernels with SCHED_4BSD.
2017-12-21 tychonRecognize a pending virtual interrupt while emulating...
2017-12-21 npcxgbe(4): Read the MFG diags version from the VPD...
2017-12-21 bdeUse resume_cpus() instead of restart_cpus() to resume...
2017-12-21 mariusRemove MD atomic_load_{32,64,int,long,ptr}(9) obsolete...
2017-12-21 shurdDon't call tcp_lro_rx() unless hardware verified TCP...
2017-12-21 erjixgbe(4): Fix build error on i386.
2017-12-20 ianIf a temporary mapping is made to support EARLY_PRINTF...
2017-12-20 ianAllow pmap_kremove() to remove 1MB section mappings...
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 impSimplify the code a bit.
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 jhibbitsIncrease default MAXDSIZ to 32G on powerpc64
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().
next