| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| | |
bionic32 \'strtotimeval\'."
* commit '8f2a205f34bfad9eddbd62a073d1ca492276d538':
Move date off the non-portable bionic32 'strtotimeval'.
|
| | |
| |
| |
| | |
Change-Id: Ib706d3a536c409810cfbc47270448c6375314506
|
| |\ \
| |/
| |
| |
| |
| |
| | |
warnings"
* commit 'fd0f4d9ad6e37d8047767e7e1ce9374906a3acc8':
toolbox: ls: 64 bit compile warnings
|
| | |
| |
| |
| | |
Change-Id: Ia538c7177f8d5cf2c1f0efb5b575da6527c13968
|
| |\ \
| |/
| |
| |
| |
| |
| | |
issue"
* commit '713aedd74a9e7bf81929ccd8225d2784afcbb9c9':
toolbox: schedtop 64 bit build issue
|
| | |
| |
| |
| | |
Change-Id: I77b8ca2c32b9ff33abb6acadae47f0ab47b47907
|
| |\ \
| |/
| |
| |
| |
| |
| | |
and loaded .so file names correctly"
* commit '6bb6372b3ee930e2e8517262ec7db4f057a50725':
fix: making lsof show devies and loaded .so file names correctly
|
| | |
| |
| |
| | |
Change-Id: I4b6f2e0015f8cfa18400fa4bd08460a07e29a51b
|
| |\ \
| |/
| |
| |
| |
| |
| | |
uid_from_user."
* commit '2ae567c82ee34fb7e51e797fce140313de34338b':
Declare (and simplify) uid_from_user.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
uid_from_user doesn't need to cope with numeric ids in the BSD code
like it did with the old Android code; the caller now handles those.
Also explain what SUPPORT_DOT is for.
Change-Id: I185c9f02b7039795069aa30545563b8a6ef54cd5
|
| |\ \
| |/
| |
| |
| |
| |
| | |
primarily)."
* commit 'f767e9c97a0719b342e91c7770885c108a66e02f':
Switch to BSD chown (for -R, primarily).
|
| | |\ |
|
| | | |
| | |
| | |
| | | |
Change-Id: I45381b8a04f4cb651123a2d43860418e06df6e65
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* commit '1f57081216a2eae81672dadd67c94476b27fbf63':
Fix grep -f.
|
| | |/
| |
| |
| |
| |
| | |
bionic has getline now.
Change-Id: I5e4ee137768ab3113dbe8a07406fa39f4b6546af
|
| |\ \
| |/
| |
| |
| |
| |
| | |
<asm/page.h>."
* commit '51437ed26565f4bc55e516b73b7e9cafef8e012f':
Remove unused #includes of <asm/page.h>.
|
| | |
| |
| |
| |
| |
| | |
(<asm/page.h> is going away.)
Change-Id: Id0d7ad0eb791cd47490c48458f9f8a6468ddf5c9
|
| |\ \
| |/
| |
| |
| |
| |
| | |
for relabeling /data/data."
* commit '490963a54e5ef0c421f0e1ac87eafc2b46c32b95':
Add -D option to restorecon for relabeling /data/data.
|
| | |
| |
| |
| |
| |
| |
| | |
This depends on change I137588013ed1750315702c0dbe088ce3e4a29e83.
Change-Id: I5a4fef9affd6cddf98d72dc9d54899be25741779
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
|
| |\ \
| |/
| |
| |
| |
| |
| | |
selinux_android_restorecon and _setfilecon calls to new API."
* commit 'e41420bd8cbaa69f6eaca524b2412cb92a6d18a3':
Convert all selinux_android_restorecon and _setfilecon calls to new API.
|
| | |\ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
libselinux selinux_android_restorecon API is changing to the more
general interface with flags and dropping the older variants.
Also get rid of the old, no longer used selinux_android_setfilecon API
and rename selinux_android_setfilecon2 to it as it is the only API in use.
Change-Id: I1e71ec398ccdc24cac4ec76f1b858d0f680f4925
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
nandread."
* commit 'a1ebd4d5c8b0a038c39b568b33e89f1b998f0a73':
Remove a pre-uapi hack from nandread.
|
| | |/
| |
| |
| |
| |
| | |
We only have uapi headers now.
Change-Id: I2c02e10bb3bba4006579772f3ab2a18c2df7535d
|
| |\ \
| |/
| |
| |
| |
| |
| | |
libselinux restorecon implementations."
* commit '52ca10d15aa803333467db456a40d2bbc89dc18e':
Unify toolbox restorecon and libselinux restorecon implementations.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Extend the libselinux restorecon implementation to allow reuse
by the toolbox restorecon command. This simply requires adding
support for the nochange (-n) and verbose (-v) options to the
libselinux functions and rewriting the toolbox restorecon command
to use the libselinux functions. Also add a force (-F) option to
support forcing a restorecon_recursive even if the restorecon_last
attribute matches the current file_contexts hash so that we can
continue to force a restorecon via the toolbox command for testing
or when we know something else has changed (e.g. for when we support
relabeling /data/data and package information has changed).
Change-Id: I92bb3259790a7195ba56a5e9555c3b6c76ceb862
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
|
| |\ \ |
|
| | | |
| | |
| | |
| | | |
Change-Id: I46586cba83ecb8095721be8ffad9e386d4698e4a
|
| |\ \ \
| | |/
| |/|
| | |
| | | |
* commit '1571dac49fee8d7304a082a787aed15520ed48b4':
Fix 'r' for LP64.
|
| | | |
| | |
| | |
| | | |
Change-Id: I8332a0a8045a70b3992fe34b0b9e334a721265a9
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
\'setconsole\' command."
* commit 'b1091958bdb4bc42f66631fdf4105cbc2faec98a':
Remove obsolete 'setconsole' command.
|
| | | |
| | |
| | |
| | | |
Change-Id: I643a48653006b97bb10d7b996ecc003dbafad590
|
| |\ \ \
| |/ /
| | /
| |/
|/| |
Change-Id: I704e3159d529e436e060cb66c1739ef8e7b612d4
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
This cleans up most of the size-related problems in system/core.
There are still a few changes needed for a clean 64-bit build,
but they look like they might require changes to things like the
fastboot protocol.
Change-Id: I1560425a289fa158e13e2e3173cc3e71976f92c0
|
| |\ \
| |/
| |
| |
| |
| |
| | |
tool with /dev/alarm"
* commit '58c4a7ddf227bd6977677f4c8046eab6376477b3':
toolbox: Fix date tool with /dev/alarm
|
| | |
| |
| |
| |
| | |
Change-Id: I6f8ad2149244c89690d5d5caae8ec55429462210
Signed-off-by: Benoit Goby <benoit@android.com>
|
| |\ \
| |/
| |
| |
| |
| |
| | |
constants are now in <sys/swap.h>."
* commit '16f0d3dc3ac3ca1e47b67ae28f96c8814f2375bd':
SWAP_FLAG_* constants are now in <sys/swap.h>.
|
| | |
| |
| |
| |
| | |
Bug: 9336527
Change-Id: I77e2b05cefbfb4eebda39b4079107833f4160563
|
| |\ \
| |/
| |
| |
| |
| |
| | |
re-introduce clobbered error message"
* commit '05bfe7fb95540bae6a42a745fe3bcc1d39a67a7c':
toolbox-ls: re-introduce clobbered error message
|
| | |
| |
| |
| |
| |
| |
| | |
commit 403b1955 clobbered the error message on lstat()
calls.
Change-Id: Idbd24b648e3a85079b8f8541c0798bf944485ca1
|
| |\ \
| |/
| |
| |
| |
| |
| | |
use RTC subsystem on devices without /dev/alarm"
* commit '796be8f1432fd02d83f2dae9dbcf11a0976df3b5':
toolbox: date: use RTC subsystem on devices without /dev/alarm
|
| | |
| |
| |
| |
| | |
Change-Id: I48c0fd1f4cffef936afb8d48d6d93babf006004d
Signed-off-by: Greg Hackmann <ghackmann@google.com>
|
| |\ \
| |/
| |
| |
| |
| |
| | |
fix parameter type warnings"
* commit '619376f41fb93ceb9fa634e9ddc561b90be01e23':
toolbox: date: fix parameter type warnings
|
| | |
| |
| |
| |
| | |
Change-Id: I810a9abee8bc0061c5007fe08197384f2b85754b
Signed-off-by: Greg Hackmann <ghackmann@google.com>
|
| |\ \
| |/
| |
| |
| |
| |
| | |
use clock_gettime() on devices without /dev/alarm"
* commit '07dbb562a848af658f65cd41864f31aab5f4b955':
toolbox: uptime: use clock_gettime() on devices without /dev/alarm
|
| | |
| |
| |
| |
| | |
Change-Id: Id7287ca179cc0b8390c054803a25a961dd550a34
Signed-off-by: Greg Hackmann <ghackmann@google.com>
|
| |\ \
| |/
| |
| |
| |
| |
| | |
fix unused parameter warnings"
* commit 'e75af5745440eb70d1f5682168edb84eaa631982':
toolbox: uptime: fix unused parameter warnings
|
| | |
| |
| |
| |
| | |
Change-Id: Id240ce85bf09e1a81f4e2e2a7496ac7952edbf38
Signed-off-by: Greg Hackmann <ghackmann@google.com>
|
| |\ \
| |/
| |
| |
| | |
* commit 'bfb1d8a27532180dd08fc48190aed464abbdd8b8':
Minor cleanups.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Use ssize_t for handling the result of a readlink call.
Fix the following compiler warning:
system/core/toolbox/ls.c: In function 'listfile_maclabel':
system/core/toolbox/ls.c:238:68: warning: unused parameter 'flags' [-Wunused-parameter]
static int listfile_maclabel(const char *path, struct stat *s, int flags)
Change-Id: Idd65f3349fb9dfb6f7a374c81f72d3169af33505
|