]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2014-01-22 jkimMerge OpenSSL 1.0.1f.
2014-01-22 pfgext2fs: fix logic error in the previous change.
2014-01-22 hselaskyWe are using the old callout API and should also add...
2014-01-22 baptAdd quiet support for kldstat -n
2014-01-22 jhbGenerate /var/db/services.db during 'make distribution...
2014-01-22 jhbSimilar to cap_mkdb(1), add endianness support to servi...
2014-01-22 glebiusRemove NULL pointer dereference.
2014-01-22 glebiusFix resource leak and simplify code for DIOCCHANGEADDR.
2014-01-22 baptRemove pkg_* related info from periodic.conf
2014-01-22 skreuzeradd myself to committers-doc.dot
2014-01-22 glebiusFix fallout from r241923. Calculate length of payload in
2014-01-22 hselasky- Fix some non-portable code with regard to endianness...
2014-01-22 adrianUse the correct bitshift operators for the GPIO definit...
2014-01-22 hselaskyEnsure that the DMA delay does not get rounded down...
2014-01-22 hselaskyWait a bit more before we free any EHCI DMA descriptors...
2014-01-22 hselaskyAdd new quirk.
2014-01-22 neelHandle a VM-exit due to a NMI properly by vectoring...
2014-01-22 tychonFix issue with stale fields from a recycled request...
2014-01-22 tychonIncrease the block-layer backend maximum number of...
2014-01-21 tychonAdd myself to the src-committers list.
2014-01-21 mavFix memory and references leak due to unfreed path...
2014-01-21 pfgext2fs: Translate the EXT4_EXTENTS and EXT4_INDEX to...
2014-01-21 demonDo not exit with non-zero return code if sysctl.conf...
2014-01-21 hartiFix a problem with OBJECT IDENTIFIER encoding: need...
2014-01-21 gremboAdd grembo as a ports committer
2014-01-21 jghadd myself to committers-doc.dot
2014-01-21 hselaskyAdd check for "hw.usb.no_pf" sysctl value.
2014-01-21 gjbAdd 11.0-CURRENT.
2014-01-21 gjbAdd 10.0-RELEASE.
2014-01-21 jhbFix a couple of typos.
2014-01-21 jhbFix a typo.
2014-01-21 jhb- Reuse legacy_pcib_(read|write)_config() methods in...
2014-01-21 neelThere is no need to initialize the IOMMU if no passthru...
2014-01-21 gjbDocument r258830.
2014-01-21 gjbDocument r258838.
2014-01-21 gjbDocument r258884.
2014-01-21 gjbDocument r259626.
2014-01-21 gjbDocument r260445.
2014-01-20 gjbReformat to fix a nit in the rendered output.
2014-01-20 gjbMove r260903, misplaced.
2014-01-20 gjbDocument r260410.
2014-01-20 gjbMove r260532 to kernel-virtualization.
2014-01-20 gjbDocument r260448.
2014-01-20 rayStyle(9) fix.
2014-01-20 gjbDocument r260532.
2014-01-20 gjbDocument r260552.
2014-01-20 gjbDocument r260582.
2014-01-20 mavMake comconsole options set before its activation to...
2014-01-20 gjbDocument r260583.
2014-01-20 gjbMove r260847 to 'kernel-virtualization'.
2014-01-20 gjbDocument r260594.
2014-01-20 gjbDocument r260847.
2014-01-20 baptImplicit include of sys/queue.h instead of relying...
2014-01-20 gjbDocument r260888.
2014-01-20 gjbDocument r260903.
2014-01-20 gjbDocument r260910.
2014-01-20 gjbDocument r260913, onifconsole ttys(5) flag.
2014-01-20 andreastFix the resource information for the i2s-a node on...
2014-01-20 gjbDocument r260921, nand(4) enabled by default for arm.
2014-01-20 gjbDocument r260926, support for displaying VPD for PCI...
2014-01-20 gjbFinal sweep to remove items that now exist in a release.
2014-01-20 gjbRemove entries that:
2014-01-20 gjbTrim copyright years.
2014-01-20 jhbAdd support for displaying VPD for PCI devices via...
2014-01-20 gjbFix formatting, indentation, line length in preparation of
2014-01-20 gjbSync with (local) changes against releng/10.0/release...
2014-01-20 impWe need nand now that the boards reference it.
2014-01-20 glebiusANSIfy declarations.
2014-01-20 marcelIn pmap_set_pte(), make sure to enforce ordering by...
2014-01-20 nwhitehornAdd a new flag to /etc/ttys: onifconsole. This is equiv...
2014-01-20 jhb- Only check the ivars for direct descendants.
2014-01-20 impDon't lock in the generic grab just to lock again in...
2014-01-20 jhb- Allow PCI devices that are attached to a driver to...
2014-01-20 desFix format string.
2014-01-20 hselaskyAdd support for GPS ports to UHSO driver.
2014-01-20 dteskeDummy commit (whitespace changes and style nits) to...
2014-01-20 dteskeDummy commit (s/__num/__number/) in f_expand_number...
2014-01-20 neelBump up WITNESS_COUNT from 1024 to 1536 so there are...
2014-01-19 dteskeOptimize f_expand_number(), improving performance.
2014-01-19 impFree the dma memory from the dma map before destroying...
2014-01-19 impIntroduce grab and ungrab upcalls. When the kernel...
2014-01-19 impIntroduce grab and ungrab upcalls. When the kernel...
2014-01-19 emasteAdd VT kernel configuration to ease testing of vt(9...
2014-01-19 impAdd nand device and NANDFS into the mix for those board...
2014-01-19 impConnect NAND for the SAM9260EK eval board, as well...
2014-01-19 impGeneralize AT91 NAND support a bit. Be more flexible...
2014-01-19 impAdd standard memory controller helper functions.
2014-01-19 mavRemoved unneeded and dangerous assignment. It would...
2014-01-19 melifaroFurther rework netinet6 address handling code:
2014-01-19 marcelEnable vt. This brings VGA-based console and terminal...
2014-01-19 marcelRevision 258428 changed gcc by virtue of having _bswaps...
2014-01-19 jhibbitsThere's actually no data in the PMU_GET_VERSION command...
2014-01-18 adrianIf the flowid is available for the mbuf that finalised...
2014-01-18 melifaroSimplify filling sockaddr_dl structure for if_resolvemu...
2014-01-18 dteskeFix a bad comparison operator (s/==/=/), and address...
2014-01-18 neelSome processor's don't allow NMI injection if the STI_B...
2014-01-18 melifaroUse in6_localip() instead of hand-rolled cycle.
2014-01-18 melifaroAdd in6_prepare_ifra() function to ease preparing in...
2014-01-18 alcStyle changes in vm_pageout_scan():
2014-01-18 melifaroDo some style(9) not done in r260851 to improve readabi...
next