Age | Commit message (Collapse) | Author |
|
|
|
Ports have their own files
|
|
|
|
|
|
|
|
|
|
In cases where a function call fails return
errno and allow the caller to fixup the return
code as required by their API.
|
|
ENOMEM.
|
|
|
|
|
|
No need to ever not use c and e.
|
|
|
|
|
|
|
|
|
|
|
|
The functions to get the pointers can now depend on the TLS variable
be initialized.
|
|
|
|
|
|
Singificantly reduce the code needed at malloc initialization. In
the process getpagesize is simplified by always initializing
GLRO(dl_pagesize).
|
|
|
|
Make several tool features mandatory and simplify the code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|