This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hurd".
The branch, master has been updated via 47682aaf93b85b3d00fad5426cf9c5a1c7f610ea (commit) from db69a5281b23003af71068e494a20dc4f3a047aa (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 47682aaf93b85b3d00fad5426cf9c5a1c7f610ea Author: Zheng Da <zhengda1...@gmail.com> Date: Sun Mar 29 22:32:44 2020 +1100 libmachdev: Add common machdev * libmachdev: New directory. ----------------------------------------------------------------------- Summary of changes: Makefile | 1 + {devnode => libmachdev}/Makefile | 21 +- libmachdev/ds_routines.c | 326 +++++++++++++++++++++ libmachdev/machdev-dev_hdr.h | 88 ++++++ libmachdev/machdev-device_emul.h | 65 ++++ .../netfs_impl.h => libmachdev/machdev.h | 34 +-- {eth-multiplexer => libmachdev}/mig-decls.h | 23 +- {eth-multiplexer => libmachdev}/mig-mutate.h | 8 +- libmachdev/trivfs_server.c | 192 ++++++++++++ 9 files changed, 712 insertions(+), 46 deletions(-) copy {devnode => libmachdev}/Makefile (70%) create mode 100644 libmachdev/ds_routines.c create mode 100644 libmachdev/machdev-dev_hdr.h create mode 100644 libmachdev/machdev-device_emul.h copy eth-multiplexer/netfs_impl.h => libmachdev/machdev.h (61%) copy {eth-multiplexer => libmachdev}/mig-decls.h (64%) copy {eth-multiplexer => libmachdev}/mig-mutate.h (86%) create mode 100644 libmachdev/trivfs_server.c hooks/post-receive -- Hurd