[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v2 0/4] lib/nolibc: port sscanf from FreeBSD
Import/adapt/cleanup the sscanf code from FreeBSD Changes since v1: 1) Use newer version of the imported sscanf.c. It is not release version, but there is a change in the header which we need anyways. Not a single line is changed in the implementation. 2) Beautify spaces 3) Remove accidental change in nolibc/stdio.c Yuri Volchkov (4): lib/nolibc: import sscanf from FreeBSD lib/nolibc: sscanf reorganize functions inside file lib/nolibc: fix some of checkpatch issues for sscanf lib/nolibc: adapt sscanf code for Unikraft lib/nolibc/Makefile.uk | 1 + lib/nolibc/include/stdio.h | 3 + lib/nolibc/sscanf.c | 640 +++++++++++++++++++++++++++++++++++++ 3 files changed, 644 insertions(+) create mode 100644 lib/nolibc/sscanf.c -- 2.17.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |