summaryrefslogtreecommitdiffstats
path: root/lib/thread.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into euro_ix_bex23bChris Hall2012-03-231-2/+6
|\
| * lib: fix incorrect thread list processing loopsPaul Jakma2012-02-281-2/+6
* | Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_bex21bChris Hall2012-03-171-2/+2
|\|
| * general: remove inline qualifiers and move in-header functions to objectsPaul Jakma2012-01-061-2/+2
* | vtysh partly restored. bgpd not crashing on over-size messages.Chris Hall2012-02-191-45/+87
* | Merge branch 'euro_ix' of /git/quagga.euro-ix into pipeworkex18pChris Hall2011-08-121-5/+3
|\ \
| * | Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-121-5/+3
| |\|
| | * lib: Add a command to clear the thread CPU history dataPaul Jakma2010-12-081-0/+83
| | * lib: Thread scheduler should be fair and not let events starve I/O and timersPaul Jakma2010-12-081-16/+41
| | * lib: thread history funcname shouldn't be constant, it's freedPaul Jakma2010-12-081-1/+1
* | | Update pipework and improve memory reporting.Chris Hall2011-07-211-1/+1
* | | Merge branch 'master' of /git/quagga.euro-ix into pipeworkex16pChris Hall2011-03-291-6/+6
|\| |
| * | Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-291-19/+146
* | | Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-291-13/+140
* | | Upgrade of "pipework" -- including piping to/from shell commandsex11pChris Hall2011-03-211-5/+5
|/ /
* | New functions for error numbers and addresses in messages.Chris Hall2010-04-081-1/+1
* | Revised thread/timer handling, work queue and scheduling.Chris Hall2010-02-161-191/+371
* | Change nexus priorities to more closely resemble the originals.paulo2010-02-021-34/+19
* | Getting BGP Engine to start and removing warnings.Chris Hall2010-01-241-61/+69
* | Merged with GMCH changespaulo2010-01-181-16/+13
* | Nexus to handle old threads and process the bgp local events. Dealspaulo2010-01-181-0/+55
* | Use static mutexespaulo2009-12-171-6/+5
* | Fix shutdown. Move cpu stats command to cli thread.paulo2009-12-171-1/+32
* | Using message queue to send commands from cli thread to bgp thread.paulo2009-12-141-2/+29
* | vty running in main thread. bgp running in its own thread.paulo2009-12-111-1/+3
|/
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-191-1/+21
* [lib/cleanup] Use a typedef for the thread typePaul Jakma2009-06-301-3/+3
* [lib] Fix timer precision.Joakim Tjernlund2008-11-291-1/+1
* [lib] hash compare function arguments ought to be const qualifiedStephen Hemminger2008-08-221-3/+3
* [lib] Bug #134: threads should be more robust against backward time jumpsPaul Jakma2006-08-271-15/+164
* [lib] Optimise thread_call by caching pointer to thread history in the threadPaul Jakma2006-07-251-14/+25
* 2005-05-19 Paul Jakma <paul@dishone.st>paul2005-05-191-1/+4
* 2005-05-06 Paul Jakma <paul@dishone.st>paul2005-05-061-17/+19
* 2005-04-27 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-281-123/+116
* 2005-04-25 Paul Jakma <paul.jakma@sun.com>paul2005-04-251-48/+0
* 2005-04-22 Paul Jakma <paul.jakma@sun.com>paul2005-04-221-99/+184
* 2005-04-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-161-8/+14
* 2004-12-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-281-4/+2
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-1/+1
* 2004-10-31 Paul Jakma <paul@dishone.st>paul2004-10-311-2/+1
* 2004-10-31 Paul Jakma <paul@dishone.st>paul2004-10-311-7/+8
* 2004-10-11 Paul Jakma <paul@dishone.st>paul2004-10-111-3/+3
* Number of warnings is down to 3 again in lib directory. A lot of const'shasso2004-10-051-9/+9
* 2004-10-05 Paul Jakma <paul@dishone.st>paul2004-10-051-34/+33
* 2004-07-14 Paul Jakma <paul@dishone.st>paul2004-07-221-17/+25
* Merge isisd into the Quagga's framework:jardin2003-12-231-0/+40
* Need to free the defunct funcname if we grab a thread from the unused list.paul2003-03-271-1/+7
* Fix memory leak in 'show thread cpu' command.paul2003-03-121-1/+2
* From havanna_moon@gmx.net Fri Jan 17 23:37:49 2003patch_z17217_show_thread_cpupaul2003-01-171-17/+204
* Initial revisionpaul2002-12-131-0/+668