![]() Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
FreeBSD/Linux Kernel Cross Reference
|
Name | Size | Last modified (GMT) | Description | |
![]() | Parent directory | 2009-05-27 19:04:47 | ||
![]() | Makefile | 521 bytes | 2003-08-25 11:44:43 | |
![]() | README | 1366 bytes | 2003-08-25 11:44:43 | |
![]() | bfind.c | 4695 bytes | 2003-08-25 11:44:43 | |
![]() | bnode.c | 26923 bytes | 2003-08-25 11:44:43 | |
![]() | brec.c | 1327 bytes | 2003-08-25 11:44:43 | |
![]() | btree.c | 7789 bytes | 2003-08-25 11:44:43 | |
![]() | catalog.c | 9120 bytes | 2003-08-25 11:44:43 | |
![]() | dir.c | 11815 bytes | 2003-08-25 11:44:43 | |
![]() | extents.c | 13664 bytes | 2003-08-25 11:44:43 | |
![]() | hfsplus_fs.h | 10311 bytes | 2003-08-25 11:44:43 | |
![]() | hfsplus_raw.h | 6837 bytes | 2003-08-25 11:44:43 | |
![]() | inode.c | 13389 bytes | 2003-08-25 11:44:43 | |
![]() | options.c | 3274 bytes | 2003-08-25 11:44:43 | |
![]() | super.c | 15323 bytes | 2003-08-25 11:44:43 | |
![]() | tables.c | 27787 bytes | 2003-08-25 11:44:43 | |
![]() | unicode.c | 2356 bytes | 2003-08-25 11:44:43 | |
![]() | wrapper.c | 4069 bytes | 2003-08-25 11:44:43 |
1 Copyright (C) 2001 Brad Boyer 2 Copyright (C) 2003 Ardis Technologies bv 3 4 This program is free software; you can redistribute it and/or modify 5 it under the terms of the GNU General Public License as published by 6 the Free Software Foundation; either version 2 of the License, or 7 (at your option) any later version. 8 9 This program is distributed in the hope that it will be useful, 10 but WITHOUT ANY WARRANTY; without even the implied warranty of 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 GNU General Public License for more details. 13 14 You should have received a copy of the GNU General Public License 15 along with this program; if not, write to the Free Software 16 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 18 19 HFS+ is the standard volume format for Mac OS X. 20 21 A basic overview and also a detailed description of the HFS+ volume format 22 is provided by Apple's technical note 1150. 23 24 The new driver provides full access to HFS+ plus volumes under Linux. It 25 bases on the driver by Brad Boyer at 26 http://sourceforge.net/projects/linux-hfsplus. 27 28 This driver now supports full read and write access and has a better 29 perfomance. It also supports hard links and the resource fork is accessible 30 via /rsrc. 31 32 This is a beta release, it was intensively tested, but use at your own risk. 33
[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.