]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix module build when device ata is not in kernel config.
[FreeBSD/FreeBSD.git] / sys /
2013-09-14 Konstantin BelousovFix module build when device ata is not in kernel config.
2013-09-13 Konstantin BelousovUse TAILQ instead of STAILQ for kqeueue filedescriptors...
2013-09-13 Peter GrehanImport Hyper-V paravirtualized drivers from projects...
2013-09-13 Mikolaj GolubUnregister inet/inet6 pfil hooks on vnet destroy.
2013-09-13 Konstantin BelousovWhen opening or closing fifo, ensure that the vnode...
2013-09-13 Konstantin BelousovReduce the scope of the proctree_lock. If several proce...
2013-09-13 Nathan WhitehornChange VM object lock assertion to match locking higher...
2013-09-12 Kenneth D. MerryFix an issue that caused Integrated RAID volumes on...
2013-09-12 John BaldwinFix an off-by-one error when populating mincore(2)...
2013-09-12 John BaldwinFix a typo.
2013-09-12 John BaldwinRegen.
2013-09-12 John BaldwinFix the type of the idtype argument to wait6() in sysca...
2013-09-12 John BaldwinFix the type of the idtype argument to wait6() in sysca...
2013-09-12 Glen BarberUpdate head/ to -ALPHA1 status, as part of the 10.0...
2013-09-12 Hans Petter SelaskyDon't issue USB resume signalling in USB device mode...
2013-09-11 Gleb SmirnoffProvide pr_ctloutput method for AF_LOCAL/SOCK_SEQPACKET...
2013-09-11 Konstantin BelousovFix build with gcc.
2013-09-11 Alan CoxPrior to r254304, we only began scanning the active...
2013-09-11 Hans Petter SelaskyClear correct data structure.
2013-09-11 Gleb Smirnoff Clean up SIOCSIFDSTADDR usage from ifnet drivers...
2013-09-11 Neel NatuFix a limitation in bhyve that would limit the number...
2013-09-11 Konstantin BelousovImplement sendfile(2) for the posix shared memory segme...
2013-09-11 Peter GrehanIFC @ r255459
2013-09-10 David E. O'BrienBack out r255440. /usr/bin/gcc @r255185 (2013-09-03...
2013-09-10 Gleb SmirnoffMake a bump for r255426.
2013-09-10 Dag-Erling SmørgravFix the length calculation for the final block of a...
2013-09-10 David E. O'BrienOnly use a clang'ism if ${CC} is clang.
2013-09-10 Konstantin BelousovCall free() on the pointer returned from malloc().
2013-09-10 Peter GrehanGo way past 11 and bump bhyve's max vCPUs to 16.
2013-09-10 Xin LIMFV r247844 (illumos-gate 13975:ef6409bc370f)
2013-09-09 Michael TuexenFix the aborting of association with the iterator using...
2013-09-09 Peter GrehanRevert the kvp code - there's still some work that
2013-09-09 John BaldwinAdd a mmap flag (MAP_32BIT) on 64-bit platforms to...
2013-09-09 Nathan WhitehornMake the primary name of the OF console device /dev...
2013-09-09 Dag-Erling SmørgravThese three files appeared in 6.0p1, which was imported...
2013-09-09 Nathan WhitehornRevert r255420. This seems to break some Powermac syste...
2013-09-09 Nathan WhitehornAttach only on hardware that is actually supported...
2013-09-09 Nathan WhitehornRaise artificial limits on number of CPUs and number...
2013-09-09 Nathan WhitehornAdd POWER CPUs to the kernel's knowledge. This does...
2013-09-09 Nathan WhitehornAdd hook called when every new processor is brought...
2013-09-09 Nathan WhitehornUse a spin lock instead of a mutex to gate RTAS. This...
2013-09-09 Nathan WhitehornUse the canonical bits for wired, etc. in the PTE....
2013-09-09 Peter GrehanLatest update from Microsoft.
2013-09-09 Xin LIIn r243868, the error message buffer errmsg have been...
2013-09-09 Navdeep ParharRework the tx credit mechanism between the cxgbe/tom...
2013-09-09 Navdeep ParharFix a miscalculation that caused cxgbe/tom to auto...
2013-09-08 Alan CoxPrior to r254304, we only began scanning the active...
2013-09-08 Dag-Erling SmørgravImport Magerya Vitaly's ldns-host, and build it instead...
2013-09-08 Bryan VenteicherUse correct type for the vmx vlan filter table
2013-09-08 Mikolaj GolubRelese the interface in the last.
2013-09-08 Konstantin BelousovDrain for the xbusy state for two places which potentia...
2013-09-08 Dag-Erling SmørgravMFV (r255387): undo autoprop damage
2013-09-08 Mark MurrayFix verbose output line; needs <NL>
2013-09-07 Mark MurrayFix the build; Certain linkable symbols need to always...
2013-09-07 Nathan WhitehornFix error in r252115: space for the softc needs to...
2013-09-07 Dag-Erling SmørgravUpdate to OpenPAM Nummularia.
2013-09-07 Pawel Jakub DawidekSort properly.
2013-09-07 Pawel Jakub DawidekFix panic in cap_rights_is_valid() when invalid rights...
2013-09-07 Luiz Otavio O SouzaExport a function to allow BCM2835's peripheral devices...
2013-09-07 Dag-Erling SmørgravMFV (r255364): move the code around in preparation...
2013-09-07 Jayachandran C.Netlogic XLP network driver update
2013-09-07 Jayachandran C.Use a better version of memcpy/bcopy for mips kernel.
2013-09-07 Alexander MotinMicro-optimize cpu_search(), allowing compiler to use...
2013-09-07 Mark MurrayBring in some behind-the-scenes development, mainly...
2013-09-07 Andrew TurnerOn ARM EABI double precision floating point values...
2013-09-07 Davide ItalianoDon't clear the unused SI_CHEAPCLONE flag in tap_create...
2013-09-07 Davide Italiano- Use make_dev_credf(MAKEDEV_REF) instead of the race...
2013-09-07 Hans Petter SelaskyRevert parts of r245132 and r245175. We don't need...
2013-09-07 Gleb SmirnoffFix !INET6 build.
2013-09-07 Mark MurrayMFC
2013-09-07 Gleb SmirnoffFix of r255318: move sf_buf_alloc()/sf_buf_free() out...
2013-09-07 Navdeep ParharAdd a vtprintf. It is to tprintf what vprintf is to...
2013-09-07 Hans Petter SelaskyDisable USB 3.0 streams mode by default, hence not...
2013-09-07 Neel NatuAllocate VPIDs by using the unit number allocator to...
2013-09-07 Peter GrehanMask off the vector from the MSI-x data word.
2013-09-07 Pedro F. Giffuniext2fs: temporarily disable htree directory index.
2013-09-07 Michael TuexenWhen computing the partial delivery point, take the
2013-09-06 Luiz Otavio O SouzaRemove the hardcoded limit for the number of gpio_pins...
2013-09-06 Luiz Otavio O SouzaFix an off-by-one bug in ar71xx_gpio and bcm2835_gpio...
2013-09-06 Rick MacklemIntermittent crashes in the NLM (rpc.lockd) code during...
2013-09-06 Cy SchubertUpdate ipfilter 4.1.28 --> 5.1.2.
2013-09-06 Justin T. GibbsImplement PV IPIs for PVHVM guests and further converge...
2013-09-06 Davide ItalianoRetire netisr.netisr_direct and netisr.netisr_direct_fo...
2013-09-06 Bryan VenteicherAdd vmx device to the i386 and amd64 NOTES files
2013-09-06 David ChisnallOn platforms where clang is the default compiler, don...
2013-09-06 Xin LIReturn BUS_PROBE_DEFAULT instead of BUS_PROBE_SPECIFIC.
2013-09-06 Mark MurrayYarrow wants entropy estimations to be conservative...
2013-09-06 Gleb SmirnoffFix build with gcc. Move sf_buf_alloc()/sf_buf_free...
2013-09-06 Mark MurrayMFC
2013-09-06 Jamie GrittonKeep PRIV_KMEM_READ permitted inside jails as it is...
2013-09-06 Konstantin BelousovOnly lock pvh_global_lock read-only for pmap_page_wired...
2013-09-06 Konstantin BelousovIn pmap_ts_referenced(), when restarting the loop due...
2013-09-06 Alexander MotinMake SES driver adequately react on simple enclosure...
2013-09-06 Bryan VenteicherAdd camcontrol support for the SCSI sanitize command
2013-09-06 Pawel Jakub DawidekBump __FreeBSD_version to 1000053 after cap_rights_t...
2013-09-06 Alexander MotinFix kernel panic if cache->nelms is zero.
2013-09-06 Luiz Otavio O SouzaFix the leakage of dma tags on if_arge. The leak occur...
2013-09-06 Gleb SmirnoffFix build.
2013-09-06 Gleb SmirnoffOn those machines, where sf_bufs do not represent any...
2013-09-06 Peter GrehanEmulate reading of the IA32_MISC_ENABLE MSR, by returning
next