aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm/uni/uniarp_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedRobert Watson2008-05-251-436/+0
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Make the ioctl() interface cleaner with regard to types: use size_tHartmut Brandt2003-07-291-1/+1
* Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. AllHartmut Brandt2003-07-231-1/+2
* Use __FBSDID().David E. O'Brien2003-06-111-10/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* - Finish the uni part of the storage pool cleanup. There should now onlyAndrew R. Reiter2002-06-131-2/+2
* - Nuke some more not needed #ifdef cruft.Andrew R. Reiter2002-04-211-4/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addPoul-Henning Kamp2000-10-121-1/+24
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-2/+6
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-311-5/+5
* Add new files for HARP3Poul-Henning Kamp1998-09-151-0/+420