Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
It's necessary when we do it in the user space, as that the CPU switches
to other processes and the result is too imprecise.
|
|
It's not very precise to implement udelay and ndelay with loops
in the user space, but should be enough.
|
|
|
|
|
|
|
|
|
|
|
|
check the negative error value.
|
|
|
|
|
|
|
|
|
|
This reverts commit 198a98db43a1cce35242ea5cc12e1d9c5c57db40.
|
|
if hurd is built in its source tree, nothing needs to be changed.
but if hurd is built in a separate directory, BUILDDIR has to specify
the path where hurd is built.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This change is required for block device drivers. When block device
drivers are linked to the glue code, the linker should be able to
perform garbage collection and exclude the code of networking from
the driver programs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|