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