]>
www.infradead.org Git - users/dhowells/kafs-utils.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
David Howells [Wed, 25 Sep 2019 15:31:40 +0000 (16:31 +0100)]
xg: Reindent the xg files
Reindent the xg files to use tabs.
Signed-off-by: David Howells <dhowells@redhat.com>
David Howells [Wed, 25 Sep 2019 15:31:26 +0000 (16:31 +0100)]
xg: All integer types should be in terms of stdint
All integer types should be in terms of stdint:
int8_t uint8_t
int16_t uint16_t
int32_t uint32_t
int64_t uint64_t
Long should not be used as it may be 32-bits or 64-bits.
Signed-off-by: David Howells <dhowells@redhat.com>
David Howells [Wed, 25 Sep 2019 16:01:41 +0000 (17:01 +0100)]
xg: Convert to UTF-8 to keep Python happy
Signed-off-by: David Howells <dhowells@redhat.com>
David Howells [Wed, 25 Sep 2019 15:31:16 +0000 (16:31 +0100)]
xg: Clean up Arla xg files
Clean up Arla xg files to remove CVS-isms and Arla-specific bits.
Signed-off-by: David Howells <dhowells@redhat.com>
David Howells [Wed, 25 Sep 2019 15:31:08 +0000 (16:31 +0100)]
Import the Arla XG files
Import the Arla XG files. These are RxRPC RPC API definitions for rxgen to
turn into compilables.
They are licensed under the 3-clause BSD licence from Royal Institute of
Technology, Stockholm, Sweden, which is GPL-compatible.
Signed-off-by: David Howells <dhowells@redhat.com>
David Howells [Wed, 25 Sep 2019 15:29:08 +0000 (16:29 +0100)]
Add a Developer's Certificate of Origin
Add a Developer's Certificate of Origin for the use of people submitting
patches.
Signed-off-by: David Howells <dhowells@redhat.com>
David Howells [Wed, 8 Jan 2014 21:15:54 +0000 (21:15 +0000)]
Initial revision