summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* all: gcc 9 build fixesMark Cave-Ayland2019-08-181-1/+1
* openbios: compile fixes for GCC 7.3Mark Cave-Ayland2018-05-031-1/+1
* hfsplus: don't force OS 9 startup folder selectionMark Cave-Ayland2016-08-261-2/+0
* hfsplus: Fix disk support for disks > 4GBAlexander Graf2013-06-251-1/+1
* mac-parts.c: Fix detection of wrapped HFS+ volumes.William Hahne2012-12-131-1/+1
* amd64: Fix compilation from last commit to implement "dir" word for HFS+Mark Cave-Ayland2012-10-211-1/+1
* Add initial implementation of "dir" word for HFS+ filesystems.Mark Cave-Ayland2012-10-071-4/+137
* Fix HFS+ display for non-ASCII characters.Mark Cave-Ayland2012-10-071-1/+4
* Fix bug related to opening backup volumes in libhfsp's volume_open().Mark Cave-Ayland2012-10-071-2/+11
* Rename conflicting hfsplus filesBlue Swirl2010-11-286-8/+8
* Don't assume that pointer and cell size are identical, part 1Andreas Färber2010-10-255-20/+20
* Add GCC format attributes to print functionsBlue Swirl2010-10-091-1/+1
* ppc: fix warnings from GCC 4.6.0Blue Swirl2010-10-032-4/+2
* iso9660: Make name comparison case-insensitiveAndreas Färber2010-09-281-1/+1
* iso9660: Fix Forth return value for iso9660_files_open()Andreas Färber2010-09-281-3/+3
* Add checks for open_ih() return valueBlue Swirl2010-08-085-20/+47
* Use standard typesBlue Swirl2010-08-0123-117/+105
* Fix bug in dir path parsing on HFS filesystems.Mark Cave-Ayland2010-07-111-31/+6
* Switch dir over to use the new static filesystem dir methods.Mark Cave-Ayland2010-07-111-1/+1
* Currently the dir word works by using /packages/misc-files to open a director...Mark Cave-Ayland2010-07-105-29/+181
* Move the grubfs filesystem handler into its own new package /packages/grubfs-...Mark Cave-Ayland2010-07-041-172/+210
* Fix incorrect interpretation of HFS seek function result code which was causi...Mark Cave-Ayland2010-07-041-3/+3
* Move the ext2 filesystem handler into its own new package /packages/ext2-files.Mark Cave-Ayland2010-07-041-74/+143
* Move the HFS filesystem handler into its own new package /packages/hfs-files.Mark Cave-Ayland2010-07-031-207/+270
* Fix a couple of incorrect error codes in hfsp_files_open(), and also revert t...Mark Cave-Ayland2010-07-031-4/+4
* Move the HFS+ filesystem handler into its own new package /packages/hfsplus-f...Mark Cave-Ayland2010-07-031-124/+196
* Move the separate ISO9660 handler into a new /packages/iso9660-files package ...Mark Cave-Ayland2010-07-031-119/+174
* ext2 magic is stored in little-endian format, not big-endian format.Mark Cave-Ayland2010-06-231-1/+1
* Fix up non-grub iso9660 filesystem, plus correct a thinko where the sense of ...Mark Cave-Ayland2010-06-236-6/+32
* Fix the HFSP probe function, plus also resolve an off-by-one error in the mac...Mark Cave-Ayland2010-06-151-6/+10
* Fix PPC target buildBlue Swirl2010-06-104-4/+4
* Fix up the majority of the non-grubfs filesystems from my last commit, since ...Mark Cave-Ayland2010-06-0913-0/+110
* As documented on the mailing lists, change the interposition order of the dis...cdrom - deblocker - disk-label - (misc-files | sun-parts | pc-parts | mac-parts)2010-06-081-2/+31
* Fix RR alignment bug in the grubfs iso9660 driver which prevented CD director...Mark Cave-Ayland2010-05-241-2/+2
* Fix dead variable assignment, spotted by clang analyzerBlue Swirl2010-04-252-2/+2
* Move the basic OpenBIOS configuration header files from include/openbios to i...Mark Cave-Ayland2010-03-1425-25/+25
* Move the libopenbios header files into include/libopenbios to synchronise wit...Mark Cave-Ayland2010-03-146-6/+6
* Move the fs header file into include/fs to synchronise with the code director...Mark Cave-Ayland2010-03-146-6/+6
* Implements dir method for HFS filesystem.Laurent Vivier2009-11-221-15/+151
* Implements dir method for ext2 filesystem.Laurent Vivier2009-11-221-13/+120
* Implements dir method for ISO9660 filesystem.Laurent Vivier2009-11-221-13/+76
* Add cleaner ext2 filesystem implementationLaurent Vivier2009-11-2216-0/+1369
* Add a cleaner implementation of ISO9660.Laurent Vivier2009-11-2214-0/+925
* Use -fno-strict-aliasing flag for all filesystems imported from GRUB.Blue Swirl2009-08-231-12/+12
* This patch allows to boot from bootsector of first bootable partitionLaurent Vivier2009-08-121-0/+2
* Author: Pavel Roskin <proski@gnu.org>Laurent Vivier2009-08-111-2/+11
* Delete some unused macros detected with -Wp,-Wunused-macros useBlue Swirl2009-03-282-16/+0
* Fix endianess bug in Rock Ridge extensionsBlue Swirl2009-02-082-8/+7
* Reset curfs to &dummy_fs on mount (fs_grubfs_open())Laurent Vivier2009-02-051-0/+2
* ioglue: cleanup tracesLaurent Vivier2009-02-051-1/+1