summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2022-04-211-0/+25
|\
| * libfile: implement new pread_fullAhmad Fatoum2022-03-281-0/+25
* | hexdump: provide support for dev_print_hex_dump()Oleksij Rempel2022-04-191-8/+16
|/
* Merge branch 'for-next/qoi'Sascha Hauer2022-02-187-15/+853
|\
| * logo: Add choice for the QOI image format optionJules Maselbas2022-01-203-1/+22
| * logo: Enable image format selection for the logoJules Maselbas2022-01-203-15/+56
| * gui: Add qoi image formatJules Maselbas2022-01-204-0/+776
* | Merge branch 'for-next/efi'Sascha Hauer2022-02-181-2/+2
|\ \
| * | rename cdev_open() -> cdev_open_by_name()Sascha Hauer2022-02-081-2/+2
| |/
* / commands: add missing command groupsAhmad Fatoum2022-01-261-0/+1
|/
* Merge branch 'for-next/spdx'Sascha Hauer2022-01-1956-0/+106
|\
| * treewide: add SPDX-License-Identifier for files without explicit licenseAhmad Fatoum2022-01-0535-0/+66
| * treewide: add SPDX-License-Identifier for .gitignoreAhmad Fatoum2022-01-051-0/+2
| * treewide: add SPDX-License-Identifier for Kbuild/KconfigAhmad Fatoum2022-01-0520-0/+38
* | getopt: Add support for '+' in optstringSascha Hauer2022-01-051-3/+14
* | parseopt: drop unused, duplicate, parseopt_u16Ahmad Fatoum2022-01-051-31/+0
|/
* common: add new PRINTF_FULL optionAhmad Fatoum2021-12-141-0/+3
* vsprintf: add support for printing raw buffers as hex (%*ph)Ahmad Fatoum2021-12-142-0/+53
* libfile: null-terminate read_file of wchar_t bufferAhmad Fatoum2021-12-131-1/+2
* vsprintf: add optional support for %ls format modifierAhmad Fatoum2021-12-132-12/+58
* lib: implement wcsnlenAhmad Fatoum2021-11-251-0/+9
* lib: wchar: add wctomb and mbtowcAhmad Fatoum2021-11-251-2/+20
* include: add dedicated header for printf/printkAhmad Fatoum2021-11-012-2/+2
* logo: Makefile: Replace inkscape with convertJules Maselbas2021-10-112-14/+11
* Merge branch 'for-next/misc'Sascha Hauer2021-07-182-5/+1
|\
| * test: self: add tests for progress notifierAhmad Fatoum2021-06-281-1/+1
| * image-sparse: remove unused defineRouven Czerwinski2021-06-231-4/+0
* | Merge branch 'for-next/firmware'Sascha Hauer2021-07-182-20/+61
|\ \
| * | libbb: Add find_path functionSascha Hauer2021-06-251-20/+38
| * | libfile: Add copy_fd()Sascha Hauer2021-06-231-0/+23
| |/
* / string: implement strchrnulAhmad Fatoum2021-06-281-0/+18
|/
* Merge branch 'for-next/misc'Sascha Hauer2021-06-161-1/+2
|\
| * uncompress: use read_full to fill decompression bufferLucas Stach2021-05-271-1/+2
* | lib/math/rational.c: Fix divide by zeroTrent Piepho2021-06-091-5/+10
* | Add rational_best_approximation()Sascha Hauer2021-06-072-0/+101
|/
* Merge branch 'for-next/usb-gadget'Sascha Hauer2021-05-176-0/+174
|\
| * param: introduce file-list parameter typeAhmad Fatoum2021-05-122-0/+118
| * vsprintf: introduce %m shorthand for "%s", strerror(errno)Ahmad Fatoum2021-05-031-0/+13
| * string: implement strstarts along with strendsAhmad Fatoum2021-05-031-0/+9
| * show_progress: add system wide progress stage notifierAhmad Fatoum2021-05-032-0/+34
* | readline_simple: Fix compiler warningSascha Hauer2021-05-121-1/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2021-03-232-2/+23
|\
| * param: drop unused left-over struct membersAhmad Fatoum2021-03-161-2/+0
| * stringlist: Add adding sort uniqSascha Hauer2021-03-161-0/+23
* | Merge branch 'for-next/bthreads'Sascha Hauer2021-03-231-2/+2
|\ \
| * | common: poller: replace explicit calls to poller_call() with resched()Ahmad Fatoum2021-03-171-2/+2
| |/
* / glob: use empty globfree when compiling without CONFIG_GLOBAhmad Fatoum2021-03-221-12/+12
|/
* Merge branch 'for-next/ext4'Sascha Hauer2021-02-222-10/+9
|\
| * copy_file: fix progress bar for files larger than 2GAhmad Fatoum2021-02-192-10/+9
| * show_progress: change HASHES_PER_LINE from 65 to 64 to avoid divisionAhmad Fatoum2021-02-181-1/+1