aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm/atm_socket.c
Commit message (Expand)AuthorAgeFilesLines
* 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