1. 8bea589 vppinfra: make _vec_len() read-only by Damjan Marion · 2 years, 8 months ago
  2. 564005b vlib: remove unused fields by Damjan Marion · 2 years, 8 months ago
  3. 2e90b29 vlib: improve exec path search by Damjan Marion · 2 years, 8 months ago
  4. 4859d8d vlib: send full error message to syslog by Jing Peng · 2 years, 9 months ago
  5. 8486283 vlib: leave SIGCONT signal with its default handler by Vladislav Grishenko · 2 years, 9 months ago
  6. b32bd70 vlib: introduce vlib frame aux data by Damjan Marion · 3 years ago
  7. fd8deb4 vlib: split vlib_main_t into global and per-thread by Damjan Marion · 3 years, 9 months ago
  8. f553a2c vlib: introduce vlib_get_elog_main() by Damjan Marion · 3 years, 9 months ago
  9. 6ffb7c6 vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() by Damjan Marion · 3 years, 9 months ago
  10. bc867c3 vlib: add elog events for vlib log entries by Dave Barach · 4 years, 1 month ago
  11. 06d8226 vlib: print logs to stderr if interactive or nosyslog set by Damjan Marion · 4 years, 2 months ago
  12. 695eb93 vlib: save signal handler data to global vbls by Dave Barach · 4 years, 2 months ago
  13. fc639ff vlib: map thread stack instead of allocating them from heap by Damjan Marion · 4 years, 3 months ago
  14. 1da0819 vlib: exit 0 (nocore) on SIGHUP by Christian Hopps · 4 years, 8 months ago
  15. cea4652 vlib: address sanitizer support for stack switch, enable clang by Damjan Marion · 4 years, 7 months ago
  16. 8bf80a3 misc: removed executable bits from source files by Ray Kinsella · 4 years, 7 months ago
  17. e31820a vlib: add nosyslog unix option by Ruslan Babayev · 4 years, 10 months ago
  18. 6f533d7 vlib: leave SIGPROF signal with its default handler by Jieqiang Wang · 5 years ago
  19. 8dc954a vlib: add plugin override support by Dave Barach · 4 years, 10 months ago
  20. 10a8bda misc: don't os_exit(1) causing core on SIGINT by Christian E. Hopps · 5 years ago
  21. b2dbb36 vlib: fix startup-config-process stack overflow by GordonNoonan · 5 years ago
  22. d29422c vlib: unix trivial- clean up typos in docs by Paul Vinciguerra · 5 years ago
  23. d991a79 vlib: create unix runtime directory by Ole Troan · 5 years ago
  24. f8d5068 init / exit function ordering by Dave Barach · 6 years ago
  25. 2180bac Preallocate mhash key_tmps vector by Dave Barach · 6 years ago
  26. ad64687 gcov / test framework: sigterm not sigkill by Dave Barach · 6 years ago
  27. 3a95003 vlib: align stack on OS page size by Benoît Ganne · 6 years ago
  28. d54815c Trivial: Update doxygen comments. by Paul Vinciguerra · 6 years ago
  29. d1e17d0 Ignore SIGTERM during the vpp boot sequence by Dave Barach · 6 years ago
  30. 9e52ef6 Save signum and faulting address in static variables by Dave Barach · 6 years ago
  31. 29c0b33 Less intrusive way to capture numa_node and cpu_id changes by Damjan Marion · 6 years ago
  32. ee72141 Fix issue with cpu_id and numa_code captured too early by Damjan Marion · 6 years ago
  33. 0a78fa1 Store numa-noda and cpu-index in vlib_main_t by Damjan Marion · 6 years ago
  34. 68b4da6 Numa-aware, growable physical memory allocator (pmalloc) by Damjan Marion · 6 years ago
  35. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  36. 6a5adc3 Add config option to use dlmalloc instead of mheap by Dave Barach · 6 years ago
  37. 497deaf add backtrace in unix_signal_handler by Kingwel Xie · 6 years ago
  38. 85aa490 configurable per-dispatch-cycle sleep by Dave Barach · 6 years ago
  39. 88c0621 physmem: keep only one physmem_main by Damjan Marion · 7 years ago
  40. 0bda0f4 Thread_index for thread0 in vlib_global_main not initialised by Keith Burns (alagalah) · 7 years ago
  41. 903651c VPP-1029: Don't call clib_longjmp(...) directly from the SIGTERM handler by Dave Barach · 7 years ago
  42. 56dd543 move unix_file_* code to vppinfra by Damjan Marion · 7 years ago
  43. ab7b8d9 Fixes for issues reported by Coverity (VPP-972) by Chris Luke · 7 years ago
  44. 9a244bb Add pidfile cmdline option by Pierre Pfister · 7 years ago
  45. c67787b Set runtime_path properly when running non-root by Damjan Marion · 7 years ago
  46. 57d963f Make VPP runtime directory configurable by Damjan Marion · 7 years ago
  47. a54230d Add knob to specify effective group id (gid) for VPP process by Damjan Marion · 7 years ago
  48. 8148131 VPP-845: add configurable elog post-mortem dump by Dave Barach · 8 years ago
  49. f55f9b8 completelly deprecate os_get_cpu_number, replace new occurences by Damjan Marion · 8 years ago
  50. 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
  51. c8c44eb Add support for unix { coredump-size <size> }. by Klement Sekera · 8 years ago
  52. 3b46cba Plugin infrastructure improvements by Damjan Marion · 8 years ago
  53. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vlib/vlib/unix/main.c]
  54. 90f52bf Refactor pre-Doxy siphon scripts; VPP-396 by Chris Luke · 8 years ago
  55. 01e3caa Use the correct thread stack alignment constraint, VPP-401 by Dave Barach · 8 years ago
  56. 01d86c7 VPP-189 Fix Coverity warnings by Dave Barach · 8 years ago
  57. b2a6e25 VPP-189 coverity warning cleanups by Dave Barach · 8 years ago
  58. 9b8ffd9 fd-io-styleify pass by Dave Barach · 8 years ago
  59. 7afda3a CLI output pager by Chris Luke · 9 years ago
  60. 572d812 Add a (small) banner to the Debug and Telnet CLI by Chris Luke · 9 years ago
  61. 1f49ed6 Link the vpp application against libvnet.so, not libvnet.a by Dave Barach · 9 years ago
  62. 63a814d Warnings be gone. by Dave Barach · 9 years ago
  63. bfdedbd PowerPC64-be arch support. Qemu ("qppc") platform support. by Dave Barach · 9 years ago
  64. cb9cada Initial commit of vpp code. by Ed Warnicke · 9 years ago v1.0.0