Home | History | Annotate | only in /src/usr.sbin/mmcformat
History log of /src/usr.sbin/mmcformat
RevisionDateAuthorComments
 1.2 22-Apr-2009  lukem Enable WARNS=4 by default, except for:
cpuctl dumplfs hprop ipf iprop-log kadmin kcm kdc kdigest
kimpersonate kstash ktutil makefs ndbootd ntp pppd quot
racoon racoonctl rtadvd sntp sup tcpdchk tcpdmatch tcpdump
traceroute traceroute6 user veriexecgen wsmoused zic
(Mostly third-party applications)
 1.1 14-May-2008  reinoud branches: 1.1.2; 1.1.4; 1.1.10;
Import writing part of the UDF file system making optical media like CD's
and DVD's behave like floppy discs. Writing is supported upto and including
version 2.01; version 2.50 and 2.60 will follow.

Also extending the UDF implementation to support symbolic links and
hardlinks.

Added are the mmcformat(8) tool to format rewritable CD/DVD discs and
newfs_udf(8).

Limitations:
all operations can be performed on the file system though the
sheduling is currently optimised for archiving workloads.

mv(1)/rename(2) is currently only implemented for non-directories.
 1.1.10.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.1.4.2 24-Sep-2008  wrstuden Pull in changes missed in previous sync with head.
 1.1.4.1 14-May-2008  wrstuden file Makefile was added on branch wrstuden-revivesa on 2008-09-24 04:54:48 +0000
 1.1.2.2 18-May-2008  yamt sync with head.
 1.1.2.1 14-May-2008  yamt file Makefile was added on branch yamt-pf42 on 2008-05-18 12:36:22 +0000
 1.2 16-Feb-2009  reinoud Remove idd `tag' left over from importing this file into NetBSD.

Thanks Soren :)
 1.1 14-May-2008  reinoud branches: 1.1.2; 1.1.4; 1.1.10;
Import writing part of the UDF file system making optical media like CD's
and DVD's behave like floppy discs. Writing is supported upto and including
version 2.01; version 2.50 and 2.60 will follow.

Also extending the UDF implementation to support symbolic links and
hardlinks.

Added are the mmcformat(8) tool to format rewritable CD/DVD discs and
newfs_udf(8).

Limitations:
all operations can be performed on the file system though the
sheduling is currently optimised for archiving workloads.

mv(1)/rename(2) is currently only implemented for non-directories.
 1.1.10.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.1.4.2 24-Sep-2008  wrstuden Pull in changes missed in previous sync with head.
 1.1.4.1 14-May-2008  wrstuden file defs.h was added on branch wrstuden-revivesa on 2008-09-24 04:54:48 +0000
 1.1.2.2 18-May-2008  yamt sync with head.
 1.1.2.1 14-May-2008  yamt file defs.h was added on branch yamt-pf42 on 2008-05-18 12:36:22 +0000
 1.6 18-Mar-2014  riastradh Merge riastradh-drm2 to HEAD.
 1.5 20-Jul-2013  wiz Use Mt for email addresses.
 1.4 26-Nov-2008  reinoud branches: 1.4.8; 1.4.14; 1.4.18;
Fix typos in the manpage. Thanks for snj for the patch.
 1.3 04-Nov-2008  wiz Sort sections, use more markup, sort options, spelling fixes, improve
formatting.
 1.2 04-Nov-2008  reinoud Fix manpage; it showed option -i where it had to be -I
 1.1 14-May-2008  reinoud branches: 1.1.2; 1.1.4; 1.1.8;
Import writing part of the UDF file system making optical media like CD's
and DVD's behave like floppy discs. Writing is supported upto and including
version 2.01; version 2.50 and 2.60 will follow.

Also extending the UDF implementation to support symbolic links and
hardlinks.

Added are the mmcformat(8) tool to format rewritable CD/DVD discs and
newfs_udf(8).

Limitations:
all operations can be performed on the file system though the
sheduling is currently optimised for archiving workloads.

mv(1)/rename(2) is currently only implemented for non-directories.
 1.1.8.3 27-Nov-2008  snj Pull up following revision(s) (requested by reinoud in ticket #132):
usr.sbin/mmcformat/mmcformat.8: revision 1.4
Fix typos in the manpage. Thanks for snj for the patch.
 1.1.8.2 27-Nov-2008  snj Pull up following revision(s) (requested by reinoud in ticket #134):
usr.sbin/mmcformat/mmcformat.8: revision 1.3
Sort sections, use more markup, sort options, spelling fixes, improve
formatting.
 1.1.8.1 06-Nov-2008  snj Pull up following revision(s) (requested by reinoud in ticket #12):
usr.sbin/mmcformat/mmcformat.8: revision 1.2
Fix manpage; it showed option -i where it had to be -I
 1.1.4.2 24-Sep-2008  wrstuden Pull in changes missed in previous sync with head.
 1.1.4.1 14-May-2008  wrstuden file mmcformat.8 was added on branch wrstuden-revivesa on 2008-09-24 04:54:48 +0000
 1.1.2.2 18-May-2008  yamt sync with head.
 1.1.2.1 14-May-2008  yamt file mmcformat.8 was added on branch yamt-pf42 on 2008-05-18 12:36:22 +0000
 1.4.18.1 23-Jul-2013  riastradh sync with HEAD
 1.4.14.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4.8.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.10 11-Jul-2025  andvar s/WRTITING/WRITING/ in error message.
 1.9 04-Apr-2023  rillig branches: 1.9.2;
mmcformat: KNF

Remove trailing whitespace, sort headers, add RCS ID, unexport global
variable.
 1.8 04-Apr-2023  rillig mmcformat: remove redundant extern declarations

No binary change.
 1.7 22-May-2022  andvar fix various small typos, mainly in comments.
 1.6 26-Dec-2019  msaitoh s/lenght/length/
 1.5 04-Feb-2019  mrg - don't make -h/-H get around the argument check by setting
'inquiry' in the fallthru case, but instead explicitly
check for 'display_usage' as well.
 1.4 19-Oct-2013  christos branches: 1.4.26;
fix unused variable warnings.
 1.3 18-Jan-2009  lukem branches: 1.3.8; 1.3.14;
fix -Wsign-compare issues
 1.2 18-May-2008  tron branches: 1.2.2;
Fix builds with stack protection enabled.
 1.1 14-May-2008  reinoud branches: 1.1.2;
Import writing part of the UDF file system making optical media like CD's
and DVD's behave like floppy discs. Writing is supported upto and including
version 2.01; version 2.50 and 2.60 will follow.

Also extending the UDF implementation to support symbolic links and
hardlinks.

Added are the mmcformat(8) tool to format rewritable CD/DVD discs and
newfs_udf(8).

Limitations:
all operations can be performed on the file system though the
sheduling is currently optimised for archiving workloads.

mv(1)/rename(2) is currently only implemented for non-directories.
 1.1.2.3 04-Jun-2008  yamt sync with head
 1.1.2.2 18-May-2008  yamt sync with head.
 1.1.2.1 14-May-2008  yamt file mmcformat.c was added on branch yamt-pf42 on 2008-05-18 12:36:22 +0000
 1.2.2.2 24-Sep-2008  wrstuden Pull in changes missed in previous sync with head.
 1.2.2.1 18-May-2008  wrstuden file mmcformat.c was added on branch wrstuden-revivesa on 2008-09-24 04:54:48 +0000
 1.3.14.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.3.8.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.4.26.2 08-Apr-2020  martin Merge changes from current as of 20200406
 1.4.26.1 10-Jun-2019  christos Sync with HEAD
 1.9.2.1 02-Aug-2025  perseant Sync with HEAD
 1.4 27-Jun-2025  andvar Grammar and spelling fixes, mainly in comments. A few in documentation,
logging, test description, and SCSI ASC/ASCQ assignment descriptions.
 1.3 28-Dec-2023  andvar branches: 1.3.2;
s/informtion/information/ in comments.
 1.2 24-Jan-2022  andvar s/begining/beginning/ in comments and messages.
 1.1 14-May-2008  reinoud branches: 1.1.2; 1.1.4;
Import writing part of the UDF file system making optical media like CD's
and DVD's behave like floppy discs. Writing is supported upto and including
version 2.01; version 2.50 and 2.60 will follow.

Also extending the UDF implementation to support symbolic links and
hardlinks.

Added are the mmcformat(8) tool to format rewritable CD/DVD discs and
newfs_udf(8).

Limitations:
all operations can be performed on the file system though the
sheduling is currently optimised for archiving workloads.

mv(1)/rename(2) is currently only implemented for non-directories.
 1.1.4.2 24-Sep-2008  wrstuden Pull in changes missed in previous sync with head.
 1.1.4.1 14-May-2008  wrstuden file uscsi_sense.c was added on branch wrstuden-revivesa on 2008-09-24 04:54:48 +0000
 1.1.2.2 18-May-2008  yamt sync with head.
 1.1.2.1 14-May-2008  yamt file uscsi_sense.c was added on branch yamt-pf42 on 2008-05-18 12:36:22 +0000
 1.3.2.1 02-Aug-2025  perseant Sync with HEAD
 1.5 28-May-2022  andvar fix various typos in comments, mainly origional->original,
extened->extended, incomming->incoming.
 1.4 22-May-2022  andvar fix various small typos, mainly in comments.
 1.3 10-Nov-2021  msaitoh s/funtion/function/ in comment.
 1.2 28-May-2019  msaitoh s/recieve/receive/
 1.1 14-May-2008  reinoud branches: 1.1.2; 1.1.4; 1.1.64;
Import writing part of the UDF file system making optical media like CD's
and DVD's behave like floppy discs. Writing is supported upto and including
version 2.01; version 2.50 and 2.60 will follow.

Also extending the UDF implementation to support symbolic links and
hardlinks.

Added are the mmcformat(8) tool to format rewritable CD/DVD discs and
newfs_udf(8).

Limitations:
all operations can be performed on the file system though the
sheduling is currently optimised for archiving workloads.

mv(1)/rename(2) is currently only implemented for non-directories.
 1.1.64.1 10-Jun-2019  christos Sync with HEAD
 1.1.4.2 24-Sep-2008  wrstuden Pull in changes missed in previous sync with head.
 1.1.4.1 14-May-2008  wrstuden file uscsi_subr.c was added on branch wrstuden-revivesa on 2008-09-24 04:54:48 +0000
 1.1.2.2 18-May-2008  yamt sync with head.
 1.1.2.1 14-May-2008  yamt file uscsi_subr.c was added on branch yamt-pf42 on 2008-05-18 12:36:22 +0000
 1.1 14-May-2008  reinoud branches: 1.1.2; 1.1.4;
Import writing part of the UDF file system making optical media like CD's
and DVD's behave like floppy discs. Writing is supported upto and including
version 2.01; version 2.50 and 2.60 will follow.

Also extending the UDF implementation to support symbolic links and
hardlinks.

Added are the mmcformat(8) tool to format rewritable CD/DVD discs and
newfs_udf(8).

Limitations:
all operations can be performed on the file system though the
sheduling is currently optimised for archiving workloads.

mv(1)/rename(2) is currently only implemented for non-directories.
 1.1.4.2 24-Sep-2008  wrstuden Pull in changes missed in previous sync with head.
 1.1.4.1 14-May-2008  wrstuden file uscsilib.h was added on branch wrstuden-revivesa on 2008-09-24 04:54:48 +0000
 1.1.2.2 18-May-2008  yamt sync with head.
 1.1.2.1 14-May-2008  yamt file uscsilib.h was added on branch yamt-pf42 on 2008-05-18 12:36:22 +0000
 1.1 14-May-2008  reinoud branches: 1.1.2; 1.1.4;
Import writing part of the UDF file system making optical media like CD's
and DVD's behave like floppy discs. Writing is supported upto and including
version 2.01; version 2.50 and 2.60 will follow.

Also extending the UDF implementation to support symbolic links and
hardlinks.

Added are the mmcformat(8) tool to format rewritable CD/DVD discs and
newfs_udf(8).

Limitations:
all operations can be performed on the file system though the
sheduling is currently optimised for archiving workloads.

mv(1)/rename(2) is currently only implemented for non-directories.
 1.1.4.2 24-Sep-2008  wrstuden Pull in changes missed in previous sync with head.
 1.1.4.1 14-May-2008  wrstuden file uscsilib_machdep.h was added on branch wrstuden-revivesa on 2008-09-24 04:54:48 +0000
 1.1.2.2 18-May-2008  yamt sync with head.
 1.1.2.1 14-May-2008  yamt file uscsilib_machdep.h was added on branch yamt-pf42 on 2008-05-18 12:36:22 +0000

RSS XML Feed