summaryrefslogtreecommitdiffstats
path: root/include/linux/stat.h
Commit message (Collapse)AuthorAgeFilesLines
* make st_size in struct stat 64 bitSascha Hauer2012-06-301-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* include/linux/stat.h: make struct stat unifiedAntony Pavlov2011-06-281-58/+0
| | | | | | | | | | | | | The current version of struct stat has been taken from an ancient Linux Kernel. It looks different on different architectures to support different userspace formats of struct stat. As we do not have a userspace on barebox there is no need to keep different versions. Also, this unification make MIPS arch possible. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* svn_rev_322Sascha Hauer2007-07-051-3/+1
| | | | simplify ifdef
* Add ADI Blackfin supportWolfgang Denk2006-03-121-1/+1
| | | | | | | - add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingler, June 11th 2005:
* Add cramfs support for m68kWolfgang Denk2005-09-251-1/+1
| | | | Patch by Zachary Landau, 21 Feb 2005
* Add JFFS2 support for INCA-IP boardwdenk2003-12-121-0/+31
|
* * Patch by Daniel Engström, 13 Nov 2002:wdenk2002-11-181-1/+1
| | | | | | | Add support for i386 architecture and AMD SC520 board * Patch by Pierre Aubert, 12 Nov 2002: Add support for DOS filesystem and booting from DOS floppy disk
* Initial revisionwdenk2002-07-141-0/+101