platform/core/system/kdbus-bus.git
2015-01-05 Djalal Harouniconnection: code documentation for the signal access...
2015-01-05 Daniel Mackconnection: handle KDBUS_MSG_SIGNAL
2015-01-05 Daniel Mackkdbus.h: close ioctl number gap (ABI break)
2015-01-05 Daniel Mackkdbus.h: introduce KDBUS_MSG_SIGNAL
2015-01-04 Djalal Harounitest: add kdbus_msg_send_reply()
2015-01-03 Djalal Harouniconnection: ignore the CANCEL_FD item on asynchronous...
2015-01-03 Djalal Harounitest-metadata-ns: various fixes to metadata-ns test
2014-12-25 Daniel Mackconnection: fix documentation
2014-12-25 Djalal Harouniconnection: fix kdbus_conn_wait_reply() documentation
2014-12-25 Djalal Harouniconnection: doc: kdbus_conn_reply_find() callers have...
2014-12-25 Djalal Harouniconnection: ensure that if cookie_reply was provided...
2014-12-25 Djalal Harouniconnection: rename 'reply_count' field to 'request_count'
2014-12-25 Djalal Harounitest-sync: use ASSERT_EXIT() in child process
2014-12-25 Djalal Harounitest-sync: add close_epipe_sync test
2014-12-24 David Herrmannmetadata: document 'last_cap' ABI
2014-12-23 Daniel Mackqueue: drop unused function parameter
2014-12-23 Daniel Mackmetadata: minor variable cleanup
2014-12-22 David Herrmannfs: flush VFS cache on node deactivation
2014-12-22 David Herrmannfs: keep domain->dentry backlink
2014-12-22 David Herrmannnode: add kdbus_node_is_deactivated()
2014-12-22 David Herrmannfs: bind domain-lifetime to root dentry
2014-12-22 David Herrmannnode: make clear that ->parent is valid until destruction
2014-12-22 David Herrmanntest-sync: add no_cancel test
2014-12-22 Daniel Mackconnection: catch return value of kdbus_queue_entry_move()
2014-12-22 Daniel Mackqueue: up-chain error in kdbus_queue_entry_move()
2014-12-22 Daniel Mackpool: clean up error handling in kdbus_pool_copy()
2014-12-21 Djalal Harouniconnection: only one KDBUS_ITEM_CANCEL_FD item is allowed
2014-12-21 Daniel Mackconnection: pin cancel_fd before sending message
2014-12-21 Daniel Mackmessage: fix double-increade of kmsg->pool_size
2014-12-20 Djalal Harouniconnection: rename kdbus_conn_reply_sync() to kdbus_syn...
2014-12-20 Djalal Harounikdbus-test: fail with return not _exit() here
2014-12-20 Daniel Mackmessage: allocate the correct size of kmsg->iov
2014-12-20 Daniel Mackmessage: keep track of kmsg->iov length through kmsg...
2014-12-20 Daniel Mackqueue.c: cosmetic cleanup
2014-12-20 Daniel Macknode, notify, pool: remove some more BUG_ON()
2014-12-20 Daniel Mackconnection, names: some less BUG_ON()
2014-12-20 Daniel Mackconnection: intialize pwq later
2014-12-19 Daniel Mackconnection: fix memory leak wrt cancel_fd
2014-12-19 David Herrmannconnection: don't pass NULL to f->poll()
2014-12-19 Daniel Mackconnection: minor comment nit
2014-12-19 David Herrmannconnection: don't oops if CANCEL_FD doesn't support...
2014-12-19 Daniel Mackconnection: don't break lines unless we have to
2014-12-19 Daniel Mackconnection: add comment on init_poll_funcptr()
2014-12-19 Daniel Mackkdbus.txt, Changelog: document KDBUS_ITEM_CANCEL_FD
2014-12-19 Daniel Mackconnection: trigger on cancel_fd->poll() & POLLIN
2014-12-19 Daniel Macktest-sync: add test for cancelling a sync send with...
2014-12-19 Daniel Macktest: add cancel_fd parameter to kdbus_msg_send_sync()
2014-12-19 Daniel Mackconnection: accept eventfd as cancellation point
2014-12-19 Daniel Mackconnection: pass struct file from ioctl handler to...
2014-12-19 Daniel Mackkdbus.h: add KDBUS_ITEM_CANCEL_FD (ABI break)
2014-12-19 David Herrmannpolicy: optimize wildcard entry lookup
2014-12-19 David Herrmannutil: kdbus_str_hash() -> kdbus_strhash()
2014-12-19 David Herrmannpolicy: drop unused 'wildcard' parameter
2014-12-19 David Herrmannpolicy: drop unused kdbus_policy_check_access()
2014-12-19 David Herrmannpolicy: return highest policy on kdbus_policy_query()
2014-12-19 David Herrmannconnection: fix information leak on !SEE for real
2014-12-19 David Herrmannconnection: return 'bool' for policy decisions
2014-12-19 David Herrmannnames: fix coding-style
2014-12-19 David Herrmannnames: skip policy-check on NAME_RELEASE
2014-12-19 David Herrmannpolicy: drop kdbus_policy_check_talk_access()
2014-12-19 David Herrmannpurge: drop talk cache
2014-12-19 David Herrmannconnection: drop unused includes/declarations
2014-12-19 David Herrmannpolicy: speed-up and simplify query helpers
2014-12-19 David Herrmannconnection: re-write notification policy
2014-12-19 David Herrmannconnection: kdbus_ep_policy_check_src_names() -> kdbus_...
2014-12-19 David Herrmannconnection: dont lock subjects on SEE policy check
2014-12-19 David Herrmannconnection: kdbus_ep_policy_check_see_access* -> kdbus_...
2014-12-19 David Herrmannconnection: kdbus_ep_policy_check_talk_access() ->...
2014-12-19 David Herrmannconnection: drop superfluous argument to kdbus_conn_che...
2014-12-19 David Herrmannconnection: kdbus_conn_kmsg_send() -> kdbus_cmd_msg_send()
2014-12-19 David Herrmannconnection: kdbus_ep_policy_check_own_access() -> kdbus...
2014-12-18 Djalal Harouniconnection: sync send do not block SIGKILL or SIGSTOP
2014-12-18 Daniel Mackkdbus.txt: document KDBUS_ITEM_SIGMASK
2014-12-18 Daniel Mackconnection: check for invalid items in kdbus_conn_kmsg_...
2014-12-18 Daniel Mackconnection: kdbus_conn_kmsg_send(): cmd_send cannot...
2014-12-18 Daniel Mackconnection: handle -EINTR correctly
2014-12-18 Djalal Harouniconnection: fix BUG: unable to handle kernel paging...
2014-12-17 Daniel MackChangelog: comment CANCEL and SIGMASK changes
2014-12-17 Daniel Mackkdbus.h: add KDBUS_ITEM_SIGMASK (ABI break)
2014-12-17 Djalal Harounitest: when starting tests print the attach flags mask
2014-12-17 Djalal Harounitest: tree-wide check if all uids and gids are mapped...
2014-12-17 Djalal Harounitest-activator: check if all uids/gids are mapped in
2014-12-17 Djalal Harounitest-attach: fix attach-flags so we can SKIP it in...
2014-12-17 Djalal Harounitest: allow our tests to run in a namespaced setup
2014-12-17 Djalal Harounitest: preparation support for a namespaced test setup
2014-12-17 Daniel Mackkdbus.h: remove KDBUS_CMD_CANCEL
2014-12-17 Daniel Mackconnection: kdbus_conn_reply_unref() can take NULL...
2014-12-17 Daniel Mackconnection: return -ETIMEDOUT immediately if msg->timeo...
2014-12-17 Rui Miguel... match: init list rule so we can remove it on error
2014-12-17 Rui Miguel... test: fix usage print endless loop
2014-12-17 Daniel Macknames: use WARN_ON() rather than BUG_ON()
2014-12-17 Daniel Mackbus.c: use WARN_ON() rather than BUG_ON()
2014-12-17 Daniel Mackpool, connection, endpoint: handle errors more gracefully
2014-12-17 Daniel Mackpolicy: remove BUG_ON() from kdbus_policy_db_clear()
2014-12-17 Daniel Mackdomain, endpoint: don't line-break container_of() users
2014-12-17 Daniel Mackmatch: fix memory leak in error path
2014-12-17 David Herrmannpool: avoid BUG_ON()
2014-12-17 David Herrmannpool: drop redundant assignments
2014-12-17 Sergei Zviagintsevpool: handle ENOMEM case properly in kdbus_pool_slice_alloc
2014-12-17 Daniel Mackmatch: bail out on errors
next