summaryrefslogtreecommitdiffstats
path: root/src/core/refcnt.c
Commit message (Collapse)AuthorAgeFilesLines
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
| | | | | Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
* Make ref_get() return the reference, for cleaner code.Michael Brown2007-07-081-8/+8
|
* Move increment/decrement debug messages to DBG2 levelMichael Brown2007-05-271-4/+4
|
* Add explicit "freeing" debug messages.Michael Brown2007-05-181-0/+3
|
* Add (and use) generic reference counter, to improve signal:noise ratioMichael Brown2007-04-301-0/+73
in code defining reference-counted objects.