]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
As of r268075, the responsibility of rounding up buffer to optimal size have
[FreeBSD/FreeBSD.git] / sys /
2014-07-25 delphijAs of r268075, the responsibility of rounding up buffer...
2014-07-24 kibFix typo.
2014-07-24 neelFix a couple of issues in the PUSH emulation:
2014-07-24 npSome hooks in cxgbe(4) for the offloaded iSCSI driver.
2014-07-24 tuexenInitialize notification strucuture. This was missed...
2014-07-24 baptFix a typo in a comment
2014-07-24 mavFix build with QUEUE_MACRO_DEBUG.
2014-07-24 hrsFix EtherIP. TOS field must be initialized when the...
2014-07-24 kibCorrect assertion. The shadowing object cannot be...
2014-07-24 mariusIntel desktop Haswell CPUs may report benign corrected...
2014-07-24 mariusCopying pages via temporary mappings in the !DMAP case...
2014-07-24 marius- Copying and zeroing pages via temporary mappings...
2014-07-24 neelFix fault injection in bhyve.
2014-07-24 sbrunoClean symlinks created in sys/modules dirs when a make...
2014-07-23 sbrunoDelete the entire cleandepend/cleanmachine target thing...
2014-07-23 npcxgbe(4): Keep track of the clusters that have to...
2014-07-23 sbrunoAdd .NOPATH to the machine target so that builds in...
2014-07-23 sbrunoUpdate so that clean target in sys/boot will delete...
2014-07-23 mjgPrepare fget_unlocked for reading fd table only once.
2014-07-23 mjgCosmetic changes to unp_internalize
2014-07-23 impSimplify comment to remove multiple negative and passiv...
2014-07-23 impFix typo in comment: noone -> no one.
2014-07-23 roygerdon't set CR4 PSE bit on amd64
2014-07-23 adrianFix the igb(4) redirection table to correctly populate.
2014-07-23 neelEmulate instructions emitted by OpenBSD/i386 version...
2014-07-22 tuexenCleanup the definition of two structures which are
2014-07-22 npAdd missing newline to an error message.
2014-07-22 marcelIn r264504, we prevented doing I/O for more than MAXPHY...
2014-07-22 emasteDon't pass null kmdp to preload_search_info
2014-07-22 rayRemove #ifdef-s to reduce difference to upstream.
2014-07-22 delphijCorrect typo introduced with r268855.
2014-07-22 sbrunocopyin/copyout should return 0 if they are truly emulat...
2014-07-22 brEnable Freescale i.MX I2C driver for i.MX6.
2014-07-22 sbrunoRemove boot1.efi during clean target.
2014-07-22 sbrunoSupress clang warning for FreeBSD printf %b and %D...
2014-07-22 brRename i.MX I2C driver file.
2014-07-22 npSimplify r267600, there's no need to distinguish betwee...
2014-07-21 sbrunoMerge change from upstream linux kernel submitted by...
2014-07-21 emasteHide syscons-specific workaround under DEV_SC
2014-07-21 pfgFix hdestroy() compliance issue.
2014-07-20 hselaskyAdd new device ID.
2014-07-20 markjFix the build when DTrace isn't enabled.
2014-07-20 neelFix build without INVARIANTS defined by getting rid...
2014-07-20 adrianAdd the UDP hash -> RSS mbuf hash type for the ixgbe...
2014-07-20 adrianTeach ixgbe(4) about rss_gethashconfig().
2014-07-20 adrianDisable the ixgbe(4) UDP 4-tuple hashing for the time...
2014-07-20 adrianWhen it's time to do 4-tuple UDP IPv6 hashing, make...
2014-07-20 adrianMake the PCBGROUPS code aware of IPv4 UDP 4-tuple.
2014-07-20 adrianAdd hash awareness of the IPv4 and IPv6 UDP 4-tuple.
2014-07-20 adrianImplement rss_gethashconfig() - return the currently...
2014-07-20 adrianUpdate the comment to be more concise.
2014-07-20 adrianCorrectly program the RSS redirection table entries.
2014-07-20 nwhitehornFix allocation of 128MB extended memory region, broken...
2014-07-19 nwhitehornEnable X11 via xf86-video-scfb on the Playstation 3...
2014-07-19 ianAdd dl_unwind_find_exidx() for ARM EABI, required for...
2014-07-19 neelHandle nested exceptions in bhyve.
2014-07-19 nwhitehornAllow mappings of memory not previously direct-mapped...
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-19 markjUse a C wrapper for trap() instead of checking and...
2014-07-19 delphijReduce lock contention on the z_teardown_lock under...
2014-07-18 delphijMFV r268851:
2014-07-18 delphijMFV r268850:
2014-07-18 delphijFix build by using the driver API (driver converted...
2014-07-18 delphijMFV r268848:
2014-07-18 davidcsInitiate error recovery stats fail to update after...
2014-07-18 hirenThe description is a bit misleading. Trying to make...
2014-07-18 glebiusUse assignment instead of bcopy.
2014-07-18 baptExtend kqueue's EVFILT_TIMER by adding precision unit...
2014-07-18 brAdd support for Toradex Apalis i.MX6 development board.
2014-07-18 adrianUpdate the default RSS hash to the Chelsio T5 firmware...
2014-07-18 brFix typo.
2014-07-18 brRename gpio driver file.
2014-07-18 bro Enable GPIO device driver for i.MX6.
2014-07-18 peterFix an apparent conversion error in bge to the new...
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-18 kevloRemove deprecated definition "m_act".
2014-07-17 mavIncrease maximal number of SCSI ports in CTL from 32...
2014-07-17 mavReduce per-LUN memory usage from 18MB to 1.8MB.
2014-07-17 nwhitehornFix embarassing typos I made.
2014-07-17 hirenFix a typo.
2014-07-17 adrianOops - somehow I missed the IP option numbers clashing...
2014-07-17 kevloDeprecate m_act. Use m_nextpkt always.
2014-07-16 truckmanNuke the never-used RF_TIMESHARE feature, reducing...
2014-07-16 neelAdd emulation for legacy x86 task switching mechanism.
2014-07-16 alcImplement pmap_unwire(). See r268327 for the motivatio...
2014-07-16 dimAfter r261991, clang warnings about unused functions...
2014-07-16 nwhitehornAllow efifb to be used with xf86-video-scfb. This is...
2014-07-16 nwhitehornAllow console drivers active from early boot to be...
2014-07-16 mavAdd support for VMWare dialect of EXTENDED COPY command...
2014-07-16 kibDo not ignore error from tmpfs_alloc_vp(). It results...
2014-07-16 kibRemove unused header.
2014-07-16 kibCheck for the cross-device cross-link attempt in the...
2014-07-16 hselaskyImprove support for Intel Lynx Point USB 3.0 controller...
2014-07-15 rmacklemMove the "retry:" label so that the calls to m_pullup...
2014-07-15 delphijMFV r268714:
2014-07-15 delphijMFV r268702:
2014-07-15 kibFollowup to r268466.
2014-07-15 kibChange the calculation of the kinfo_vmentry field kve_p...
2014-07-15 npcxgbe(4): Display CF facility correctly in the device...
2014-07-15 neelAdd support for operand size and address size override...
next