Michael Brown
|
c44a193d0d
|
[legal] Add a selection of FILE_LICENCE declarations
Add FILE_LICENCE declarations to almost all files that make up the
various standard builds of gPXE.
|
15 anos atrás |
Michael Brown
|
db124b1255
|
Add fls() for non-constant values.
|
17 anos atrás |
Michael Brown
|
6d15a193aa
|
Add fls() for non-constant values.
|
17 anos atrás |
Michael Brown
|
1a0ca661c2
|
4.3BSD says that bcopy and bzero are defined in strings.h, not string.h
|
18 anos atrás |
Michael Brown
|
eda79ec32b
|
The prototype for strcasecmp() is apparently in strings.h.
|
18 anos atrás |
Michael Brown
|
2f0d412210
|
Add __constant_flsl(), because it's useful for finding out the next
power-of-two up from a given constant via
( 1 << fls ( constant - 1 ) )
fls(), flsl(), ffs() and ffsl() appear in strings.h according to
POSIX.
|
18 anos atrás |