summaryrefslogtreecommitdiff
path: root/common/util.c
Commit message (Expand)AuthorAgeFilesLines
* util: Move __stdlib_compat to function definitionsCraig Hesling2019-07-301-22/+23
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* Align behavior of strtoi() and strtoul() to match Linux manpage description o...Jes Klinke2019-05-141-28/+31
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-3/+3
* Util: Add hexdump APIDaisuke Nojiri2019-02-151-0/+26
* util: add isupper() library functionDino Li2018-10-311-0/+5
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-211-0/+39
* common: Use SVr4/4.3BSD/C89/C99 prototype for strlenStefan Reinauer2017-08-181-1/+1
* util: add constant-time memcmpVincent Palatin2017-02-231-0/+19
* builtin: Expands string.h / stdint.hNadim Taha2017-02-171-0/+56
* Cr50: Use parse_bool() for boolean argsBill Richardson2016-08-221-3/+8
* CR50: move utility method reverse() to common/util.cnagendra modadugu2016-03-071-0/+15
* Queue: Add methods that accept a memcpy routineAnton Staaf2015-01-081-5/+5
* util: move console command argument parsing to util.cDominic Chen2014-06-111-0/+35
* Optimize memsetDaisuke Nojiri2014-03-011-7/+30
* Optimize memmoveDaisuke Nojiri2014-02-131-8/+36
* Optimize memcpyDaisuke Nojiri2014-02-121-7/+35
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-4/+5
* cleanup: Assorted TODO commentsRandall Spangler2013-10-311-3/+12
* Support multi-bit mask in STM32L's GPIO functionsVic Yang2013-09-111-0/+7
* Add abstract "cond_t" type to detect state transitions.Bill Richardson2013-08-091-1/+57
* Use uintptr_t when converting integer from/to pointerVic Yang2013-05-071-2/+2
* Add parse_bool() to centralize parsing boolean optionsRandall Spangler2013-03-291-0/+14
* Refactor flash moduleRandall Spangler2012-07-231-0/+16
* Add console functionalityRandall Spangler2012-07-231-1/+5
* Prevent strzcpy access out-of-boundVic Yang2012-07-031-0/+2
* Allow console commands abbreviationVadim Bendebury2012-05-141-0/+16
* Clean up sysjump struct parsing and add memmove()Randall Spangler2012-05-071-0/+21
* Implement 64-bit integer printing in uart_printf()Randall Spangler2012-04-201-1/+45
* Make strtoi() do the right thing for base==16Bill Richardson2012-02-101-2/+2
* Eat terminal escape sequencesRandall Spangler2012-01-271-0/+6
* Initial sources import 1/3Randall Spangler2011-12-071-0/+151