[Pkg-ocaml-maint-commits] [ocaml-extunix] branch upstream updated (d587f5f -> b541b8e)

Mehdi Dogguy mehdi at moszumanska.debian.org
Sun Jan 17 23:40:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

mehdi pushed a change to branch upstream
in repository ocaml-extunix.

      from  d587f5f   Imported Upstream version 0.1.1
       new  00c0aad   Imported Upstream version 0.1.2
       new  b541b8e   Imported Upstream version 0.1.3

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                  |   4 +-
 .merlin                     |   4 +
 CHANGES.txt                 |  21 +++
 README.txt => README.md     |  89 +++++-----
 TODO                        |   2 +-
 _oasis                      |  25 ++-
 _tags                       |  42 ++++-
 myocamlbuild.ml             | 112 +++++++-----
 setup.ml                    | 349 +++++++++++++++++++++++--------------
 src/META                    |   4 +-
 src/api.odocl               |   3 +-
 src/atfile.c                |  44 +++--
 src/common.h                |   5 +
 src/discover.ml             |  42 +++--
 src/extUnix.ml              |   4 +-
 src/extUnix.mlpp            | 144 +++++++++++++--
 src/extunix.mldylib         |   3 +-
 src/extunix.mllib           |   3 +-
 src/libextunix_stubs.clib   |   5 +-
 src/malloc.c                |  18 ++
 src/mount.c                 |  65 +++++++
 src/pa_have.ml              |  10 +-
 src/poll.c                  |   9 +-
 src/pts.c                   |   2 -
 src/sendmsg.c               |   3 -
 src/signalfd.c              |   3 -
 src/sockopt.c               |  42 ++++-
 src/stdlib.c                |   2 -
 src/sysconf.c               |  25 ++-
 src/sysinfo.c               |  62 +++++++
 src/unistd.c                |  20 +++
 src/unshare.c               |  28 +++
 test/test.ml                |  19 +-
 test/test_user_namespace.ml | 416 ++++++++++++++++++++++++++++++++++++++++++++
 34 files changed, 1313 insertions(+), 316 deletions(-)
 create mode 100644 .merlin
 rename README.txt => README.md (61%)
 create mode 100644 src/mount.c
 create mode 100644 src/sysinfo.c
 create mode 100644 src/unshare.c
 create mode 100644 test/test_user_namespace.ml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-extunix.git



More information about the Pkg-ocaml-maint-commits mailing list