summaryrefslogtreecommitdiffstats
path: root/sys/netatm/spans
Commit message (Expand)AuthorAgeFilesLines
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-2513-9616/+0
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Fix various compilation warnings for gcc-4.2.mjacob2007-06-231-3/+3
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-2/+2
* /* -> /*- for license, minor formatting changesimp2005-01-0713-13/+13
* Avoid casts as lvalues.kan2004-07-281-4/+4
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-5/+3
* Make the ioctl() interface cleaner with regard to types: use size_tharti2003-07-292-2/+4
* Print the offending SPANS message only if printing is enabled.harti2003-07-251-1/+2
* Create a sysctl that allows to enable/disable printing of SPANS messages.harti2003-07-243-17/+15
* Remove the zone limits for all the zones used in the ATM code.harti2003-07-223-4/+8
* Use __FBSDID().obrien2003-06-119-81/+26
* Use __FBSDID rather than rcsid[].obrien2003-04-031-9/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-195-19/+19
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-215-19/+19
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-302-4/+4
* - Change the ATM stack functions to use intptr_t instead of int for opaquejhb2002-11-081-1/+1
* Make netatm/spans compile in the kernel without depending on userlandpeter2002-09-174-4/+381
* Fix a few warnings by adding a missing prototypepeter2002-05-241-0/+1
* - Remove a few storage pools and replace them with UMA zones. The spansarr2002-05-247-78/+90
* - Nuke some more not needed #ifdef cruft.arr2002-04-211-4/+0
* - Nuke some more #ifdef sun related sections.arr2002-04-191-5/+0
* - Change KM_ macro calls to the appropriate function call.arr2002-04-197-30/+26
* Wrap function in #ifdef DIAGNOSTIC to compile with -Werror.mdodd2002-04-171-2/+4
* Remove __P.alfred2002-03-208-146/+139
* Silence some warningsalfred2001-03-201-9/+9
* Add back some now needed #include <sys/systm.h>phk2000-12-072-0/+2
* Remove more unused #includes.phk2000-10-302-2/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-159-9/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addphk2000-10-129-9/+182
* More HARP polishina:phk2000-10-122-8/+8
* Do some cleanups of the HARP atm codes interface into the system:phk2000-10-121-84/+0
* Process SPANS ARP requests even if source IP is 0.0.0.0 (or broadcast). Thismks2000-01-151-7/+12
* Fix a warning (unused variable RCSid)peter1999-11-181-1/+1
* Fixed printf format errors (don't assume that ntohl() returns u_long;bde1999-08-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-2812-22/+22
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-5/+5
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-275-18/+20
* Don't return errors for 'atm show arpserver' command on sigpvc and spansmks1999-01-191-2/+9
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-044-45/+61
* Trivial stylish changes, mostly to silence gcc.phk1998-10-319-50/+58
* Two patches from the HARP people:phk1998-09-176-54/+53
* Add new files for HARP3phk1998-09-1512-0/+9185
OpenPOWER on IntegriCloud