]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2014-03-20 asomersshare/man/man7/tests.7
2014-03-20 brAdd support for Samsung Chromebook (ARM Cortex A15...
2014-03-20 brAdd driver for Display Controller.
2014-03-20 br- Add display-related and clk devices to the tree
2014-03-20 brDisable debugging by default.
2014-03-20 hselaskyTry to resolve a possible deadlock when detaching USB...
2014-03-20 glebiusSince mlaier has been inactive for a long time, grab...
2014-03-20 adrianAdd some debugging code to print out if registers are...
2014-03-20 adrianShuffle ah_powerMode to be in a sane spot for the given...
2014-03-20 adrianDon't call ath_init() inside the lock.
2014-03-20 npcxgbe(4): Use ifi_oqdrops in if_data to count drops...
2014-03-20 npAdd a shorter alias for if_data.ifi_oqdrops.
2014-03-20 npcxgbe(4): if_iqdrops statistic should include tunnel...
2014-03-19 jmmvMark multi_test as requiring /usr/share/dict/words.
2014-03-19 delphijRemove unused option -r from zpool.
2014-03-19 marcelAdd KTR events for the PMAP interface functions
2014-03-19 impRemove vestiges of knowing the ISA bus, which we gave...
2014-03-19 impRevert last change, it breaks other things.
2014-03-19 ianAdd a way to apply CFLAGS only when building the given...
2014-03-19 impRemove redunant declaration. gcc complains while clang...
2014-03-19 impAdd my humble request for reviews before nanobsd change...
2014-03-19 jmmvInclude strings.h so that bpf_filter.c can be built...
2014-03-19 traszMake the error message more clear.
2014-03-19 jmmverrx prepends the program name to the message; don...
2014-03-19 jmmvMake the priv test program exit with non-zero if any...
2014-03-19 jmmvMigrate tools/regression/usr.bin/pkill to the new tests...
2014-03-19 attilioFix comments.
2014-03-19 kibMake the array pointed to by AT_PAGESIZES auxv properly...
2014-03-19 jmmvAdd Makefiles missed in r263346.
2014-03-19 jmmvMigrate tools/regression/usr.bin/make/ to the new tests...
2014-03-19 jmmvExpand tabs that sneaked in into spaces.
2014-03-19 phoAdded sysctl kern.maxfiles increase test, do not use...
2014-03-19 glebiusWhen exporting ifnet via sysctl, add ifqueue(9) drop...
2014-03-19 glebiusAdd counter for Tx errors returned from if_transmit.
2014-03-19 glebiusNow, after r263102 we have ifi_oqdrops in if_data,...
2014-03-19 markjOnly invoke fasttrap hooks for traps from user mode...
2014-03-19 attiliovm_page_grab() and vm_pager_get_pages() can drop the...
2014-03-19 attilioFix GENERIC build.
2014-03-18 marcelFix and improve exception tracing:
2014-03-18 tychonDon't reissue in-flight commands.
2014-03-18 raySwitch kern.vt.suspendswitch to 0 by default (disabled).
2014-03-18 dimAdd separate patch files for all the customizations...
2014-03-18 attilioRegen per r263318.
2014-03-18 attilioRemove dead code from umtx support:
2014-03-18 npcxgbe(4): significant rx rework.
2014-03-18 dimPull in r203311 from upstream llvm trunk (by Arnold...
2014-03-18 dimPull in r196939 from upstream llvm trunk (by Reid Kleck...
2014-03-18 jimharrisnvme: Allocate all MSI resources up front so that we...
2014-03-18 jimharrisnvme: Close hole where nvd(4) would not be notified...
2014-03-18 emasteSwitch to standard 2-clause license
2014-03-18 kibAdd support for the PCI(e)-PCI bridges to the Intel...
2014-03-18 kibIt is not uncommon for BIOSes to report wrong RMRR...
2014-03-18 kibTrim at EOL.
2014-03-18 jimharrisUpdate nvme(4) and nvd(4) man pages to clarify the...
2014-03-18 gnnfix mbuf leak if it does not fit in software queue
2014-03-18 impIn kernel config files, it is supposed to be 'options...
2014-03-18 emasteUse standard FreeBSD license disclaimer
2014-03-18 glebiusReturn error when packet is dropped because of link...
2014-03-18 adrianExtend the Atheros SoC support to include a method...
2014-03-18 adrianAdd the AR934x NAND flash controller register definitions.
2014-03-18 hselaskyAdd missing usfs manual page.
2014-03-18 hselaskyAdd missing umoscom manual page.
2014-03-18 hselaskyCorrectly name USB template manual page and install...
2014-03-18 hselaskyUpdate USB template manual page.
2014-03-18 neelWhen a vcpu is deactivated it must also unblock any...
2014-03-18 emasteUpdate NetBSD Foundation copyrights to 2-clause BSD
2014-03-18 bdreweryRemove comment meant for removal in r263287
2014-03-18 bdrewery'pkg(8) add' has no internal restriction on number...
2014-03-17 neelNotify vcpus participating in the rendezvous of the...
2014-03-17 adrianImplement apb_print_child().
2014-03-17 jimharrisnvme: NVMe specification dictates 4-byte alignment...
2014-03-17 jimharrisnvme: Remove the software progress marker SET_FEATURE...
2014-03-17 jimharrisBase the max number of SG elements on MAXPHYS.
2014-03-17 jimharrisisci: Ensure ATA passthrough commands with RETURN_RESPO...
2014-03-17 asomersshare/man/man9/counter.9
2014-03-17 roygerxen: fix usage of db_active in xen console
2014-03-17 ianCosmetic changes to printed output, mostly related...
2014-03-17 rwatsonLine-wrapping tweak: make the sample jail command line...
2014-03-17 ianFix the paren nesting so that the network device is...
2014-03-17 glebiusMake talk(1) capable of displaying UTF-8 characters.
2014-03-17 hselaskyFix spelling.
2014-03-17 bryanvAdd Tx/Rx multiqueue support to vmx(4)
2014-03-17 marcelIn intr_event_handle() we already save and set td_intr_...
2014-03-16 marcelMove the implementation of kdb_cpu_trap() from <machine...
2014-03-16 marcelDon't use the ITC as the faulting address for external...
2014-03-16 rwatsonFix a comment in capability.h: it got renamed to capsic...
2014-03-16 ianUse armv7 TLB flush code, not arm11, for cortex-a proce...
2014-03-16 ianUse the same terminology as the ARM docs in comments...
2014-03-16 antoineAdd more obsolete files
2014-03-16 marcelIn intr_event_handle() we already save and set td_intr_...
2014-03-16 impAlign all comments in config files on same column....
2014-03-16 impMake all the comments '# ' and align to same column...
2014-03-16 jillesfind: When performing -quit, finish pending -exec ...
2014-03-16 andrewRemove an extra 1 in an #if line
2014-03-16 andrewFix the spelling of function.
2014-03-16 jillesFix statically-linked build (WITHOUT_DYNAMICROOT).
2014-03-16 andrewAdd an optimised version of the float and double helper...
2014-03-16 tychonThough there currently isn't a way to insert new media...
2014-03-16 tuexen* Provide information in error causes in ASCII instead of
2014-03-16 tychonSupport the bootloader's single 16-bit 'outw' access...
next