summaryrefslogtreecommitdiff
path: root/include/linux/flat.h
AgeCommit message (Collapse)Author
2017-07-03binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failAl Viro
on MMU targets EFAULT is possible here. Make both return 0 or error, passing what used to be the return value of flat_get_addr_from_rp() by reference. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
2003-07-06[PATCH] define shared lib limits for flat loaderGreg Ungerer
This patch includes the last peices of the flat laoder shared library support. Define the shared lib limit and implement a flag for doing kernel level tracing.
2003-02-18[PATCH] include the architecture flat file header in common flat headerGreg Ungerer
This patch adds support into the common flat.h header to include the architecture specific flat.h header. This is modelled on the same scheme as the elf include header file support.
2002-11-07[PATCH] add a description to flat.hChristoph Hellwig
2002-10-31[PATCH] UCLINUX (forgot one) - header file for binfmt_flatAlan Cox