History log of /hardware/ril/rild/rild.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
60c1f5bd6932365413f27e3083b54c3a98f3299d 14-Aug-2014 Vince Harron <vharron@google.com> Allow dlopen to find libreference-ril.so on 64 bit platform

libreference-ril.so is located in /system/lib64 on 64 bit targets.
The incorrect path caused the ril-daemon to crash, which also blocked
the network on emulator image.

Bug: 16321274
Change-Id: I53a455f51a96de28c8dd0b9e1ffe5b7475b2baf1
/hardware/ril/rild/rild.c
5d0cb9ee42b4f192b039dd6b6c58dcb40c830a14 19-Jul-2014 Elliott Hughes <enh@google.com> Always #include <sys/...>, not <linux/...>.

(cherry picked from commit 817721ac4c3f843e1f1e973ca3140c61701a511a)

Change-Id: Ie8801e15996ebea16bf70a98c73e4e70fb3a3340
/hardware/ril/rild/rild.c
d365219a1873e42d2ff669e13a9fe6ce6973bd51 20-Jun-2014 Etan Cohen <etancohen@google.com> Merge kwd to master

Change-Id: Id33008507cbafc88288b6483c7691d6db34cc5c3
/hardware/ril/rild/rild.c
164d2052f1bd1a9fe98fe90ca18f87438cba2a81 20-Nov-2013 Elliott Hughes <enh@google.com> Remove an outdated hack.

This is still a waste of your main thread, though.

Change-Id: Ic904619b2e1065b2bab577070a73f8175c1a48f3
/hardware/ril/rild/rild.c
e2a70cfbf3b3db7ab87c5799fc264f52a8326ae2 20-Nov-2013 Elliott Hughes <enh@google.com> Stop the kernel complaining about rild.

Even if you're only using capabilities that reside in the bottom 32-bits,
the kernel complains unless you're on __LINUX_CAPABILITY_VERSION_3.

warning: `rild' uses 32-bit capabilities (legacy support in use)

Change-Id: I6512cbc158971eb950e0fc2554e95fde72023cb2
/hardware/ril/rild/rild.c
fe4e1ec0233967f537e21d1b2ae30e7d33a97051 28-Feb-2013 Nick Kralevich <nnk@google.com> rild: use correct header file.

Change-Id: I1e969b36f19671f0502c8f952633b6c98e8f527d
/hardware/ril/rild/rild.c
8eb2a12cb7b525e74736300962a5f3848427275a 20-Nov-2012 Wink Saville <wink@google.com> Add RLOGx

This will eventually allow us to remove the code in
logd_write.c#__android_log_write which uses the tag
to direct logs to the radio buffer.

Change-Id: I7a6a966bc12e59a3ec68a56a41dd681fb325dfd8
/hardware/ril/rild/rild.c
188d84fb9121a2c92f9c1b8dbae36a3255417b88 29-Aug-2012 Wink Saville <wink@google.com> Use ALOGE instead of fprintf in rild

This allows the errors to be seen in the log, otherwise there is
no visibility unless you run rild from the command line.

Change-Id: Id6c25eeef6c2cb118c2dff80a9d3742b99563bde
/hardware/ril/rild/rild.c
f423cde8f901a72fd0cb811583a2cdabe62c64bd 08-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/157220

Bug: 5449033
Change-Id: Id52de89149d4580873215fafc922ec4bd8d722ed
/hardware/ril/rild/rild.c
6464068a31ff890d42d3da9cdf580d07c9c630d8 20-Dec-2011 Steve Block <steveblock@google.com> Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/156016

Bug: 5449033
Change-Id: Ib3eab0b780391f9a0ac9b53282616d66a0154ade
/hardware/ril/rild/rild.c
385a73934b05fd28915e0ae17020dbfe3b20afd4 04-Aug-2011 Vladimir Chtchetkine <vchtchetkine@google.com> Enable QEMUD pipe connection

Change-Id: I8cdeda261ebaf203310262951e8253cb8a42c8c6
/hardware/ril/rild/rild.c
6c407c5da42d0c34a118f01ae0a48c9036298443 13-Dec-2010 Nick Kralevich <nnk@google.com> am aea7d5be: fix umask

* commit 'aea7d5beb2d2cc4d49954f9d5158b8a53c3d7d31':
fix umask
aea7d5beb2d2cc4d49954f9d5158b8a53c3d7d31 11-Dec-2010 Nick Kralevich <nnk@google.com> fix umask

Don't create files / directories that are world writable.

Bug: 3214214

Change-Id: I6b6caede4446e9e952bffdb2b14e429b2699c69b
/hardware/ril/rild/rild.c
2932f31296822b86ed945e09cadaabf2a453843c 08-Oct-2010 Wink Saville <wink@google.com> Revert "Add timer delete support to rild" DO NOT MERGE

This reverts commit 7edd07c9184a3abfaa3f4a161b74b3da9d7bbd56.
We need to revert here as this change is not in Gingerbread
or later branches.

Change-Id: I1b0d68655e3a91647f455cbc43f421db39f9aa55
/hardware/ril/rild/rild.c
c45f4678481f1f38c969989cebbd4c3bd25d6667 08-Apr-2010 Pal Szasz <pal.szasz@sonyericsson.com> Keep also the CAP_NET_RAW capability

This capability is used to open a packet connection, needed by
do_dhcp -> dhcp_init_ifc -> open_raw_socket in libnetutils.

Change-Id: Ib9fcabccea0bef551f93edf6d7f58f31ca748763
/hardware/ril/rild/rild.c
7edd07c9184a3abfaa3f4a161b74b3da9d7bbd56 22-Jun-2010 Naveen Kalla <nkalla@codeaurora.org> Add timer delete support to rild

Change-Id: Ia862f4cac116bf1ee98788c004860cdb2c70f356
/hardware/ril/rild/rild.c
e6e6fb2ebbaae681ab45b866bb9bba57aff1c33c 19-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@140373
/hardware/ril/rild/rild.c
00f06fc3fdb05d4276e76091cacb42b6f6862222 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/hardware/ril/rild/rild.c
c2efc51d848d68147320a5983954f9c76428885c 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/hardware/ril/rild/rild.c
dbbb392e15b5ace6f19e76c49c80ea14292e8a4d 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/hardware/ril/rild/rild.c