96c1db7b9d601c31d103389cac074a6cce0d7633 |
|
25-May-2017 |
Elliott Hughes <enh@google.com> |
Remove the repetitive warnings from the uapi headers. Having WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS every four lines made the headers harder to read, made the diffs much worse each time we upgraded, and wasn't really providing any benefit. Before the next uapi update, let's just stop doing this. Bug: N/A Test: builds, manually inspected files look right Change-Id: Id7088cf750894c9d24950f3d53587fe3156c4f7d
|
d7db594b8d1dab36b711bd887a9dd21675c87243 |
|
28-Jan-2015 |
Tao Bao <tbao@google.com> |
Switch kernel header parsing to python libclang Replace the tokenizer in cpp.py with libclang. Bug: 18937958 Change-Id: I27630904c6d2849418cd5ca3d3c612ec3078686d
|
0990d4fda898ada86e557f872f5cb7d16b138e3c |
|
30-Apr-2014 |
Elliott Hughes <enh@google.com> |
Make SIGRTMIN hide the real-time signals we use internally. __SIGRTMIN will continue to tell the truth. This matches glibc's behavior (as evidenced by the fact that we don't need a special case in the strsignal test now). Change-Id: I1abe1681d516577afa8cd39c837ef12467f68dd2
|
199346a2abd8b6ba282e1fe291cc3766fa921f40 |
|
12-Feb-2014 |
Elliott Hughes <enh@google.com> |
Fix NSIG. Our sigset_t definition hasn't been tied to our NSIG definition since we switched to uapi headers, so we can now fix it without breaking the LP32 ABI. The kernel uapi headers define and use _NSIG, so we need to have our scripts rename the kernel's definitions out of the way, then we can define _NSIG and NSIG in terms of the kernel's off-by-one value. Bug: 12938442 Change-Id: Ic7c86fd5be5ad1d822f7b2b1d88c8a0d70a1ac0f
|
abd626117cfd366faa16a5d0ac4621f608a5c887 |
|
08-Nov-2013 |
Elliott Hughes <enh@google.com> |
Generate the uapi headers for mips and x86/x86_64. Bug: 11559337 Change-Id: I23b1a43e7bfa8fa6f9df7e59d2e731a0ec52dafc
|