]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Make libldns and libssh private.
[FreeBSD/FreeBSD.git] / sys /
2013-09-07 markmFix the build; Certain linkable symbols need to always...
2013-09-07 nwhitehornFix error in r252115: space for the softc needs to...
2013-09-07 desUpdate to OpenPAM Nummularia.
2013-09-07 pjdSort properly.
2013-09-07 pjdFix panic in cap_rights_is_valid() when invalid rights...
2013-09-07 loosExport a function to allow BCM2835's peripheral devices...
2013-09-07 desMFV (r255364): move the code around in preparation...
2013-09-07 jchandraNetlogic XLP network driver update
2013-09-07 jchandraUse a better version of memcpy/bcopy for mips kernel.
2013-09-07 mavMicro-optimize cpu_search(), allowing compiler to use...
2013-09-07 markmBring in some behind-the-scenes development, mainly...
2013-09-07 andrewOn ARM EABI double precision floating point values...
2013-09-07 davideDon't clear the unused SI_CHEAPCLONE flag in tap_create...
2013-09-07 davide- Use make_dev_credf(MAKEDEV_REF) instead of the race...
2013-09-07 hselaskyRevert parts of r245132 and r245175. We don't need...
2013-09-07 glebiusFix !INET6 build.
2013-09-07 markmMFC
2013-09-07 glebiusFix of r255318: move sf_buf_alloc()/sf_buf_free() out...
2013-09-07 npAdd a vtprintf. It is to tprintf what vprintf is to...
2013-09-07 hselaskyDisable USB 3.0 streams mode by default, hence not...
2013-09-07 neelAllocate VPIDs by using the unit number allocator to...
2013-09-07 grehanMask off the vector from the MSI-x data word.
2013-09-07 pfgext2fs: temporarily disable htree directory index.
2013-09-07 tuexenWhen computing the partial delivery point, take the
2013-09-06 loosRemove the hardcoded limit for the number of gpio_pins...
2013-09-06 loosFix an off-by-one bug in ar71xx_gpio and bcm2835_gpio...
2013-09-06 rmacklemIntermittent crashes in the NLM (rpc.lockd) code during...
2013-09-06 cyUpdate ipfilter 4.1.28 --> 5.1.2.
2013-09-06 gibbsImplement PV IPIs for PVHVM guests and further converge...
2013-09-06 davideRetire netisr.netisr_direct and netisr.netisr_direct_fo...
2013-09-06 bryanvAdd vmx device to the i386 and amd64 NOTES files
2013-09-06 theravenOn platforms where clang is the default compiler, don...
2013-09-06 delphijReturn BUS_PROBE_DEFAULT instead of BUS_PROBE_SPECIFIC.
2013-09-06 markmYarrow wants entropy estimations to be conservative...
2013-09-06 glebiusFix build with gcc. Move sf_buf_alloc()/sf_buf_free...
2013-09-06 markmMFC
2013-09-06 jamieKeep PRIV_KMEM_READ permitted inside jails as it is...
2013-09-06 kibOnly lock pvh_global_lock read-only for pmap_page_wired...
2013-09-06 kibIn pmap_ts_referenced(), when restarting the loop due...
2013-09-06 mavMake SES driver adequately react on simple enclosure...
2013-09-06 bryanvAdd camcontrol support for the SCSI sanitize command
2013-09-06 pjdBump __FreeBSD_version to 1000053 after cap_rights_t...
2013-09-06 mavFix kernel panic if cache->nelms is zero.
2013-09-06 loosFix the leakage of dma tags on if_arge. The leak occur...
2013-09-06 glebiusFix build.
2013-09-06 glebiusOn those machines, where sf_bufs do not represent any...
2013-09-06 grehanEmulate reading of the IA32_MISC_ENABLE MSR, by returning
2013-09-06 grehanAllow CPUID leaf 0xD to be read as zeroes.
2013-09-06 rmacklemIt was reported via email that the cu_sent field used...
2013-09-05 nwhitehornAlso align the 32-bit PowerPC stacks.
2013-09-05 carlRemove contractions.
2013-09-05 carlOnly tear down interface and transport if they've been...
2013-09-05 carlWorkaround an issue with hardware by accessing remote...
2013-09-05 carlSimplify register access macros by removing one level...
2013-09-05 carlCleaning up spacing and making hex value case consistent.
2013-09-05 carlImplement workaround for IvyTown 4K BAR size issue.
2013-09-05 carlSimplifying bus alloc resource call since we only need...
2013-09-05 carlAdd support for per device features and workarounds.
2013-09-05 nwhitehornAlign stacks of kernel threads correctly at 16-byte...
2013-09-05 carlRestructure the PCI bar initialization code in anticipa...
2013-09-05 carlFix name change from ntb_transport to if_ntb. A few...
2013-09-05 carlThrow a bit to enable the link to come up on Xeon.
2013-09-05 carlAdd some logging to ntb link up.
2013-09-05 hirenFixing a small typo.
2013-09-05 sbrunoMinor printf nit to keep out clean
2013-09-05 sjgMerge bmake-20130904
2013-09-05 jhbUse LIST_FOREACH_SAFE() instead of doing it by hand.
2013-09-05 jhbUse an unsigned long when indexing into mfchashtbl...
2013-09-05 glebiusFix build.
2013-09-05 glebiusFix build.
2013-09-05 kibThe vm_pageout_flush() functions sbusies pages in the...
2013-09-05 kibThe vm_page_trysbusy() should not fail when shared...
2013-09-05 pjdThe fget() function now takes pointer to cap_rights_t...
2013-09-05 pjdHandle cases where capability rights are not provided.
2013-09-05 glebiusFix !CAPABILITIES build.
2013-09-05 brAdd support for DLINK DWA-127 Wireless Adapter
2013-09-05 aeRemove stub implementation.
2013-09-05 pjdCorrect the logic broken in my last commit.
2013-09-05 aeRemove unused code and sort variables declarations.
2013-09-05 sbrunoRestore builds on architectures that don't support...
2013-09-05 sbrunoThis looks like a typo that breaks the build. Yell...
2013-09-05 jhibbitsFix the build.
2013-09-05 pjdAdd sysctl/tunables for various metaslab variables.
2013-09-05 pjdStyle fixes.
2013-09-05 pjdStyle fixes. Most fixes are about not treating integers...
2013-09-05 pjdRegenerate after r255219.
2013-09-05 pjdChange the cap_rights_t type from uint64_t to a structu...
2013-09-04 gibbsCorrect blkback handling of the BLKIF_OP_FLUSH_DISKCACH...
2013-09-04 kibTidy up some loose ends in the PCID code:
2013-09-04 rmacklemCrashes have been observed for NFSv4.1 mounts when...
2013-09-04 gonzoAdd 32-bit support for Gxemul's oldtestmips machine...
2013-09-04 eadlerRevert r255152:
2013-09-04 brooksMFP4 217312, 222008, 222052, 222053, 222673, 231484...
2013-09-04 jhbTrim a couple of panic messages.
2013-09-04 glebiusMake default cache size more modern.
2013-09-04 jhibbitsFix hwpmc(4) for 32-bit PowerPC.
2013-09-03 npFor TOE connections, the window scale factor in CPL_PAS...
2013-09-03 sbrunoAdd options GEOM_PART_GPT and options MSDOSFS to the...
2013-09-03 impNewer versions of gcc define __INT64_C and __UINT64_C...
2013-09-03 jhbAdd support for the 'invpcid' instruction to binutils...
next