]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2016-05-25 hselaskyImplement Linux module parameters as read-only tunable...
2016-05-25 hselaskyPrepare for activation of LinuxKPI module parameters...
2016-05-25 brAdd relocation support for RISC-V.
2016-05-25 skraAdd more info about the issue fixed in r298460. Rephras...
2016-05-25 hselaskyAdd checks for SCHEDULER_STOPPED() so that code using...
2016-05-25 n_hibmaChange net.link.log_promisc_mode_change to a read-only...
2016-05-25 edMake code compile when basename() is POSIX compliant.
2016-05-25 hselaskyCheck for signals when locking the USB enumeration...
2016-05-25 truckmanCall closedir() before returning from fetchListFile...
2016-05-25 truckmanDon't leak addrinfo in fetch_bind()
2016-05-25 truckmanFix Coverity CID 978183 Resource leak in rexec().
2016-05-25 truckmanFix Coverity CID 1016714 Resource leak in process_file_...
2016-05-25 truckmanFix 1016718 Resource leak.
2016-05-25 sgalabovBuild etherswitch support for appropriate Ralink/Mediat...
2016-05-25 sgalabovBring ralink/mediatek DTS files in sync with LEDE
2016-05-25 sgalabovAlign radiotap structures in ral(4)
2016-05-25 sephehyperv: Preserve required bits when disable Hypercall
2016-05-25 sephehyperv/vmbus: Rework SynIC setup and teardown
2016-05-25 sephehyperv/vmbus: Nuke unnecessary MSR read
2016-05-25 sephehyperv/vmbus: Pass vmbus softc to vmbus_synic_setup
2016-05-25 sephehyperv/vmbus: Minor style and white space cleanup
2016-05-25 sephehyperv/vmbus: Move two global flags into vmbus softc
2016-05-25 truckmanFix Coverity CID 1019054 (String not null terminated...
2016-05-25 truckmanFix CID 1011370 (Resource leak) in ps.
2016-05-25 sephehyperv/vmbus: Move vcpuid into vmbus softc per-cpu...
2016-05-25 sephehyperv/vmbus: Move event/message taskqueue/task to...
2016-05-25 sephehyperv/vmbus: Allocate/setup IDT vector after all ISR...
2016-05-25 sephehyperv/vmbus: Check hyperv_dmamem_alloc return value
2016-05-25 truckmanClose from_fd if malloc() fails to avoid a file descrip...
2016-05-25 truckmanMatch the descriptions of the \H and \h prompt string...
2016-05-25 kenFix a few ada(4) driver issues:
2016-05-25 truckmanFix Coverity CIDs 1340544 Resource leak and 1340543...
2016-05-25 cyUse the expiry date to determine whether to replace...
2016-05-25 jhibbitsSet the TLB caching properties for portals at attach...
2016-05-25 truckmanDelay calling yp_malloc_dnsent() until after some addit...
2016-05-25 truckmanCall free(cur) if strdup(dirp->d_name) fails to avoid...
2016-05-25 cemefi loader: Match format string to EFI_ERROR_CODE()
2016-05-24 truckmanFix acpidb CIDs 1011279 (Buffer not null terminated...
2016-05-24 truckmanFix acpidump CID 1011278 (Buffer not null terminated...
2016-05-24 bdreweryRegenerate
2016-05-24 bdreweryWITH_META_MODE: Correct description of missing .meta...
2016-05-24 adrian[bhnd] Normalize bhnd(4) device matching API
2016-05-24 kibSilence false LOR report due to the taskqueue mutex...
2016-05-24 jhbReturn the correct status when a partially completed...
2016-05-24 ngieRemove unnecessary memset(.., 0, ..)'s
2016-05-24 ngieFix up r300385
2016-05-24 kibIn vm_page_cache(), only drop the vnode after radix...
2016-05-24 ngieRemove redundant NULLing of outbuf_pmap
2016-05-24 ngieUse reallocf instead of malloc to fix leak with outbuf_pmap
2016-05-24 bzTry to unbreak the build after r300611 by including...
2016-05-24 brAdd initial DTrace support for RISC-V.
2016-05-24 brSet dependencies for genassym.c.
2016-05-24 adrian[bhnd] fix compilation due to incompatible types
2016-05-24 traszAdd kern.icl.iser_offloads sysctl.
2016-05-24 brStore the original value of stack pointer to the except...
2016-05-24 skreuzerBump copyright year
2016-05-24 sbrunoReject ioctl commands for FLSHGCHR and FLSHPCHR if...
2016-05-24 andrewMark all memory before the kernel as toxic to DTrace.
2016-05-24 mavRe-enable write combining, disabled by default at r295486.
2016-05-24 arybchiksfxge(4): enable Medford support
2016-05-24 arybchiksfxge(4): bump driver version to the closest out-of...
2016-05-24 arybchiksfxge(4): cleanup: update copyright to 2016
2016-05-24 arybchiksfxge(4): provide option to disable not a local MAC...
2016-05-24 arybchiksfxge(4): be ready to receive events immediately after...
2016-05-24 andrewLimit calling pmc_hook to when the interrupt comes...
2016-05-24 tuexenAllow an MTU of 65535 bytes to be set via TUN[SG]IFINFO...
2016-05-24 desThe NAS-Identifier attribute is a string, not an integer.
2016-05-24 kibIn vm_page_alloc_contig(), on vm_page_insert() failure...
2016-05-24 kibRemove Giant around allocation of the swap pager with...
2016-05-24 kevloAdd __iowrite32_copy() to the Linux kernel compatibilit...
2016-05-24 traszRename kern.icl.drivers to kern.icl.offloads, for consi...
2016-05-24 traszAdd mechanism for choosing iSER-capable ICL modules.
2016-05-24 hselaskyUse the DROP_GIANT() and PICKUP_GIANT() macros instead...
2016-05-24 hselaskySet "current" for all PCI enumeration callbacks.
2016-05-24 sephehyperv/vmbus: Free message taskqueue during interrupt...
2016-05-24 hselaskyUse make_dev_s() instead of make_dev() to avoid race...
2016-05-24 sephehyperv/vmbus: Factor out functions for vmbus interrupt...
2016-05-24 sephehyperv/vmbus: Git rid of sc version of pcpu data extrac...
2016-05-24 sephehyperv/vmbus: Use busdma(9) for messages and event...
2016-05-24 sephehyperv/vmbus: Move SynIC setup/teardown from hyperv...
2016-05-24 sephehyperv/vmbus: Rename local variable and break long...
2016-05-24 dchaginDon't leak fp in case where fo_ioctl() returns an error.
2016-05-24 sephehyperv/busdma: Take BUS_DMA_ZERO into account
2016-05-24 sephehyperv/vmbus: Pass vmbus_softc and curcpu to hv_vmbus_isr()
2016-05-24 sephehyperv/vmbus: Move vmbus interrupt counter into vmbus...
2016-05-24 truckmanFix CID 1006692 in /usr/sbin/pw pw_log() function and...
2016-05-24 adrian[bwn] begin separating out the attach path from the...
2016-05-24 adrian[bwn] add BCM43225 to the BHND device list.
2016-05-24 peterIt seems <sys/types.h> is a new prerequisite for <bitst...
2016-05-24 jhbDon't prematurely return short completions on blocking...
2016-05-24 sbrunoUpdate some of the TBD entries in ciss(4) to match...
2016-05-24 loosMove the OFW iicbus code to dev/iicbus to stop pollutin...
2016-05-24 adrian[bwn] add extra debugging for non-SIBA devices.
2016-05-24 adrian[bhnd] Implement pass-through resource management for...
2016-05-24 truckmanFix multiple Coverity Out-of-bounds access false postiv...
2016-05-24 allanjudeOnly set kern.geom.part.mbr.enforce_chs=0 once, instead...
2016-05-24 allanjudeAdd support for RAID 1+0 (striped mirrors) to bsdinstal...
2016-05-24 asomersFix build of kern/subr_unit.c, broken by r300539
2016-05-23 jkimDocument POPCNT erratum for 6th Generation Intel Core...
2016-05-23 baptUpdate pci_vendors to 2016.05.23
next