History log of /src/sbin/mount_udf |
Revision | Date | Author | Comments |
1.3 | 11-Apr-2009 |
lukem | Enable WARNS=4 by default except for: dump dump_lfs fsck_ffs fsck_lfs fsdb mount_smbfs newfs_ext2fs newfs_lfs resize_lfs setkey
|
1.2 | 05-Aug-2008 |
pooka | branches: 1.2.4; Refactor mount utilities to provide a mount_fs_parseargs() routine. Use this routine both in mount_fs and rump_fs to provide equivalent command line parameters and therefore usage interchangeability. While doing this, combine some common mountgoop to mountprog.h
|
1.1 | 02-Feb-2006 |
reinoud | branches: 1.1.20; 1.1.24; Initial import of a UDF file system implementation for NetBSD.
Add UDF file system mounter.
|
1.1.24.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.1.20.1 | 28-Sep-2008 |
mjf | Sync with HEAD.
|
1.2.4.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.14 | 16-Oct-2019 |
maya | Switch files copyright Reinoud Zandijk from BSD 4 clause to BSD 2 clause.
OK'd by reinoud in email (from 4 Feb 2019).
|
1.13 | 12-Sep-2016 |
sevan | branches: 1.13.14; Add HISTORY & AUTHORS section. Bump date.
|
1.12 | 13-Jul-2009 |
reinoud | Remove the comment on disc space accounting from the bugs section; it has been fixed.
|
1.11 | 08-Feb-2009 |
wiz | Bump date for previous. New sentence, new line.
|
1.10 | 08-Feb-2009 |
reinoud | branches: 1.10.2; Add mount_udf(8) option '-c' requesting session closure on unmount and document it in the manpage.
|
1.9 | 08-Aug-2008 |
wiz | branches: 1.9.2; Fix Dd argument and remove superfluous empty line.
|
1.8 | 08-Aug-2008 |
reinoud | Update the mount_udf(8) manpage to include the write support.
|
1.7 | 15-May-2008 |
reinoud | Fix missing -s argument.
|
1.6 | 06-Feb-2006 |
reinoud | branches: 1.6.20; 1.6.22; 1.6.24; Fix 3 more spelling errors and make it pass `spell -b'
|
1.5 | 04-Feb-2006 |
wiz | New sentence, new line; sort SEE ALSO; other minor improvements
|
1.4 | 03-Feb-2006 |
snj | Fix two spelling errors and a typo. From Chris Tribo in PR misc/32715.
|
1.3 | 02-Feb-2006 |
reinoud | Note the support for harddisc partitions and vnd devices and notify users of the problems that could arise with mapping images of UDF file systems when using vnd with respect to the sector size.
|
1.2 | 02-Feb-2006 |
reinoud | Remove false notion about harddisc partition and vnd support since it has been added since.
|
1.1 | 02-Feb-2006 |
reinoud | Initial import of a UDF file system implementation for NetBSD.
Add UDF file system mounter.
|
1.6.24.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.6.24.1 | 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.6.22.1 | 18-May-2008 |
yamt | sync with head.
|
1.6.20.2 | 28-Sep-2008 |
mjf | Sync with HEAD.
|
1.6.20.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.9.2.2 | 18-Feb-2009 |
snj | Pull up following revision(s) (requested by reinoud in ticket #447): sbin/mount_udf/mount_udf.8: revision 1.11 Bump date for previous. New sentence, new line.
|
1.9.2.1 | 18-Feb-2009 |
snj | Pull up following revision(s) (requested by reinoud in ticket #447): sbin/mount_udf/mount_udf.8: revision 1.10 sbin/mount_udf/mount_udf.c: revision 1.13 Add mount_udf(8) option '-c' requesting session closure on unmount and document it in the manpage.
|
1.10.2.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.13.14.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.15 | 16-Oct-2019 |
maya | Switch files copyright Reinoud Zandijk from BSD 4 clause to BSD 2 clause.
OK'd by reinoud in email (from 4 Feb 2019).
|
1.14 | 21-Feb-2016 |
christos | branches: 1.14.16; Add MOPT_{REL,NO}ATIME as supported by the underlying filesystems.
|
1.13 | 08-Feb-2009 |
reinoud | Add mount_udf(8) option '-c' requesting session closure on unmount and document it in the manpage.
|
1.12 | 05-Aug-2008 |
pooka | branches: 1.12.2; Refactor mount utilities to provide a mount_fs_parseargs() routine. Use this routine both in mount_fs and rump_fs to provide equivalent command line parameters and therefore usage interchangeability. While doing this, combine some common mountgoop to mountprog.h
|
1.11 | 15-Dec-2007 |
perry | branches: 1.11.4; 1.11.8; convert __attribute__s to applicable cdefs.h macros
|
1.10 | 14-Jul-2007 |
dsl | branches: 1.10.4; 1.10.6; Add additional 'sizeof args' parameter to mount(2).
|
1.9 | 10-Mar-2007 |
hubertf | - removes unused ctype.h header - correct comment in mount_nfs/getnfsargs.c: s/Nead/Need/
From: Slava Semushin <php-coder@altlinux.ru>
|
1.8 | 17-Jan-2007 |
hubertf | Remove more duplicate #includes, from Slava Semushin <slava.semushin@gmail.com>
|
1.7 | 17-Jan-2007 |
reinoud | Add `-o noatime' support to the mount program. Not relevant for the read-only implementation currently committed though.
|
1.6 | 16-Oct-2006 |
christos | use MOPT_NULL
|
1.5 | 21-Mar-2006 |
christos | Always check the results of getmntopts() and free them.
|
1.4 | 02-Feb-2006 |
christos | - pass lint - check errors - use EXIT_FOO consistently - use the fattr.h functions, don't duplicate the code
|
1.3 | 02-Feb-2006 |
xtraeme | KNF
|
1.2 | 02-Feb-2006 |
xtraeme | Fix NetBSD tag.
|
1.1 | 02-Feb-2006 |
reinoud | Initial import of a UDF file system implementation for NetBSD.
Add UDF file system mounter.
|
1.10.6.1 | 27-Dec-2007 |
mjf | Sync with HEAD.
|
1.10.4.1 | 09-Jan-2008 |
matt | sync with HEAD
|
1.11.8.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.11.4.1 | 28-Sep-2008 |
mjf | Sync with HEAD.
|
1.12.2.1 | 18-Feb-2009 |
snj | Pull up following revision(s) (requested by reinoud in ticket #447): sbin/mount_udf/mount_udf.8: revision 1.10 sbin/mount_udf/mount_udf.c: revision 1.13 Add mount_udf(8) option '-c' requesting session closure on unmount and document it in the manpage.
|
1.14.16.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.1 | 05-Aug-2008 |
pooka | branches: 1.1.2; 1.1.4; Refactor mount utilities to provide a mount_fs_parseargs() routine. Use this routine both in mount_fs and rump_fs to provide equivalent command line parameters and therefore usage interchangeability. While doing this, combine some common mountgoop to mountprog.h
|
1.1.4.2 | 28-Sep-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 05-Aug-2008 |
mjf | file mount_udf.h was added on branch mjf-devfs2 on 2008-09-28 11:17:14 +0000
|
1.1.2.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.1.2.1 | 05-Aug-2008 |
wrstuden | file mount_udf.h was added on branch wrstuden-revivesa on 2008-09-18 04:28:28 +0000
|