aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm/spans
Commit message (Expand)AuthorAgeFilesLines
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-5/+3
* Make the ioctl() interface cleaner with regard to types: use size_tHartmut Brandt2003-07-292-2/+4
* Print the offending SPANS message only if printing is enabled.Hartmut Brandt2003-07-251-1/+2
* Create a sysctl that allows to enable/disable printing of SPANS messages.Hartmut Brandt2003-07-243-17/+15
* Remove the zone limits for all the zones used in the ATM code.Hartmut Brandt2003-07-223-4/+8
* Use __FBSDID().David E. O'Brien2003-06-119-81/+26
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-9/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-195-19/+19
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-215-19/+19
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-302-4/+4
* - Change the ATM stack functions to use intptr_t instead of int for opaqueJohn Baldwin2002-11-081-1/+1
* Make netatm/spans compile in the kernel without depending on userlandPeter Wemm2002-09-174-4/+381
* Fix a few warnings by adding a missing prototypePeter Wemm2002-05-241-0/+1
* - Remove a few storage pools and replace them with UMA zones. The spansAndrew R. Reiter2002-05-247-78/+90
* - Nuke some more not needed #ifdef cruft.Andrew R. Reiter2002-04-211-4/+0
* - Nuke some more #ifdef sun related sections.Andrew R. Reiter2002-04-191-5/+0
* - Change KM_ macro calls to the appropriate function call.Andrew R. Reiter2002-04-197-30/+26
* Wrap function in #ifdef DIAGNOSTIC to compile with -Werror.Matthew N. Dodd2002-04-171-2/+4
* Remove __P.Alfred Perlstein2002-03-208-146/+139
* Silence some warningsAlfred Perlstein2001-03-201-9/+9
* Add back some now needed #include <sys/systm.h>Poul-Henning Kamp2000-12-072-0/+2
* Remove more unused #includes.Poul-Henning Kamp2000-10-302-2/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-159-9/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addPoul-Henning Kamp2000-10-129-9/+182
* More HARP polishina:Poul-Henning Kamp2000-10-122-8/+8
* Do some cleanups of the HARP atm codes interface into the system:Poul-Henning Kamp2000-10-121-84/+0
* Process SPANS ARP requests even if source IP is 0.0.0.0 (or broadcast). ThisMike Spengler2000-01-151-7/+12
* Fix a warning (unused variable RCSid)Peter Wemm1999-11-181-1/+1
* Fixed printf format errors (don't assume that ntohl() returns u_long;Bruce Evans1999-08-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2812-22/+22
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-5/+5
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-275-18/+20
* Don't return errors for 'atm show arpserver' command on sigpvc and spansMike Spengler1999-01-191-2/+9
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-044-45/+61
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-319-50/+58
* Two patches from the HARP people:Poul-Henning Kamp1998-09-176-54/+53
* Add new files for HARP3Poul-Henning Kamp1998-09-1512-0/+9185