Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | am 3773d35e: Make the DNS resolver accept domain names with an underscore. | David 'Digit' Turner | 2009-07-28 | 1 | -1/+8 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Make the DNS resolver accept domain names with an underscore. | David 'Digit' Turner | 2009-07-27 | 1 | -1/+8 | |
| |/ / / | ||||||
* | | | | reconcile korg/master into goog/master | Jean-Baptiste Queru | 2009-07-26 | 0 | -0/+0 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Merge korg/donut into korg/master | Jean-Baptiste Queru | 2009-07-25 | 37 | -235/+1815 | |
| |\ \ \ | | |_|/ | |/| | | ||||||
* | | | | am 39f3745c: Restore malloc debug. | Andy McFadden | 2009-07-21 | 4 | -16/+21 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Restore malloc debug. | Andy McFadden | 2009-07-21 | 4 | -16/+21 | |
* | | | | am b56b5659: Fix the C library runtime initialization order. | David 'Digit' Turner | 2009-07-20 | 4 | -100/+115 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix the C library runtime initialization order. | David 'Digit' Turner | 2009-07-18 | 4 | -100/+115 | |
* | | | | am ef0bd185: Pass the elfdata pointer in a slot of the temporary TLS area. | David 'Digit' Turner | 2009-07-20 | 2 | -7/+21 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Pass the elfdata pointer in a slot of the temporary TLS area. | David 'Digit' Turner | 2009-07-17 | 2 | -7/+21 | |
* | | | | Merge change 7652 | Android (Google) Code Review | 2009-07-17 | 2 | -219/+443 | |
|\ \ \ \ | ||||||
| * | | | | Updating v4l2 headers from kernel | Rebecca Schultz Zavin | 2009-07-16 | 2 | -219/+443 | |
* | | | | | Merge change 7610 | Android (Google) Code Review | 2009-07-16 | 2 | -0/+52 | |
|\ \ \ \ \ | ||||||
| * | | | | | linux: add headers for lis331dlh and sfh7743 sensor drivers. | Mike Lockwood | 2009-07-16 | 2 | -0/+52 | |
| |/ / / / | ||||||
* | | | | | Add linux/ethtool.h header file | Dmitry Shmidt | 2009-07-16 | 1 | -0/+321 | |
|/ / / / | ||||||
* | | | | allow pthread_mutexattr_setpshared to accept SHARED mutexes, since our curren... | Mathias Agopian | 2009-07-13 | 1 | -1/+12 | |
* | | | | added pthread_cond_timedwait_relative_np() | Mathias Agopian | 2009-07-13 | 2 | -0/+35 | |
* | | | | am 34806558: Add new C++ headers <cerrno> and <cfloat> | David 'Digit' Turner | 2009-07-12 | 4 | -0/+84 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Add new C++ headers <cerrno> and <cfloat> | David 'Digit' Turner | 2009-07-10 | 4 | -0/+84 | |
* | | | | am db4616b2: Add <linux/uinput.h> to C library kernel headers | David 'Digit' Turner | 2009-07-09 | 1 | -0/+67 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Add <linux/uinput.h> to C library kernel headers | David 'Digit' Turner | 2009-07-10 | 1 | -0/+67 | |
* | | | | am c4eee376: Prevent a crash in the memory leak checker (which happened in ch... | David 'Digit' Turner | 2009-07-09 | 3 | -63/+88 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Prevent a crash in the memory leak checker (which happened in chk_free()) | David 'Digit' Turner | 2009-07-10 | 3 | -63/+88 | |
| | |/ | |/| | ||||||
* | | | bionic: add cleaned-up proximity-sensor header | Iliyan Malchev | 2009-07-08 | 1 | -0/+23 | |
* | | | am 6ee8f1b0: Merge change 2990 into donut | Android (Google) Code Review | 2009-06-25 | 1 | -4/+52 | |
|\ \ \ | |/ / | ||||||
| * | | Merge change 2990 into donut | Android (Google) Code Review | 2009-06-25 | 1 | -4/+52 | |
| |\ \ | ||||||
| | * | | Add LD_LIBRARY_PATH support to bionic's linker | David Bartley | 2009-06-15 | 1 | -4/+52 | |
* | | | | am 380f2498: Merge change 5184 into donut | Android (Google) Code Review | 2009-06-24 | 1 | -24/+26 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge change 5184 into donut | Android (Google) Code Review | 2009-06-24 | 1 | -24/+26 | |
| |\ \ \ | ||||||
| | * | | | update clean msm_camera.h | Iliyan Malchev | 2009-06-23 | 1 | -24/+26 | |
* | | | | | delete akm8973.h from original headers | Iliyan Malchev | 2009-06-23 | 1 | -33/+0 | |
* | | | | | add header for akm8973 | Iliyan Malchev | 2009-06-22 | 2 | -0/+78 | |
* | | | | | am 09baf4e8: Add Glibc-compatible macro aliases for the nanosecond time acces... | David 'Digit' Turner | 2009-06-22 | 1 | -0/+7 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Add Glibc-compatible macro aliases for the nanosecond time accessors in stat ... | David 'Digit' Turner | 2009-06-22 | 1 | -0/+7 | |
| |/ / / | ||||||
* | | | | Merge change 4509 | Android (Google) Code Review | 2009-06-22 | 1 | -38/+7 | |
|\ \ \ \ | ||||||
| * | | | | Removed non-standard declaration in cstring. | Nicolas Catania | 2009-06-17 | 1 | -38/+7 | |
* | | | | | Merge change 4025 | Android (Google) Code Review | 2009-06-17 | 4 | -2/+12 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Make IPv6 definitions comply with RFC 3493: | Lorenzo Colitti | 2009-06-16 | 4 | -2/+12 | |
* | | | | | am 9cfccefa: Update cleaned-up kernel headers | David 'Digit' Turner | 2009-06-16 | 2 | -35/+35 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Update cleaned-up kernel headers | David 'Digit' Turner | 2009-06-16 | 2 | -35/+35 | |
* | | | | | am 3ddc15e1: Add new clean header for PPP on PPTP (VPN) | David 'Digit' Turner | 2009-06-14 | 1 | -0/+28 | |
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | ||||||
| * | | | Add new clean header for PPP on PPTP (VPN) | David 'Digit' Turner | 2009-06-12 | 1 | -0/+28 | |
* | | | | am bf8709f5: bionic: update msm_camera.h header | Iliyan Malchev | 2009-06-04 | 1 | -38/+38 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | bionic: update msm_camera.h header | Iliyan Malchev | 2009-06-04 | 1 | -38/+38 | |
* | | | | am 3a654b1e: Revert "Fix the C library initialization to avoid calling static... | David 'Digit' Turner | 2009-06-03 | 11 | -273/+94 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Revert "Fix the C library initialization to avoid calling static C++ construc... | David 'Digit' Turner | 2009-06-03 | 11 | -273/+94 | |
* | | | | am 03eabfe6: Fix the C library initialization to avoid calling static C++ con... | David 'Digit' Turner | 2009-06-03 | 11 | -94/+273 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix the C library initialization to avoid calling static C++ constructors twice. | David 'Digit' Turner | 2009-06-02 | 11 | -94/+273 | |
| |/ / | ||||||
* | | | am 0353195f: linker: Give more context for failures during library dependency... | Dima Zavin | 2009-06-01 | 1 | -1/+4 | |
|\ \ \ | |/ / | ||||||
| * | | linker: Give more context for failures during library dependency resolution. | Dima Zavin | 2009-06-01 | 1 | -1/+4 |