summaryrefslogtreecommitdiff
path: root/libfat
Commit message (Collapse)AuthorAgeFilesLines
* Run Nindent on libfat/ulint.hH. Peter Anvin2009-05-291-47/+37
| | | | | | | | | Automatically reformat libfat/ulint.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Run Nindent on libfat/searchdir.cH. Peter Anvin2009-05-291-33/+34
| | | | | | | | | Automatically reformat libfat/searchdir.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Run Nindent on libfat/open.cH. Peter Anvin2009-05-291-88/+88
| | | | | | | | | Automatically reformat libfat/open.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Run Nindent on libfat/libfatint.hH. Peter Anvin2009-05-291-18/+18
| | | | | | | | | Automatically reformat libfat/libfatint.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Run Nindent on libfat/libfat.hH. Peter Anvin2009-05-291-8/+8
| | | | | | | | | Automatically reformat libfat/libfat.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Run Nindent on libfat/fatchain.cH. Peter Anvin2009-05-291-94/+96
| | | | | | | | | Automatically reformat libfat/fatchain.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Run Nindent on libfat/fat.hH. Peter Anvin2009-05-291-67/+65
| | | | | | | | | Automatically reformat libfat/fat.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Run Nindent on libfat/cache.cH. Peter Anvin2009-05-291-29/+29
| | | | | | | | | Automatically reformat libfat/cache.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Update copyright yearH. Peter Anvin2008-01-108-8/+8
|
* Try to fix libfat/ulint.h for non-x86 platformsH. Peter Anvin2007-11-011-6/+14
| | | | | libfat/ulint.h doesn't work as expected because of array devolution to pointers. Try to fix.
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-178-8/+0
|
* libfat: stealth whitespace cleanupH. Peter Anvin2006-05-038-37/+28
|
* Use libfat to set the MS-DOS attributes when using the unix installer.hpa2005-01-042-6/+15
|
* More fixes to the extlinux installer; change back to writable typeshpa2004-12-201-4/+4
| | | | for ulint.h because of stupid constipational warnings.
* extlinux installer.hpa2004-12-201-13/+13
|
* Make the CC_IS_OK hack work again.hpa2004-12-153-7/+7
| | | | | Change the private pointer in libfat to an intptr_t; we actually use an integer most of the time so an intptr_t is more convenient.
* Prepping for new 2.20 version: rewrite main syslinux program to supporthpa2004-12-158-0/+749
FAT32 and EDD, and a new cleaner installer infrastructure.