summaryrefslogtreecommitdiff
path: root/sys/netatm/uni/unisig_sigmgr_state.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedRobert Watson2008-05-251-865/+0
| | | | | | | | | | | | | | | | | | | | | | NET_NEEDS_GIANT. netatm has been disconnected from the build for ten months in HEAD/RELENG_7. Specifics: - netatm include files - netatm command line management tools - libatm - ATM parts in rescue and sysinstall - sample configuration files and documents - kernel support as a module or in NOTES - netgraph wrapper nodes for netatm - ctags data for netatm. - netatm-specific device drivers. MFC after: 3 weeks Reviewed by: bz Discussed with: bms, bz, harti Notes: svn path=/head/; revision=179308
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
| | | | Notes: svn path=/head/; revision=139823
* Use __FBSDID().David E. O'Brien2003-06-111-10/+3
| | | | Notes: svn path=/head/; revision=116200
* - Change KM_ macro calls to the appropriate function call.Andrew R. Reiter2002-04-191-1/+1
| | | | | | | | | | - Nuke KM_ macros from port.h This is a leadin step towards cleaning up this code as I wait for some ATM cards and a ATM switch to arrive. Notes: svn path=/head/; revision=95063
* Remove __P.Alfred Perlstein2002-03-201-16/+16
| | | | Notes: svn path=/head/; revision=92766
* Add back some now needed #include <sys/systm.h>Poul-Henning Kamp2000-12-071-0/+1
| | | | | | | Fix various warnings while here anyway. Notes: svn path=/head/; revision=69726
* Remove more unused #includes.Poul-Henning Kamp2000-10-301-1/+0
| | | | Notes: svn path=/head/; revision=67930
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
| | | | Notes: svn path=/head/; revision=67164
* Remove the #include kitchensink <netatm/kern_include.h> and addPoul-Henning Kamp2000-10-121-1/+22
| | | | | | | | | | | | the #includes to the respective source files. Also un-nest includes in <dev/hfa/fore_include.h> I have run src/tools/tools/kerninclude to remove 1239 clearly unneeded #includes reducing the total from 3524 includes to 2285. Notes: svn path=/head/; revision=67004
* Remove un-needed #include's.Mike Spengler2000-01-171-5/+0
| | | | | | | Pointed out by: phk Notes: svn path=/head/; revision=56202
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Prevent accessing freed signalling instance memory during detach processing.Mike Spengler1999-01-191-12/+9
| | | | Notes: svn path=/head/; revision=42862
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-311-5/+5
| | | | | | | | Reviewed by: Mike Spengler <mks@networkcs.com> Submitted by: phk Notes: svn path=/head/; revision=40799
* Two patches from the HARP people:Poul-Henning Kamp1998-09-171-4/+4
| | | | | | | | | | | Various Makefile related fixes. -Wformat fixes. Submitted by: Mike Spengler <mks@networkcs.com> Notes: svn path=/head/; revision=39412
* Add new files for HARP3Poul-Henning Kamp1998-09-151-0/+860
Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA). Notes: svn path=/head/; revision=39232