|
862d4fb571
|
Revoked rev 1013: Partition type of PReP is indeed 0x41.
|
2012-06-20 13:08:37 +02:00 |
|
|
27277914c6
|
Ended the special out-of-loop handling of eltorito_writer_compute_data_blocks()
|
2012-06-19 16:49:03 +02:00 |
|
|
2d3bbe51ed
|
Corrected partition type of PReP from 0x41 to 0x42
|
2012-06-19 11:37:44 +02:00 |
|
|
5288cec97d
|
Removed an obsolete experimental member from Ecma119Image
|
2012-06-18 15:13:48 +02:00 |
|
|
09b314c66f
|
Reacted on harmless compiler warning.
|
2012-06-18 14:43:56 +02:00 |
|
|
55e134fb1c
|
Enabled writing of EFI El Torito boot image as EFI System Partition outside
the range of the HFS+ partition.
|
2012-06-18 10:06:16 +02:00 |
|
|
9882d983b9
|
Avoiding to print a NULL pointer via %s in a HFS+ debug message
|
2012-06-17 12:56:32 +02:00 |
|
|
6fd859a2c1
|
Closed a potential memory leak in case of memory shortage
|
2012-06-15 20:07:30 +02:00 |
|
|
4d10b8c73c
|
Silenced compiler warnings about too modern array initilization.
|
2012-06-14 13:46:31 +02:00 |
|
|
0ebc8fe186
|
Provisorily moved tail writer after checksum writer
and accounted for size of backup GPT in cylinder alignment of tail writer.
|
2012-06-13 13:31:37 +02:00 |
|
|
912e0cd1be
|
Provisorily allowing the combination of HFS+ and CHRP.
|
2012-06-13 08:15:38 +02:00 |
|
|
3a60720099
|
Correcterd criterion for enabling CHRP partition entry.
|
2012-06-12 21:58:55 +02:00 |
|
|
c166a49889
|
Bug fix: Partition cylinder alignment worked only if both, El Torito and
application provided system area data were present.
|
2012-06-12 21:21:14 +02:00 |
|
|
6fc3bb6777
|
New ystem area sub type CHRP with iso_write_opts_set_system_area()
|
2012-06-12 21:16:56 +02:00 |
|
|
d7401f0a4c
|
Updated description of boot sectors by sparse info about PReP, CHRP.
Described the layout for GRUB2 based hybrid images.
|
2012-06-12 17:42:22 +02:00 |
|
|
6a3273dc72
|
New API calls so_write_opts_set_prep_img(), iso_write_opts_set_efi_bootp()
|
2012-06-12 13:24:50 +02:00 |
|
|
0897896713
|
Inner API for requesting MBR partition table entries.
|
2012-06-11 13:05:46 +02:00 |
|
|
1de0284eaa
|
New API call iso_write_opts_set_fat(). (FAT feature not implemented yet.)
|
2012-06-10 19:41:00 +02:00 |
|
|
7c6c3466e9
|
Provisorily moved gpt_tail_writer to the very end of the writer list.
|
2012-06-10 16:08:36 +02:00 |
|
|
3528795b55
|
Corrected computation for error ISO_OVWRT_FIFO_TOO_SMALL.
|
2012-06-10 15:09:08 +02:00 |
|
|
3b95f4c4c4
|
Closed a small memory leak found by valgrind
|
2012-06-10 12:52:34 +02:00 |
|
|
2cc387fcce
|
Aborting image generation in case of ISO_OVWRT_FIFO_TOO_SMALL.
|
2012-06-10 12:48:22 +02:00 |
|
|
45bee0a849
|
Marking HFS+ partition in APM as automountable for legacy Macs.
|
2012-06-10 10:42:39 +02:00 |
|
|
7fd36ffade
|
Reserved new AAIP names isofs.hb and isofs.hx for storing HFS+ attributes.
|
2012-06-07 23:15:16 +02:00 |
|
|
5427fa9e17
|
Described the layout of APM and GPT. Moved description of isohybrid
and grub-mkrescue to the end of boot_sectors.txt.
|
2012-06-07 15:38:05 +02:00 |
|
|
ce17f78d59
|
Changed APM data partition flags from 0x03 to 0x13.
|
2012-06-07 15:35:58 +02:00 |
|
|
1bbdb97a2d
|
Small change in iso_hybrid_fs.txt
|
2012-06-07 10:58:51 +02:00 |
|
|
f39e73d2ce
|
Updated the documentation about the overall framework of libisofs
image production and opportunities to add metadata of other filesystem
types.
|
2012-06-07 10:45:09 +02:00 |
|
|
74bc1808a1
|
Renamed gpt_tail_writer_ecma119_writer_create() to gpt_tail_writer_create().
|
2012-06-07 10:38:27 +02:00 |
|
|
ad251e8c7d
|
Mentioned in API description the impact of iso_write_opts_set_hfsplus()
on System Area.
|
2012-06-06 18:58:00 +02:00 |
|
|
cb3a6f8bb0
|
Pre-computing size of data file content area and publishing it to
writers as Ecma119Image.filesrc_blocks.
|
2012-06-05 21:29:52 +02:00 |
|
|
a3285f6e5d
|
Silenced a compiler warning
|
2012-06-05 17:00:16 +02:00 |
|
|
36502f8ae3
|
Second stage of implementation of GPT production.
It implements the writer class for the backup GPT.
|
2012-06-04 20:39:34 +02:00 |
|
|
21109ffcf1
|
Disabled GTP test mock-up.
|
2012-06-02 19:37:23 +02:00 |
|
|
bcd4b88319
|
First stage of implementation of GPT production.
The writer class for the backup GPT is not implemented yet.
|
2012-06-02 19:32:22 +02:00 |
|
|
714ef6493a
|
New API call iso_image_hfsplus_get_blessed()
|
2012-05-30 16:42:12 +02:00 |
|
|
01b2ee088b
|
Silenced a harmless compiler warning.
|
2012-05-30 12:51:37 +02:00 |
|
|
2ed96d89f9
|
Corrections to HFS+ code by Vladimir Serbinko.
|
2012-05-30 08:57:04 +02:00 |
|
|
cc71d9e30b
|
Now writing micro mock-up of APM Block0.
Corrected block size handling with APM entry 1.
|
2012-05-29 22:17:09 +02:00 |
|
|
4fd7faa636
|
Fixed a bug about APM that was introduced with rev 968. Found by Vladimir.
|
2012-05-29 21:20:42 +02:00 |
|
|
d2c19ed2b4
|
New adjustemets to HFS+ by Vladimir Serbinenko.
|
2012-05-29 17:59:42 +02:00 |
|
|
63df7749fa
|
Silenced compiler warnings by fixing micro bugs.
|
2012-05-28 09:27:07 +02:00 |
|
|
e9eb22f514
|
New error code ISO_BOOT_APM_OVERLAP
|
2012-05-28 09:17:17 +02:00 |
|
|
e57e45e40b
|
New API call iso_write_opts_set_hfsp_serial_number().
|
2012-05-27 18:55:04 +02:00 |
|
|
1ed3ba7933
|
Introduced internal pseudo-random generators iso_random_uuid() and
iso_random_8byte().
|
2012-05-27 16:05:56 +02:00 |
|
|
3e2479c095
|
Fixed a bug in yet unused code which was introduced by rev 965.
|
2012-05-26 23:17:59 +02:00 |
|
|
bc7e8acb74
|
Corrected three comments about recently introduced error codes.
|
2012-05-26 23:09:55 +02:00 |
|
|
8770148cad
|
Introduced inner API iso_apm_partition_request for definition of
Apple Partition Map entries by hfsplus.c.
|
2012-05-26 23:04:42 +02:00 |
|
|
6fc6a09040
|
Fixed several memory problems introduced by rev 965
|
2012-05-25 20:57:06 +02:00 |
|
|
a72fd6a309
|
Corrected a comment in libisofs.h
|
2012-05-25 19:55:45 +02:00 |
|