]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2016-02-25 andrewFix a mistake that crept in when moving between git...
2016-02-25 bdreweryRemove realall references from initial NetBSD import...
2016-02-25 bdrewerySlightly lessen the amount of job target output for...
2016-02-25 andrewRemove platform_ipi_send, it's an unneeded as all imple...
2016-02-25 jmcneillAdd Allwinner A20 HDMI support.
2016-02-25 markjLock the NDP default router list and count defrouter...
2016-02-25 bdreweryFix build without FAST_DEPEND and without running ...
2016-02-25 markjImprove error handling for posix_fallocate(2) and posix...
2016-02-25 sgalabovAdd myself as src committer
2016-02-25 emastepass -fPIC to the assembler, not linker
2016-02-25 pfgtalk(1): Replace select(2) with poll(2)
2016-02-25 oshogboConvert casperd(8) daemon to the libcasper.
2016-02-25 jhbAdd simple support for CloudABI processes to kdump(1).
2016-02-25 andrewAdd support for the Allwinner A31 watchdog to the exist...
2016-02-25 zbbIntroduce HW TSO support for VNIC
2016-02-25 zbbEnable CQ count threshold interrupt on VNIC Pass2.0
2016-02-25 zbbFix VNIC support for Pass2.0 ThunderX chips
2016-02-25 zbbRemove soft reset from the VNIC's PF driver
2016-02-25 zbbImprove VNIC performance on Tx path by immediate packet...
2016-02-25 zbbClean-up network interface settings for VNIC
2016-02-25 zbbEnable HWSTATS capability for VNIC
2016-02-25 zbbPrefetch next CQ descriptor in Completion Queue handlin...
2016-02-25 zbbEnable LRO support for VNIC driver
2016-02-25 zbbAdd support for hardware Tx and Rx checksums to VNIC...
2016-02-25 andrewAdd the Allwinner A31 and A31s padconf support. It...
2016-02-25 sephehyperv: Wait 5 seconds for hyperv result, instead of...
2016-02-25 kppf: Fix possible out-of-bounds write
2016-02-25 sephehyperv/hn: Hold the TX ring lock then drain TX desc...
2016-02-25 jhibbitsFix the build.
2016-02-25 sephehyperv/hn: Implement ifnet.if_transmit method
2016-02-25 smhRemoved unused label and fix mutex_exit order
2016-02-25 smhFix NULL pointer dereferences
2016-02-25 jmcneillFix dedicated DMA transfers.
2016-02-25 npcxgbe(4): Add a sysctl to retrieve the maximum speed...
2016-02-25 jmcneillAdd myself as src committer.
2016-02-24 bdreweryAdd order for installworld/installkernel.
2016-02-24 bdreweryAdd more STANDALONE_SUBDIR_TARGETS.
2016-02-24 bdreweryOBJS and POBJS have not been used since r215127.
2016-02-24 kibIn bpf_getdltlist(), do not call copyout(9) while holdi...
2016-02-24 bdreweryDon't hide AR command as bsd.lib.mk's r283925 changed...
2016-02-24 kibFix year.
2016-02-24 bdreweryPROGS: Only the main process will install INCS.
2016-02-24 bdreweryFAST_DEPEND: Still need to remove DEPENDFILE when rebui...
2016-02-24 kibRemove references to Giant in the description of vrele...
2016-02-24 bdreweryRemove hack from r2408 that is no longer needed.
2016-02-24 bdreweryRegenerate
2016-02-24 bdreweryBDECFLAGS has not been available since r82604 removed...
2016-02-24 bdreweryPROGS: Remove the 'build one' optimization since it...
2016-02-24 bdreweryShow full DIRPRFX in subdir parallel target name.
2016-02-24 bdreweryDIRDEPS_BUILD: Allow destroy-(arch|host|stage) from...
2016-02-24 bdreweryDIRDEPS_BUILD: Allow 'make destroy*' to work from top...
2016-02-24 bdreweryFAST_DEPEND: Skip 'make depend' for buildworld and...
2016-02-24 bdreweryDIRDEPS_BUILD: Regenerate without local dependencies.
2016-02-24 bdreweryFAST_DEPEND: Always run depend via beforebuild which...
2016-02-24 bdreweryHook the meta/nofilemon build into using FAST_DEPEND.
2016-02-24 bdreweryFAST_DEPEND: Don't waste time generating an empty ...
2016-02-24 bdreweryFAST_DEPEND: Rework how guessed dependencies are handled.
2016-02-24 bdrewerySupport beforebuild in the kernel.
2016-02-24 bdreweryRemove ilinks in cleandepend directly via CLEANDEPENDFILES.
2016-02-24 bdreweryFollow-up r295667 with fixes for SRCS defined.
2016-02-24 bdreweryConvert to LIBADD.
2016-02-24 bdrewerySupport a WANT_MAKE_VERSION.
2016-02-24 bdreweryDIRDEPS_BUILD: Add some missing build dependencies...
2016-02-24 bdreweryDIRDEPS_BUILD: Update dependencies.
2016-02-24 bdreweryProperly fix these builds by adding NO_WMISSING_VARIABL...
2016-02-24 bdreweryPROGS: Only recurse on called targets like done for...
2016-02-24 pfgdb(3): Fix aliasing warnings from modern GCC.
2016-02-24 edMake asynchronous connection failures on UNIX sockets...
2016-02-24 pfgdb(3): Fix aliasing warnings from modern GCC.
2016-02-24 brAdd support for symmetric multiprocessing (SMP).
2016-02-24 kibProvide more correct sizing of the KVA consumed by...
2016-02-24 aeFix bug in filling and handling ipfw's O_DSCP opcode.
2016-02-24 aeFix useless check. m_pkthdr.len should be equal to...
2016-02-24 kibReturn dst as the result from memcpy(9) on amd64.
2016-02-24 edCall cap_rights_init() properly.
2016-02-24 sephehyperv/vmbus: Use free(9) for interrupt page; it is...
2016-02-24 wmaMake pci_host_generic and thunderx_pci common
2016-02-24 sobomaxo kill few remaining references to the GEOM_UNCOMPRESS;
2016-02-24 sobomaxKill few remaininng instances of GEOM_UNCOMPRESS.
2016-02-24 sephehyperv/utils: Code rearrange and cleanup
2016-02-24 adrianMigrate UNCOMPRESS -> UZIP
2016-02-24 adrianFixes to make it compile under gcc-4.2.
2016-02-24 mckusickThe UFS filesystem requires that the last block of...
2016-02-24 araujo- Add a global option where we can protect processes...
2016-02-24 erjixl(4)/ixlv(4): Remove a couple unnecessary register...
2016-02-24 erjixl(4): Fix potential driver interrupt setup issues...
2016-02-24 sobomaxObsolete mkulzma(8) and geom_uncompress(4), their funct...
2016-02-24 jimharrisnvme: fix intx handler to not dereference ioq during...
2016-02-23 sobomaxImprove mkuzip(8) and geom_uzip(4), merge in LZMA suppo...
2016-02-23 jkimSilence PVS-Studio warning (V595). It can never be...
2016-02-23 bdreweryFix build after r295934.
2016-02-23 jkimSilence PVS-Studio warning (V595).
2016-02-23 jkimSilence PVS-Studio warning (V595).
2016-02-23 jkimRemove brightness notify handler before reinstalling...
2016-02-23 jillessh: Fix set -v and multiline history after r295825.
2016-02-23 jkimFix white spaces.
2016-02-23 jkimFix style(9) bugs.
2016-02-23 oshogboAccording to the sys/kern/capabilities.conf, gethostid...
2016-02-23 bdreweryFix build after r29592.
2016-02-23 avosnet80211: fix TIM cleanup.
next