aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/unix
AgeCommit message (Expand)AuthorFilesLines
2021-03-26vlib: split vlib_main_t into global and per-threadDamjan Marion1-7/+11
2021-03-26vlib: introduce vlib_get_elog_main()Damjan Marion1-2/+2
2021-03-26vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads()Damjan Marion3-6/+6
2021-02-08ping: fix aborting on keypressIvan Shvedunov2-7/+8
2021-01-21interface: rx queue infra rework, part oneDamjan Marion1-2/+2
2020-12-28vlib: add missing file template descriptionsPaul Vinciguerra1-1/+8
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-4/+4
2020-11-25vlib: add elog events for vlib log entriesDave Barach1-0/+5
2020-11-10ip6-nd: fix memory leaksDave Barach1-0/+1
2020-11-09vlib: support macros in initial config fileDave Barach1-15/+59
2020-10-21vlib: print logs to stderr if interactive or nosyslog setDamjan Marion3-2/+14
2020-10-19misc: don't export symbols from pluginsDamjan Marion1-1/+1
2020-10-15vlib: add cgo-friendly plugin registration supportDave Barach2-9/+128
2020-10-09vlib: save signal handler data to global vblsDave Barach1-4/+4
2020-10-01vlib: fix line-mode cli memory leakBenoît Ganne1-0/+1
2020-09-17vlib: map thread stack instead of allocating them from heapDamjan Marion1-10/+9
2020-09-03vlib: exit 0 (nocore) on SIGHUPChristian Hopps1-2/+2
2020-08-31vlib: extend telnet protocol guardVladimir Isaev1-1/+1
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