freebsd.git
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 sbrunoAllow multiple image activators to run on the same...
2014-09-04 impDelete old arm dts tree. This was created by cherry...
2014-09-04 impProperly trim the vendor tree to include only those...
2014-09-04 markjAdd mrsas(4) to GENERIC for i386 and amd64.
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-09-04 ianStop setting the iomux device status to disabled, now...
2014-09-04 glebiusSatisfy assertion in m_demote().
2014-09-04 glebiusChange a very strange code in m_demote() to simple...
2014-09-04 jhbIn tcp_input(), don't acquire the pcbinfo global write...
2014-09-04 pfglibc/locale: Remove a wrong comma.
2014-09-04 seFix debug output that has erroneously been committed...
2014-09-04 glebiusFixes for tcp_respond() comment.
2014-09-04 impWrap some long lines.
2014-09-04 ianImplement the imx_iomux_get/set_gpr() interface for...
2014-09-04 ianThe iomux driver is no longer optional, all imx platfor...
2014-09-04 ianImplement the same public interface in imx51 and imx6...
2014-09-04 roygerRevert r269814: blkfront: add support for unmapped IO
2014-09-04 jhbMerge the amd64 and i386 identcpu.c into a single x86...
2014-09-04 ianAdd a basic iomux driver for imx6.
2014-09-04 ianFix typo in variable name.
2014-09-04 brAdd initial support for Altera SOCFPGA (heterogeneous...
2014-09-04 glebiusImprove r265338. When inserting mbufs into TCP reassemb...
2014-09-04 glebiusProvide m_catpkt(), a wrapper around m_cat() that deals...
2014-09-04 bennoSystems with lots of geom providers can end up with...
2014-09-04 ianThe imx5x and imx6 chips have an onboard IOMUX device...
2014-09-04 jhbRemove a stray blank line from the Intel cache and...
2014-09-04 jhb- Move blacklists of broken TSCs out of the printcpuinf...
2014-09-04 gjbFix typo: s/_maske/_mask/
2014-09-04 jhbRemove trailing whitespace.
2014-09-04 jhb- Move prototypes for various functions into out of...
2014-09-04 mjgPlug a hypothetical use after free in sysctl kern.proc...
2014-09-04 yongariDo not blindly announce 1000baseT half-duplex capability in
2014-09-04 bennoAdd KASSERTs to catch the case where a developer may...
2014-09-03 impCreate a /boot/dtb directory to house DTB blobs. The...
2014-09-03 ianAdd a function to get the frequency of the AHB bus...
2014-09-03 ianWhen built with FDT support, add /boot/dtb to the list...
2014-09-03 jhbActually save and restore FPU state on APs during suspe...
2014-09-03 ianRemove DIAGNOSTIC from the kernel config of low-end...
2014-09-03 obrienNote that script(1) consumes filemon(4).
2014-09-03 jhbAlways seek back to the beginning of a regular director...
2014-09-03 emasteAvoid ./ in zoneinfo entries in METALOG
2014-09-03 ianFixes and enhancements for the if_cgem driver...
2014-09-03 ianUse sh -c '...' to launch the dtb build scripts with...
2014-09-03 jhbImport a hackish tool I use to examine the skew of...
2014-09-03 gjbUpdate the autofs(5) manual to reflect it first appeared in
2014-09-03 sbrunoApparently, the patch commited in svn r271029 doesn...
2014-09-03 sbrunoDo not direct commit to contrib/llvm. Make the change...
2014-09-03 pjdUse better type for i.
2014-09-03 pjdDeclare i.
2014-09-03 pjdFix descriptors leak in case of nvlist_xunpack() failure.
2014-09-03 sbrunoMFV: Only emit movw on ARMv6T2
2014-09-03 hselaskyFix spelling.
2014-09-03 hselaskyAdd new quirk.
2014-09-03 melifaro* Unconditionally turn on SIOCGI2C probing for all...
2014-09-03 glebiusRemove always false comparison.
2014-09-03 edLeave the C11 keywords alone when we have a recent...
2014-09-03 kibStyle.
2014-09-03 kibRetire thread_unthread(), it has only one caller. ...
2014-09-03 glebiusClean up unused CSUM_FRAGMENT.
2014-09-03 glebiusUse CSUM_BITS instead of incorrect copy.
2014-09-03 kibRight now, thread_single(SINGLE_EXIT) returns after...
2014-09-03 glebiusFix dereference after NULL check.
2014-09-03 edPartially revert r270964. Don't test for C++11 to defin...
2014-09-03 mjgFix up proc_realparent to always return correct process.
2014-09-03 hselaskyFix logical error.
2014-09-03 impInvoke make_dtb with MACHINE defined for enhanced cross...
2014-09-02 markjDefine _DTRACE_VERSION in sdt.h rather than setting...
2014-09-02 dteskeFix regression introduced by SVN r270954. Correct way...
2014-09-02 emasteAllow standalone debug for non-default ${PROG} targets
2014-09-02 jhbUse callout(9) instead of timeout(9).
2014-09-02 kadesaiFix for WITNESS warning while doing xpt_rescan.
2014-09-02 rpauloFix typo in a comment.
2014-09-02 impThe proper compatibility string for the AHCI device is
2014-09-02 edClean up <sys/cdefs.h> slightly.
2014-09-02 alcUpdate a comment to reflect the changes in r213408.
2014-09-02 ianFix typo.
2014-09-02 ianUse OF_xref_from_device(), not OF_xref_from_node()...
2014-09-02 ianAdd OF_xref_from_device() so that there's no need to...
2014-09-02 ianCreate an interface for drivers to enable or disable...
2014-09-02 ianThe anatop driver controls power and PLLs and needs...
2014-09-02 ianThe ocotp driver provides access to registers containin...
2014-09-01 dteskeFix a bug where command line arguments could be misproc...
2014-09-01 ianCreate a mechanism for looking up a device_t associated...
2014-09-01 pfgAdd bsearch_b to the libc map and the stdlib header.
2014-09-01 edAdd -Wthread-safety to WARNS=6.
2014-09-01 edAdd lock annotations to libcuse.
2014-09-01 iansdhci.h has grown a dependency on sysctl.h, include...
2014-09-01 karglAccording to the ISO C standard, lgamma(-integer) returns
2014-09-01 ianRename OF_xref_phandle() to OF_node_from_xref() and...
2014-09-01 edAdd lock annotations to the threading API used by hastd.
2014-09-01 edAdd lock annotations to the header files of our threadi...
2014-09-01 edEnable lock annotations on HEAD when using Clang.
2014-09-01 edAdd lock annotations to <sys/cdefs.h>.
2014-09-01 seAdd vt(4) support to the console initialisation script...
2014-09-01 seFinal patches to the tools used to convert syscons...
2014-09-01 seAdd references to vt(4) to further man-pages.
2014-09-01 karglFix a tab that somehow became 8 spaces.
2014-09-01 seFix typo (by -> be).
2014-09-01 ianDo not generate unwind info in asm functions if _STANDA...
next