index
:
freebsd/src
lf/15.0
lf/dev/D50111
lf/dev/alc-msix
lf/dev/anycast-src
lf/dev/bridge
lf/dev/bridge-1q
lf/dev/bridge-inet6-params
lf/dev/bridge-pctrie
lf/dev/bridge-vlan
lf/dev/clang-scan-deps
lf/dev/const-cast
lf/dev/iputils
lf/dev/keyserv2
lf/dev/macdo
lf/dev/make_ether_addr
lf/dev/no_prefixaddr
lf/dev/pkgbase-armfix
lf/dev/pkgbase-bmake
lf/dev/pkgbase-cross-toolchain
lf/dev/pkgbase-uclall
lf/dev/rc.conf.d
lf/dev/routed
lf/dev/traceroute-merge
lf/dev/traceroute-patches
lf/dev/usrj
lf/dev/vlan_input_p
lf/main
lf/stable/15
main
stable/13
stable/14
FreeBSD src (LF version)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bus_space
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove residual blank line at start of Makefile
Warner Losh
2024-07-15
1
-1
/
+0
*
Remove $FreeBSD$: one-line sh pattern
Warner Losh
2023-08-16
1
-1
/
+0
*
Remove $FreeBSD$: one-line .c pattern
Warner Losh
2023-08-16
1
-2
/
+0
*
Add support for Python 3 and make it the default.
Marcel Moolenaar
2019-06-30
2
-12
/
+64
*
Rename busdma_sync() to busdma_sync_range() and rename the
Marcel Moolenaar
2015-08-02
1
-4
/
+21
*
Change the dev argument from a full path to just the device
Marcel Moolenaar
2015-07-26
1
-3
/
+3
*
Implement busdma_md_unload() and busdma_sync().
Marcel Moolenaar
2015-07-03
1
-11
/
+59
*
Add busdma_md_create, busdma_md_destroy and busdma_md_load.
Marcel Moolenaar
2015-07-03
1
-0
/
+57
*
Add accessor functions for iterating over segments. A segment
Marcel Moolenaar
2015-06-11
1
-1
/
+72
*
Rename bus_space to bus (i.e. drop _space). This makes the
Marcel Moolenaar
2015-06-10
2
-5
/
+5
*
Add busdma_mem_alloc & busdma_mem_free.
Marcel Moolenaar
2015-06-08
1
-10
/
+50
*
Add DMA tag management to the C library and Python binding.
Marcel Moolenaar
2015-06-06
1
-0
/
+61
*
Add a C libary and a Python module that implements an API similar
Marcel Moolenaar
2014-04-28
2
-0
/
+209