Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-08 | initial commit of nt64/bits; these header files should be kept in sync | midipix | 1 | -0/+125 | |
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. |