]> www.infradead.org Git - users/dhowells/kafs-utils.git/log
users/dhowells/kafs-utils.git
5 years agoxg: Tag VL.LinkedListN with its symbolic opcode
David Howells [Mon, 21 Oct 2019 11:08:37 +0000 (12:08 +0100)]
xg: Tag VL.LinkedListN with its symbolic opcode

Signed-off-by: David Howells <dhowells@redhat.com>
5 years agoxg: Add UAE error constants
David Howells [Mon, 30 Sep 2019 09:04:05 +0000 (10:04 +0100)]
xg: Add UAE error constants

Signed-off-by: David Howells <dhowells@redhat.com>
5 years agoxg: Remove _AFSUUID_COMMON_ guards
David Howells [Mon, 30 Sep 2019 09:03:14 +0000 (10:03 +0100)]
xg: Remove _AFSUUID_COMMON_ guards

Remove the _AFSUUID_COMMON_ guards from afsuuid.h.

Signed-off-by: David Howells <dhowells@redhat.com>
5 years agoxg: Conditionalise out unused bits
David Howells [Mon, 30 Sep 2019 09:01:01 +0000 (10:01 +0100)]
xg: Conditionalise out unused bits

Conditionalise out unused structures so as not to emit codecs for them.

Signed-off-by: David Howells <dhowells@redhat.com>
5 years agoxg: Remove "a_" prefixes and "P" suffixes from argument names
David Howells [Thu, 26 Sep 2019 13:22:36 +0000 (14:22 +0100)]
xg: Remove "a_" prefixes and "P" suffixes from argument names

Signed-off-by: David Howells <dhowells@redhat.com>
5 years agoxg: Define VOLSER.GetSize
David Howells [Wed, 7 Feb 2018 06:55:16 +0000 (06:55 +0000)]
xg: Define VOLSER.GetSize

Signed-off-by: David Howells <dhowells@redhat.com>
5 years agoxg: Strip AFSVol prefixes from RPC call names in volumeserver.xg
David Howells [Wed, 13 Aug 2014 13:58:45 +0000 (14:58 +0100)]
xg: Strip AFSVol prefixes from RPC call names in volumeserver.xg

Strip AFSVol prefixes from RPC call names in volumeserver.xg as they're
redundant given that the the xg compiler prefixes them with the package
name.

Signed-off-by: David Howells <dhowells@redhat.com>
5 years agoxg: Convert prname to struct
David Howells [Thu, 26 Sep 2019 10:20:17 +0000 (11:20 +0100)]
xg: Convert prname to struct

Signed-off-by: David Howells <dhowells@redhat.com>
5 years agoxg: Convert serverList to struct
David Howells [Thu, 26 Sep 2019 10:19:36 +0000 (11:19 +0100)]
xg: Convert serverList to struct

5 years agoxg: Add pointer marker to struct args
David Howells [Thu, 26 Sep 2019 10:13:35 +0000 (11:13 +0100)]
xg: Add pointer marker to struct args

5 years agoxg: Remove 'struct' from argument type specifications
David Howells [Thu, 26 Sep 2019 10:09:14 +0000 (11:09 +0100)]
xg: Remove 'struct' from argument type specifications

Remove 'struct' from argument type specifications as it's not used
consistently and it seems it should be dispensible.

Signed-off-by: David Howells <dhowells@redhat.com>
5 years agoxg: Switch AFS_MAX_DESTINATIONS from #define to const int
David Howells [Thu, 26 Sep 2019 10:06:42 +0000 (11:06 +0100)]
xg: Switch AFS_MAX_DESTINATIONS from #define to const int

Signed-off-by: David Howells <dhowells@redhat.com>
5 years agoxg: Remove ASIS keyword
David Howells [Thu, 26 Sep 2019 10:03:42 +0000 (11:03 +0100)]
xg: Remove ASIS keyword

Signed-off-by: David Howells <dhowells@redhat.com>
5 years agoxg: Remove AFSUUID_GENERATE
David Howells [Thu, 26 Sep 2019 10:01:19 +0000 (11:01 +0100)]
xg: Remove AFSUUID_GENERATE

Signed-off-by: David Howells <dhowells@redhat.com>
5 years agoxg: Remove HASHSIZE defs as these should be server internal
David Howells [Thu, 26 Sep 2019 09:59:59 +0000 (10:59 +0100)]
xg: Remove HASHSIZE defs as these should be server internal

Signed-off-by: David Howells <dhowells@redhat.com>
5 years agoxg: Add size markers
David Howells [Thu, 26 Sep 2019 09:45:36 +0000 (10:45 +0100)]
xg: Add size markers

Signed-off-by: David Howells <dhowells@redhat.com>
5 years agoxg: Declare RXKAD abort messages
David Howells [Wed, 25 Sep 2019 16:26:24 +0000 (17:26 +0100)]
xg: Declare RXKAD abort messages

Signed-off-by: David Howells <dhowells@redhat.com>
5 years agoxg: Supply standard Rx error codes
David Howells [Wed, 25 Sep 2019 16:19:55 +0000 (17:19 +0100)]
xg: Supply standard Rx error codes

Signed-off-by: David Howells <dhowells@redhat.com>
5 years agoxg: Label KA_ package in the .xg file
David Howells [Wed, 25 Sep 2019 16:24:04 +0000 (17:24 +0100)]
xg: Label KA_ package in the .xg file

Signed-off-by: David Howells <dhowells@redhat.com>
5 years agoxg: More cleanups
David Howells [Wed, 25 Sep 2019 15:32:05 +0000 (16:32 +0100)]
xg: More cleanups

More cleanups to the xg files.

Signed-off-by: David Howells <dhowells@redhat.com>
5 years agoxg: Reindent the xg files
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>
5 years agoxg: All integer types should be in terms of stdint
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>
5 years agoxg: Convert to UTF-8 to keep Python happy
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>
5 years agoxg: Clean up Arla xg files
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>
5 years agoImport the Arla XG files
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>
5 years agoAdd a Developer's Certificate of Origin
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>
11 years agoInitial revision
David Howells [Wed, 8 Jan 2014 21:15:54 +0000 (21:15 +0000)]
Initial revision