- c50bcbd vlib: process startup config exec scripts line by line by Damjan Marion · 2 years, 7 months ago
- 8bea589 vppinfra: make _vec_len() read-only by Damjan Marion · 2 years, 8 months ago
- 564005b vlib: remove unused fields by Damjan Marion · 2 years, 8 months ago
- 2e90b29 vlib: improve exec path search by Damjan Marion · 2 years, 8 months ago
- 4859d8d vlib: send full error message to syslog by Jing Peng · 2 years, 9 months ago
- 8486283 vlib: leave SIGCONT signal with its default handler by Vladislav Grishenko · 2 years, 9 months ago
- b32bd70 vlib: introduce vlib frame aux data by Damjan Marion · 3 years ago
- fd8deb4 vlib: split vlib_main_t into global and per-thread by Damjan Marion · 3 years, 9 months ago
- f553a2c vlib: introduce vlib_get_elog_main() by Damjan Marion · 3 years, 9 months ago
- 6ffb7c6 vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() by Damjan Marion · 3 years, 9 months ago
- bc867c3 vlib: add elog events for vlib log entries by Dave Barach · 4 years, 1 month ago
- 06d8226 vlib: print logs to stderr if interactive or nosyslog set by Damjan Marion · 4 years, 2 months ago
- 695eb93 vlib: save signal handler data to global vbls by Dave Barach · 4 years, 2 months ago
- fc639ff vlib: map thread stack instead of allocating them from heap by Damjan Marion · 4 years, 3 months ago
- 1da0819 vlib: exit 0 (nocore) on SIGHUP by Christian Hopps · 4 years, 8 months ago
- cea4652 vlib: address sanitizer support for stack switch, enable clang by Damjan Marion · 4 years, 7 months ago
- 8bf80a3 misc: removed executable bits from source files by Ray Kinsella · 4 years, 7 months ago
- e31820a vlib: add nosyslog unix option by Ruslan Babayev · 4 years, 10 months ago
- 6f533d7 vlib: leave SIGPROF signal with its default handler by Jieqiang Wang · 5 years 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
- d29422c vlib: unix trivial- clean up typos in docs by Paul Vinciguerra · 5 years ago
- d991a79 vlib: create unix runtime directory by Ole Troan · 5 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
- d54815c Trivial: Update doxygen comments. 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
- 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
- 0a78fa1 Store numa-noda and cpu-index in vlib_main_t by Damjan Marion · 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
- 6a5adc3 Add config option to use dlmalloc instead of mheap by Dave Barach · 6 years ago
- 497deaf add backtrace in unix_signal_handler by Kingwel Xie · 6 years ago
- 85aa490 configurable per-dispatch-cycle sleep by Dave Barach · 6 years ago
- 88c0621 physmem: keep only one physmem_main by Damjan Marion · 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
- 56dd543 move unix_file_* code to vppinfra by Damjan Marion · 7 years ago
- ab7b8d9 Fixes for issues reported by Coverity (VPP-972) by Chris Luke · 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
- a54230d Add knob to specify effective group id (gid) for VPP process by Damjan Marion · 7 years ago
- 8148131 VPP-845: add configurable elog post-mortem dump by Dave Barach · 8 years ago
- f55f9b8 completelly deprecate os_get_cpu_number, replace new occurences by Damjan Marion · 8 years ago
- 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
- c8c44eb Add support for unix { coredump-size <size> }. by Klement Sekera · 8 years ago
- 3b46cba Plugin infrastructure improvements by Damjan Marion · 8 years ago
- 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vlib/vlib/unix/main.c]
- 90f52bf Refactor pre-Doxy siphon scripts; VPP-396 by Chris Luke · 8 years ago
- 01e3caa Use the correct thread stack alignment constraint, VPP-401 by Dave Barach · 8 years ago
- 01d86c7 VPP-189 Fix Coverity warnings by Dave Barach · 8 years ago
- b2a6e25 VPP-189 coverity warning cleanups by Dave Barach · 8 years ago
- 9b8ffd9 fd-io-styleify pass by Dave Barach · 8 years ago
- 7afda3a CLI output pager by Chris Luke · 9 years ago
- 572d812 Add a (small) banner to the Debug and Telnet CLI by Chris Luke · 9 years ago
- 1f49ed6 Link the vpp application against libvnet.so, not libvnet.a by Dave Barach · 9 years ago
- 63a814d Warnings be gone. by Dave Barach · 9 years ago
- bfdedbd PowerPC64-be arch support. Qemu ("qppc") platform support. by Dave Barach · 9 years ago
- cb9cada Initial commit of vpp code. by Ed Warnicke · 9 years ago v1.0.0