aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm/atm_aal5.c
Commit message (Expand)AuthorAgeFilesLines
* Change semantics of socket close and detach. Add a new protocol switchRobert Watson2006-07-211-1/+14
* Chance protocol switch method pru_detach() so that it returns voidRobert Watson2006-04-011-5/+5
* Change protocol switch pru_abort() API so that it returns void ratherRobert Watson2006-04-011-5/+18
* Push the assignment of a new or updated so_qlimit from solisten()Robert Watson2005-10-301-3/+5
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Initialize struct pr_userreqs in new/sparse style and fill in commonPoul-Henning Kamp2004-11-081-21/+14
* The socket field so_state is used to hold a variety of socket relatedRobert Watson2004-06-141-1/+1
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-181-1/+2
* Use __FBSDID().David E. O'Brien2003-06-111-9/+3
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-13/+2
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-2/+13
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-2/+5
* - Nuke some more not needed #ifdef cruft.Andrew R. Reiter2002-04-211-7/+0
* Remove __P.Alfred Perlstein2002-03-201-22/+22
* KSE Milestone 2Julian Elischer2001-09-121-19/+19
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>Poul-Henning Kamp2000-10-301-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/+20
* Modify to work with the new sbreserve().Brian Feldman1999-10-091-1/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Copy application name and connection attributes for accept() sockets fromPoul-Henning Kamp1998-12-111-7/+10
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-311-9/+11
* Two patches from the HARP people:Poul-Henning Kamp1998-09-171-3/+3
* Add new files for HARP3Poul-Henning Kamp1998-09-151-0/+905