aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_clone.c
Commit message (Expand)AuthorAgeFilesLines
* o Move ifcr_count sanity check up and reject negative values before weMaxim Konovalov2005-02-241-6/+3
* Make a bunch of malloc types static.Poul-Henning Kamp2005-02-101-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Fix a LOR where copyout was called while holding a lock.Brooks Davis2004-09-151-10/+27
* When removing the last reference to a cloner, do not try to unlock twice -Max Laier2004-07-201-2/+3
* Major overhaul of pseudo-interface cloning. Highlights include:Brooks Davis2004-06-221-0/+468