]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add domain support to PCI bus allocation
[FreeBSD/FreeBSD.git] / sys /
2015-09-16 zbbAdd domain support to PCI bus allocation
2015-09-16 mavFix reading after end of file for file-backed LUNs.
2015-09-16 glebiusIn tcp_ctlinput() separate the (ip == NULL) block from...
2015-09-16 jhbAlways clear TDB_USERWR before fetching system call...
2015-09-16 mavMake COMPARE AND WRITE report offset of difference.
2015-09-16 mavFix fixed sense writing when passed more data then...
2015-09-16 jhbWhen a process group leader exits, all of the processes...
2015-09-16 melifaroFix build broken by r287861.
2015-09-16 melifaroSimplify the way of attaching IPv6 link-layer header.
2015-09-16 mavFrontends don't need to set errors themselves.
2015-09-16 aeUse KASSERT for some checks, that are late to do.
2015-09-16 melifaroConstantify lookup key in several nd6_* functions.
2015-09-16 olegRemove superfluous m_freem().
2015-09-16 mavDon't flap the HA link if sysctl is reset to the same...
2015-09-16 kevloUse M_WAITOK rather than M_NOWAIT since it's not used...
2015-09-16 kevloFix a debug message which didn't quite get it right...
2015-09-16 kevloRemove checks for a NULL return value from M_WAITOK...
2015-09-16 melifaroUnify loopback route switching:
2015-09-16 adrianAdd ASUS Sandybridge laptops to the similar x2apic...
2015-09-15 markjEnsure that the MAD agent's delayed taskqueue is comple...
2015-09-15 emastearm64: add kbd.c to the build for ukbd to fix the build
2015-09-15 mjgsysctl: switch sysctllock to a sleepable rmlock, take 2
2015-09-15 jhbThreads holding a read lock of a sleepable rm lock...
2015-09-15 brdRemove redundant 'man page'
2015-09-15 cemkevent(2): Note DOOMED vnodes with NOTE_REVOKE
2015-09-15 hirenRemove unnecessary tcp state transition call.
2015-09-15 emastearm64: add xhci driver and umass/ukbd to GENERIC for...
2015-09-15 gargaAdd support for Sierra MC7355 card
2015-09-15 traszAdd a way to specify stripesize and stripeoffset to...
2015-09-15 melifaroSimplify nd6_cache_lladdr:
2015-09-15 emasteAdd Cavium ThunderX xHCI controller PCI ID
2015-09-15 mavMake CAM log errors that make it wait.
2015-09-15 mavFix completion/error status reporting.
2015-09-15 mavClose potential race between datamove and HA failover.
2015-09-15 melifaro* Improve logging invalid arp messages
2015-09-15 melifaro* Require explicitl lle unlink prior to calling llentry...
2015-09-15 markjPreserve the device queue status before retrying a...
2015-09-15 adrianReplace the scan event input path hack with the new...
2015-09-14 vangyzenFix the handling of IPv6 On-Link Redirects.
2015-09-14 melifaro* Do more fine-grained locking: call eventhandlers...
2015-09-14 mavImplement data/status aggregation for secondary HA...
2015-09-14 mavImplement data/status aggregation for camsim backend.
2015-09-14 hselaskyImplement callout_drain_async(), inspired by the projec...
2015-09-14 melifaro* Improve error checking for arp messages.
2015-09-14 mavRemove CTL_PRIV_LBA_LEN from HA messages.
2015-09-14 hselaskyUpdate TSO limits to include all headers.
2015-09-14 mavImplement QUERY TASK, QUERY TASK SET and QUERY ASYNC...
2015-09-14 hselaskyAdd missing file to build.
2015-09-14 hselaskyCorrect PCI ID.
2015-09-13 mariusAdd preliminary support for RTL8168H, tested by Sreenat...
2015-09-13 marius- Sanity check that the parent ranges given in the...
2015-09-13 mavMap CLEAR TASK SET and I_T NEXUS RESET for iSCSI.
2015-09-13 mavImplement iSCSI TARGET COLD RESET task management function.
2015-09-13 adrianDisable mgmt frame sending in if_rsu.
2015-09-13 sbrunoUpdate em(4) with D3162 after testing further on hardwa...
2015-09-13 mavImprove read-only support.
2015-09-13 gnndd DTrace probe points, translators and a corresponding...
2015-09-13 mavReannounce port to HA peer if LUN map changed after...
2015-09-13 mavReport INQUIRY DATA HAS CHANGED for related LUNs on...
2015-09-13 mavReport CTL_UA_LUN_CHANGE on LUN map change.
2015-09-13 mavMake TARGET RESET respect LUN mapping.
2015-09-13 mavAdd ID for Intel Panther Point KT Controller
2015-09-13 delphijMFV r287623: 5997 FRU field not set during pool creatio...
2015-09-13 delphijNote r286552 as merged and reduce diff against upstream.
2015-09-13 adrianAdd RSSI logging to the event survey results.
2015-09-13 adrianAfter reading the linux driver, document what this...
2015-09-13 adrian* fiddle with some more of the debugging output
2015-09-13 mariusMerge r286374 from x86:
2015-09-12 adrianif_rsu debug fixes:
2015-09-12 marius- Factor out the common and generic parts of the sparc6...
2015-09-12 tuexenFix compilation issue introduced in r287717.
2015-09-12 mavCheck for obsolete NUL bin in CSCD descriptor.
2015-09-12 mavAdd HA support for CTL_TASK_I_T_NEXUS_RESET.
2015-09-12 mavFix false CTL_UA_RES_RELEASE on secondary HA node.
2015-09-12 tuexenAddress a compile warning.
2015-09-12 mavDecode WRITE ATOMIC(16) command.
2015-09-12 tuexenCleanup the handling of error causes for ERROR chunks...
2015-09-12 loosDo not call mii_mediachg() from NIC interrupt handler.
2015-09-12 mavImprove XCOPY error reporting.
2015-09-12 mavReport that we have no limit on POPULATE TOKEN segment...
2015-09-12 mavCorrect RTPG bitmask.
2015-09-12 mavSome HA polishing.
2015-09-12 mavCTL documentation update, mostly for HA.
2015-09-12 delphijMFV r287699: 6214 zpools going south
2015-09-12 delphijMFV r287684: 6091 avl_add doesn't assert on non-debug...
2015-09-12 delphijMFV r287624: 5987 zfs prefetch code needs work
2015-09-11 avatarFixing a memory leak on module unloading.
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-11 cyRevert ip_fil_freebsd.c -r287674. This should not have...
2015-09-11 cyFix ipfilter bug 3600459 NAT bucket count wrong.
2015-09-11 avgradeon_suspend_kms: don't mess with pci state that...
2015-09-11 mavMake ctld restart on primary HA node less invasive...
2015-09-11 mavClose races between device close and request processing.
2015-09-11 tuexenEnsure that ERROR chunks are always padded by implement...
2015-09-11 mavReference/release devices on every I/O, rather on open...
2015-09-11 mavAdd support for PPP-Max-Payload PPPoE tag (RFC4638).
2015-09-11 cyRevert $FreeBSD$.
2015-09-11 cyFix mutex errors.
2015-09-11 cyFixup typos in comments.
2015-09-11 impbufdonebio is now unused. Retire it too.
next