aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_source.c
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-0/+2
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-1/+1
* Slight redesign for fitting in with -current.Julian Elischer2002-11-051-27/+50
* The easy part of converting the ng_source node to -current.Julian Elischer2002-11-021-54/+50
* Whitespace fixesJulian Elischer2002-11-021-47/+28
* Add the netgraph 'source' module.Julian Elischer2002-10-311-0/+682