aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_one2many.c
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-1/+1
* Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings.John Baldwin2002-11-081-3/+3
* Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs2002-05-311-5/+5
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-7/+7
* Implement direct support for semipersistant nodes.Julian Elischer2001-01-301-2/+3
* Add a new distribution algorythm to the 'one2many' node type.Julian Elischer2001-01-281-3/+51
* Part 2 of the netgraph rewrite.Julian Elischer2001-01-081-16/+16
* Rewrite of netgraph to start getting ready for SMP.Julian Elischer2001-01-061-26/+18
* Divorce the kernel binary ABI version number from the messageJulian Elischer2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgJulian Elischer2000-12-121-2/+1
* New netgraph node type ng_one2many(4).Archie Cobbs2000-11-161-0/+521