commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.9-109-gd3594dd


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9-109-gd3594dd
Date: Sun, 17 Dec 2017 18:04:24 -0500 (EST)

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  d3594ddad8fdd4f28f2362ad288acd03ed60eb41 (commit)
      from  0ca198f1f90071a054287c204a3fd1b4ea315e18 (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 d3594ddad8fdd4f28f2362ad288acd03ed60eb41
Author: Joan Lledó <address@hidden>
Date:   Mon Nov 13 08:31:46 2017 +0100

    lwip: Add LwIP-based TCP/IP translator
    
    * Makefile (prog-subdirs): Add lwip.
    * config.make.in (HAVE_LIBLWIP, liblwip_CFLAGS, liblwip_LIBS): Define
    variables.
    * configure.ac: Check for liblwip.
    * lwip/: New directory.

-----------------------------------------------------------------------

Summary of changes:
 Makefile                                           |   4 +
 config.make.in                                     |   7 +
 configure.ac                                       |   5 +
 lwip/Makefile                                      |  50 ++
 lwip/iioctl-ops.c                                  | 410 ++++++++++++
 lwip/io-ops.c                                      | 554 ++++++++++++++++
 lwip/lwip-hurd.h                                   | 102 +++
 lwip/lwip-util.c                                   | 343 ++++++++++
 lwip/lwip-util.h                                   |  41 ++
 lwip/main.c                                        | 272 ++++++++
 {pfinet => lwip}/mig-decls.h                       |  21 +-
 {pfinet => lwip}/mig-mutate.h                      |   6 +-
 lwip/options.c                                     | 342 ++++++++++
 lwip/options.h                                     |  81 +++
 lwip/pfinet-ops.c                                  | 113 ++++
 lwip/port-objs.c                                   | 144 ++++
 auth/auth.h => lwip/port/include/netif/hurdethif.h |  27 +-
 .../auth.h => lwip/port/include/netif/hurdloopif.h |  24 +-
 lwip/port/include/netif/hurdtunif.h                |  65 ++
 lwip/port/include/netif/ifcommon.h                 |  60 ++
 lwip/port/netif/hurdethif.c                        | 573 ++++++++++++++++
 lwip/port/netif/hurdloopif.c                       | 112 ++++
 lwip/port/netif/hurdtunif.c                        | 721 +++++++++++++++++++++
 lwip/port/netif/ifcommon.c                         | 121 ++++
 lwip/socket-ops.c                                  | 451 +++++++++++++
 libdiskfs/get-source.c => lwip/startup-ops.c       |  30 +-
 lwip/startup.c                                     |  69 ++
 libshouldbeinlibc/refcount.c => lwip/startup.h     |  19 +-
 28 files changed, 4718 insertions(+), 49 deletions(-)
 create mode 100644 lwip/Makefile
 create mode 100644 lwip/iioctl-ops.c
 create mode 100644 lwip/io-ops.c
 create mode 100644 lwip/lwip-hurd.h
 create mode 100644 lwip/lwip-util.c
 create mode 100644 lwip/lwip-util.h
 create mode 100644 lwip/main.c
 copy {pfinet => lwip}/mig-decls.h (76%)
 copy {pfinet => lwip}/mig-mutate.h (89%)
 create mode 100644 lwip/options.c
 create mode 100644 lwip/options.h
 create mode 100644 lwip/pfinet-ops.c
 create mode 100644 lwip/port-objs.c
 copy auth/auth.h => lwip/port/include/netif/hurdethif.h (61%)
 copy auth/auth.h => lwip/port/include/netif/hurdloopif.h (64%)
 create mode 100644 lwip/port/include/netif/hurdtunif.h
 create mode 100644 lwip/port/include/netif/ifcommon.h
 create mode 100644 lwip/port/netif/hurdethif.c
 create mode 100644 lwip/port/netif/hurdloopif.c
 create mode 100644 lwip/port/netif/hurdtunif.c
 create mode 100644 lwip/port/netif/ifcommon.c
 create mode 100644 lwip/socket-ops.c
 copy libdiskfs/get-source.c => lwip/startup-ops.c (54%)
 create mode 100644 lwip/startup.c
 copy libshouldbeinlibc/refcount.c => lwip/startup.h (74%)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]