summaryrefslogtreecommitdiff
path: root/sys/netatm/atm_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedRobert Watson2008-05-251-1312/+0
* Chance protocol switch method pru_detach() so that it returns voidRobert Watson2006-04-011-15/+2
* Push the assignment of a new or updated so_qlimit from solisten()Robert Watson2005-10-301-2/+4
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* In the current world order, solisten() implements the state transition ofRobert Watson2005-02-211-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Push acquisition of the accept mutex out of sofree() into the callerRobert Watson2004-10-181-0/+1
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketRobert Watson2004-06-121-0/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-1/+1
* Add support for VBR and CBR PVCs for IP over ATM.Hartmut Brandt2003-07-251-1/+3
* Remove the zone limits for all the zones used in the ATM code.Hartmut Brandt2003-07-221-1/+0
* Use __FBSDID().David E. O'Brien2003-06-111-9/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-20/+1
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-1/+20
* - Add atm_sock_init()Andrew R. Reiter2002-05-071-8/+13
* - Change KM_ macro calls to the appropriate function call.Andrew R. Reiter2002-04-191-17/+10
* Give struct socket structures a ref counting interface similar toMatthew Dillon2001-11-171-1/+1
* Add back some now needed #include <sys/systm.h>Poul-Henning Kamp2000-12-071-0/+1
* Remove more unused #includes.Poul-Henning Kamp2000-10-271-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/+22
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-4/+4
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-311-4/+4
* Add new files for HARP3Poul-Henning Kamp1998-09-151-0/+1311