Home | History | Annotate | Download | only in msdosfs
History log of /src/sys/fs/msdosfs/msdosfs_rename.c
RevisionDateAuthorComments
 1.4  04-May-2024  mlelstv From genfs_rename.c:

* XXX Want a better equality test. `tcnp->cn_cred == cred'
* hoses p2k because puffs transmits the creds separately and
* allocates distinct but equivalent structures for them.

Fixes rename crash in rump_msdos.
 1.3  23-Oct-2021  thorpej branches: 1.3.4;
Sanitize the symbol namespace. NFC.
 1.2  23-Oct-2021  hannken Convert msdosfs_rename() to use genfs_sane_rename().

Based on work by Taylor R Campbell.
 1.1  23-Oct-2021  hannken Move msdosfs_rename() and doscheckpath() to new file msdosfs_rename.c.

No functional change.
 1.3.4.1  20-Jun-2024  martin Pull up following revision(s) (requested by rhialto in ticket #706):

sys/fs/msdosfs/msdosfs_rename.c: revision 1.4

From genfs_rename.c:
* XXX Want a better equality test. `tcnp->cn_cred == cred'
* hoses p2k because puffs transmits the creds separately and
* allocates distinct but equivalent structures for them.

Fixes rename crash in rump_msdos.

RSS XML Feed