summaryrefslogtreecommitdiffstats
path: root/lib/thread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: Add function name to `show thread poll`Donald Sharp2019-06-131-4/+25
* lib: Add check for non-preexisting threadDonald Sharp2019-06-131-4/+16
* lib: Prevent infinite loop in fd handlingDonald Sharp2019-06-131-8/+26
* *: fix some dumb printf format warningsDavid Lamparter2019-06-111-2/+4
* lib, pimd, sharpd: Various output string cleanupsDonald Sharp2019-06-071-1/+1
* lib: Display to end user the MAX_FDS allowedDonald Sharp2019-05-241-1/+2
* lib: 'show thread cpu' help strings referenced a weird optionDonald Sharp2019-05-241-1/+1
* *: rename new ForEach macros from the typesafe APIRenato Westphal2019-05-211-2/+2
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-2/+2
* Revert "lib: use DECLARE_SKIPLIST for timers instead of pqueue"David Lamparter2019-04-291-32/+62
* lib: use DECLARE_SKIPLIST for timers instead of pqueueDavid Lamparter2019-04-271-62/+32
* lib: use DECLARE_LIST for thread_listDavid Lamparter2019-04-271-94/+39
* Merge pull request #4073 from donaldsharp/undebug_me_or_notLou Berger2019-04-041-4/+3
|\
| * lib, pbrd, zebra: Fix size_t type printf warnings on obscure platformsDonald Sharp2019-04-031-4/+3
* | lib: reduce exported var symbolsQuentin Young2019-04-031-2/+2
|/
* *: remove null check before XFREEQuentin Young2019-02-261-4/+2
* *: do not check XMALLOC / XCALLOC for null retQuentin Young2019-02-261-2/+0
* *: Rename backet to bucketTim Bray2019-02-251-4/+4
* lib: make atomic ops C++ compatibleDavid Lamparter2019-02-111-1/+2
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
* lib: Convert RUSAGE_SELF to RUSAGE_THREAD where we canDonald Sharp2019-01-091-1/+6
* lib: add thread_timer_remain_msec functionChristian Franke2018-12-041-3/+9
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-2/+2
* Merge pull request #3087 from opensourcerouting/bfd-memleakQuentin Young2018-10-041-28/+45
|\
| * lib: refactor thread_executeRafael Zalamena2018-10-031-17/+19
| * lib: fix a memory leak in FreeBSDRafael Zalamena2018-10-031-11/+26
* | *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-2/+2
|/
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-2/+2
* lib: Convert thread.c to use new error-code subsystemDonald Sharp2018-09-061-2/+5
* lib: Limit depth of unused thread listDonald Sharp2018-08-231-8/+16
* lib: Seperate out Poll data from thread memory statisticsDonald Sharp2018-08-231-14/+7
* lib: Ensure read/write fd's are in rangeDonald Sharp2018-08-011-0/+1
* lib, vtysh: Add 'show thread poll' commandDonald Sharp2018-06-171-0/+42
* lib: fix sizeof expression (Coverity 1455482)paco2018-06-081-1/+1
* Merge pull request #2099 from qlyoung/fix-cpu-thread-hist-raceRuss White2018-04-241-32/+78
|\
| * lib: fix data race in thread history collectionQuentin Young2018-04-221-32/+78
* | lib: fix dynamic stack buffer overflowQuentin Young2018-04-201-1/+1
|/
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* Merge pull request #1831 from qlyoung/frr-pthread-fixupsRenato Westphal2018-03-131-1/+11
|\
| * lib: some frr_pthread fixesQuentin Young2018-03-061-1/+11
* | *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-4/+3
|/
* lib: avoid crash when cancelling invalid rw jobQuentin Young2018-01-161-1/+13
* lib: Fix thread removal from a pqueueDonald Sharp2017-11-291-1/+2
* lib: Display unsigned instead of signedDonald Sharp2017-10-181-1/+1
* *: Convert list_free usage to list_deleteDonald Sharp2017-10-051-2/+1
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-1/+1
* Merge pull request #1242 from donaldsharp/eigrp_tmRenato Westphal2017-09-271-0/+1
|\
| * lib: Set pointer to NULL after freeDonald Sharp2017-09-251-0/+1
* | lib: destroy threadmaster condition variableQuentin Young2017-09-251-0/+1
|/
* lib: free thread master nameQuentin Young2017-09-081-0/+2