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
2021-06-24
lib: try CLOCK_THREAD_CPUTIME_ID
David Lamparter
2021-06-24
lib: make cputime checks runtime options (v2)
David Lamparter
2021-05-03
Merge pull request #8545 from opensourcerouting/assert-our-own
Mark Stapp
2021-05-02
lib: Provide some better error handling for operator
Donald Sharp
2021-04-23
*: remaining zassert => assert
David Lamparter
2021-04-16
Merge pull request #8465 from opensourcerouting/vtysh-scan-snafu
Mark Stapp
2021-04-15
vtysh: add lib/thread.c to vtysh_scan
David Lamparter
2021-03-26
lib: Incorporate Wall and Cpu warning into `show thread cpu`
Donald Sharp
2021-03-26
lib: Differentiate between real and cpu bound processes
Donald Sharp
2021-03-17
*: require semicolon after DEFINE_<typesafe...>
David Lamparter
2021-03-17
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-02
Merge pull request #7951 from mjstapp/fix_cancel_event
Donald Sharp
2021-02-22
lib: Reduce getrusage/monotime for event handling
Donald Sharp
2021-02-18
lib: pass the thread_master to process_timers()
Mark Stapp
2021-02-18
lib: don't awaken from poll for every timer
Mark Stapp
2021-02-18
lib: remove unneeded arg from timer api
Mark Stapp
2021-02-18
lib: small code cleanup in thread.c
Mark Stapp
2021-02-14
*: remove tabs & newlines from log messages
David Lamparter
2021-02-09
libs, bgpd: improve task cancellation by argument value
Mark Stapp
2021-02-09
libs: make the task cancellation struct private
Mark Stapp
2021-02-03
lib/xref: fix frrtrace() calls in thread code
David Lamparter
2021-02-02
Merge pull request #6766 from opensourcerouting/xref
Russ White
2021-02-01
lib/xref: use to transport thread_* file/line/func
David Lamparter
2021-02-01
lib: Line up `show thread cpu` output appropriately
Donald Sharp
2020-11-18
lib: add startup option to limit fds
Mark Stapp
2020-11-04
* : clean up format specifiers for gcc-10
Mark Stapp
2020-11-02
lib: fix missed pointer update
Quentin Young
2020-10-28
lib: avoid signal-handling race with event loop poll call
Mark Stapp
2020-10-28
lib: add debug output for signal mask
Mark Stapp
2020-10-24
Merge pull request #7194 from qlyoung/tracing
Mark Stapp
2020-10-23
lib, bgpd: convert lttng tracepoints to frrtrace()
Quentin Young
2020-10-23
lib: move trace.h -> libfrr_trace.h
Quentin Young
2020-10-23
lib: add tracepoints for hash ops, thread events
Quentin Young
2020-10-23
*: unify thread/event cancel macros
Mark Stapp
2020-10-23
* : update signature of thread_cancel api
Mark Stapp
2020-09-15
lib: set threadmaster name to 'default' if none
Quentin Young
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
[next]