summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: Add match_string()Sascha Hauer2020-11-091-0/+34
* logo: Makefile: fix indentation of LOGO.S in quiet outputAhmad Fatoum2020-10-121-2/+2
* logo: Makefile: fix Inkscape >= v1.0 Wayland GUI opening on LOGO.SAhmad Fatoum2020-10-121-5/+3
* lib: kasan: migrate Kconfig option to Debugging menuAhmad Fatoum2020-09-291-2/+0
* KASan: Add missing test codeSascha Hauer2020-09-281-0/+478
* Merge branch 'for-next/net' into masterSascha Hauer2020-09-251-5/+1
|\
| * ratp: Switch to workqueuesSascha Hauer2020-08-131-5/+1
* | Merge branch 'for-next/misc' into masterSascha Hauer2020-09-256-363/+91
|\ \
| * | lib: string: retire deprecated strtok() in favor of reentrant strsep()Ahmad Fatoum2020-09-141-32/+3
| * | common: ubsan: replace pr_err with printfAhmad Fatoum2020-09-141-44/+44
| * | readkey: fix buffer overflow handling longer escape sequencesAhmad Fatoum2020-09-141-1/+1
| * | sandbox: support escaping commas in --image filenamesAhmad Fatoum2020-09-141-0/+43
| * | lib: lzo: drop unused compression codeAhmad Fatoum2020-09-143-286/+0
* | | Add KASan supportSascha Hauer2020-09-2210-0/+972
* | | string: Add nokasan variants of default memcpy/memsetSascha Hauer2020-09-211-3/+26
* | | Add constructor supportSascha Hauer2020-09-181-0/+3
* | | Add print_hex_dump kernel implementationSascha Hauer2020-09-181-8/+204
|/ /
* | Merge branch 'for-next/misc' into masterSascha Hauer2020-08-181-0/+4
|\ \
| * | string: add sanity check to the strcmp() and strncmp()Oleksij Rempel2020-08-171-0/+4
| |/
* / libfile: copy_file: Fix ftruncate called on device filesSascha Hauer2020-08-181-5/+5
|/
* Merge branch 'for-next/ratp'Sascha Hauer2020-07-271-0/+2
|\
| * ratp: Fix closing connectionsSascha Hauer2020-06-161-0/+2
* | Merge branch 'for-next/ramfs'Sascha Hauer2020-07-271-9/+16
|\ \
| * | libfile: copy_file: explicitly truncate to final sizeSascha Hauer2020-07-051-5/+11
| * | libfile: copy_file: Fix calling discard_rangeSascha Hauer2020-07-051-5/+6
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2020-07-271-149/+0
|\ \
| * | lib: list_sort: delete dead codeAhmad Fatoum2020-07-141-149/+0
| |/
* / fs: fat: extend for in-PBL supportAhmad Fatoum2020-07-111-1/+1
|/
* Merge branch 'for-next/ratp'Sascha Hauer2020-06-111-0/+2
|\
| * ratp: Free buffersSascha Hauer2020-05-201-0/+2
* | Merge branch 'for-next/misc'Sascha Hauer2020-06-111-6/+13
|\ \
| * | logo: Makefile: make it possible to use inkscape 1.0Antony Pavlov2020-06-031-6/+13
| |/
* / kbuild: rename pbl object pbl-*.o to *.pbl.oMasahiro Yamada2020-05-201-3/+2
|/
* Merge branch 'for-next/misc'Sascha Hauer2020-05-1416-48/+0
|\
| * treewide: remove references to CREDITSUwe Kleine-König2020-04-2716-48/+0
* | Merge branch 'for-next/kconfig'Sascha Hauer2020-05-141-0/+3
|\ \
| * | lib: bch: define referenced but undefined Kconfig optionAhmad Fatoum2020-04-291-0/+3
| |/
* / drivers: add COMPILE_TEST prompts for some off-by-default optionsAhmad Fatoum2020-05-081-1/+1
|/
* Merge branch 'for-next/block'Sascha Hauer2020-03-181-0/+2
|\
| * copy_file: call discard_range on destination fileSascha Hauer2020-02-141-0/+2
* | ubsan: use a big if block in KconfigUwe Kleine-König2020-02-101-2/+4
|/
* Merge branch 'for-next/watchdog'Sascha Hauer2019-12-101-0/+22
|\
| * param: add dev_add_param_tristate(_ro) helpersAhmad Fatoum2019-12-051-0/+22
* | gui: picopng: declare locally used functions as staticLucas Stach2019-12-021-30/+30
* | lib: zstd: declare locally used functions as staticLucas Stach2019-12-021-5/+5
* | ratp: add more build dependenciesLucas Stach2019-12-021-0/+5
|/
* parameter: strip leading and trailing whitespacesMarco Felsch2019-11-041-1/+4
* libfile: copy_file: fix error handlingRobert Karszniewicz2019-10-231-5/+12
* readline: make ctrl-u to work like linux consoleDU HUANPENG2019-10-181-0/+8
* common: ubsan: ignore shifting one into sign bitAhmad Fatoum2019-10-141-0/+20