Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-09 | mmglue: bits/mman.h: adjusted to match recent musl versions. | midipix | 1 | -2/+2 | |
2019-01-09 | mmglue: modern source-tree support: switched to syscall.h.in. | midipix | 1 | -327/+12 | |
2016-12-18 | nt64: properly pad struct mcontext_t. | midipix | 1 | -0/+1 | |
2016-12-10 | bits/limits.h: advertise availability of the framework's abi headers. | midipix | 1 | -1/+2 | |
2016-12-10 | bits/limits.h: advertise availability of framework-specific headers. | midipix | 1 | -0/+3 | |
2016-09-19 | bits/reg.h: provide an empty header for inclusion by <sys/reg.h>. | midipix | 1 | -29/+0 | |
2016-09-19 | nt64: bits/socket.h: eliminate ABI difference between nt32 and nt64. | midipix | 1 | -1/+1 | |
2016-09-19 | bits/user.h: provide an empty header for inclusion by <sys/user.h>. | midipix | 1 | -44/+0 | |
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. | |||||
2015-05-27 | adjust arch-specific files to match musl version 1.1.9. | midipix | 1 | -0/+1 | |
2015-05-27 | update signal stack size definitions for the 64-bit midipix target. | midipix | 1 | -2/+2 | |
2015-05-27 | define mcontext_t for the 64-bit midipix target. | midipix | 1 | -1/+95 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-05-27 | define ucontext_t for the 64-bit midipix target. | midipix | 1 | -6/+12 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-05-27 | fix tab alignment in bits/signal.h (cosmetic). | midipix | 1 | -3/+3 | |
2015-05-26 | remove unused structures and conditionals from bits/signal.h. | midipix | 1 | -55/+0 | |
2015-03-21 | redefine MINSIGSTKSZ to reflect the arch's large signal context. | midipix | 1 | -0/+5 | |
+ see musl commit d5a5045382315e36588ca225889baa36ed0ed38f for additional information. | |||||
2015-03-21 | fix: remove the build-time generated alltypes.h. | midipix | 1 | -398/+0 | |
2015-03-08 | initial commit of nt64/bits; these header files should be kept in sync | midipix | 29 | -0/+2150 | |
with their linux x86_64 counterparts, with three minor exceptions: 1) page size (65536) 2) jmp_buf (10 pointers) 3) TIOCGPTN and TIOCSPTLCK (normal sequence) signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. |