- 9918e7a init: Add vendor-specific initialization hooks. by David Ng · 12 years ago
- 3de88eb init: don't skip starting a service with no domain if permissive by William Bellavance · 9 years ago
- 885581f init: do not create dev.mnt. properties for emulated mounts by Tom Cherry · 4 years, 7 months ago
- 82c764d Merge "Fix potential use-after-free bug in reboot" into rvc-dev am: 03ad58468b am: 93065fbab6 by Nikita Ioffe · 4 years, 4 months ago
- 8b25010 Fix potential use-after-free bug in reboot by Nikita Ioffe · 4 years, 4 months ago
- 1eefaaa cts: Skip CtsInitTestCases over a native bridge. am: 9cecf8422a am: 49ddb673c5 am: df2e518ccf by Kazuhiro Inaba · 4 years, 8 months ago
- a3f91fc cts: Skip CtsInitTestCases over a native bridge. by Kazuhiro Inaba · 4 years, 8 months ago
- fe7bd81 Merge "ueventd: bump UEVENT_MSG_LEN to 8192" into rvc-qpr-dev by Tom Cherry · 4 years, 9 months ago
- 2f6df55 ueventd: bump UEVENT_MSG_LEN to 8192 by Tom Cherry · 4 years, 9 months ago
- a4a6792 Ueventd: Fix a corner case in ReadUevent() that triggers duplicate firmware loading. by P.Adarsh Reddy · 4 years, 9 months ago
- e494e6c init: skip RejectsCriticalAndOneshotService for devices launched before R by Tom Cherry · 4 years, 9 months ago
- 4d686b6 ReadFileSymbolicLink checks /system/bin/ps by Boleyn Su · 4 years, 9 months ago
- b104188 Respect ro.boot.fstab_suffix in swapon_all by Alistair Delva · 4 years, 10 months ago
- 1402645 Add documentation for umount_all by Alistair Delva · 4 years, 10 months ago
- 216b99b first_stage_init: support kernel module directories by Steve Muckle · 4 years, 10 months ago
- f3e0e4c Merge changes from topic "fusectl" into rvc-dev by Martijn Coenen · 4 years, 10 months ago
- 8b86120 Abort FUSE filesystems during shutdown. by Martijn Coenen · 4 years, 10 months ago
- f4dba5b Add ro.boot.fstab_suffix and modify mount_all to use it by Alistair Delva · 4 years, 11 months ago
- 2aae757 init: support wait timeout with more precision by Mark Salyzyn · 5 years ago
- b98628a init: failed to set sys.usb.controller by Mark Salyzyn · 5 years ago
- e017b47 InitFatalReboot: Trigger panic explicitly for init_fatal_panic by Woody Lin · 5 years ago
- f786e92 first_stage_init: add support to skip module load failures by Will McVicker · 5 years ago
- 46892e9 init: Add task_profiles init command by Suren Baghdasaryan · 5 years ago
- 9e151dd Merge "Add reason why userspace reboot shutdown sequence failed" into rvc-dev by Nikita Ioffe · 5 years ago
- e7ae1c2 Add reason why userspace reboot shutdown sequence failed by Nikita Ioffe · 5 years ago
- 4875cfa Reject services that are both critical and oneshot by Nikita Ioffe · 5 years ago
- 9581394 init: fix restarting of subcontext by Tom Cherry · 5 years ago
- 9286d01 Merge "Add /mnt/androidwritable for MOUNT_EXTERNAL_ANDROID_WRITABLE apps" into rvc-dev by TreeHugger Robot · 5 years ago
- 35d33b2 Cleanup logic in KillZramBackingDevice by Nikita Ioffe · 5 years ago
- da7a35f first_stage_init: add hook to exec a shell script by Steve Muckle · 5 years ago
- 94fde4d Add /mnt/androidwritable for MOUNT_EXTERNAL_ANDROID_WRITABLE apps by Ricky Wai · 5 years ago
- ec5fee9 Fallback to hard reboot if userspace reboot hasn't started in time by Nikita Ioffe · 5 years ago
- 5ea1ae4 first_stage_init: load modules in modules.load.recovery in recovery by Steve Muckle · 5 years ago
- 020cd53 Merge "first_stage_init: increase serial console tries to 50" into rvc-dev by Will Mcvicker · 5 years ago
- 380b8f6 Remove vts10 tests from vts suite by Dan Shi · 5 years ago
- 2920c6f first_stage_init: increase serial console tries to 50 by Will McVicker · 5 years ago
- 3c7bc46 Merge "init: don't sync() before shutting down services" into rvc-dev by Tom Cherry · 5 years ago
- 34b1e17 init: don't sync() before shutting down services by Tom Cherry · 5 years ago
- 18a2cf3 Properly fail userspace reboot if it's not supported by Nikita Ioffe · 5 years ago
- 411a8bf Make init.userspace_reboot.is_supported a rw property by Nikita Ioffe · 5 years ago
- 7022a08 Merge "init: require root for oneshot_on test" into rvc-dev by TreeHugger Robot · 5 years ago
- c8800cb init: require root for oneshot_on test by Tom Cherry · 5 years ago
- 7e2bd9f init: do not handle control messages after shutdown by Tom Cherry · 5 years ago
- 4add7cc init: fix StopSendingMessages() by Tom Cherry · 5 years ago
- 4dea980 init: use an eventfd instead of socketpair to wake the main loop by Tom Cherry · 5 years ago
- 32303fa init: Forcefully mount system_ext on DAP devices if not present in fstab. by David Anderson · 5 years ago
- 7e2b6ff init: Factor out first-stage uevent handling into a separate class. by David Anderson · 5 years ago
- b2132fe init: Remove special-case hacks for the super partition. by David Anderson · 5 years ago
- 85d862f Use properties for various userspace reboot timeouts by Nikita Ioffe · 5 years ago
- ed0480b Merge "Remove use of static libdexfile to avoid linking in ART internal code." into rvc-dev by TreeHugger Robot · 5 years ago
- 0ed6831 Merge "init: add missing TEMP_FAILURE_RETRY" into rvc-dev by TreeHugger Robot · 5 years ago
- 42618a2 init: add missing TEMP_FAILURE_RETRY by Tom Cherry · 5 years ago
- a849029 Remove use of static libdexfile to avoid linking in ART internal code. by Martin Stjernholm · 5 years ago
- a1851c2 init: add ctl.oneshot_on/ctl.oneshot_off by Tom Cherry · 5 years ago
- e6fe3e3 init: use a no-op signal handler instead of SIG_IGN for SIGPIPE by Tom Cherry · 5 years ago
- 7f3996f init: Fix restorecon for /metadata. by David Anderson · 5 years ago
- 24f38eb init: handle property messages asynchronously #2 by Tom Cherry · 5 years ago
- b003338 Revert "init: handle property service callbacks asynchronously" by Tom Cherry · 5 years ago
- 88edc71 Revert "Stop & Resume property service when switching to bootstrap namespace" by Tom Cherry · 5 years ago
- fc1bbab init: restorecon libsnapshot rollback indicator by Yifan Hong · 5 years ago
- dde0536 init: Make sure ImageManager status files are labelled. by David Anderson · 5 years ago
- 445dc4b Merge "Refine the exported DSU status" into rvc-dev by PO HUNG CHEN · 5 years ago
- 240184f Refine the exported DSU status by Howard Chen · 5 years ago
- 8938fcd Stop & Resume property service when switching to bootstrap namespace by Nikita Ioffe · 5 years ago
- 742741f init: handle property service callbacks asynchronously by Tom Cherry · 5 years ago
- b8862ac Refactor libinit_test_utils to not use libinit and expose its libraries by Tom Cherry · 5 years ago
- 03594fa Reset post_data_ and services_update_finished_ on userspace reboot by Nikita Ioffe · 5 years ago
- 3748054 If userspace reboot watchdog triggers, don't store reason in persistent property by Nikita Ioffe · 5 years ago
- 1e1a924 init: prevent persist.sys.usb.config initalized as none,adb by Howard Yen · 5 years ago
- a2c5106 Store reason in case of userspace-reboot watchdog reboot by Nikita Ioffe · 5 years ago
- efefe70 bootstat: enhance last reboot reason property with file backing by Mark Salyzyn · 6 years ago
- f442848 Preserving /avb/* keys to /metadata by Bowgo Tsai · 5 years ago
- 8918c39 libinit_test_utils: -= libhidl-gen-utils header by Steven Moreland · 5 years ago
- 7953424 Merge "libinit_test_utils: don't assume interface format" by Steven Moreland · 5 years ago
- 4858fb0 Merge "Don't log userspace_reboot.started/finished properties from init" by Nikita Ioffe · 5 years ago
- 1944764 Merge "init: group source files better in Android.bp" by Tom Cherry · 5 years ago
- e92c95a libinit_test_utils: don't assume interface format by Steven Moreland · 5 years ago
- 11b469e Don't log userspace_reboot.started/finished properties from init by Nikita Ioffe · 5 years ago
- 29a49fb Merge "Convert system/core to Result::ok()" by Treehugger Robot · 5 years ago
- 00e0a01 init: group source files better in Android.bp by Tom Cherry · 5 years ago
- a2a7c1e Merge "init: use ErrnoErrorf() instead of ErrnoError() << StringPrintf()" by Tom Cherry · 5 years ago
- 3c99955 Merge "Check Errorf()/ErrnoErrorf() format string at compile time" by Tom Cherry · 5 years ago
- cb27059 Convert system/core to Result::ok() by Bernie Innocenti · 5 years ago
- 0ab243a init: use ErrnoErrorf() instead of ErrnoError() << StringPrintf() by Tom Cherry · 5 years ago
- f442310 Check Errorf()/ErrnoErrorf() format string at compile time by Tom Cherry · 5 years ago
- fa653d9 first_stage_mount: reading all avb_keys before chroot by Bowgo Tsai · 5 years ago
- da2c35f Delete dangerous comparison operators from base::expected by Bernie Innocenti · 5 years ago
- edf9e48 Merge "init: handle process actions when waiting for exec services" by Tom Cherry · 5 years ago
- 396da24 init: handle process actions when waiting for exec services by Tom Cherry · 5 years ago
- 0e8661f Merge "Whitelist reboot reasons related to userspace reboot failure" by Nikita Ioffe · 5 years ago
- 955a9bb Merge "remount: Use /data for backing scratch storage." by David Anderson · 5 years ago
- ab1110e remount: Use /data for backing scratch storage. by David Anderson · 5 years ago
- cf7341b Trigger boot animation on userspace reboot by Nikita Ioffe · 5 years ago
- e4fd62b Whitelist reboot reasons related to userspace reboot failure by Nikita Ioffe · 5 years ago
- 0e9ec33 Merge "init: add builtin check for perf_event LSM hooks" by Ryan Savitski · 5 years ago
- 237c9a6 init: Fix a bug in MountDir by Satoshi Niwa · 5 years ago
- 0ca91ea Give x permission on apex data directories. by Oli Lan · 5 years ago
- fa9ba8a Merge "Refine the first stage mount for DSU" by Howard Chen · 5 years ago
- 020fbfe init: add builtin check for perf_event LSM hooks by Ryan Savitski · 5 years ago
- 252653a Don't reboot into recovery during userspace reboot by Nikita Ioffe · 5 years ago