[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v2 0/3] Changes for supporting Ruby
What subject says. Changes since v1: - Pushed first 2 accepted patches of v1. - Keep uktime's exportedsyms.uk. - Add /dev/zero support. - Set group iterator as TLS. Costin Lupu (3): lib/uktime: Introduce POSIX timer stubs lib/devfs: Add /dev/null and /dev/zero support lib/posix-user: Add more group file related functions include/uk/essentials.h | 6 ++ lib/devfs/Config.uk | 17 ++++ lib/devfs/Makefile.uk | 2 + lib/devfs/null.c | 145 ++++++++++++++++++++++++++++++ lib/posix-user/user.c | 70 ++++++++++++++- lib/uktime/Makefile.uk | 1 + lib/uktime/exportsyms.uk | 5 ++ lib/uktime/timer.c | 46 ++++++++++ lib/vfscore/include/vfscore/uio.h | 1 + 9 files changed, 291 insertions(+), 2 deletions(-) create mode 100644 lib/devfs/null.c create mode 100644 lib/uktime/timer.c -- 2.20.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 |