1. 504fd0a resolve merge conflicts of 083f4ec to nyc-dev-plus-aosp by Arve Hjønnevåg · 8 years ago
  2. 083f4ec ServiceManager: Allow system services running as secondary users to add services am: e6bbe69ba7 am: 2cb14836ac am: c29c3734af am: ce0e72911c am: 2c39ea1025 am: fa5aafc9f3 am: 1f36bcd2ba by Arve Hjnnevg · 8 years ago
  3. 2c39ea1 ServiceManager: Allow system services running as secondary users to add services am: e6bbe69ba7 am: 2cb14836ac am: c29c3734af by Arve Hjnnevg · 8 years ago
  4. ce0e729 ServiceManager: Allow system services running as secondary users to add services am: e6bbe69ba7 am: 2cb14836ac by Arve Hjnnevg · 8 years ago
  5. e6bbe69 ServiceManager: Allow system services running as secondary users to add services by Arve Hjønnevåg · 8 years ago
  6. 101c678 DO NOT MERGE ServiceManager: Restore basic uid check am: 247ae46340 by Arve Hjnnevg · 8 years ago
  7. 8039d6e ServiceManager: Restore basic uid check am: 2b74d2c1d2 by Arve Hjnnevg · 8 years ago
  8. 247ae46 DO NOT MERGE ServiceManager: Restore basic uid check by Arve Hjønnevåg · 8 years ago
  9. f03ba2c DO NOT MERGE ServiceManager: Restore basic uid check by Arve Hjønnevåg · 8 years ago
  10. eb304f0 DO NOT MERGE ServiceManager: Restore basic uid check by Arve Hjønnevåg · 8 years ago
  11. 2a001e8 resolve merge conflicts of 0783d5f to stage-aosp-master by Dan Willemsen · 8 years ago
  12. 59e086f Start converting Android.mk to Android.bp by Dan Willemsen · 8 years ago
  13. 2b74d2c ServiceManager: Restore basic uid check by Arve Hjønnevåg · 8 years ago
  14. 173b3ef Merge \"Change to include linux/android/binder.h.\" am: b34400ea94 by Christopher Ferris · 8 years ago
  15. 0170cd0 Change to include linux/android/binder.h. by Christopher Ferris · 8 years ago
  16. 52aa4a7 svcmgr: don't send reply to one-way txn (part deux) by Mark Salyzyn · 8 years ago
  17. 14a1be2 Move servicemanager into system-background cpuset. by Martijn Coenen · 8 years ago
  18. 51f592c svcmgr: don't send reply to one-way txn. by dcashman · 9 years ago
  19. 4318b9c Merge "Revert "Revert "Fix warnings in servicemanager and KeyCharacterMap""" into nyc-dev by Ian Pedowitz · 9 years ago
  20. d57d9b9 Revert "Revert "Fix warnings in servicemanager and KeyCharacterMap"" by Ian Pedowitz · 9 years ago
  21. 3f0d762 Merge "Revert "Fix warnings in servicemanager and KeyCharacterMap"" into nyc-dev by Ian Pedowitz · 9 years ago
  22. b480269 Revert "Fix warnings in servicemanager and KeyCharacterMap" by Ian Pedowitz · 9 years ago
  23. 527b5ec Fix checkbuild by Colin Cross · 9 years ago
  24. d3b4c05 Fix warnings in servicemanager and KeyCharacterMap by Aurimas Liutikas · 9 years ago
  25. abc47e3 Restart cameraserver when servicemanager restarts by Chien-Yu Chen · 9 years ago
  26. ff1697c Merge "More O_CLOEXEC" am: 43e4260831 am: 66824c36ce by Nick Kralevich · 9 years ago
  27. 0fe7ce3 More O_CLOEXEC by Nick Kralevich · 9 years ago
  28. 0ce5c98 Merge "Restart audioserver if servicemanager restarts" by Andy Hung · 9 years ago
  29. 07e25ab Merge "Allow read access to /proc entries for other UIDs" am: fd53598220 am: 877b5daecc by Nick Kralevich · 9 years ago
  30. ab46a49 Allow read access to /proc entries for other UIDs by Nick Kralevich · 9 years ago
  31. 08e9490 Restart audioserver if servicemanager restarts by Andy Hung · 9 years ago
  32. 382f5fb am 748c546b: am c4db5ece: am 8e0c88ea: Merge "servicemanager: log pid and uid on selinux denial" by Nick Kralevich · 9 years ago
  33. 8fb0f92 servicemanager: log pid and uid on selinux denial by William Roberts · 9 years ago
  34. 48f7ec3 update bundled rc files to their contents from rootdir/init.rc by Tom Cherry · 9 years ago
  35. 7415599 bundle init.rc contents with its service by Tom Cherry · 9 years ago
  36. 2139c7f Call selinux_status_open() prior to use of selinux_status_updated(). by Stephen Smalley · 9 years ago
  37. bea0746 Call selinux_status_open() prior to use of selinux_status_updated(). by Stephen Smalley · 9 years ago
  38. a60ff36 Merge "Remove useless 'svcmgr_handle' (which had wrong type)." by Elliott Hughes · 10 years ago
  39. 0b41ad5 Remove useless 'svcmgr_handle' (which had wrong type). by Elliott Hughes · 10 years ago
  40. 018cf41 ServiceManager: Print kernel/userspace binder version by Serban Constantinescu · 11 years ago
  41. 13df5f5 servicemanager: service_manager missing include for string.h by Mark Salyzyn · 10 years ago
  42. b27bbd1 service_manager: reorder permission checks for find by Nick Kralevich · 10 years ago
  43. 824e30e Add missing includes. by Elliott Hughes · 10 years ago
  44. 2a0e409 Add MAC for remaining service_manager functionality. by Riley Spahn · 10 years ago
  45. 652c485 service_manager: check binder passed lengths by Nick Kralevich · 10 years ago
  46. c67e630 Add MAC for remaining service_manager functionality. by Riley Spahn · 10 years ago
  47. 7d42a3c service_manager: check binder passed lengths by Nick Kralevich · 10 years ago
  48. 1244edc Remove inline access control in service_manager. by Riley Spahn · 10 years ago
  49. 69154df Add SELinux checks when adding a service. by Riley Spahn · 10 years ago
  50. f3ad11c Use 64 bit binder interface if TARGET_USES_64_BIT_BINDER _or_ TARGET_IS_64_BIT is set. by Arve Hjønnevåg · 11 years ago
  51. e5245cb ServiceManager: Implement PING_TRANSACTION by Arve Hjønnevåg · 11 years ago
  52. 399b6c3 ServiceManager: Use 32/64 bit types from new binder header by Arve Hjønnevåg · 11 years ago
  53. e91fff0 Add BINDER_IPC_32BIT to CFLAGS unless TARGET_USES_64_BIT_BINDER is true by Arve Hjønnevåg · 11 years ago
  54. 3a345f0 ServiceManager: Fix the binder interface by Serban Constantinescu · 11 years ago
  55. 5fb1b88 ServiceManager: Store handles in uint32_t instead of void * by Serban Constantinescu · 11 years ago
  56. 9b738bb ServiceManager: Generic Fixes by Serban Constantinescu · 11 years ago
  57. a44542c ServiceManager: Add extra error handling by Serban Constantinescu · 11 years ago
  58. dc832dc ServiceManager: Fix Android.mk by Serban Constantinescu · 11 years ago
  59. bcf3888 ServiceManager: Make use of kernel exported structures by Serban Constantinescu · 11 years ago
  60. 64c8be0 Add media.log service by Glenn Kasten · 12 years ago
  61. 2444087 Switch keystore to binder by Kenny Root · 12 years ago
  62. 94afecf Move non-Java commands over from frameworks/base by Mike Lockwood · 12 years ago