#
2dbb216c |
| 19-Oct-2013 |
christos <christos@NetBSD.org> |
fix unused variable warnings.
|
#
05049245 |
| 28-Jan-2013 |
christos <christos@NetBSD.org> |
- use emalloc and friends - kill a bunch of global variables, more work to be done here - homogenize option parsing. more work for cd9660 - use the new options parsing code to print an fs-specific us
- use emalloc and friends - kill a bunch of global variables, more work to be done here - homogenize option parsing. more work for cd9660 - use the new options parsing code to print an fs-specific usage
show more ...
|
#
764a0e93 |
| 28-Jan-2012 |
christos <christos@NetBSD.org> |
Patch from Jung-uk Kim (jkim at FreeBSD dot org) to allow contents of multiple directories to be merged to the current image.
|
#
e28e2362 |
| 04-Jan-2011 |
wiz <wiz@NetBSD.org> |
Fix fd leaks in error cases. Found by cppcheck.
|
#
203850f0 |
| 22-Oct-2010 |
christos <christos@NetBSD.org> |
- simple fseek->fseeko conversion. probably needs more work. - use a constant instead of sprinkling 2048 everywhere.
|
#
f0a888ee |
| 22-Nov-2009 |
mbalmer <mbalmer@NetBSD.org> |
make sense
|
#
12496162 |
| 22-Nov-2009 |
mbalmer <mbalmer@NetBSD.org> |
s/the the/the/
|
#
f8474b32 |
| 10-Jan-2009 |
bjh21 <bjh21@NetBSD.org> |
Add support for encoding RISC OS metadata into ISO 9660 filesystems. This is done by adding the general ability to stuff non-SUSP data into the end of the System Use field of a Directory Record, whic
Add support for encoding RISC OS metadata into ISO 9660 filesystems. This is done by adding the general ability to stuff non-SUSP data into the end of the System Use field of a Directory Record, which required some amount of rewriting of the SUSP support. I think the result is at least as good as what came before, and I've fixed at least one bug along the way. Tested against RISC OS 3.70 on my Risc PC.
Oh, why do we want it? It should allow us to make acorn{26,32} CDs that can be booted directly from RISC OS without mucking around copying the bootloader to a native filing system.
show more ...
|
#
989d6357 |
| 10-May-2008 |
skrll <skrll@NetBSD.org> |
Add an option to load a generic boot image into the first 32K of the cd9660 image.
|
#
be722641 |
| 22-Apr-2006 |
christos <christos@NetBSD.org> |
Coverity CID 550: Resource leak.
|
#
a27001b7 |
| 23-Mar-2006 |
riz <riz@NetBSD.org> |
Coverity CID 2757: Don't leak memory in error conditions.
|
#
2fa0e02b |
| 31-Oct-2005 |
dyoung <dyoung@NetBSD.org> |
Remove the cd9660_inode hashtable for hard-links support, and re-use the fsinode for the same purpose, per Luke Mewburn's suggestion on source-changes@.
|
#
1da54664 |
| 30-Oct-2005 |
dyoung <dyoung@NetBSD.org> |
Add hard-link support: keep a hashtable that maps inodes for regular files on the source filesystem to the offset of the first data block on the target filesystem. Don't allocate blocks for a file
Add hard-link support: keep a hashtable that maps inodes for regular files on the source filesystem to the offset of the first data block on the target filesystem. Don't allocate blocks for a file a second time (i.e., if it is already present in the hashtable). Avoid writing the blocks of a file twice (use the FS_WRITTEN flag in fsinode->flags for this purpose).
show more ...
|
#
f334b70a |
| 30-Oct-2005 |
dyoung <dyoung@NetBSD.org> |
Normalize {err,warn}{,x} uses.
|
#
f112f0b6 |
| 30-Oct-2005 |
dyoung <dyoung@NetBSD.org> |
Remove invisible whitespace at ends of lines that disrupted my speedy cursor-movement habits in vi.
|
#
689c61f6 |
| 25-Oct-2005 |
dyoung <dyoung@NetBSD.org> |
Overhaul makefs -t cd9660.
Functional: Do not add a missing period or a version number to directories, since that doesn't fit the standard (thanks Daniel Watt).
Overhaul makefs -t cd9660.
Functional: Do not add a missing period or a version number to directories, since that doesn't fit the standard (thanks Daniel Watt).
Add RRIP PX records (POSIX meta-information) to '.' and '..' entries. Quiets kernel complaint, when we mount a cd9660 filesystem, that there is a missing PX entry.
Cosmetic: Reduce height of staircases. Remove an unused member from struct _cd9660node. Extract a subroutine. KNF.
Use a TAILQ macros for lists of both SUSP/RRIP attributes and directory entries.
XXX XXX The new RRIP PX entries are not quite right. XXX
show more ...
|
#
3550dc98 |
| 13-Aug-2005 |
fvdl <fvdl@NetBSD.org> |
cd9660 support. Written by Daniel Watt, Walter Deignan, Ryan Gabrys, Alan Perez-Rathke and Ram Vedam.
Prototyping, KNF, WARNS=3 by me.
Note that this is marked experimental for now. It works well e
cd9660 support. Written by Daniel Watt, Walter Deignan, Ryan Gabrys, Alan Perez-Rathke and Ram Vedam.
Prototyping, KNF, WARNS=3 by me.
Note that this is marked experimental for now. It works well enough to make NetBSD/i386 bootable images, but does need more work.
show more ...
|