aboutsummaryrefslogtreecommitdiff
path: root/src/core/refcnt.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2010-11-08[refcnt] Check reference validity on each use of ref_get() and ref_put()Michael Brown1-9/+17
2010-06-23[refcnt] Add ref_no_free handlerJoshua Oreman1-0/+12
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-1/+1
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2007-07-08Make ref_get() return the reference, for cleaner code.Michael Brown1-8/+8
2007-05-27Move increment/decrement debug messages to DBG2 levelMichael Brown1-4/+4
2007-05-18Add explicit "freeing" debug messages.Michael Brown1-0/+3
2007-04-29Add (and use) generic reference counter, to improve signal:noise ratioMichael Brown1-0/+73