]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Delta D2489 - Add SRIOV support to the Intel 10G driver.
[FreeBSD/FreeBSD.git] / sys /
2015-06-01 jfvDelta D2489 - Add SRIOV support to the Intel 10G driver.
2015-06-01 hselaskyAdd USB MIDI template for USB device side mode.
2015-06-01 dimRemove unneeded NULL checks in amd64's trap_fatal().
2015-06-01 npcxgbe: no need to display the per-lane GT/s rating...
2015-06-01 npcxgbe: set minimum burst size when fetching freelist...
2015-05-31 andrewSet the return value correctly on copy failure in copystr.
2015-05-31 kibRemove unused variable.
2015-05-31 andrewWe only support the ARM EABI in head, remove the check...
2015-05-31 andrewAdd more __aeabi_memcpy functions, later versions of...
2015-05-30 alcDocument vm_page_alloc_contig()'s support for the VM_AL...
2015-05-30 loosRemove the broken-txfifo setting for Allwinnner SoCs.
2015-05-30 loosActually check the DTS node value to enable the uart...
2015-05-30 gremboig4 - Intel fourth gen integrated I2C SMBus driver.
2015-05-29 marcelDo not set d_fwsectors nor d_fwheads. Primarily because...
2015-05-29 rmacklemMake the NFS server use shared vnode locks for a few...
2015-05-29 kibWhen delivering a signal with default disposition to...
2015-05-29 glebiusUse device_printf() instead of if_printf(). No functio...
2015-05-29 maximKill EoL whitespace.
2015-05-29 maximarm64 added to CSCOPE_ARCHDIR.
2015-05-29 kibRemove several write-only variables, all reported by...
2015-05-29 aeMove RTM announces into generic code to be independent...
2015-05-29 kibExplicitely enable queued invalidation completion inter...
2015-05-29 tuexenRemove printf() noise...
2015-05-29 dchaginThe linux_common module only for 64bit Linuxulators.
2015-05-29 dchaginMove linux64 and linux_common to it's right place and...
2015-05-29 arybchiksfxge: do not use DEBUG_FLAGS to enable extra debug...
2015-05-29 rpauloacpi_ibm: add per-model default events mask.
2015-05-28 brooksRevert r102953
2015-05-28 jhbCreate a separate kobj interface for leaf-driver PCI...
2015-05-28 pfgProvide VOP_GETPAGES_ASYNC() for extfs.
2015-05-28 tuexenReport the MTU consistently as specified in
2015-05-28 tuexenTake source and destination address into account when...
2015-05-28 tuexenRetire SCTP_DONT_DO_PRIVADDR_SCOPE which was never...
2015-05-28 tuexenFix a bug where messages would not be sent in SHUTDOWN_...
2015-05-28 slmThe wrong commit message was given with r283632. This...
2015-05-28 slmThe wrong commit message was given with r283632. To...
2015-05-28 tuexenUse macros for overhead in a consistent way. No functio...
2015-05-28 neelFix non-deterministic delays when accessing a vcpu...
2015-05-28 tuexenSome more debug info cleanup.
2015-05-28 tuexenFix and cleanup the debug information. This has no...
2015-05-28 tuexenAddress some compiler warnings. No functional change.
2015-05-28 bzSimilarly to other architecture, add the include for...
2015-05-28 scottlFollow-up r283636 with a fix to the other abuses of...
2015-05-27 glebiusTo avoid sleeping in firmware_get() with bwi mutex...
2015-05-27 glebiusIn bwi_mac_fw_alloc():
2015-05-27 glebiusSetup the interrupt handler after bwi_attach(). If...
2015-05-27 glebius- Don't request BUS_DMA_ALLOCNOW for dma tags, that...
2015-05-27 rmacklemMake the size of the hash tables used by the NFSv4...
2015-05-27 slmThis setting of stop_at_shutdown should have been remov...
2015-05-27 kibAdd missed {}.
2015-05-27 jhbExport a list of VM objects in the system via a sysctl...
2015-05-27 kibBump __FreeBSD_version for the r283602, which changed...
2015-05-27 glebiusMove counter.h include into ieee80211_freebsd.h. Should...
2015-05-27 glebiusAdd SIOCGI2C ioctl support to the driver. Would work...
2015-05-27 kibEnabled rewritten PCID support by default.
2015-05-27 kibAfter r283600, NODELAY flag to inodedep_lookup() functi...
2015-05-27 kibRight now, dounmount() is called with unreferenced...
2015-05-27 kibAdd V_MNTREF flag to the vn_start_write(9) and
2015-05-27 kibCurrently, softupdate code detects overstepping on...
2015-05-27 arybchiksfxge: mask ifmedia options (pauses) when looking for...
2015-05-26 gavinFix spelling mistake in comment.
2015-05-26 gonzoPrint error message if autoload fails due to missing...
2015-05-26 nyanMFi386: r283407
2015-05-26 glebiusProvide ieee80211_get_counter() that sums up ieee802com
2015-05-26 glebiusAdd two counters to ieee80211com, that will be used...
2015-05-26 glebiusMake ieee80211broadcastaddr global, so that drivers...
2015-05-26 glebiusReduce diff before functional changes:
2015-05-26 jhbDo not allow a process to reap an orphan (a child curre...
2015-05-26 adrianMigrate the scan iterator lock typedefs out into ieee80...
2015-05-26 adrianMigrate the 802.11s locks out into ieee80211_freebsd...
2015-05-26 delphijMFuser/delphij/zfs-arc-rebase@r281754:
2015-05-26 loosRemove unused mutex and softc variables.
2015-05-25 ianEnsure that all arm kernel configs contain ALT_BREAK_TO...
2015-05-25 jhbAdd KTR tracing for some MI ptrace events.
2015-05-25 dchaginWhen I merged the lemul branch I missied kib@'s r282708...
2015-05-25 glebiusCleanup compat shims for FreeBSD versions that predate...
2015-05-25 glebiusChange three methods in struct ieee80211com, namely...
2015-05-25 glebiusWhen sending RTM_IEEE80211_CSA, RTM_IEEE80211_RADAR...
2015-05-25 adrianConvert malloc/free back to #define's, as part of OS...
2015-05-25 glebiusSet ic_softc in all 802.11 drivers. Not required right...
2015-05-25 adrianUpdate wpi(4) to use the new mgmt RX API.
2015-05-25 adrianBegin plumbing ieee80211_rx_stats through the receive...
2015-05-25 glebiusUse ic_printf() instead of if_printf().
2015-05-25 glebiusStore softc in ic_softc and access it without using...
2015-05-25 glebiusAdd void * member to struct ieee80211com, so that drive...
2015-05-25 glebiusRemove unused include.
2015-05-25 glebiusUse name from ieee80211com instead of parent ifnet...
2015-05-25 glebiusDon't compare array to NULL.
2015-05-25 glebiusMake net80211 drivers supply their device name to the...
2015-05-25 dimUpgrade our copy of clang and llvm to 3.6.1 release.
2015-05-25 avgzfs: fixes for a full stream received into an existing...
2015-05-25 avgdsl_dataset_promote_check: ensure that shared snaps...
2015-05-25 roygerxen: make sure xenpv bus is the last to attach
2015-05-25 kibRemove excess Giant acquisition around the dounmount...
2015-05-25 arybchiksfxge: add 7xxx NICs family support
2015-05-25 markjUse the correct number of arguments for the
2015-05-25 markjRemove unused references to calltrap.
2015-05-25 rodrigcFor objcopy, use --input-target and --output-target
2015-05-24 gonzoRename fdt_find_child to ofw_bus_find_child. There...
2015-05-24 dchaginLinux nanosleep() and clock_nanosleep() system calls...
next