index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
thread.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Convert list_delete(struct list *) to ** to allow nulling
Donald Sharp
2017-10-05
1
-1
/
+1
*
Merge pull request #1242 from donaldsharp/eigrp_tm
Renato Westphal
2017-09-27
1
-0
/
+1
|
\
|
*
lib: Set pointer to NULL after free
Donald Sharp
2017-09-25
1
-0
/
+1
*
|
lib: destroy threadmaster condition variable
Quentin Young
2017-09-25
1
-0
/
+1
|
/
*
lib: free thread master name
Quentin Young
2017-09-08
1
-0
/
+2
*
lib: Hash creation cleanup
Donald Sharp
2017-09-05
1
-3
/
+8
*
lib: fix thread scheduling weirdness
Quentin Young
2017-09-01
1
-45
/
+31
*
lib: fix still reachable linked list in thread.c
Quentin Young
2017-08-08
1
-4
/
+8
*
lib: minor style fixes
Quentin Young
2017-08-03
1
-19
/
+21
*
lib: flush ready queue before poll() again
Quentin Young
2017-08-02
1
-19
/
+34
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-1175
/
+1144
*
Merge remote-tracking branch 'frr/master' into newline-redux
David Lamparter
2017-07-14
1
-0
/
+6
|
\
|
*
lib: drop off "masters" list on master_free()
David Lamparter
2017-07-11
1
-0
/
+6
*
|
*: remove VTYNL, part 6 of 6
David Lamparter
2017-07-14
1
-2
/
+2
*
|
*: remove VTYNL, part 1 of 6
David Lamparter
2017-07-14
1
-1
/
+1
*
|
*: ditch vty_outln(), part 2 of 2
David Lamparter
2017-07-14
1
-4
/
+4
*
|
*: ditch vty_outln(), part 1 of 2
David Lamparter
2017-07-13
1
-10
/
+10
|
/
*
*: update hash_create(), hash_create_size()
Quentin Young
2017-07-02
1
-1
/
+1
*
lib: printf bugfixes & improvement
Quentin Young
2017-06-30
1
-2
/
+2
*
Merge pull request #770 from donaldsharp/zclient
Jafar Al-Gharaibeh
2017-06-30
1
-1
/
+1
|
\
|
*
lib: Fix clang warning
Donald Sharp
2017-06-30
1
-1
/
+1
*
|
lib: fix merge error
Quentin Young
2017-06-30
1
-1
/
+0
*
|
lib: more `show thread cpu`
Quentin Young
2017-06-30
1
-10
/
+28
*
|
lib: make `show thread...` commands mt-aware
Quentin Young
2017-06-30
1
-164
/
+162
*
|
lib: mt-safe tracebacks
Quentin Young
2017-06-30
1
-12
/
+17
*
|
lib: un-static trash buffer for pipe poker
Quentin Young
2017-06-30
1
-1
/
+1
|
/
*
*: use vty_outln
Quentin Young
2017-06-29
1
-11
/
+11
*
lib: tighten up exit semantics for thread_fetch()
Quentin Young
2017-06-16
1
-38
/
+55
*
lib: mt-safe cancel, round deux
Quentin Young
2017-06-16
1
-83
/
+151
*
lib: add mt-safe thread_cancel
Quentin Young
2017-06-16
1
-177
/
+260
*
*: remove THREAD_BACKGROUND
Quentin Young
2017-06-08
1
-69
/
+5
*
Merge pull request #648 from qlyoung/fix-pollfd-stack-overflow
David Lamparter
2017-06-06
1
-6
/
+7
|
\
|
*
lib: use heap for pollfds
Quentin Young
2017-06-01
1
-6
/
+7
*
|
lib: allow infinite sleep in poll()
Quentin Young
2017-06-06
1
-3
/
+0
|
/
*
lib: make writing end of pipe nonblocking
Quentin Young
2017-05-31
1
-0
/
+1
*
lib: missed AWAKEN in r/w thread scheduler
Quentin Young
2017-05-30
1
-0
/
+2
*
lib: allow pthreads to poke poll()
Quentin Young
2017-05-30
1
-17
/
+49
*
lib: remove select()
Quentin Young
2017-05-30
1
-231
/
+74
*
lib: enforce thread_cancel() MT-unsafe invariant
Quentin Young
2017-05-19
1
-3
/
+6
*
Merge pull request #538 from qlyoung/fix-stack-access-2
Lou Berger
2017-05-17
1
-16
/
+22
|
\
|
*
lib: return thread pointer from thread_add*
Quentin Young
2017-05-16
1
-16
/
+22
*
|
Merge pull request #549 from qlyoung/fix-poll-eof
David Lamparter
2017-05-17
1
-3
/
+2
|
\
\
|
*
|
lib: correctly handle EOF when using poll()
Quentin Young
2017-05-16
1
-3
/
+2
|
|
/
*
/
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
|
/
*
lib: fix access to stack value
Quentin Young
2017-05-15
1
-11
/
+11
*
lib: safely check & set thread pointers
Quentin Young
2017-05-09
1
-28
/
+43
*
*: remove THREAD_ON macros, add nullity check
Quentin Young
2017-05-09
1
-29
/
+50
*
Merge remote-tracking branch 'origin/stable/3.0'
Donald Sharp
2017-05-08
1
-14
/
+14
|
\
|
*
lib: Rename HAVE_POLL to prevent conflicting #defines
Donald Sharp
2017-05-04
1
-15
/
+15
*
|
lib: abort if fd >= FD_SETSIZE and using select
Quentin Young
2017-05-07
1
-0
/
+6
[next]