1. 6bc086c init: fix memory leaks by Ting-Yuan Huang · 9 years ago
  2. a4021c3 Modify log level for service and ueventd by Wei Wang · 9 years ago
  3. 41d0788 Use android::base::Readlink in init. by Elliott Hughes · 9 years ago
  4. d816f96 Mount /vendor and /odm early by Hung-ying Tyan · 9 years ago
  5. 3a75e21 ueventd: Remove verbose restorecon_recursive: message by Dmitry Shmidt · 9 years ago
  6. 495d0be Move init to libbase logging. by Elliott Hughes · 9 years ago
  7. 730c7df ueventd: only relabel devices if there's a delta by William Roberts · 9 years ago
  8. b075bdf init: support matching sysfs class paths in ueventd.rc by Rob Herring · 9 years ago
  9. b0f0508 init: rework fixup_sys_perms to use perm_path_matches by Rob Herring · 9 years ago
  10. c84c6f7 ueventd: relabel block devices nodes when processing subsequent add events by Mihai Serban · 9 years ago
  11. 2bb6c98 Address const issues in preparation for libcxx rebase. by Dan Austin · 9 years ago
  12. fb6bb0a system/core: Cleanup direct calls to opendir by containing in a std::unique_ptr. by James Hawkins · 9 years ago
  13. 9c762a5 init: Fix load_firmware error by Biao Lu · 9 years ago
  14. 03f50f5 am a27dca0f: am 60c5a460: Merge "Remove calls to is_selinux_enabled()" by Nick Kralevich · 10 years ago
  15. 5b6e16a Remove calls to is_selinux_enabled() by Nick Kralevich · 10 years ago
  16. 2dda710 am 92b82635: am 10936d1f: Merge "init: consider all platform devices for find_platform_device" by Tom Cherry · 10 years ago
  17. df4b80b init: consider all platform devices for find_platform_device by Tom Cherry · 10 years ago
  18. f846ffc resolved conflicts for merge of 79f33846 to lmp-mr1-dev-plus-aosp by Ed Tam · 10 years ago
  19. b9f7fb3 Further cleanup of the logic in device_init. by Elliott Hughes · 10 years ago
  20. f7407e2 Fix clang build by removing unused locals. by Elliott Hughes · 10 years ago
  21. ec430a5 Log more timing information from init. by Elliott Hughes · 10 years ago
  22. 6250cbc Always use strerror to report errno. by Elliott Hughes · 10 years ago
  23. b2c315c init: refactor firmware loading locations into table by Daniel Rosenberg · 10 years ago
  24. e4c29eb Move sprintf to snprintf. by Yabin Cui · 10 years ago
  25. f682b47 Clean up reading and writing in init. by Elliott Hughes · 10 years ago
  26. c0e919c Stop using #if for conditional compilation. by Elliott Hughes · 10 years ago
  27. f3cf438 Build init as C++. by Elliott Hughes · 10 years ago[Renamed (98%) from init/devices.c]
  28. 45a884f Add O_CLOEXEC to lots of open() calls. by Nick Kralevich · 10 years ago
  29. a016c42 Init: Remove unused variables by Andreas Gampe · 11 years ago
  30. fca58f4 Fix segfault in get_character_device_symlinks() by Tomasz Kondel · 12 years ago
  31. c6c8b56 am cf2b944d: am 5a1d5a8c: Merge "ueventd: call _exit for safety" by Kenny Root · 11 years ago
  32. 17baff4 ueventd: call _exit for safety by Kenny Root · 11 years ago
  33. 3b4c0bd ueventd fixup_sys_perms: fixup SELinux labels unconditionally by Nick Kralevich · 11 years ago
  34. 43d537e ueventd: allow matching symlink names when setting permissions by Colin Cross · 11 years ago
  35. 4ef159a am 7367ecbc: am 06023134: am 8022ce1e: Merge "ueventd fixup_sys_perms: fixup SELinux labels unconditionally" by Nick Kralevich · 11 years ago
  36. 0c44584 am b18d44e4: am ab7e5752: am 09117c70: Merge "ueventd: allow matching symlink names when setting permissions" by Colin Cross · 11 years ago
  37. c603720 ueventd: UEVENT_MSG_LEN changed to 2048 from 1048 in compliance with the by Ruchi Kandoi · 11 years ago
  38. c0c1ffe init/ueventd: adds wildcard matching for ueventd rules by Daniel Leung · 13 years ago
  39. b4c5200 Extend ueventd to use the label-by-symlink support in libselinux. by Stephen Smalley · 11 years ago
  40. a885d04 ueventd: support by-name symlinks for PCI block devices by Andrew Boie · 12 years ago
  41. 75b287b ueventd: Ueventd changes the permission of sysfs files for max/min cpufreq by Ruchi Kandoi · 11 years ago
  42. 154f460 liblog: enable logging to logd. by Mark Salyzyn · 11 years ago
  43. 763bfce Remove an unused #include of <asm/page.h>. by Elliott Hughes · 11 years ago
  44. 3312aa8 init: add subsystem rules to ueventd.rc by Greg Hackmann · 12 years ago
  45. f6e009e init: handle ueventd path truncation better by Greg Hackmann · 12 years ago
  46. e2eb69d Handle policy reloads within ueventd rather than restarting it. by Stephen Smalley · 12 years ago
  47. f987398 am 5954ecb8: Merge "Allow more characters in partition name links" by Colin Cross · 12 years ago
  48. 93ca79b Allow more characters in partition name links by Johan Redestig · 13 years ago
  49. 05a5205 am 76c58893: Free file handle for /firmware/image after use by Ajay Dudani · 12 years ago
  50. 76c5889 Free file handle for /firmware/image after use by Ajay Dudani · 12 years ago jb-mr2-dev
  51. 5f7b017 Update ueventd set the SELinux context on sysfs by Stephen Smalley · 12 years ago
  52. f395c92 ueventd: allow platform devices to have just a /devices/ prefix by Dima Zavin · 12 years ago
  53. 53a0288 ueventd: allow platform devices to have just a /devices/ prefix - DO NOT MERGE by Dima Zavin · 12 years ago
  54. d562ca7 ueventd: Increase uevent buffer size by Andrew Boie · 13 years ago
  55. 2a36ae5 am 7b88a90d: Merge "Remove HAVE_SELINUX guards" by Kenny Root · 13 years ago
  56. b5982bf Remove HAVE_SELINUX guards by Kenny Root · 13 years ago
  57. 96539e8 am ee0d281a: am c95c15b1: Merge "Char device /dev/dri/card0 was not created during startup." by Jean-Baptiste Queru · 13 years ago
  58. c95c15b Merge "Char device /dev/dri/card0 was not created during startup." by Jean-Baptiste Queru · 13 years ago
  59. 605103f resolved conflicts for merge of 4dcd52ab to jb-mr1-dev by Kenny Root · 13 years ago
  60. ae6f3d7 Add support for reloading policy from /data/system. by Stephen Smalley · 13 years ago
  61. ff5c802 am faad67fa: am ef3f7fa3: Merge "Set the SELinux security label on new directories." by Jean-Baptiste Queru · 13 years ago
  62. ef3f7fa Merge "Set the SELinux security label on new directories." by Jean-Baptiste Queru · 13 years ago
  63. 3cac204 Merge remote-tracking branch 'goog/jb-dev-mako' into jb-mr1-dev by Ed Heyl · 13 years ago
  64. e096e36 Set the SELinux security label on new directories. by Stephen Smalley · 13 years ago
  65. 308bc52 ueventd: fixup /sys permissions on change uevents by Colin Cross · 13 years ago
  66. e6f8d45 Char device /dev/dri/card0 was not created during startup. by Lukasz Anaczkowski · 14 years ago
  67. 029d44e HACK: use /firmware/image as a 3rd choice by Iliyan Malchev · 13 years ago
  68. f97b887 Add handling for DEVNAME for usb devices by Wei Zhong · 13 years ago
  69. e46f9d5 Extend init and ueventd for SE Android. by Stephen Smalley · 14 years ago
  70. da04c52 init/cutils: move list utility code to cutils from init by Dima Zavin · 14 years ago
  71. 2d55e02 libcutils/init: move uevent socket opening code to libcutils by Dima Zavin · 14 years ago
  72. 57de8b8 rename uevent_checked_recv to uevent_kernel_multicast_recv by Nick Kralevich · 14 years ago
  73. 4682aba am b0d0e260: resolved conflicts for merge of 2baeb898 to honeycomb-plus-aosp by Nick Kralevich · 14 years ago
  74. b0d0e26 resolved conflicts for merge of 2baeb898 to honeycomb-plus-aosp by Nick Kralevich · 14 years ago
  75. 3f582e9 Fold uevent message origin checking from init into libcutils. by Vernon Tang · 14 years ago
  76. bb738d6 am de35f274: am 03752be0: am 0c297f5e: Merge "Revert "Fold uevent message origin checking from init into libcutils."" by Nick Kralevich · 14 years ago
  77. de35f27 am 03752be0: am 0c297f5e: Merge "Revert "Fold uevent message origin checking from init into libcutils."" by Nick Kralevich · 14 years ago
  78. de9e65d Revert "Fold uevent message origin checking from init into libcutils." by Nick Kralevich · 14 years ago
  79. 3268eda am e3ab4245: am a7cf7ed9: am 282c2ab4: Merge "Fold uevent message origin checking from init into libcutils." by Nick Kralevich · 14 years ago
  80. e3ab424 am a7cf7ed9: am 282c2ab4: Merge "Fold uevent message origin checking from init into libcutils." by Nick Kralevich · 14 years ago
  81. 8405ec0 Fold uevent message origin checking from init into libcutils. by Vernon Tang · 14 years ago
  82. fadb85e ueventd: track platform device uevents to parse block device names by Colin Cross · 14 years ago
  83. eb5ba83 ueventd: refactor uevent handling by Colin Cross · 14 years ago
  84. 8d48c8e defer firmware load until after filesystems are mounted by Brian Swetland · 14 years ago
  85. b93e581 Add missing headers for compilation on x86 targets by Olivier Bailly · 15 years ago
  86. 609d882 init: Abort firmware transfer if firmware is missing by Benoit Goby · 15 years ago
  87. 7ca8f12 am 439b4dfb: am bc57d4ce: init: support owner/permission setting for sysfs attributes of devices by Brian Swetland · 15 years ago
  88. bc57d4c init: support owner/permission setting for sysfs attributes of devices by Brian Swetland · 15 years ago
  89. d06df51 resolved conflicts for merge of 3b5214a6 to master by Brian Swetland · 15 years ago
  90. 02863b9 add /vendor support by Brian Swetland · 15 years ago
  91. 3eaa4e5 am 49b8124a: am 17dcc5c5: Use makedev helper for device major and minor numbers by Colin Cross · 15 years ago
  92. 17dcc5c Use makedev helper for device major and minor numbers by Colin Cross · 15 years ago
  93. d227863 init: Add symlinks to USB character devices by Benoit Goby · 15 years ago
  94. fad7204 resolved conflicts for merge of 5f5d5c8c to gingerbread by Nick Kralevich · 15 years ago
  95. 5f5d5c8 validate the source of uevent messages by Nick Kralevich · 15 years ago android-2.2.1_r1 android-2.2.1_r2 android-2.2.2_r1 android-2.2_r1.3
  96. 982a815 Reap firmware child processes to prevent zombies by Colin Cross · 15 years ago
  97. c0d8fb5 DO NOT MERGE resolved conflicts for merge of e95aad61 to kraken by Mike Lockwood · 15 years ago
  98. e95aad6 merge from open-source master by The Android Open Source Project · 15 years ago
  99. 93ac155 init: Add support for /dev/bus/usb/ file system and add new unix group AID_USB. by Mike Lockwood · 15 years ago
  100. 44b65d0 init: Add ueventd.rc parsing to ueventd by Colin Cross · 15 years ago