]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix potential double free that could happen after connection error.
[FreeBSD/FreeBSD.git] / sys /
2014-07-28 traszFix potential double free that could happen after conne...
2014-07-28 rayRevise font initialization handling.
2014-07-28 rayUpdate comments.
2014-07-28 rayRemove special handling of console window size. It...
2014-07-28 kibFor md(4), posix shm(3) and tmpfs(5), free swap space...
2014-07-28 kibInitialize zfs vnode v_hash when the vnode is allocated...
2014-07-28 rayAvoid embedding buffers into static virtual terminal...
2014-07-28 kibAssert that nullfs vnode has VV_ROOT set whenever lower...
2014-07-28 rayo Remove useless debug string.
2014-07-28 rayRemove unused macro VT_CONSDEV_DECLARE. Join console...
2014-07-28 akiyamaAdd missing newline to output dmesg properly.
2014-07-28 gahrUnbreak the ABI by reverting r268494 until the compat...
2014-07-28 brAdd the rest of combined interrupt groups.
2014-07-27 adrianUpdate from mav@ - don't break the input switching.
2014-07-27 marcel1. Suppress output for the TFTP-based PXE loader,...
2014-07-27 marcelGive loaders more control over the Forth initialization...
2014-07-27 adrianAdd support for my Lenovo T400.
2014-07-27 mavFix several cases of NULL dereference when INQUIRY...
2014-07-27 adrianCommit some sins in the name of "oh god oh god I don...
2014-07-26 adrianAdd another revision of the AR8327.
2014-07-26 adrianstore the AR9300 interrupts away when doing interrupt...
2014-07-26 marcelThe accept filter code is not specific to the FreeBSD...
2014-07-26 hselaskySplit the XHCI TRB allocations into smaller parts,...
2014-07-26 delphijAdd two sysctls for newly added tunables.
2014-07-26 marcelAdd missing definition of ELF_MACHINE_OK, now used...
2014-07-26 ianPull in the armv4 "fast out" code for checking whether...
2014-07-26 ianRemove completely bogus alignment check -- it's the...
2014-07-26 alcWhen unwiring a region of an address space, do not...
2014-07-26 marcelBuild tsec(4) as a module.
2014-07-26 marcelRemove bogus module dependencies.
2014-07-26 marcelDo not fail the low-level device probe simply because...
2014-07-26 marcelAvoid using ${.CURDIR} so that the module can be built...
2014-07-26 marcelFix relocations related to dpcpu and vnet sets. The...
2014-07-26 hselaskyFix for division by zero.
2014-07-26 marcelDon't return ERESTART when the device is gone. In ttyde...
2014-07-26 mavImplement separate I/O dispatch method for ZVOLs in...
2014-07-26 mavFix infinite loop, when doing WRITE SAME on file-backed...
2014-07-26 delphijMFV r269010:
2014-07-26 mavMake sysctls under vfs.zfs.zfetch writeable.
2014-07-26 sjgReviewed by: imp
2014-07-26 ianEnable at91 systems to boot from high capacity SD cards.
2014-07-26 ianThe 'flags' variable is conflicting with some inline...
2014-07-26 ianEliminate "no previous prototype for main" warnings.
2014-07-26 ianSilence a clang warning about a while loop with an...
2014-07-26 neelIf a vcpu has issued a HLT instruction with interrupts...
2014-07-26 neelDon't return -1 from the push emulation handler. Negati...
2014-07-25 gavinAdd error return to dumpsys(), and use it in doadump().
2014-07-25 deischenInsert new threads at the end of the thread list in...
2014-07-25 delphijTransform the I/O when vdev_physical_ashift is greater...
2014-07-25 traszFix ctl(4) kldload failure that manifested like this:
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...
next