]>
www.infradead.org Git - users/dhowells/kafs-utils.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
David Howells [Wed, 9 Oct 2019 15:55:53 +0000 (16:55 +0100)]
xg: Permit the U-variant VLDB operations
Permit such VLDB operations as VL.GetEntryByNameU.
Signed-off-by: David Howells <dhowells@redhat.com>
David Howells [Tue, 23 Jun 2020 16:49:40 +0000 (17:49 +0100)]
xg: Remove 'bulk' typedef from vldb.xg
Signed-off-by: David Howells <dhowells@redhat.com>
David Howells [Tue, 23 Jun 2020 16:48:03 +0000 (17:48 +0100)]
xg: Define VL.GetCapabilities
Signed-off-by: David Howells <dhowells@redhat.com>
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>
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>
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>
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>
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>
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>
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>
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>
David Howells [Thu, 26 Sep 2019 10:19:36 +0000 (11:19 +0100)]
xg: Convert serverList to struct
David Howells [Thu, 26 Sep 2019 10:13:35 +0000 (11:13 +0100)]
xg: Add pointer marker to struct args
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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