libosmocore.git branch master updated. 0.9.6-240-g1d604d8

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Wed May 17 17:48:15 UTC 2017


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 "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  1d604d8be409b7678452c41936d3b78d05712595 (commit)
       via  898ffefde4198a23a92810a9cf39ff6846f3bb39 (commit)
       via  7f24c155f5acd898cd49f9f429500461fa4fd8a5 (commit)
       via  7711713b7a30dab16bcba3920433f3fa58f89149 (commit)
       via  799bef5cf614c303df1f88c1a7c4cc46a02e8c34 (commit)
       via  a362ee90b42898dc730ffddf3bdc1b7a6523f1b8 (commit)
       via  7af6d22a4e15ea7dde5869ca6784e06dbff87a28 (commit)
       via  fe71ee9d993af078aac0596ee081f04ca9145e7e (commit)
       via  df8e89f06696a35da98a4ae0e4c14e3ba6cbcb16 (commit)
       via  1d640889dfcf841738f1b279056c440d2e409a30 (commit)
      from  8a4eb837ab74bbbfa2a51dd6d1e8c4a03c15505a (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 -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=1d604d8be409b7678452c41936d3b78d05712595

commit 1d604d8be409b7678452c41936d3b78d05712595
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed May 17 15:32:35 2017 +0100

    src/select.c: Don't #include <sys/select.h> if it doesn't exist
    
    We have to #include <sys/select.h> inside the block protected by
    HAVE_SYS_SELECT_H, otherwise it will fail on (embedded) builds where
    that file doesn't exist, such as the arm-none-eabi target on Debian
    stable and Ubuntu 16.04.
    
    Change-Id: I82a2dcbc55b6ee0e914881c5e09b80506c5de4f2

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

Summary of changes:
 .gitignore                      |   2 +
 Makefile.am                     |   2 +-
 configure.ac                    |  10 +++
 include/Makefile.am             |   1 +
 include/osmocom/core/sercomm.h  |  43 ++++++++++---
 src/Makefile.am                 |   6 +-
 src/codec/Makefile.am           |   5 ++
 src/coding/Makefile.am          |   4 ++
 src/gsm/Makefile.am             |   4 ++
 src/panic.c                     |   1 -
 src/pseudotalloc/Makefile.am    |  12 ++++
 src/pseudotalloc/pseudotalloc.c |  63 +++++++++++++++++++
 src/pseudotalloc/talloc.h       |  42 +++++++++++++
 src/select.c                    |   2 +-
 src/sercomm.c                   | 124 ++++++++++++++++++------------------
 tests/Makefile.am               |   8 ++-
 tests/sercomm/sercomm_test.c    | 136 ++++++++++++++++++++++++++++++++++++++++
 tests/sercomm/sercomm_test.ok   |  21 +++++++
 tests/testsuite.at              |   6 ++
 19 files changed, 417 insertions(+), 75 deletions(-)
 create mode 100644 src/pseudotalloc/Makefile.am
 create mode 100644 src/pseudotalloc/pseudotalloc.c
 create mode 100644 src/pseudotalloc/talloc.h
 create mode 100644 tests/sercomm/sercomm_test.c
 create mode 100644 tests/sercomm/sercomm_test.ok


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list