summaryrefslogtreecommitdiffstats
path: root/lib/thread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some small enhancements to thread and workqueue libraries in zebra:Donald Sharp2015-05-201-2/+10
* ospfd-spf-stats.patchDonald Sharp2015-05-201-1/+1
* *: nuke ^L (page feed)David Lamparter2014-06-041-6/+6
* lib: use heap to manage timersChristian Franke2014-04-221-51/+87
* lib: remove unused thread_master_debug functionChristian Franke2014-04-221-29/+0
* hash: force size to be a power of 2Stephen Hemminger2013-02-241-2/+2
* lib: Implement monotonically increasing clock for Darwin.Hasso Tepper2012-11-051-3/+24
* agentx: add AgentX support to Quagga.Vincent Bernat2012-06-251-0/+49
* lib: do not allocate/free thread funcnamesJorge Boncompte [DTI2]2012-05-221-26/+11
* lib: micro-op for thread_get()Jorge Boncompte [DTI2]2012-05-221-3/+2
* lib: remove RUSAGE_T from struct threadJorge Boncompte [DTI2]2012-05-221-5/+6
* lib: fix thread_cancel_event()Jorge Boncompte [DTI2]2012-05-211-0/+18
* lib: fix incorrect thread list processing loopsPaul Jakma2012-02-281-2/+6
* general: remove inline qualifiers and move in-header functions to objectsPaul Jakma2012-01-061-2/+2
* 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
* [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-281-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 2003paul2003-01-181-17/+204
* Initial revisionpaul2002-12-131-0/+668