]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2014-01-20 kaiwFix build: include sys/queue.h header explicitly since...
2014-01-20 kaiwMFH@260917.
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-20 kaiwClang 3.4 will sometimes emit DIE for struct/union...
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 kaiw* Make die_mem_offset() be able to handle DW_AT_data_me...
2014-01-19 kaiw* Allow API dwarf_loclist_n() and dwarf_loclist() to...
2014-01-19 kaiwAdd a sanity check: The provided offset for the desired...
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 kaiwAPI dwarf_attrval_flag() should properly handle an...
2014-01-18 kaiwFix typo: the public API dwarf_child() should return...
2014-01-18 kaiwFix a warning in libdwarf found by -Wmissing-variable...
2014-01-18 melifaroDo some style(9) not done in r260851 to improve readabi...
2014-01-18 melifaroSplit in6_update_ifa() into smaller pieces leaving...
2014-01-18 edCorrect value of LIBCOMPILER_RT.
2014-01-18 edReplace LIBGCC by LIBCOMPILER_RT.
2014-01-18 kaiwApply r241720 by ed:
2014-01-18 bryanvAdd very simple virtio_random(4) driver to harvest...
2014-01-18 marcelFor ia64, add _bswapsi2 & _bswapdi2. The audio/flac...
2014-01-18 neelIf the guest exits due to a fault while it is executing...
2014-01-18 delphijMFV r260834:
2014-01-17 trocinyBring back r226403, the fix for bin/161526, which was...
2014-01-17 pfggcc: Drop useless objc change from r260311.
2014-01-17 mavAdd ID for one more ASMedia AHCI-compatible controller.
2014-01-17 glebiusFix comment.
2014-01-17 hselaskyFix a possible memory use after free and leak situation...
2014-01-17 avgtraverse_visitbp: visit DMU_GROUPUSED_OBJECT before...
2014-01-17 avgzdb -R: do not treat numeric parameters to a flag as...
2014-01-17 glebiusPrint the ktr(4) format line that caused a failure.
2014-01-17 kaiwWe should not set the unnamed DIE's name to "__anon__...
2014-01-17 hselaskyClose a minor deadlock.
2014-01-17 adrianImplement a kqueue notification path for sendfile.
2014-01-17 adrianAdd in a default initialiser for the EVOPS_SENDFILE...
2014-01-17 adrianImplement the extension api for sendfile to allow for...
2014-01-17 luigiforgot to update this file in 2607000
2014-01-17 neelIf a VM-exit happens during an NMI injection then clear...
2014-01-17 csjpRe-work r260800 to include other signals which start...
2014-01-17 csjpfix a regression introduced in r237618 that would result in
2014-01-16 kaiwIf function die_name() finds a DIE without a name,...
2014-01-16 gnnFix various places where we don't properly release...
2014-01-16 kaiwConvert ctfconvert to use the new libdwarf API.
2014-01-16 kaiwRemove the old libdwarf and bring in the new libdwarf...
2014-01-16 kaiwDefine SHT_GNU_LIBLIST and R_MIPS_64, which is needed...
2014-01-16 kaiwUse FreeBSD's ELF headers instead of the elfdefinitions...
2014-01-16 gnnAdd a command line argument to turn off blocking waitin...
2014-01-16 impRemove two redundantly repetitive assignments.
2014-01-16 wblock-h and -H options backwards in manual page.
2014-01-16 gjbUpdate the pkg-stage target to be more compatible with...
2014-01-16 rayFix build after FDT changes.
2014-01-16 glebiusRemove notes about historical mbuf(9) allocator flags...
2014-01-16 glebiusSimplify wait/nowait code, eventually killing last...
2014-01-16 glebiusAnother round of removing historical mbuf(9) allocator...
2014-01-16 avgfix a build problem with INVARIANTS enabled introduced...
2014-01-16 glebiusRemove historical macro.
2014-01-16 glebiusSubstitute flags from historical mbuf(9) allocator...
2014-01-16 avgfix a bug in ZFS mirror code for handling multiple...
2014-01-16 avgRevert r260705: wrong patch committed by accident
2014-01-16 glebiusCleanup comments and whitespace. No functional changes.
2014-01-16 melifaroFix refcount leak on netinet ifa.
2014-01-16 avgzfs_deleteextattr: name buffer from namei is needed...
2014-01-16 avgfix a bug in ZFS mirror code for handling multiple...
2014-01-16 avgzfs: getnewvnode_reserve must be called outside of...
2014-01-16 avgzinject must use ioctl(2) compatibility wrapper
2014-01-16 melifaroFix ipfw fwd for IPv4 traffic broken by r249894.
2014-01-16 marcelHandle truncation of the size returned by _kvm_kvatop...
2014-01-16 luiginetmap_user.h:
2014-01-15 kaiwSet CFLAGS in just one line.
2014-01-15 kaiwRemoved source code for the old libelf and build the...
2014-01-15 kaiwCopy libelf, libdwarf and common files from vendor...
2014-01-15 impAdd data so we can convert a PIO unit number into a...
2014-01-15 impProvide a simplified way to specify GPIO pins for the...
next