aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm/sigpvc
Commit message (Expand)AuthorAgeFilesLines
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedRobert Watson2008-05-253-1170/+0
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-073-3/+3
* Make the ioctl() interface cleaner with regard to types: use size_tHartmut Brandt2003-07-291-5/+7
* Remove the zone limits for all the zones used in the ATM code.Hartmut Brandt2003-07-221-1/+2
* Use __FBSDID().David E. O'Brien2003-06-112-19/+6
* 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
* Include <sys/systm.h> instead of depending on namespace pollution inBruce Evans2002-09-291-8/+1
* - Turn a couple of storage pools into UMA zones and their associated callsAndrew R. Reiter2002-05-242-10/+13
* - Change KM_ macro calls to the appropriate function call.Andrew R. Reiter2002-04-191-7/+5
* Remove __P.Alfred Perlstein2002-03-202-13/+13
* Remove more unused #includes.Poul-Henning Kamp2000-10-301-1/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-152-2/+0
* Forgot these files in my kerninclude limited run.Poul-Henning Kamp2000-10-122-34/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addPoul-Henning Kamp2000-10-122-2/+80
* More HARP polishina:Poul-Henning Kamp2000-10-121-6/+6
* Do some cleanups of the HARP atm codes interface into the system:Poul-Henning Kamp2000-10-121-84/+0
* Remove un-needed #include's.Mike Spengler2000-01-173-49/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-6/+6
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-3/+3
* Don't return errors for 'atm show arpserver' command on sigpvc and spansMike Spengler1999-01-191-3/+4
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-3/+4
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-312-10/+10
* Add new files for HARP3Poul-Henning Kamp1998-09-154-0/+1276