aboutsummaryrefslogtreecommitdiff
path: root/src/libdiskfs/venti.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-1/+0
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>
2012-10-21fix clang warnings reported by Tuncer AyazRuss Cox1-1/+0
R=rsc http://codereview.appspot.com/6744054
2009-05-25venti: 32-bit extensions to data structuresRuss Cox1-4/+4
2007-11-05libdiskfs: work around OS X linker brain-damageRuss Cox1-0/+3
2006-05-05unused bbrsc1-1/+1
2006-05-04ext2 fixesrsc1-32/+29
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-2/+2
2005-12-16avoid dup symbol for os xrsc1-1/+1
2005-07-13File system access library.rsc1-0/+163