- d25147d vlib: wake up workers if interrupts are posted by Benoît Ganne · 4 years, 6 months ago
- b30b954 vlib: debug CLI macro expander, part deux by Dave Barach · 4 years, 6 months ago
- 961e3c8 vlib: add recursive macro expander to debug cli by Dave Barach · 4 years, 6 months ago
- cea4652 vlib: address sanitizer support for stack switch, enable clang by Damjan Marion · 4 years, 7 months ago
- 10a22a6 vlib: restore commands for non-interactive sessions by Benoît Ganne · 4 years, 7 months ago
- 8bf80a3 misc: removed executable bits from source files by Ray Kinsella · 4 years, 7 months ago
- a58be82 vlib: fix unix cli commands crash without session by Benoît Ganne · 4 years, 7 months ago
- e31820a vlib: add nosyslog unix option by Ruslan Babayev · 4 years, 10 months ago
- ce32770 vlib: deprecate i2c and cj by Dave Barach · 4 years, 8 months ago
- 6f533d7 vlib: leave SIGPROF signal with its default handler by Jieqiang Wang · 5 years ago
- ce266ad vlib: fix unix cli SIGSEGV for empty line input by Fan Zhang · 4 years, 9 months ago
- 8a023fd vlib: unix cli - log cli commands one per line by Paul Vinciguerra · 4 years, 10 months ago
- a6ef36b misc: fix coverity warnings by Dave Barach · 4 years, 10 months ago
- e053056 misc: add FEATURE.yaml files by Dave Barach · 4 years, 10 months ago
- 8dc954a vlib: add plugin override support by Dave Barach · 4 years, 10 months ago
- 10a8bda misc: don't os_exit(1) causing core on SIGINT by Christian E. Hopps · 5 years ago
- b2dbb36 vlib: fix startup-config-process stack overflow by GordonNoonan · 5 years ago
- bfd7d29 vlib: add 'wait' cli command by Paul Vinciguerra · 5 years ago
- d29422c vlib: unix trivial- clean up typos in docs by Paul Vinciguerra · 5 years ago
- 2fd44a0 vlib: fix cli process stack overflow by Chenmin Sun · 5 years ago
- 735d2e2 vlib: fix cli process stack overflow by Aloys Augustin · 5 years ago
- 67e4df1 vlib: cli support ctrl-w to erase left word by Hiroki Shirokura · 5 years ago
- d991a79 vlib: create unix runtime directory by Ole Troan · 5 years ago
- 71dd9d5 stats: create /run/vpp before stat socket bind() by YohanPipereau · 6 years ago
- 6a3a4f7 vlib: Replace timer in CLI with an event process by Chris Luke · 5 years ago
- cab4733 vlib: avoid retrieving freed file in epoll by Florin Coras · 6 years ago
- 5022c6c Fix 'terminal history off' crasher by Chris Luke · 6 years ago
- f8d5068 init / exit function ordering by Dave Barach · 6 years ago
- 2180bac Preallocate mhash key_tmps vector by Dave Barach · 6 years ago
- ad64687 gcov / test framework: sigterm not sigkill by Dave Barach · 6 years ago
- 3a95003 vlib: align stack on OS page size by Benoît Ganne · 6 years ago
- 9ae190e Clean up multi-thread barrier-sync hold-down timer by Dave Barach · 6 years ago
- 81f54a5 vlib epoll: handle file removal on EPOLLIN by Florin Coras · 6 years ago
- c67078e vlib epoll: protect against clib file pool expansion by Florin Coras · 6 years ago
- 32b07c3 Fix memory corruption faulting [VPP-1639] by Artem Belov · 6 years ago
- d54815c Trivial: Update doxygen comments. by Paul Vinciguerra · 6 years ago
- 8feeaff Typos. A bunch of typos I've been collecting. by Paul Vinciguerra · 6 years ago
- d1e17d0 Ignore SIGTERM during the vpp boot sequence by Dave Barach · 6 years ago
- 9e52ef6 Save signum and faulting address in static variables by Dave Barach · 6 years ago
- 8934a04 buffers: fix typo by Damjan Marion · 6 years ago
- 5de3fec buffers: make buffer data size configurable from startup config by Damjan Marion · 6 years ago
- 29c0b33 Less intrusive way to capture numa_node and cpu_id changes by Damjan Marion · 6 years ago
- ee72141 Fix issue with cpu_id and numa_code captured too early by Damjan Marion · 6 years ago
- 3235382 buffers: remove VLIB_BUFFER_DEFAULT_FREE_LIST macro and fl->n_data_bytes by Damjan Marion · 6 years ago
- 0a78fa1 Store numa-noda and cpu-index in vlib_main_t by Damjan Marion · 6 years ago
- 557400d cj: cj dump crash by Steven · 6 years ago
- 68b4da6 Numa-aware, growable physical memory allocator (pmalloc) by Damjan Marion · 6 years ago
- b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
- 2f6d7bb vppinfra: add atomic macros for __sync builtins by Sirshak Das · 6 years ago
- 97f592f vlib: crash in linux_epoll_input_inline for accessing free file index [VPP-1412] by Steven · 6 years ago
- c5cb638 Silence warning over ignored return value (CID 187932) by Chris Luke · 6 years ago
- a9cf6af Fix Telnet option processing issue by Chris Luke · 6 years ago
- 6a5adc3 Add config option to use dlmalloc instead of mheap by Dave Barach · 6 years ago
- 0610039 Fix debug CLI node recycling bugs by Dave Barach · 6 years ago
- 0d5a195 cli: Validate cli_file_index on quit command by Steve Shin · 6 years ago
- 497deaf add backtrace in unix_signal_handler by Kingwel Xie · 7 years ago
- 85aa490 configurable per-dispatch-cycle sleep by Dave Barach · 7 years ago
- 01dc6b9 cli: Disable XON/XOFF in the tty by Chris Luke · 7 years ago
- fc379d2 cli: Fix reverse-line-wrap in terminals (VPP-1295) by Chris Luke · 7 years ago
- 70a745d cli: Fix off-by-one in the pager by Chris Luke · 7 years ago
- eb987d3 Harmonize vec/pool_get_aligned object sizes and alignment requests by Dave Barach · 7 years ago
- 756cd94 Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' by Neale Ranns · 7 years ago
- 72d2c4f plugins: unload plugin if early init fails by Damjan Marion · 7 years ago
- 2d207bc vlib: gcc-7 -O3 uninitialized values by Damjan Marion · 7 years ago
- 06bc260 plugin: Add plugin 'default' disable/enable by Mohsin Kazmi · 7 years ago
- 33d1629 cli: make q work again by Florin Coras · 7 years ago
- 3464c86 Rationalize plugin symbol error reporting by Dave Barach · 7 years ago
- 88c0621 physmem: keep only one physmem_main by Damjan Marion · 7 years ago
- ceab788 vlib: epoll on worker threads by Damjan Marion · 7 years ago
- 28cf3b7 VPP-899: Run VPP under SELinux by Billy McFall · 7 years ago
- 82d8ec2 VPP-1077 Add meaningful error info, when executing command with enable/disable option by Swarup Nayak · 7 years ago
- 9c2c243 fix bug in pager by Neale Ranns · 7 years ago
- 0a32b60 Configure vat-plugin-path and vat-plugin-name-filter by Dave Barach · 7 years ago
- cabbee7 Call a plugin init function by name by Dave Barach · 7 years ago
- 2d8bf30 Instead of a min term size, use a default (VPP-1061) by Chris Luke · 7 years ago
- 0bda0f4 Thread_index for thread0 in vlib_global_main not initialised by Keith Burns (alagalah) · 7 years ago
- 903651c VPP-1029: Don't call clib_longjmp(...) directly from the SIGTERM handler by Dave Barach · 7 years ago
- 59b2565 Repair vlib API socket server by Dave Barach · 7 years ago
- b66201f Fix vpp "unix interactive" when running under emacs + gdb by Dave Barach · 7 years ago
- 03add7f vppctl,cli: Improve non-interactive vppctl (VPP-944) by Chris Luke · 7 years ago
- 561ae0a CLI: fix segfault when browsing an empty history by Yoann Desmouceaux · 7 years ago
- b2bcad6 Fixes for issues Coverity has reported (VPP-972) by Chris Luke · 7 years ago
- f49921f clib_socket: add sendmsg / recvmsg with ancillary data support by Damjan Marion · 7 years ago
- 56dd543 move unix_file_* code to vppinfra by Damjan Marion · 7 years ago
- 3b64d63 vlib: move linux-specific code to vlib/linux by Damjan Marion · 7 years ago
- ab7b8d9 Fixes for issues reported by Coverity (VPP-972) by Chris Luke · 7 years ago
- 49d66f1 vlib physmem rework by Damjan Marion · 7 years ago
- 9a244bb Add pidfile cmdline option by Pierre Pfister · 7 years ago
- c67787b Set runtime_path properly when running non-root by Damjan Marion · 7 years ago
- 57d963f Make VPP runtime directory configurable by Damjan Marion · 7 years ago
- 6b0f589 Thread safe internal buffer manager by Damjan Marion · 7 years ago
- 04a7f05 vlib: store buffer memory information in the buffer_main by Damjan Marion · 7 years ago
- 475674e unix: mkdir VPP_RUN_DIR before opening a socket in it by Chris Luke · 7 years ago
- 5c20a01 switch vlib process model to tw_timer_template timer impl by Dave Barach · 8 years ago
- f661638 Add option to create clib_socket with group write permissions by Damjan Marion · 7 years ago
- a54230d Add knob to specify effective group id (gid) for VPP process by Damjan Marion · 7 years ago
- 6e8ab16 vlib: add screen-256color CLI terminal type by Damjan Marion · 8 years ago
- a9a54c1 vlib: add unix_file_del_by_index function by Damjan Marion · 8 years ago
- 3060e07 Add TAB-based auto-completion to the CLI by Yoann Desmouceaux · 8 years ago
- 8148131 VPP-845: add configurable elog post-mortem dump by Dave Barach · 8 years ago