aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-08-18all: gcc 9 build fixesMark Cave-Ayland1-1/+1
2018-05-03openbios: compile fixes for GCC 7.3Mark Cave-Ayland1-1/+1
2016-08-26hfsplus: don't force OS 9 startup folder selectionMark Cave-Ayland1-2/+0
2013-06-25hfsplus: Fix disk support for disks > 4GBAlexander Graf1-1/+1
2012-12-13mac-parts.c: Fix detection of wrapped HFS+ volumes.William Hahne1-1/+1
2012-10-21amd64: Fix compilation from last commit to implement "dir" word for HFS+Mark Cave-Ayland1-1/+1
2012-10-07Add initial implementation of "dir" word for HFS+ filesystems.Mark Cave-Ayland1-4/+137
2012-10-07Fix HFS+ display for non-ASCII characters.Mark Cave-Ayland1-1/+4
2012-10-07Fix bug related to opening backup volumes in libhfsp's volume_open().Mark Cave-Ayland1-2/+11
2010-11-28Rename conflicting hfsplus filesBlue Swirl6-8/+8
2010-10-25Don't assume that pointer and cell size are identical, part 1Andreas Färber5-20/+20
2010-10-09Add GCC format attributes to print functionsBlue Swirl1-1/+1
2010-10-03ppc: fix warnings from GCC 4.6.0Blue Swirl2-4/+2
2010-09-28iso9660: Make name comparison case-insensitiveAndreas Färber1-1/+1
2010-09-28iso9660: Fix Forth return value for iso9660_files_open()Andreas Färber1-3/+3
2010-08-08Add checks for open_ih() return valueBlue Swirl5-20/+47
2010-08-01Use standard typesBlue Swirl23-117/+105
2010-07-11Fix bug in dir path parsing on HFS filesystems.Mark Cave-Ayland1-31/+6
2010-07-11Switch dir over to use the new static filesystem dir methods.Mark Cave-Ayland1-1/+1
2010-07-10Currently the dir word works by using /packages/misc-files to open a director...Mark Cave-Ayland5-29/+181
2010-07-04Move the grubfs filesystem handler into its own new package /packages/grubfs-...Mark Cave-Ayland1-172/+210
2010-07-04Fix incorrect interpretation of HFS seek function result code which was causi...Mark Cave-Ayland1-3/+3
2010-07-04Move the ext2 filesystem handler into its own new package /packages/ext2-files.Mark Cave-Ayland1-74/+143
2010-07-03Move the HFS filesystem handler into its own new package /packages/hfs-files.Mark Cave-Ayland1-207/+270
2010-07-03Fix a couple of incorrect error codes in hfsp_files_open(), and also revert t...Mark Cave-Ayland1-4/+4
2010-07-03Move the HFS+ filesystem handler into its own new package /packages/hfsplus-f...Mark Cave-Ayland1-124/+196
2010-07-03Move the separate ISO9660 handler into a new /packages/iso9660-files package ...Mark Cave-Ayland1-119/+174
2010-06-23ext2 magic is stored in little-endian format, not big-endian format.Mark Cave-Ayland1-1/+1
2010-06-23Fix up non-grub iso9660 filesystem, plus correct a thinko where the sense of ...Mark Cave-Ayland6-6/+32
2010-06-15Fix the HFSP probe function, plus also resolve an off-by-one error in the mac...Mark Cave-Ayland1-6/+10
2010-06-10Fix PPC target buildBlue Swirl4-4/+4
2010-06-09Fix up the majority of the non-grubfs filesystems from my last commit, since ...Mark Cave-Ayland13-0/+110
2010-06-08As documented on the mailing lists, change the interposition order of the dis...cdrom - deblocker - disk-label - (misc-files | sun-parts | pc-parts | mac-parts)1-2/+31
2010-05-24Fix RR alignment bug in the grubfs iso9660 driver which prevented CD director...Mark Cave-Ayland1-2/+2
2010-04-25Fix dead variable assignment, spotted by clang analyzerBlue Swirl2-2/+2
2010-03-14Move the basic OpenBIOS configuration header files from include/openbios to i...Mark Cave-Ayland25-25/+25
2010-03-14Move the libopenbios header files into include/libopenbios to synchronise wit...Mark Cave-Ayland6-6/+6
2010-03-14Move the fs header file into include/fs to synchronise with the code director...Mark Cave-Ayland6-6/+6
2009-11-22Implements dir method for HFS filesystem.Laurent Vivier1-15/+151
2009-11-22Implements dir method for ext2 filesystem.Laurent Vivier1-13/+120
2009-11-22Implements dir method for ISO9660 filesystem.Laurent Vivier1-13/+76
2009-11-22Add cleaner ext2 filesystem implementationLaurent Vivier16-0/+1369
2009-11-22Add a cleaner implementation of ISO9660.Laurent Vivier14-0/+925
2009-08-23Use -fno-strict-aliasing flag for all filesystems imported from GRUB.Blue Swirl1-12/+12
2009-08-12This patch allows to boot from bootsector of first bootable partitionLaurent Vivier1-0/+2
2009-08-11Author: Pavel Roskin <proski@gnu.org>Laurent Vivier1-2/+11
2009-03-28Delete some unused macros detected with -Wp,-Wunused-macros useBlue Swirl2-16/+0
2009-02-08Fix endianess bug in Rock Ridge extensionsBlue Swirl2-8/+7
2009-02-05Reset curfs to &dummy_fs on mount (fs_grubfs_open())Laurent Vivier1-0/+2
2009-02-05ioglue: cleanup tracesLaurent Vivier1-1/+1