summaryrefslogtreecommitdiffstats
path: root/sys/netatm/uni/unisig_msg.c
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
|
* Make the debugging variable that controls printing of UNI messagesharti2003-07-251-11/+9
| | | | | | | accessible as a sysctl and move the debugging stuff out of DIAGNOSTICS. Submitted by: Vincent Jardin <vjardin@wanadoo.fr> MFC after: 2 weeks
* Fix a number of occurences of calling uma_zalloc() with neitherharti2003-07-181-12/+12
| | | | M_WAITOK nor M_NOWAIT.
* Use __FBSDID().obrien2003-06-111-10/+3
|
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-12/+12
| | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
* - Finish the uni part of the storage pool cleanup. There should now onlyarr2002-06-131-20/+20
| | | | | | | | | | be a few bits left to clean from the HARP code in terms of what is using the storage pools; once that's done, the memory management code can be removed entirely. This commit effectively changes the use of dynamic memory routines from atm_allocate, atm_free, atm_release_pool to uma_zcreate, uma_zalloc, uma_zfree, uma_zdestroy.
* Remove __P.alfred2002-03-201-2/+2
|
* Add back some now needed #include <sys/systm.h>phk2000-12-071-0/+1
| | | | Fix various warnings while here anyway.
* Remove more unused #includes.phk2000-10-301-1/+0
|
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
|
* Remove the #include kitchensink <netatm/kern_include.h> and addphk2000-10-121-1/+21
| | | | | | | | | 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.
* Remove un-needed #include's.mks2000-01-171-1/+0
| | | | Pointed out by: phk
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
|
* Set and propagate the correct cause code values.phk1998-12-111-4/+3
| | | | Submitted by: Mike Spengler <mks@circe.networkcs.com>
* Trivial stylish changes, mostly to silence gcc.phk1998-10-311-5/+5
| | | | | Reviewed by: Mike Spengler <mks@networkcs.com> Submitted by: phk
* Two patches from the HARP people:phk1998-09-171-13/+13
| | | | | | | | Various Makefile related fixes. -Wformat fixes. Submitted by: Mike Spengler <mks@networkcs.com>
* Add new files for HARP3phk1998-09-151-0/+1002
Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA).
OpenPOWER on IntegriCloud