aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/unix
AgeCommit message (Expand)AuthorFilesLines
2020-07-16vlib: fix asan compilation with gccBenoît Ganne1-1/+1
2020-07-01vlib: wake up workers if interrupts are postedBenoît Ganne1-1/+2
2020-06-23vlib: debug CLI macro expander, part deuxDave Barach1-11/+34
2020-06-19vlib: add recursive macro expander to debug cliDave Barach1-1/+142
2020-06-16vlib: address sanitizer support for stack switch, enable clangDamjan Marion2-0/+4
2020-05-15vlib: restore commands for non-interactive sessionsBenoît Ganne1-8/+13
2020-05-15misc: removed executable bits from source filesRay Kinsella1-0/+0
2020-05-14vlib: fix unix cli commands crash without sessionBenoît Ganne1-15/+23
2020-05-02vlib: add nosyslog unix optionRuslan Babayev2-3/+12
2020-04-27vlib: deprecate i2c and cjDave Barach2-363/+0
2020-03-21vlib: leave SIGPROF signal with its default handlerJieqiang Wang1-0/+1
2020-03-12vlib: fix unix cli SIGSEGV for empty line inputFan Zhang1-1/+2
2020-03-11vlib: unix cli - log cli commands one per linePaul Vinciguerra1-0/+2
2020-02-11misc: fix coverity warningsDave Barach1-4/+6
2020-02-10misc: add FEATURE.yaml filesDave Barach1-0/+13
2020-02-06vlib: add plugin override supportDave Barach3-31/+185
2019-12-17misc: don't os_exit(1) causing core on SIGINTChristian E. Hopps1-1/+5
2019-12-17vlib: fix startup-config-process stack overflowGordonNoonan1-0/+1
2019-11-27vlib: add 'wait' cli commandPaul Vinciguerra1-0/+40
2019-10-28vlib: unix trivial- clean up typos in docsPaul Vinciguerra1-2/+2
2019-10-08vlib: fix cli process stack overflowChenmin Sun1-1/+1
2019-09-17vlib: fix cli process stack overflowAloys Augustin1-1/+1
2019-09-16vlib: cli support ctrl-w to erase left wordHiroki Shirokura1-0/+47
2019-08-20vlib: create unix runtime directoryOle Troan1-0/+5
2019-08-09stats: create /run/vpp before stat socket bind()YohanPipereau1-1/+1
2019-07-10vlib: Replace timer in CLI with an event processChris Luke1-16/+140
2019-06-11vlib: avoid retrieving freed file in epollFlorin Coras1-6/+7
2019-05-17Fix 'terminal history off' crasherChris Luke1-7/+14
2019-05-16init / exit function orderingDave Barach2-4/+14
2019-05-14Preallocate mhash key_tmps vectorDave Barach1-1/+2
2019-05-06gcov / test framework: sigterm not sigkillDave Barach1-0/+11
2019-05-02vlib: align stack on OS page sizeBenoît Ganne1-1/+1
2019-04-24Clean up multi-thread barrier-sync hold-down timerDave Barach1-3/+27
2019-04-22vlib epoll: handle file removal on EPOLLINFlorin Coras1-0/+2
2019-04-18vlib epoll: protect against clib file pool expansionFlorin Coras1-1/+3
2019-04-18Fix memory corruption faulting [VPP-1639]Artem Belov1-3/+3
2019-04-12Trivial: Update doxygen comments.Paul Vinciguerra1-3/+10
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra2-5/+5
2019-03-21Ignore SIGTERM during the vpp boot sequenceDave Barach1-1/+6
2019-03-01Save signum and faulting address in static variablesDave Barach1-0/+6
2019-02-09buffers: fix typoDamjan Marion1-3/+3
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion1-3/+5
2019-01-28Less intrusive way to capture numa_node and cpu_id changesDamjan Marion2-3/+10
2019-01-27Fix issue with cpu_id and numa_code captured too earlyDamjan Marion1-2/+1
2019-01-20buffers: remove VLIB_BUFFER_DEFAULT_FREE_LIST macro and fl->n_data_bytesDamjan Marion1-5/+3
2019-01-20Store numa-noda and cpu-index in vlib_main_tDamjan Marion1-0/+2
2018-10-26cj: cj dump crashSteven1-1/+1
2018-10-23Numa-aware, growable physical memory allocator (pmalloc)Damjan Marion2-3/+0
2018-10-23c11 safe string handling supportDave Barach4-13/+13
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-1/+1