History log of /bionic/libc/include/sys/user.h
Revision Date Author Comments
0c8a5f82e6e77dfafba7f6054b2d6be0d82c45cb 14-May-2014 Ross McIlroy <rmcilroy@google.com> Fix x86_64 user_fpregs_struct to use the same name for the tag word as glibc.

Glibc calls the tag pointer in user_fpregs_struct ftw instead of twd.

Change-Id: I4a8dab777fa889de0b9927035cd18557ae6f3263
93e1907ae1794068c1018750603c9206cb700d1b 10-Apr-2014 Elliott Hughes <enh@google.com> Use the glibc name user_fpregs_struct.

Instead of the kernel name user_i387_struct.

Bug: 13889008
Change-Id: Ideec2e1ce36c1faa4b5b2db1999ad2b23757ca4d
0e44bc3baeb1677e5fbdda87a737b9c508c95132 25-Feb-2014 Elliott Hughes <enh@google.com> Remove <asm/page.h>.

If we have PAGE_SIZE/PAGESIZE, POSIX says they should be in <limits.h>.

Change-Id: I3c2d574ea2aea81f524874a156361411a4ffa18e
3614424e107849c53759ef93b9166e69a76818df 30-Jan-2014 Elliott Hughes <enh@google.com> Make ARM <user.h> more glibc-compatible.

Change-Id: I681930ad7f80a5e7bc40eb0f36872e415445f0f9
f8b2b3c81ea4cebf1f9adbb47cc9dfb81a1ed309 09-Jan-2014 Elliott Hughes <enh@google.com> Fix x86 user_regs_struct.

I fixed x86-64 yesterday, but didn't fix x86 at the same time.

Change-Id: I5c081f5956dfedb9389af303369b841dd0fc1953
eddc8ece3de370fc321d7b974f6565db3a91543b 09-Jan-2014 Elliott Hughes <enh@google.com> Fix x86_64 register names in <sys/user.h>.

Change-Id: Ieb327247a41f6195589716170e324d1cd1251b96
ab797cb4fded31cd30f4cd778f0b850c6801e7db 27-Nov-2013 Elliott Hughes <enh@google.com> Finish <sys/user.h>.

Change-Id: I1d97d7fa3d5be2ff4728571ed5376705a27091ec
363390eaffaf991b13c9666bb82af7ab793976f6 23-Nov-2013 Christopher Ferris <cferris@google.com> Move arm user.h definitions to sys/user.h.

There is no uapi user.h file for arm, it was included by accident.
Move the user struct definition into the file to follow the pattern
used by the other architectures.

Change-Id: Ib9cea0deca551c9268382ddd6de9202fd32ef941
e888de81df66036903cde08402ab8e93c910e337 20-Nov-2013 Elliott Hughes <enh@google.com> Provide <sys/user.h>.

strace wants this, for example.

Change-Id: Icb4d64bde392abbc091fa3375a4fa19b2707b12c