commit | 5ae23322029179343466a154fa14c8a33ea9fe6b | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Tue Jun 26 15:01:03 2012 -0700 |
committer | Dees_Troy <dees_troy@teamw.in> | Mon Jan 07 18:51:23 2013 +0000 |
tree | 78c5caab4c076717a947662ebc5ab6c66a12adb0 | |
parent | 558132c8ffc4328ab36b7d010be04687a5d86402 [diff] |
Add mode when open(O_CREAT) is used. When creating a new file using open(..., O_CREAT), it is an error to fail to specify a creation mode. If a mode is not specified, a random stack provided value is used as the "mode". This will become a compile error in a future Android change. Change-Id: I73c1e1a39ca36bf01704b07302af4971d234b5a8
Team Win Recovery Project (TWRP)
The goal of this branch is to rebase TWRP onto AOSP while maintaining as much of the original AOSP code as possible. This goal should allow us to apply updates to the AOSP code going forward with little to no extra work. With this goal in mind, we will carefully consider any changes needed to the AOSP code before allowing them. In most cases, instead of changing the AOSP code, we'll create our own functions instead. The only changes that should be made to AOSP code should be those affecting startup of the recovery and some of the make files.
This branch is currently a work in progress, however, most features have been implemented and it is now ready for testing.
You can find a compiling guide here.
More information about the project.
If you have code changes to submit those should be pushed to our gerrit instance. A guide can be found here.