aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/bitops.h
AgeCommit message (Collapse)AuthorFilesLines
2016-03-16[bitops] Add generic atomic bit test, set, and clear functionsMichael Brown1-0/+19
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2016-03-16[pseudobit] Rename bitops.h to pseudobit.hMichael Brown1-249/+0
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2015-12-01[bitops] Provide BIT_QWORD_PTR()Michael Brown1-0/+7
Provide BIT_QWORD_PTR() to allow for easy extraction of non-endian fields (e.g. Infiniband GUIDs) without unnecessary byte swapping. Signed-off-by: Michael Brown <mcb30@ipxe.org>
2015-11-30[bitops] Fix definitions for big-endian devicesMichael Brown1-6/+13
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
Relicense files for which I am the sole author (as identified by util/relicense.pl). Signed-off-by: Michael Brown <mcb30@ipxe.org>
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
Suggested-by: Daniel P. Berrange <berrange@redhat.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
2011-02-17[bitops] Add missing __attribute__ (( packed ))Michael Brown1-1/+1
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-0/+230
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>