]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2012-07-10 adrianMigrate the ATH_KTR_* fields out to if_ath_debug.h .
2012-07-10 adrianPrint the TX buffer if this error condition is asserted.
2012-07-10 adrianAdd/fix EDMA RX behaviour.
2012-07-10 davidxuAlways clear p_xthread if current thread no longer...
2012-07-10 impRevert last change. It was accidental.
2012-07-10 impCollapse all copies of at91_add_child into at91.c....
2012-07-10 adrianReorder these so they match the capability enum order.
2012-07-10 impMissed one of the special AT91SAM9xxx_BASE defines...
2012-07-10 impThe system IRQ is always IRQ 1. Make it so.
2012-07-10 impEliminate the AT91XXXX_BASE for each SoC. AT91_BASE...
2012-07-10 impRemove some unused variables/externs that have been...
2012-07-10 davidxuExecuting CPUID with EAX set to 1 to actually get featu...
2012-07-10 impNot quite ready for this yet, so comment it out.
2012-07-10 impThere's nothing AT91RM9200 specific about this file...
2012-07-10 attilioRemove a check on MNTK_UPDATE that is not really necess...
2012-07-10 adrianImplement EDMA RX for AR93xx and later chips.
2012-07-10 adrianConvert sc_rxpending to a per-EDMA queue, and use that...
2012-07-10 attilio- Remove the unused and not completed write support...
2012-07-09 adrianAdd some AR9300 HAL descriptor definition changes.
2012-07-09 npFix a bug in code that calculates the number of the...
2012-07-09 jhbAdd a clts() wrapper around the 'clts' instruction...
2012-07-09 jhbPartially revert r217515 so that the mem_range_softc...
2012-07-09 trocinyIn epair_clone_destroy(), when destroying the second...
2012-07-09 hrsFix a missing ";".
2012-07-09 marcelRevert revision 238172 of agp_i810.c. Correctness...
2012-07-09 joelRemove end of line whitespace.
2012-07-09 emasteRestore error handling lost in r191603
2012-07-09 tuexenFix a bug introduced in r237715.
2012-07-09 jchandraSupport Netlogic XLP 8xx B1 revisions in xlpge.
2012-07-09 jchandraIdentify Netlogic XLP 8xx B1 chip revisions
2012-07-09 jchandraFix PCIe hardware swap configuration for Netlogic XLP
2012-07-09 takawataAdd range and table revision checking to avoid abend.
2012-07-09 davidxuIf you have pressed CTRL+Z and a process is suspended...
2012-07-09 adrianFurther preparations for the RX EDMA support.
2012-07-09 hrs- Add IFT_L2VLAN (vlan(4)) support.
2012-07-09 aeWe don't need to check the result of sending signal...
2012-07-09 adrianIntroduce the EDMA related HAL capabilities.
2012-07-09 hrsMake usbusN logging pseudo-interface used by usbdump...
2012-07-09 adrianExtend the RX HAL API to include the RX queue identifier.
2012-07-09 hrsMake ipfw0 logging pseudo-interface clonable. It can...
2012-07-09 adrianExtend the debugging flags to include some AR9300 HAL...
2012-07-09 adrianExtend the RX descriptor completion debugging to log...
2012-07-09 hrs- Add support of the following USB devices to run(4):
2012-07-09 hrsRemove "prefer_source" address selection option. FreeB...
2012-07-09 mjgFollow-up commit to r238220:
2012-07-09 adrianAdd a debug category for RX EDMA.
2012-07-08 melifaroFinally fix lookup (account remaining '\0') and deletion
2012-07-08 kibAvoid vm page queues lock leak after r238212.
2012-07-08 marcelMove PCPU initialization to a new function called cpu_p...
2012-07-08 marcelUnleash the APs at SI_SUB_KICK_SCHEDULER so that we...
2012-07-08 nwhitehornAfter the binutils 2.17.50 import, the assembler suppor...
2012-07-08 bzImplement handling of "atomic fragements" as outlined in
2012-07-08 avgacpi_cpu: we are able to handle _CST change notificatio...
2012-07-08 bzAs mentioned in the commit message of r237571 (copied...
2012-07-08 eadlerFix always 0 tautologly revealed by gcc46
2012-07-08 mjgUnbreak handling of descriptors opened with O_EXEC...
2012-07-07 traszAdd trivial resize handling to gnop(8).
2012-07-07 traszAdd trivial resize handling to gmountver(8).
2012-07-07 traszMake the da(4) driver notify GEOM about LUN size change.
2012-07-07 traszAdd disk_resize(), to make it possible for the disk...
2012-07-07 traszMake it possible to resize md(4) devices.
2012-07-07 jfvChange the interface to the Energy Efficient Ethernet...
2012-07-07 traszAdd a new GEOM method, resize(), which is called after...
2012-07-07 kibDrop page queues mutex on each iteration of vm_pageout_...
2012-07-07 eadlerAdd missing sleep stat increase
2012-07-07 eadlerAdd a description of the Spanish Dvorak keymap added...
2012-07-07 eadlerRemove unneeded variable reported by gcc46 which stoppe...
2012-07-07 eadlerRemove variables which are initialized but never used...
2012-07-07 eadlerRemove ancient vnconfig symlink
2012-07-07 eadlerRemove variables which are initialized but never used...
2012-07-07 eadlerRemove variables which are initialized but never used...
2012-07-07 eadlerRemove variables which are initialized but never used...
2012-07-07 traszFix orphan() methods of several GEOM classes to not...
2012-07-07 eadlerFix spelling
2012-07-07 avgacpi_cpu_generic_cx_probe: for consistency set cpu_non_...
2012-07-07 avgacpi_cpu_cx_list: there is no need to re-evaluate cpu_n...
2012-07-07 avgacpi_cpu_cx_cst: consistently use cpu_cx_count during...
2012-07-07 marcelImplement ia64_physmem_alloc() and use it consistently...
2012-07-07 impCreate a generic way to support multiple boards within an
2012-07-07 impGeneralize this for loading the loader into the SPI...
2012-07-07 impAllow other SOCs to be compiled in, first step.
2012-07-07 impStrip out the useless junk. All we really care about...
2012-07-07 kientzleUnbreak building WITH_ICONV=yes and new yacc.
2012-07-07 marcelHide the creation of phys_avail behind an API to make...
2012-07-06 emasteImplement SIOCGIFMEDIA for if_tap(4)
2012-07-06 theravenRestore the __collate_load_error global that was accide...
2012-07-06 kibAdd a source file needed for module linking.
2012-07-06 kibStyle.
2012-07-06 kibUse assembler mnemonic instead of manually assembling...
2012-07-06 pfgMerge a small update from NetBSD.
2012-07-06 emasteAllow continuous packet transmission (via -t 0)
2012-07-06 pfgFix issue resizing bin/sh
2012-07-06 marcelagp.c:
2012-07-06 traszFix typo in the comment.
2012-07-06 emasteAlso report tx bandwidth with Ethernet overhead
2012-07-06 avgr237748 continuation: fix nopw (0f 1f) behavior with...
2012-07-06 avgr237748 continuation: segment-override prefixes are...
2012-07-06 jhbAdd support for the 'invept' and 'invvpid' instructions...
2012-07-06 jhbSeveral fixes to the amd64 disassembler:
2012-07-06 emasteAllow threads to finish up when terminated by user
next