Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | param: Add support for long long read only dev param | Herve Codina | 2014-06-13 | 1 | -0/+26 |
* | gui: IMAGE_RENDERER does not depend on VIDEO | Sascha Hauer | 2014-06-05 | 1 | -1/+0 |
* | Merge branch 'for-next/misc' | Sascha Hauer | 2014-06-04 | 1 | -5/+6 |
|\ | |||||
| * | vsprintf: fix formatting | Antony Pavlov | 2014-05-22 | 1 | -5/+6 |
* | | misc: upper-case some abbreviations | Holger Schurig | 2014-06-02 | 1 | -1/+1 |
* | | parameters: only show possible enumerations if there are any | Holger Schurig | 2014-06-02 | 1 | -0/+3 |
|/ | |||||
* | lzo: Remove unused variable | Alexander Shiyan | 2014-04-23 | 1 | -2/+1 |
* | gui: Fix resource leak | Alexander Shiyan | 2014-04-23 | 1 | -0/+4 |
* | treewide: fix signedness mixups in printf format specifiers | Lucas Stach | 2014-04-23 | 2 | -2/+2 |
* | unlink_recursive: return negative error value | Sascha Hauer | 2014-04-09 | 1 | -1/+1 |
* | Merge branch 'for-next/mtd' | Sascha Hauer | 2014-04-04 | 1 | -5/+5 |
|\ | |||||
| * | mtd: Update internal API to support 64-bit device size | Dmitry Lavnikevich | 2014-03-12 | 1 | -5/+5 |
* | | Merge branch 'for-next/misc' | Sascha Hauer | 2014-04-04 | 1 | -0/+87 |
|\ \ | |||||
| * | | param: Add dev_add_param_mac | Sascha Hauer | 2014-04-04 | 1 | -0/+87 |
* | | | string.c: Fix include | Sascha Hauer | 2014-03-29 | 1 | -1/+1 |
|/ / | |||||
* | | splash: Print error message when no renderer is found | Sascha Hauer | 2014-03-17 | 1 | -0/+2 |
|/ | |||||
* | Merge branch 'for-next/ubi' | Sascha Hauer | 2014-03-07 | 1 | -1/+1 |
|\ | |||||
| * | param: dev_add_param_fixed: constify argument | Sascha Hauer | 2014-02-28 | 1 | -1/+1 |
* | | Merge branch 'for-next/nfs' | Sascha Hauer | 2014-03-07 | 1 | -1/+1 |
|\ \ | |||||
| * | | mount: support filesystem options passed via -o | Uwe Kleine-König | 2014-02-10 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'for-next/misc' | Sascha Hauer | 2014-03-07 | 3 | -6/+5 |
|\ \ | |||||
| * | | lib: math: Return NULL pointer | Fabio Estevam | 2014-02-24 | 1 | -1/+1 |
| * | | lib: libbb: f should never be NULL | Lucas Stach | 2014-02-10 | 1 | -1/+1 |
| * | | lib: math: fix return path (numstack may be NULL) | Lucas Stach | 2014-02-10 | 1 | -2/+2 |
| * | | remove redundant NULL check on free | Lucas Stach | 2014-02-10 | 1 | -2/+1 |
| |/ | |||||
* | | input: Add BB_ prefix to KEY_ defines | Sascha Hauer | 2014-02-17 | 2 | -31/+31 |
|/ | |||||
* | Merge branch 'for-next/misc' | Sascha Hauer | 2014-01-07 | 6 | -6/+1 |
|\ | |||||
| * | lib: fix whitespace, drop blank lines at EOF | Antony Pavlov | 2014-01-06 | 6 | -6/+1 |
* | | lib: libubigen math compile error fix | Robert Jarzmik | 2014-01-06 | 1 | -1/+2 |
* | | mtd: Add subpagesize to mtd_info_user | Sascha Hauer | 2013-12-20 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'for-next/omap-drivers' | Sascha Hauer | 2013-12-06 | 2 | -0/+24 |
|\ | |||||
| * | string: Add (x)memdup | Sascha Hauer | 2013-11-27 | 2 | -0/+24 |
* | | Merge branch 'for-next/misc' | Sascha Hauer | 2013-12-06 | 4 | -3/+5 |
|\ \ | |||||
| * | | barebox: remove double semicolons | Alexander Aring | 2013-11-18 | 1 | -2/+2 |
| * | | gui: Fix signed/unsigned arguments for printf | Alexander Shiyan | 2013-11-11 | 1 | -1/+1 |
| * | | treewide: Add missing includes | Sascha Hauer | 2013-11-08 | 2 | -0/+2 |
| |/ | |||||
* | | readline: remove unused variable | Sascha Hauer | 2013-11-12 | 1 | -2/+1 |
|/ | |||||
* | gui: convert the bmp renderer to respect line_length | Andre Heider | 2013-11-06 | 1 | -4/+4 |
* | gui: convert graphic utils to respect line_length | Andre Heider | 2013-11-06 | 1 | -5/+5 |
* | add function to read single line files | Sascha Hauer | 2013-10-14 | 1 | -0/+43 |
* | Merge branch 'for-next/misc' | Sascha Hauer | 2013-10-07 | 1 | -0/+7 |
|\ | |||||
| * | process_escape_sequence: add support to \$? | Jean-Christophe PLAGNIOL-VILLARD | 2013-09-18 | 1 | -0/+7 |
* | | Merge branch 'for-next/lzo' | Sascha Hauer | 2013-10-07 | 6 | -402/+454 |
|\ \ | |||||
| * | | lzo: update to lzo-2013 | Jean-Christophe PLAGNIOL-VILLARD | 2013-09-22 | 6 | -402/+454 |
| |/ | |||||
* | | copy_file: Add missing O_TRUNC | Sascha Hauer | 2013-09-29 | 1 | -1/+1 |
* | | lib: Fix copy_file when filesize is FILESIZE_MAX | Teresa Gámez | 2013-09-27 | 2 | -4/+9 |
|/ | |||||
* | Merge branch 'for-next/boardinfo' | Sascha Hauer | 2013-09-05 | 1 | -1/+1 |
|\ | |||||
| * | remove remaining references of CONFIG_BOARDINFO | Sascha Hauer | 2013-08-16 | 1 | -1/+1 |
* | | Merge branch 'for-next/ubifs' | Sascha Hauer | 2013-09-05 | 1 | -0/+39 |
|\ \ | |/ |/| | |||||
| * | Add deflate_decompress function | Sascha Hauer | 2013-08-07 | 1 | -0/+39 |