Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-03 | Use SRPL_HEAD() and SRPL_ENTRY() to be consistent with and allow to | Martin Pieuchot | |
fallback to a SLIST. ok dlg@, jasper@ | |||
2015-11-26 | mlink for SRPL_FOREACH_SAFE_LOCKED and tweak its description; | Jason McIntyre | |
2015-11-26 | Add SRPL_FOREACH_SAFE_LOCKED(9), needed to turn the single list of | Martin Pieuchot | |
multipath route entries mpsafe. ok dlg@ | |||
2015-09-18 | tweak previous; | Jason McIntyre | |
2015-09-18 | implement SRPL_INSERT_AFTER_LOCKED. | David Gwynne | |
i thought id committed this at l2k15. sorry for the delay. | |||
2015-09-13 | forgot to prototope SRPL_RC_INITIALIZER | David Gwynne | |
2015-09-09 | no comma after last entry in NAME; | Jason McIntyre | |
2015-09-09 | millert@ noticed an extra period. | David Gwynne | |
2015-09-09 | implement a singly linked list built with SRPs. | David Gwynne | |
this allows us to build lists of things that can be followed by multiple cpus. ok mpi@ claudio@ |