summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-28use subsys_virtual_register()Kay Sievers1-2/+1
2013-05-10main.c: prepare for subsys_virtual_register() switchDaniel Mack1-0/+1
2013-05-08rename files: ns -> namespace, ep -> endpointKay Sievers1-1/+1
2013-04-25turn info 'info' into 'debug' to silent kernel logKay Sievers1-1/+0
2013-04-17move kdbus_dev_release() to main.cKay Sievers1-0/+5
2013-04-16split up the huge internal header files to match the source filesKay Sievers1-2/+2
2013-04-13respect access flags for namespace control device nodeKay Sievers1-1/+1
2013-04-03main: drop unused kdbus_subsys_lockDaniel Mack1-3/+0
2013-04-03tree-wide: rename 'err' to 'ret'Daniel Mack1-8/+8
2013-04-01split out connection.cKay Sievers1-353/+2
2013-04-01main: fix message cleanup on releaseDaniel Mack1-3/+2
2013-04-01main: disable some debug outputDaniel Mack1-3/+3
2013-04-01message: supress broadcasts to senderDaniel Mack1-1/+1
2013-04-01message: kdbus_message_send: take ep as first argumentDaniel Mack1-1/+1
2013-04-01message: unref messages from where they are createdDaniel Mack1-1/+3
2013-04-01main: re-implement message freeing on connection releaseDaniel Mack1-9/+11
2013-04-01names: keep track of queued item from connDaniel Mack1-0/+1
2013-04-01names: started with notification stubsDaniel Mack1-1/+1
2013-03-31move KDBUS_CHAR_MAJOR to internal header until it is mergedKay Sievers1-1/+1
2013-03-31names: attach to bus, not to epDaniel Mack1-5/+12
2013-03-31names: cleanups, ioctl stubsDaniel Mack1-4/+4
2013-03-31names: more list tracking, removal by connectionDaniel Mack1-0/+2
2013-03-31ep: register a name registryDaniel Mack1-15/+0
2013-03-31names: first idea of a name lookup machineDaniel Mack1-0/+17
2013-03-31move message code to own fileDaniel Mack1-244/+1
2013-03-31use u64 for internal data types, uint64_t is for userspaceKay Sievers1-18/+12
2013-03-31keep track of connections, implement message broadcastingDaniel Mack1-1/+18
2013-03-31main.c: re-order functions to get rid of forward-declarationsDaniel Mack1-224/+230
2013-03-31main.c: enqueue/dequeue logicDaniel Mack1-6/+64
2013-03-31main.c: work towards kmsg-based implementationDaniel Mack1-37/+61
2013-03-31main.c: add kdbus_msg_append_dataDaniel Mack1-0/+15
2013-03-31main.c: add kdbus_msg_dumpDaniel Mack1-4/+25
2013-03-31main: simplify kdbus_msg_get_dataDaniel Mack1-11/+4
2013-03-31main.c: add kdbus_msg_get_data()Daniel Mack1-5/+51
2013-03-30Merge ../d-bus into kdbusGreg Kroah-Hartman1-32/+17
2013-03-30implement some more ioctl stubs and make CMD_HELLO return successDaniel Mack1-4/+17
2013-03-30Merge d-bus into my treeGreg Kroah-Hartman1-0/+493
2013-03-30add kdbus.txt and move examples from the code to itKay Sievers1-28/+0
2013-03-28main: fix compile warningsDaniel Mack1-2/+2
2013-03-28main: disable message list handling for nowDaniel Mack1-0/+2
2013-03-28kdbus: add stub implementation of HELLO ioctlLennart Poettering1-6/+17
2013-03-28kdbus: add stub implementations of other ioctlsLennart Poettering1-2/+18
2013-03-28kdbus: verify kernel flags field, and refuse 'incompatible' flagsLennart Poettering1-12/+30
2013-03-28add offsetof()Kay Sievers1-1/+1
2013-03-28update KDBUS_CMD_MSG_SENDKay Sievers1-20/+22
2013-03-27add ioctl APILennart Poettering1-5/+5
2013-03-27udev kdbus_kmsgKay Sievers1-15/+3
2013-03-25remove read/write, we can only use ioctlsKay Sievers1-162/+7
2013-03-25rename kdbus.c to main.cKay Sievers1-0/+614