1. e016f5c Track rename of base/ to android-base/. by Elliott Hughes · 10 years ago
  2. beaa7ef init: Don't ignore setsockcreatecon errors by Nick Kralevich · 10 years ago
  3. 08f0091 am 54c70ca1: Merge "init: Use classes for parsing and clean up memory allocations" by Tom Cherry · 10 years ago
  4. 1e07ace init: Use classes for parsing and clean up memory allocations by Tom Cherry · 10 years ago
  5. 32a6121 am f75b5ff1: am fe39394e: Merge "init: Adding support to import directories" by Lee Campbell · 10 years ago
  6. 0d379e2 init: Adding support to import directories by Lee Campbell · 10 years ago
  7. ffe9a90 am 8d855ba9: am d2e7f002: Merge "init/util.cpp: don\'t return a negative unsigned value" by Nick Kralevich · 10 years ago
  8. 7833f4b init/util.cpp: don't return a negative unsigned value by Nick Kralevich · 10 years ago
  9. ac78839 am 9fc83437: Don\'t use TEMP_FAILURE_RETRY on close in system/core. by Elliott Hughes · 10 years ago
  10. 92fe66e Don't use TEMP_FAILURE_RETRY on close in system/core. by Elliott Hughes · 10 years ago
  11. 7dd5152 am 91cf41cf: init: wait_for_file use smaller time resolution by Thierry Strudel · 10 years ago
  12. 286836e init: wait_for_file use smaller time resolution by Thierry Strudel · 10 years ago
  13. 5461148 Don't use TEMP_FAILURE_RETRY on close in system/core. by Elliott Hughes · 10 years ago
  14. 5904c1f resolved conflicts for merge of d410a9b3 to mnc-dev-plus-aosp by Elliott Hughes · 10 years ago
  15. 3706fec Fix insmod module size by Tom Cherry · 10 years ago
  16. c6cfd94 Fix insmod module size by Tom Cherry · 10 years ago
  17. 22c4d9a am 86aeb11e: Merge "load ro.recovery_id property from recovery partition" into mnc-dev by Andres Morales · 10 years ago
  18. 02b375c load ro.recovery_id property from recovery partition by Andres Morales · 10 years ago
  19. e1dffbc load ro.recovery_id property from recovery partition by Andres Morales · 10 years ago
  20. 405c297 am a5aa7a11: am 55c2e1f4: Merge "Clean up init /proc/cmdline handling." by Elliott Hughes · 10 years ago
  21. 508beaa Clean up init /proc/cmdline handling. by Elliott Hughes · 10 years ago
  22. b2e979b am ecf184c9: am 9c9280d8: Merge "init: get rid of the remaining double mounts" by Nick Kralevich · 10 years ago
  23. b37f0bd am 45a49d0e: am ccac2be8: Merge "init: use SELinux /dev/null if available" by Nick Kralevich · 10 years ago
  24. 4e7a6d4 am ecf184c9: am 9c9280d8: Merge "init: get rid of the remaining double mounts" by Nick Kralevich · 10 years ago
  25. 3d888c2 am 45a49d0e: am ccac2be8: Merge "init: use SELinux /dev/null if available" by Nick Kralevich · 10 years ago
  26. e7350c1 init: get rid of the remaining double mounts by Nick Kralevich · 10 years ago
  27. 0a8869e init: use SELinux /dev/null if available by Nick Kralevich · 10 years ago
  28. 50d823a am 6b6df173: am f8b0743e: Merge "init: fix write_file checkreqprot logic error" by Nick Kralevich · 10 years ago
  29. 0e8a6a6 init: fix write_file checkreqprot logic error by Nick Kralevich · 10 years ago
  30. f846ffc resolved conflicts for merge of 79f33846 to lmp-mr1-dev-plus-aosp by Ed Tam · 10 years ago
  31. ec430a5 Log more timing information from init. by Elliott Hughes · 10 years ago
  32. b6eae5c Merge "Remove /proc/cpuinfo parsing" by Elliott Hughes · 10 years ago
  33. 0bb5b0a Revert "Revert "Create libbase."" by Dan Albert · 10 years ago
  34. 01eb2ae Revert "Create libbase." by Nicolas Geoffray · 10 years ago
  35. 6aaf6b9 Create libbase. by Dan Albert · 10 years ago
  36. a2e4148 Remove /proc/cpuinfo parsing by Rom Lemarchand · 10 years ago
  37. f682b47 Clean up reading and writing in init. by Elliott Hughes · 10 years ago
  38. 2462790 Use TEMP_FAILURE_RETRY, always build bootchart.cpp. by Elliott Hughes · 10 years ago
  39. f3cf438 Build init as C++. by Elliott Hughes · 10 years ago[Renamed (87%) from init/util.c]
  40. 45a884f Add O_CLOEXEC to lots of open() calls. by Nick Kralevich · 10 years ago
  41. 07f3fee init: Fix memory corruption when sanitizing platform paths by Christopher R. Palmer · 11 years ago
  42. 27a9365 Convert all selinux_android_restorecon and _setfilecon calls to new API. by Stephen Smalley · 11 years ago
  43. dbd37f2 Move restorecon and restorecon_recursive code to libselinux. by Stephen Smalley · 11 years ago
  44. a613819 restorecon_recursive("/sys") speed boot time by Nick Kralevich · 11 years ago
  45. 36b39a9 Merge "init: Fix get_hardware_name() to cope with long /proc/cpuinfo output" by Colin Cross · 12 years ago
  46. 2e63e71 init: support longer command lines by Andrew Boie · 12 years ago
  47. ae76f6d init: call restorecon on /sys by Nick Kralevich · 12 years ago
  48. 8348d27 Add support for socket security context specification. by Stephen Smalley · 12 years ago
  49. 93ca79b Allow more characters in partition name links by Johan Redestig · 13 years ago
  50. 229dc35 init: Fix get_hardware_name() to cope with long /proc/cpuinfo output by Jon Medhurst · 13 years ago
  51. b5982bf Remove HAVE_SELINUX guards by Kenny Root · 13 years ago
  52. b3a5343 Merge "Fixed a discarded const qualifier warning" by Stephen Hines · 13 years ago
  53. ef3f7fa Merge "Set the SELinux security label on new directories." by Jean-Baptiste Queru · 13 years ago
  54. de7f1ad Fixed a discarded const qualifier warning by Edwin Vane · 13 years ago
  55. e096e36 Set the SELinux security label on new directories. by Stephen Smalley · 13 years ago
  56. 6439693 am 3b04bde9: am ee79b455: am 93553073: Merge "Extend init and ueventd for SE Android." by Jean-Baptiste Queru · 13 years ago
  57. e46f9d5 Extend init and ueventd for SE Android. by Stephen Smalley · 13 years ago
  58. 38f368c Don't parse properties from unsafe files. by Nick Kralevich · 13 years ago
  59. 2b99543 Pick up on androidboot.hardware kernel cmd option by Vladimir Chtchetkine · 14 years ago
  60. da04c52 init/cutils: move list utility code to cutils from init by Dima Zavin · 14 years ago
  61. 8f91282 init/cutils: move kernel logging interface to libcutils from init by Dima Zavin · 14 years ago
  62. 742150c merge from open-source master by The Android Open Source Project · 15 years ago
  63. f83d0b9 init: Move uevent handling to an external ueventd process by Colin Cross · 15 years ago
  64. cd0f173 init: Add wait command and mount wait flag by Colin Cross · 15 years ago
  65. ed8a7d8 init: Move list and log handling to list.h and log.h by Colin Cross · 15 years ago
  66. b0ab94b init: create symlinks to block device nodes by Colin Cross · 15 years ago
  67. 504bc51 init: Move gettime() to util.c by Colin Cross · 15 years ago
  68. f24ed8c init: Move mtd functions from init.c to util.c by Colin Cross · 15 years ago
  69. dd7bc33 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  70. e54eebb auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  71. 4f6e8d7 Initial Contribution by The Android Open Source Project · 17 years ago