summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | zebra: deal with irdp compile warningsStephen Hemminger2009-12-104-31/+27
| * | bgpd: compile warnings cleanupStephen Hemminger2009-12-104-75/+1
* | | Merge branch 'pthreads' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-103-63/+80
|\ \ \
| * | | Needed unprotected version of vty_reset for use in vty_terminatepaulo2009-12-101-4/+10
| * | | Merge branch 'master' of ssh://paulo@80.177.246.130/git/quagga.euro-ix into p...paulo2009-12-101-2/+3
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' of ssh://paulo@80.177.246.130/git/quagga.euro-ix into p...paulo2009-12-101-6/+9
| |\ \ \
| * \ \ \ Merge branch 'master' of ssh://paulo@80.177.246.130/git/quagga.euro-ix into p...paulo2009-12-101-2/+3
| |\ \ \ \
| * | | | | Stop recursive lock checking assertpaulo2009-12-103-59/+70
* | | | | | New access functions for mqueue_blocks & use qpthreads_enable.Chris Hall (GMCH)2009-12-102-92/+273
* | | | | | Introduced qpthreads_enabled flag in lib/qpthreadsChris Hall (GMCH)2009-12-102-99/+296
* | | | | | Merge branch 'master' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-101-2/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Fix reaming of empty symbol table -- lib/symtab.cChris Hall (GMCH)2009-12-101-2/+3
| | |_|/ / | |/| | |
* | | | | 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