summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'master' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-101-6/+9
|\| | | |
| * | | | Allow orphan symbols to be unset -- lib/symtab.cChris Hall (GMCH)2009-12-101-6/+9
| | |/ / | |/| |
* | | | Merge branch 'master' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-101-2/+3
|\| | | | |/ / |/| |
| * | Allow orphan symbols to be unset -- lib/symtab.cChris Hall (GMCH)2009-12-101-2/+3
| * | Merge remote branch 'quagga/master' of /git/quagga.euro-ixChris Hall (GMCH)2009-12-0922-288/+107
| |\|
* | | Merge remote branch 'quagga/master' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-0922-288/+107
|\ \ \ | | |/ | |/|
| * | zebra: cleanup RIB meta queue codeStephen Hemminger2009-12-091-37/+10
| * | lib: move check_bit into prefix common codeStephen Hemminger2009-12-095-72/+22
| * | lib: fix warning on little endianStephen Hemminger2009-12-091-1/+2
| * | zebra: fix more warnings in rtadvStephen Hemminger2009-12-081-8/+5
| * | Merge branch 'master' of ssh://code.quagga.net/var/lib/git/quaggaDenis Ovsienko2009-12-083-27/+16
| |\ \
| | * | zebra: remove unused function to fix warningStephen Hemminger2009-12-081-13/+0
| | * | lib: make match functions take const argsStephen Hemminger2009-12-082-14/+16
| * | | zebra: fix more compiler warningsStephen Hemminger2009-12-081-40/+4
| |/ /
| * | lib: remove unused function: route_dump_node()Denis Ovsienko2009-12-071-17/+0
| * | lib: log source of vty connections (bug #566)heasley2009-12-071-0/+6
| * | ospf6d: review LSA sequence number comparisonOndrej Zajicek2009-12-071-7/+4
| * | bgpd: work around warning in assegments_parse()Denis Ovsienko2009-12-041-2/+5
| * | zebra: handle RTF_CLONING removal from FreeBSD 8.0David Ward2009-12-031-0/+7
| * | isisd: fix --enable-isis-topology for 64-bit LinuxDavid Ward2009-12-031-0/+3
| * | zebra: fix argument reference in strncpy() call for BSDheasley2009-12-031-1/+1
| * | isisd: fix BPF ioctl() calls, treat "true" and "false" as reservedDavid Ward2009-12-031-6/+7
| * | configure: fix spellingDavid Ward2009-12-031-1/+1
| * | ospfd: VTY strings cleanupStephen Hemminger2009-12-031-15/+2
| * | ospfd: comment out unused functionStephen Hemminger2009-12-031-0/+2
| * | ospfd: make local functions staticStephen Hemminger2009-12-032-55/+8
| * | zebra: fix RIB debug message for IPv6David Ward2009-12-031-4/+4
| * | zebra: make declaration const in rtm_flag_dump()Tom Goff2009-12-031-1/+1
| * | ospf6d: fix LSA locking in ospf6_new_ls_id()Tom Goff2009-12-011-0/+3
* | | Fix qps_pselect() so that zeroises results, not enabled.Chris Hall (GMCH)2009-12-091-2/+2
* | | Ensure all timeouts are timeout times in qtime_mono_t.Chris Hall (GMCH)2009-12-0912-209/+202
* | | Fixed -ve return from qps_pselect. Fixed calls of qps_enable_mode - usespaulo2009-12-092-10/+6
* | | Changed timeout handling in qpn_start -- lib/qpnexus.cChris Hall (GMCH)2009-12-091-3/+2
* | | Bug fix in qps_selection_validate(), lib/qpselect.cChris Hall (GMCH)2009-12-091-33/+132
* | | Fix timeouts in nexus, fix LOCK in vtypaulo2009-12-093-9/+13
* | | Fixes to get as far as creating the thread and calling qps_pselectpaulo2009-12-096-34/+28
* | | Bug fix in qps_make_super_set_map(), lib/qpselect.cChris Hall (GMCH)2009-12-091-2/+2
* | | Add qps_selection_ream() to lib/qpselect.cChris Hall (GMCH)2009-12-082-200/+449
* | | Nexus handling.paulo2009-12-082-0/+208
* | | Wired up the CLI thread with new qpnexus type. Still work in progress.paulo2009-12-085-86/+356
* | | Fixes to lib/qtime.c and lib/qtimers.hChris Hall (GMCH)2009-12-082-5/+5
* | | Merge branch 'pthreads' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-086-210/+515
|\ \ \
| * | | Make vty and log thread safe under single mutex.paulo2009-12-076-210/+515
* | | | Improved lib/qt_craft_monotonic() handling of overflow.Chris Hall (GMCH)2009-12-082-40/+106
* | | | Added qtimer_pile_top_time() to lib/qtimers.cChris Hall (GMCH)2009-12-084-112/+177
|/ / /
* | | Fixed qpt_mutex_unlock() (debug version).Chris Hall (GMCH)2009-12-071-2/+2
* | | Enabled qpt_mutex_recursive in lib/qpthreads.Chris Hall (GMCH)2009-12-072-17/+66
* | | Initial commit for lib/qpselect.c & .h and lib/qtimers.c & .hChris Hall (GMCH)2009-12-066-2/+1665
* | | Updates to lib/qtime.c & .hChris Hall (GMCH)2009-12-062-12/+66
* | | Updates to lib/qpthreads.c & .hChris Hall (GMCH)2009-12-062-3/+18