aboutsummaryrefslogtreecommitdiff
path: root/src/libdiskfs/ext2.h
Commit message (Collapse)AuthorAgeFilesLines
* libdiskfs: avoid problematic internal constant namesRuss Cox2020-05-181-0/+33
| | | | AIX defines some of these constants in its C header files.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-2/+1
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* libdiskfs: ext2 revision 1 tweaks (Fazlul Shahriar)Russ Cox2008-06-011-5/+7
|
* mergeRuss Cox2007-11-271-10/+5
|
* add very big file support (David Swasey)rsc2007-03-251-2/+2
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-2/+2
|
* File system access library.rsc2005-07-131-0/+167