Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Following musl commit 614c9e7b1eecb71c5718c34f1724e8758cbe3c27, it is
now possible to support NTFS directory entries consisting of 255 utf-16
characters of the (little-endian) form zzzzyyyy yyxxxxxx, of which the
respective utf-8 representation form is 1110zzzz 10yyyyyy 10xxxxxx.
Paired with psxscl commit 26192ddd4a7b9100f97825982697d8a918563fe9,
and introduces a pre-alpha abi upgrade.
|
|
[while maintaining compatibility with older musl versions]
[cf. musl commit a0252bc75b8546008c6b87e58344c4340683d5eb]
|
|
[while maintaining compatibility with older musl versions]
[cf. musl commit 7cc79d10afd43811a486fd5e9fcdf8e45ac599e0]
|
|
[cf.musl commit 7cc79d10afd43811a486fd5e9fcdf8e45ac599e0]
|
|
[while maintaining compatibility with older musl versions]
[cf. musl commit 97d35a552ec5b6ddf7923dd2f9a8eb973526acea]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
At the present, there seems to be no need to provide struct user,
or any other debugging structure for that matter, from within libc.
This conclusion follows examination of the gdb and llvm sources,
and will be confirmed once the above have been ported to midipix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
|
|
these header files should be kept in sync with their linux x86_64 counterparts,
with three minor exceptions:
1) page size (65536)
2) jmp_buf (8 pointers)
3) TIOCGPTN and TIOCSPTLCK (normal sequence)
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
|