aboutsummaryrefslogtreecommitdiffstats
path: root/src/svm/svm.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-2/+0
2024-02-23svm: Use ftruncate to expand svm on FreeBSDTom Jones1-1/+10
2022-04-05vppinfra: refactor address sanitizerDamjan Marion1-7/+7
2021-06-24svm: fix asan check failed @svm_map_region on armTianyu Li1-4/+3
2021-01-24svm: use standard function to reset stale mutexBenoît Ganne1-2/+7
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-2/+2
2020-09-28vppinfra: don't call dlmalloc API directly from the codeDamjan Marion1-8/+5
2020-09-09svm: fix non-null-terminated stringBenoît Ganne1-1/+1
2020-04-22svm: asan: fix asan supportBenoît Ganne1-0/+10
2020-04-02misc: fix static analysis warningsDave Barach1-3/+3
2020-02-11vppinfra: remove the historical mheap memory allocatorDave Barach1-28/+0
2019-12-18svm: decrease svm map verbosityFlorin Coras1-1/+1
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-11-27misc: add address sanitizer heap instrumentationBenoît Ganne1-0/+4
2019-05-01svm: remove dead code triggering overflowBenoît Ganne1-26/+0
2018-10-23c11 safe string handling supportDave Barach1-4/+4
2018-08-2832/64 shmem bihash interoperabilityDave Barach1-1/+1
2018-07-18Add config option to use dlmalloc instead of mheapDave Barach1-0/+18
2018-06-05VPP API: Memory traceOle Troan1-0/+4
2018-05-31VPP-1299: Reset uid/gid on shared memory segment if client starts first.Ole Troan1-0/+4
2018-05-24VPP-1286: close the fd after mmap-ing svm segmentsDave Barach1-0/+2
2018-05-10vppinfra: use count_trailing_zeros in sparse_vec_indexDamjan Marion1-1/+1
2018-02-02vlmemory/svm: fix client detach from svm regionFlorin Coras1-5/+34
2018-01-14vabits - subtract from the 'end' address instead of from 'bits'.Gabriel Ganne1-2/+3
2018-01-10svm: calc base address on AArch64 based on autodetected VA space sizeGabriel Ganne1-4/+3
2018-01-10svm: calc base address on AArch64 based on autodetected VA space sizeDamjan Marion1-3/+40
2017-10-03Repair vlib API socket serverDave Barach1-91/+102
2017-09-06Set uid/gid on ssvm segment file.Dave Wallace1-1/+3
2017-08-25jvpp: introducing callback api and future api tests for all plugins (VPP-591)Matej Perina1-1/+1
2017-08-18API: More gracefully fail when opening shared memory segment fails.Ole Troan1-5/+8
2017-08-14jvpp: make shm_prefix configurable (VPP-591)Jan Srnicek1-1/+2
2017-07-17Fix unlinking of /dev/shm files.Dave Wallace1-7/+31
2017-05-09Fix remaining 32-bit compile issuesDamjan Marion1-5/+6
2017-05-03A sprinkling of const in vlibmemory/api.h and friendsNeale Ranns1-3/+3
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+1237