summaryrefslogtreecommitdiff
path: root/libc/kernel/tools/clean_header.py
AgeCommit message (Expand)Author
2021-04-19Update for python3.Christopher Ferris
2021-04-15Force everything to use python3 for consistency.Elliott Hughes
2020-04-10Update to v5.6 kernel headers.Christopher Ferris
2019-04-15clean_header: Run outside of $ANDROID_BUILD_TOPDaniel Mentz
2019-04-15clean_header: Fix error handling for no-such-file caseDaniel Mentz
2019-03-29clean_header: Don't print extraneous newline charDaniel Mentz
2019-03-29clean_header: Write to correct dst_fileDaniel Mentz
2017-12-14Use in_addr in ip_mreq_source and ip_msfilter.Elliott Hughes
2017-05-25Remove the repetitive warnings from the uapi headers.Elliott Hughes
2017-03-02Refactor the kernel update scripts.Christopher Ferris
2016-07-22More kernel header cleanup.Christopher Ferris
2015-09-17Add support for manually modified kernel headers.Christopher Ferris
2015-02-06Switch kernel header parsing to python libclangTao Bao
2014-08-20Clean up some of our python scripts.Elliott Hughes
2014-06-06Update kernel header generation docs.Christopher Ferris
2014-05-01Keep the kernel header scrubber's data structures in sync.Elliott Hughes
2013-10-16Tweaked the cleanup scripts to handle uapi and aarch64 headers.Ben Cheng
2013-01-17Add functionlity to the scripts to replace tokens in kernel headersRaghu Gandham
2012-03-23Fixed to #include correct 32-bit headers; Refreshed libc/kernel headersAndrew Hsieh
2012-01-13Fix misspelled Python variable name and typosGlenn Kasten
2011-05-25Fixed bug where -k option would not be passed to cleanupFile functionFrank Maker
2011-02-03libc: Update auto-gen scriptsDavid 'Digit' Turner
2010-12-08Replace all occurrances of asm with __asm__ in the output headersMartin Storsjo
2009-08-05libc: kernel: let clean_header tool take path to kernel originals as argumentDima Zavin
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-01-09auto import from //branches/cupcake/...@125939The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project