summaryrefslogtreecommitdiff
path: root/sys/netatm/uni/uniarp_timer.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedRobert Watson2008-05-251-329/+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
* Fix various compilation warnings for gcc-4.2.Matt Jacob2007-06-231-1/+1
| | | | | | | Approved by: re (bruce) Notes: svn path=/head/; revision=170996
* /* -> /*- 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
* - Finish the uni part of the storage pool cleanup. There should now onlyAndrew R. Reiter2002-06-131-1/+1
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=98170
* Remove __P.Alfred Perlstein2002-03-201-2/+2
| | | | Notes: svn path=/head/; revision=92766
* 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/+20
| | | | | | | | | | | | 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-1/+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
* 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
* Add new files for HARP3Poul-Henning Kamp1998-09-151-0/+320
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