index
:
matthieu/frr.git
aceelindem/ospf6-area-no-config-delete
bgp_ls
debian/7.5
debian/bookworm
debian/buster
debian/master
dev/mgmtd
dev/omgmtd
dev/rust-skel
dev_isis_sr
fuzz
master
mergify/bp/dev/10.3/pr-17935
mergify/bp/dev/9.0/pr-13800
mergify/bp/dev/9.1/pr-13617
mergify/bp/stable/10.0/pr-18108
mergify/bp/stable/10.1/pr-18108
mergify/bp/stable/10.1/pr-18254
mergify/bp/stable/10.2/pr-18108
mergify/bp/stable/10.2/pr-18430
mergify/bp/stable/10.3/pr-18108
mergify/bp/stable/10.3/pr-18378
mergify/bp/stable/10.3/pr-18430
mergify/bp/stable/10.3/pr-18483
mergify/bp/stable/10.3/pr-18498
mergify/bp/stable/10.3/pr-18502
nb_conversions
old-fuzz
rc/10.0
rc/10.0.2
rc/10.0.3
rc/10.1
rc/10.1.1
rc/10.1.2
rc/10.2
rc/10.2.1
rc/10.3
rc/8.4
rc/8.4.6
rc/8.4.7
rc/8.5
rc/8.5.6
rc/8.5.7
rc/9.0
rc/9.0.4
rc/9.0.5
rc/9.1
rc/9.1.2
rc/9.1.3
revert-11334-fix/deprecation_warning
revert-13509-bgp_nht_other_if_cases
revert-5015-rpki_vrf_encapsulation
revert-5870-hash_backet
revert-6277-feature/show_bgp_afi_safi_sndpfx
revert-8216-add_rd_all
revert-8795-fix-ospf6-router-id
revert-9179-PR9001-for-8.0
stable/10.0
stable/10.1
stable/10.2
stable/10.3
stable/2.0
stable/3.0
stable/4.0
stable/5.0
stable/6.0
stable/7.0
stable/7.1
stable/7.2
stable/7.3
stable/7.4
stable/7.5
stable/8.0
stable/8.1
stable/8.2
stable/8.3
stable/8.4
stable/8.5
stable/9.0
stable/9.1
support_bundle
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
thread.c
Age
Commit message (
Expand
)
Author
2020-08-12
lib: Properly handle POLLERR from poll()
Donald Sharp
2020-08-12
lib: Fixup comment indentations in thread.c
Donald Sharp
2020-08-05
lib: timer: move the timer string api to lib
Anuradha Karuppiah
2020-07-14
*: un-split strings across lines
David Lamparter
2020-06-11
*: have daemons call frr_fini() at termination
Mark Stapp
2020-04-01
lib: rewrite zlog lock-free & TLS-buffered
David Lamparter
2020-03-29
*: fix format string warnings
David Lamparter
2020-03-08
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2019-12-02
*: generously apply const
David Lamparter
2019-10-16
*: Allow disabling of `getrusage` calls
Donald Sharp
2019-10-15
lib: Clean up the index that is being used for storing FD and events.
Spantik
2019-09-03
lib: add frr_with_mutex() block-wrapper
David Lamparter
2019-08-19
*: Fix spelling errors pointed out by debian packaging
Donald Sharp
2019-08-08
Merge pull request #4497 from opensourcerouting/rcu
Donald Sharp
2019-08-01
lib: use DECLARE_HEAP for timers instead of pqueue
David Lamparter
2019-07-31
lib: RCU
David Lamparter
2019-06-13
lib: Add function name to `show thread poll`
Donald Sharp
2019-06-13
lib: Add check for non-preexisting thread
Donald Sharp
2019-06-13
lib: Prevent infinite loop in fd handling
Donald Sharp
2019-06-11
*: fix some dumb printf format warnings
David Lamparter
2019-06-07
lib, pimd, sharpd: Various output string cleanups
Donald Sharp
2019-05-24
lib: Display to end user the MAX_FDS allowed
Donald Sharp
2019-05-24
lib: 'show thread cpu' help strings referenced a weird option
Donald Sharp
2019-05-21
*: rename new ForEach macros from the typesafe API
Renato Westphal
2019-05-14
lib: hashing functions should take const arguments
Quentin Young
2019-04-29
Revert "lib: use DECLARE_SKIPLIST for timers instead of pqueue"
David Lamparter
2019-04-27
lib: use DECLARE_SKIPLIST for timers instead of pqueue
David Lamparter
2019-04-27
lib: use DECLARE_LIST for thread_list
David Lamparter
2019-04-04
Merge pull request #4073 from donaldsharp/undebug_me_or_not
Lou Berger
2019-04-03
lib, pbrd, zebra: Fix size_t type printf warnings on obscure platforms
Donald Sharp
2019-04-03
lib: reduce exported var symbols
Quentin Young
2019-02-25
*: remove null check before XFREE
Quentin Young
2019-02-25
*: do not check XMALLOC / XCALLOC for null ret
Quentin Young
2019-02-25
*: Rename backet to bucket
Tim Bray
2019-02-11
lib: make atomic ops C++ compatible
David Lamparter
2019-01-24
Treewide: use ANSI function definitions
Ruben Kerkhof
2019-01-09
lib: Convert RUSAGE_SELF to RUSAGE_THREAD where we can
Donald Sharp
2018-12-04
lib: add thread_timer_remain_msec function
Christian Franke
2018-10-19
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-03
Merge pull request #3087 from opensourcerouting/bfd-memleak
Quentin Young
2018-10-03
lib: refactor thread_execute
Rafael Zalamena
2018-10-03
lib: fix a memory leak in FreeBSD
Rafael Zalamena
2018-10-02
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-09-13
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-06
lib: Convert thread.c to use new error-code subsystem
Donald Sharp
2018-08-23
lib: Limit depth of unused thread list
Donald Sharp
2018-08-23
lib: Seperate out Poll data from thread memory statistics
Donald Sharp
2018-08-01
lib: Ensure read/write fd's are in range
Donald Sharp
2018-06-16
lib, vtysh: Add 'show thread poll' command
Donald Sharp
2018-06-08
lib: fix sizeof expression (Coverity 1455482)
paco
[next]