aboutsummaryrefslogtreecommitdiff
path: root/libshouldbeinlibc/wire.h
Commit message (Collapse)AuthorAgeFilesLines
* libshouldbeinlibc: Fix wiring code.Justus Winter2017-08-111-2/+2
| | | | | | | | | | | | | | * libshouldbeinlibc/wire.c (statically_linked): New function. (loaded): Remove check. (wire_segment_internal): Fix error handling. Be smarter about the wiring, inspired by the mach-defpager code. (wire_segment): Fix error handling. (wire_task_self): Fix error handling. Distinguish between static binaries and dynamic binaries without DT_DEBUG or link map. When we don't have a map, fall back to wiring the whole space. Wire future allocations. * libshouldbeinlibc/wire.h (wire_task_self): Return error_t. (wire_segment): Likewise.
* Normalize whitespace at the end of each file to '\n'Justus Winter2013-11-091-1/+0
| | | | | Some files were not normalized. In console/motd.UTF8 the additional newline is intentional. Empty files were excluded as well.
* foo.Michael I. Bushnell1996-05-141-1/+1
|
* (wire_segment): add.Michael I. Bushnell1996-03-251-0/+3
|
* Initial revisionMichael I. Bushnell1996-03-251-0/+24