[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Mach branch, master, updated. v1.6-63-g7bbfa39
From: |
Samuel Thibault |
Subject: |
[SCM] GNU Mach branch, master, updated. v1.6-63-g7bbfa39 |
Date: |
Mon, 04 Apr 2016 07:47:43 +0000 |
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 "GNU Mach".
The branch, master has been updated
via 7bbfa39f59dcbc55b21d31abb9e2febef6a51ebb (commit)
from a90dc34f976cd37da23af526120f2ac480cb131f (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 7bbfa39f59dcbc55b21d31abb9e2febef6a51ebb
Author: Flavio Cruz <address@hidden>
Date: Wed Mar 30 02:26:28 2016 +0200
Use uint32_t instead of unsigned32_t.
Implement stdint.h and use it in gnumach.
Remove old type definitions such as signed* and unsigned*.
* Makefile.am: Add -ffreestanding.
* i386/i386/xen.h: Use uint64_t.
* i386/include/mach/i386/machine_types.defs: Use uint32_t and int32_t.
* i386/include/mach/i386/vm_types.h: Remove definitions of int*, uint*,
unsigned* and signed* types.
* i386/xen/xen.c: Use uint64_t.
* include/device/device_types.defs: Use uint32_t.
* include/mach/std_types.defs: Use POSIX types.
* include/mach/std_types.h: Include stdint.h.
* include/stdint.h: New file with POSIX types.
* include/sys/types.h: Include stdint.h.
* ipc/ipc_kmsg.c: Use uint64_t.
* kern/exception.c: Use uint32_t.
* linux/dev/include/linux/types.h: Remove POSIX types.
* xen/block.c: Use uint64_t.
* xen/net.c: Do not use removed unsigned*_t types.
* xen/ring.h: Use uint32_t instead.
* xen/store.c: Use uint32_t.
* xen/store.h: Use uint32_t.
* xen/time.c: Use POSIX types only.
* xen/time.h: Use uint64_t.
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +-
i386/i386/xen.h | 4 +-
i386/include/mach/i386/machine_types.defs | 4 +-
i386/include/mach/i386/vm_types.h | 24 ------------
i386/xen/xen.c | 2 +-
include/device/device_types.defs | 6 ++--
include/mach/std_types.defs | 8 ++--
include/mach/std_types.h | 1 +
include/stdint.h | 55 +++++++++++++++++++++++++++++
include/sys/types.h | 15 +-------
ipc/ipc_kmsg.c | 8 ++--
kern/exception.c | 2 +-
linux/dev/include/linux/types.h | 10 -----
xen/block.c | 4 +-
xen/net.c | 6 ++--
xen/public/elfstructs.h | 2 +-
xen/ring.h | 2 +-
xen/store.c | 4 +-
xen/store.h | 2 +-
xen/time.c | 28 +++++++-------
xen/time.h | 2 +-
21 files changed, 100 insertions(+), 91 deletions(-)
create mode 100644 include/stdint.h
hooks/post-receive
--
GNU Mach
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Mach branch, master, updated. v1.6-63-g7bbfa39,
Samuel Thibault <=