summaryrefslogtreecommitdiff
path: root/lib/libatm/cache_key.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedRobert Watson2008-05-251-105/+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
* First argument of MD5Final is an array of unsigned characters.Alexander Kabaev2007-04-041-1/+2
| | | | | | | Declare 'digest' local variable accordingly. Notes: svn path=/head/; revision=168347
* Use the appropriate [s]size_t type where a buffer size is meant.Hartmut Brandt2003-07-291-5/+1
| | | | | | | Add const specifiers to constant function arguments. Notes: svn path=/head/; revision=118162
* Fix warnings.Matthew N. Dodd2003-03-251-1/+1
| | | | Notes: svn path=/head/; revision=112587
* - Remove UM_* memory handling macros as they just obfuscate code.Andrew R. Reiter2002-06-241-4/+4
| | | | Notes: svn path=/head/; revision=98783
* __FBSDID() CleanupMatthew Dillon2001-09-301-0/+1
| | | | Notes: svn path=/head/; revision=84196
* Revamp FBSDID's for libatm. Restore original import rcsid as per bdeMatthew Dillon2001-09-151-7/+2
| | | | | | | Reviewed by: various people Notes: svn path=/head/; revision=83523
* Convert a library to use the new __FBSDID()'s for testing and reviewMatthew Dillon2001-09-151-4/+2
| | | | | | | purposes. Notes: svn path=/head/; revision=83490
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=50476
* Modify code to be -Wall'able.Mike Spengler1999-07-011-9/+8
| | | | | | | PR: bin/11315 Notes: svn path=/head/; revision=48419
* Add new files for HARP3Poul-Henning Kamp1998-09-151-0/+115
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