]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tools/bus_space/busdma.c
Update libc++ to 3.7.0 release.
[FreeBSD/FreeBSD.git] / tools / bus_space / busdma.c
2015-09-16 dimUpdate libc++ to 3.7.0 release.
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-10 dimUpdate compiler-rt to 3.7.0 release. This also include...
2015-09-06 dimUpdate llvm, clang and lldb to 3.7.0 release.
2015-09-06 dimUpdate lldb to upstream trunk r242221.
2015-08-12 dimUpdate llvm/clang to r242221.
2015-08-07 dimMerge ^/head r285924 through r286421.
2015-08-02 marcelRename busdma_sync() to busdma_sync_range() and rename the
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-27 dimMerge ^/head r285793 through r285923.
2015-07-26 marcelChange the dev argument from a full path to just the...
2015-07-26 marcelRemove debugging output. We should have tracing instead.
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-05 dimUpdate llvm/clang to r241361.
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-04 dimMerge ^/head r284737 through r285152.
2015-07-04 emasteUpdate LLDB snapshot to upstream r241361
2015-07-03 marcelImplement busdma_md_unload() and busdma_sync().
2015-07-03 marcelAdd busdma_md_create, busdma_md_destroy and busdma_md_load.
2015-06-23 dimUpdate llvm/clang to r240225.
2015-06-20 dimMerge ^/head r284188 through r284643.
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-13 sjgAdd META_MODE support.
2015-06-12 marcelFree the segment objects properly.
2015-06-11 marcelAdd accessor functions for iterating over segments...
2015-06-10 delphijMFV r284234:
2015-06-10 dimUpdate Makefiles and other build glue for llvm/clang...
2015-06-09 dimMerged ^/head r283871 through r284187.
2015-06-08 marcelMap the allocated DMA memory into the address space.
2015-06-08 marcelAdd busdma_mem_alloc & busdma_mem_free.
2015-06-06 marcelAdd DMA tag management to the C library and Python...