Age | Commit message (Expand) | Author | Files | Lines |
2021-03-26 | vlib: split vlib_main_t into global and per-thread | Damjan Marion | 1 | -7/+11 |
2021-03-26 | vlib: introduce vlib_get_elog_main() | Damjan Marion | 1 | -2/+2 |
2021-03-26 | vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() | Damjan Marion | 1 | -1/+1 |
2020-11-25 | vlib: add elog events for vlib log entries | Dave Barach | 1 | -0/+5 |
2020-10-21 | vlib: print logs to stderr if interactive or nosyslog set | Damjan Marion | 1 | -0/+10 |
2020-10-09 | vlib: save signal handler data to global vbls | Dave Barach | 1 | -4/+4 |
2020-09-17 | vlib: map thread stack instead of allocating them from heap | Damjan Marion | 1 | -10/+9 |
2020-09-03 | vlib: exit 0 (nocore) on SIGHUP | Christian Hopps | 1 | -2/+2 |
2020-06-16 | vlib: address sanitizer support for stack switch, enable clang | Damjan Marion | 1 | -0/+3 |
2020-05-15 | misc: removed executable bits from source files | Ray Kinsella | 1 | -0/+0 |
2020-05-02 | vlib: add nosyslog unix option | Ruslan Babayev | 1 | -3/+10 |
2020-03-21 | vlib: leave SIGPROF signal with its default handler | Jieqiang Wang | 1 | -0/+1 |
2020-02-06 | vlib: add plugin override support | Dave Barach | 1 | -0/+2 |
2019-12-17 | misc: don't os_exit(1) causing core on SIGINT | Christian E. Hopps | 1 | -1/+5 |
2019-12-17 | vlib: fix startup-config-process stack overflow | GordonNoonan | 1 | -0/+1 |
2019-10-28 | vlib: unix trivial- clean up typos in docs | Paul Vinciguerra | 1 | -2/+2 |
2019-08-20 | vlib: create unix runtime directory | Ole Troan | 1 | -0/+5 |
2019-05-16 | init / exit function ordering | Dave Barach | 1 | -2/+7 |
2019-05-14 | Preallocate mhash key_tmps vector | Dave Barach | 1 | -1/+2 |
2019-05-06 | gcov / test framework: sigterm not sigkill | Dave Barach | 1 | -0/+11 |
2019-05-02 | vlib: align stack on OS page size | Benoît Ganne | 1 | -1/+1 |
2019-04-12 | Trivial: Update doxygen comments. | Paul Vinciguerra | 1 | -3/+10 |
2019-03-21 | Ignore SIGTERM during the vpp boot sequence | Dave Barach | 1 | -1/+6 |
2019-03-01 | Save signum and faulting address in static variables | Dave Barach | 1 | -0/+6 |
2019-01-28 | Less intrusive way to capture numa_node and cpu_id changes | Damjan Marion | 1 | -1/+0 |
2019-01-27 | Fix issue with cpu_id and numa_code captured too early | Damjan Marion | 1 | -2/+1 |
2019-01-20 | Store numa-noda and cpu-index in vlib_main_t | Damjan Marion | 1 | -0/+2 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) | Damjan Marion | 1 | -1/+0 |
2018-10-23 | c11 safe string handling support | Dave Barach | 1 | -1/+1 |
2018-07-18 | Add config option to use dlmalloc instead of mheap | Dave Barach | 1 | -0/+2 |
2018-06-26 | add backtrace in unix_signal_handler | Kingwel Xie | 1 | -9/+49 |
2018-06-21 | configurable per-dispatch-cycle sleep | Dave Barach | 1 | -0/+2 |
2018-03-05 | physmem: keep only one physmem_main | Damjan Marion | 1 | -0/+1 |
2017-10-20 | Thread_index for thread0 in vlib_global_main not initialised | Keith Burns (alagalah) | 1 | -0/+1 |
2017-10-14 | VPP-1029: Don't call clib_longjmp(...) directly from the SIGTERM handler | Dave Barach | 1 | -4/+3 |
2017-09-09 | move unix_file_* code to vppinfra | Damjan Marion | 1 | -0/+1 |
2017-09-08 | Fixes for issues reported by Coverity (VPP-972) | Chris Luke | 1 | -4/+4 |
2017-09-05 | Add pidfile cmdline option | Pierre Pfister | 1 | -9/+42 |
2017-08-31 | Set runtime_path properly when running non-root | Damjan Marion | 1 | -2/+11 |
2017-08-24 | Make VPP runtime directory configurable | Damjan Marion | 1 | -1/+12 |
2017-06-21 | Add knob to specify effective group id (gid) for VPP process | Damjan Marion | 1 | -0/+7 |
2017-05-16 | VPP-845: add configurable elog post-mortem dump | Dave Barach | 1 | -4/+4 |
2017-05-10 | completelly deprecate os_get_cpu_number, replace new occurences | Damjan Marion | 1 | -1/+1 |
2017-04-06 | Use thread local storage for thread index | Damjan Marion | 1 | -24/+19 |
2017-03-06 | Add support for unix { coredump-size <size> }. | Klement Sekera | 1 | -0/+22 |
2017-02-03 | Plugin infrastructure improvements | Damjan Marion | 1 | -0/+8 |
2016-12-28 | Reorganize source tree to use single autotools instance | Damjan Marion | 1 | -0/+557 |