summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/refcnt.h
Commit message (Collapse)AuthorAgeFilesLines
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-46/+0Star
| | | | | | | | | | | Access to the gpxe.org and etherboot.org domains and associated resources has been revoked by the registrant of the domain. Work around this problem by renaming project from gPXE to iPXE, and updating URLs to match. Also update README, LOG and COPYRIGHTS to remove obsolete information. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [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-1/+1
|
* Document the fact that a zeroed-out refcounted object will behave inMichael Brown2007-05-011-0/+5
| | | | the most generally useful way.
* Add (and use) generic reference counter, to improve signal:noise ratioMichael Brown2007-04-301-0/+39
in code defining reference-counted objects.