| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Impact: visual
Running Nindent on gpllib / gplinclude
|
|
|
|
|
|
| |
buffer_ptr has been renamed to s.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|
|
|
|
|
|
|
| |
This simplifies buffer handling.
Misc.: clean some old error code handling.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|
|
|
|
|
|
|
| |
* Fix header files due to previous commit
* Prefix disk errnos with ED to avoid conflicts with classic errno
* Fix swsusp code to use errno_disk
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|
|
|
|
|
|
| |
Get rid of the error pointer and use a errno-like error reporting mechanism.
Intent is to make these more like the standard read/write system calls.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|
|
|
|
|
|
|
|
|
|
| |
The disklib is distributed under GPLv2.
Add copyright holders for borrowed code:
* H. Peter Anvin/Intel Corporation (read/write BIOS calls)
* Matt Domsch <Matt_Domsch@dell.com> (edd structures)
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|
|
|
|
|
| |
In case of an unknown error, display a default message.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|
The get_error function is fairly big. It is worth creating
a new file for it.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|