History log of /bionic/libc/bionic/open.c
Revision Date Author Comments
532d6f09b1e7bfe995c1dba6594d1fc2c1ea77cf 02-May-2013 Nick Kralevich <nnk@google.com> Use __predict_false on some fortify methods.

Give the compiler some hints that these error conditions
are unlikely to occur in practice.

Change-Id: Ifaf7322a12120ef663c8315c1a18c2dcbe4bda23
8f2a5a0b40fc82126c691d5c30131d908772aab7 15-Mar-2013 Elliott Hughes <enh@google.com> Clean up internal libc logging.

We only need one logging API, and I prefer the one that does no
allocation and is thus safe to use in any context.

Also use O_CLOEXEC when opening the /dev/log files.

Move everything logging-related into one header file.

Change-Id: Ic1e3ea8e9b910dc29df351bff6c0aa4db26fbb58
8b6fea59ac89147297c770f5dc298e0d5a99984f 06-Dec-2012 Nick Kralevich <nnk@google.com> FORTIFY_SOURCE: fix up previous commit

I forgot two files in 326ea5413d18ea019cd1bda415ce428f7bdcafd2.

Change-Id: I30430f65bfafad4274193fc5b973959eac0791a7
a89864a20b818621a1da10e88fda815334062f9f 02-Oct-2012 Elliott Hughes <enh@google.com> Move non-upstream code into the libc/bionic directory.

I'll need at least one more pass, because there's some upstream code
lurking in libc/bionic, but this is still a step in the right direction.

Change-Id: I55927315972da8327ae01c5240ed587db17e8462