summaryrefslogtreecommitdiffstats
path: root/src/core/xferbuf.c
Commit message (Expand)AuthorAgeFilesLines
* [build] Mark core files as permitted for UEFI Secure BootMichael Brown2026-01-141-0/+1
* [xferbuf] Simplify and generalise data transfer buffersMichael Brown2025-04-291-60/+64
* [umalloc] Remove userptr_t from user memory allocationsMichael Brown2025-04-231-6/+6
* [build] Fix compiler warnings on some gcc versionsMichael Brown2015-07-271-1/+1
* [xferbuf] Add xfer_buffer() to provide direct access to underlying bufferMichael Brown2015-07-221-0/+39
* [xferbuf] Generalise to handle umalloc()-based buffersMichael Brown2015-07-221-22/+195
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [xferbuf] Add generic data-transfer bufferMichael Brown2012-05-081-0/+108