The NetBSD Project

CVS log for src/usr.sbin/makefs/msdos/msdosfs_vnops.c

[BACK] Up to [cvs.NetBSD.org] / src / usr.sbin / makefs / msdos

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.22 / (download) - annotate - [select for diffs], Sat Apr 9 10:05:35 2022 UTC (2 years ago) by riastradh
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, HEAD
Changes since 1.21: +5 -5 lines
Diff to previous 1.21 (colored) to selected 1.6 (colored)

makefs(8): Nix trailing whitespace.

Computed by machine, eyeballed by hand, so to speak.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Oct 23 16:58:17 2021 UTC (2 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.20: +26 -19 lines
Diff to previous 1.20 (colored) to selected 1.6 (colored)

Sanitize the symbol namespace.  NFC.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Oct 23 07:38:33 2021 UTC (2 years, 5 months ago) by hannken
Branch: MAIN
Changes since 1.19: +10 -10 lines
Diff to previous 1.19 (colored) to selected 1.6 (colored)

Factor out the lookup results from struct denode.

No functional change.

Revision 1.17.2.2 / (download) - annotate - [select for diffs], Wed Apr 26 02:53:36 2017 UTC (6 years, 11 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.17.2.1: +17 -18 lines
Diff to previous 1.17.2.1 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored) to selected 1.6 (colored)

Sync with HEAD

Revision 1.17.4.1 / (download) - annotate - [select for diffs], Fri Apr 21 16:54:17 2017 UTC (6 years, 11 months ago) by bouyer
Branch: bouyer-socketcan
Changes since 1.17: +29 -22 lines
Diff to previous 1.17 (colored) next main 1.18 (colored) to selected 1.6 (colored)

Sync with HEAD

Revision 1.19 / (download) - annotate - [select for diffs], Thu Apr 13 17:10:12 2017 UTC (6 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, pgoyette-localcount-20170426, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-socketcan-base1
Changes since 1.18: +17 -18 lines
Diff to previous 1.18 (colored) to selected 1.6 (colored)

Fix error handling; msdosfs_wfile is supposed to return errno.

Revision 1.17.2.1 / (download) - annotate - [select for diffs], Mon Mar 20 06:58:08 2017 UTC (7 years ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.17: +14 -6 lines
Diff to previous 1.17 (colored) to selected 1.6 (colored)

Sync with HEAD

Revision 1.18 / (download) - annotate - [select for diffs], Thu Feb 16 18:50:05 2017 UTC (7 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: pgoyette-localcount-20170320
Changes since 1.17: +14 -6 lines
Diff to previous 1.17 (colored) to selected 1.6 (colored)

start fixing msdosfs for reproducible builds; does not work yet.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Jan 30 09:59:27 2016 UTC (8 years, 2 months ago) by mlelstv
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, localcount-20160914, bouyer-socketcan-base
Branch point for: pgoyette-localcount, bouyer-socketcan
Changes since 1.16: +6 -5 lines
Diff to previous 1.16 (colored) to selected 1.6 (colored)

Add support to msdosfs and makefs to generate correct Unicode (UCS-2) directory
entries from UTF8 encoded file names.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Mar 29 05:52:59 2015 UTC (9 years ago) by agc
Branch: MAIN
Changes since 1.15: +4 -4 lines
Diff to previous 1.15 (colored) to selected 1.6 (colored)

Make the userland signature and uses of bread() match the kernel ones,
after the removal of the cred argument.

Revision 1.14.4.3 / (download) - annotate - [select for diffs], Wed Aug 20 00:05:09 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.14.4.2: +0 -2 lines
Diff to previous 1.14.4.2 (colored) to branchpoint 1.14 (colored) next main 1.15 (colored) to selected 1.6 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.15.4.2 / (download) - annotate - [select for diffs], Thu May 22 11:43:05 2014 UTC (9 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.15.4.1: +639 -0 lines
Diff to previous 1.15.4.1 (colored) to branchpoint 1.15 (colored) next main 1.16 (colored) to selected 1.6 (colored)

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")

Revision 1.15.4.1, Sat Oct 19 17:16:37 2013 UTC (10 years, 5 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.15: +0 -639 lines
FILE REMOVED

file msdosfs_vnops.c was added on branch yamt-pagecache on 2014-05-22 11:43:05 +0000

Revision 1.15 / (download) - annotate - [select for diffs], Sat Oct 19 17:16:37 2013 UTC (10 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7
Branch point for: yamt-pagecache
Changes since 1.14: +2 -4 lines
Diff to previous 1.14 (colored) to selected 1.6 (colored)

fix unused variable warnings.

Revision 1.14.4.2 / (download) - annotate - [select for diffs], Mon Feb 25 00:30:45 2013 UTC (11 years, 1 month ago) by tls
Branch: tls-maxphys
Changes since 1.14.4.1: +641 -0 lines
Diff to previous 1.14.4.1 (colored) to branchpoint 1.14 (colored) to selected 1.6 (colored)

resync with head

Revision 1.14.4.1, Tue Jan 29 19:45:47 2013 UTC (11 years, 2 months ago) by tls
Branch: tls-maxphys
Changes since 1.14: +0 -641 lines
FILE REMOVED

file msdosfs_vnops.c was added on branch tls-maxphys on 2013-02-25 00:30:45 +0000

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jan 29 19:45:47 2013 UTC (11 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, agc-symver-base, agc-symver
Branch point for: tls-maxphys
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored) to selected 1.6 (colored)

workaround for gcc/vax

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jan 28 00:16:48 2013 UTC (11 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.12: +16 -9 lines
Diff to previous 1.12 (colored) to selected 1.6 (colored)

use pcbmap instead of the open coded hack now the pcbmap works.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jan 27 22:52:19 2013 UTC (11 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.11: +8 -5 lines
Diff to previous 1.11 (colored) to selected 1.6 (colored)

- don't forget to set de_pmp
- unexpand inserted tabs to the "." and ".." strings!

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jan 27 22:09:24 2013 UTC (11 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored) to selected 1.6 (colored)

undo c99

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jan 27 22:07:19 2013 UTC (11 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.9: +7 -3 lines
Diff to previous 1.9 (colored) to selected 1.6 (colored)

- some more debugging
- use msdosfs_update() -- should not be needed.
- remove <sys/mount.h>

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jan 27 20:05:46 2013 UTC (11 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.8: +54 -39 lines
Diff to previous 1.8 (colored) to selected 1.6 (colored)

This works well enough to populate plain files in the root dir. creating
directories fails.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Jan 27 16:03:15 2013 UTC (11 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored) to selected 1.6 (colored)

the max msdos file size is less than size_t so don't bother checking against it.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jan 27 15:35:45 2013 UTC (11 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.6: +263 -23 lines
Diff to previous 1.6 (colored)

fixed directory entry allocation. Now the file data remains and is currently
broken.

Revision 1.6 / (download) - annotate - [selected], Sun Jan 27 12:25:13 2013 UTC (11 years, 2 months ago) by martin
Branch: MAIN
Changes since 1.5: +6 -5 lines
Diff to previous 1.5 (colored)

Make it compile on 32bit AND 64bit archs.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 27 10:07:23 2013 UTC (11 years, 2 months ago) by mbalmer
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored) to selected 1.6 (colored)

Allow this to compile on 32bit architectures.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 26 16:58:14 2013 UTC (11 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored) to selected 1.6 (colored)

depend on TOOLS instead of __NetBSD__ for extra functionality

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 26 16:50:46 2013 UTC (11 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.2: +16 -7 lines
Diff to previous 1.2 (colored) to selected 1.6 (colored)

make this cross-compile friendly.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 26 00:31:50 2013 UTC (11 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.1: +6 -4 lines
Diff to previous 1.1 (colored) to selected 1.6 (colored)

add debugging, fix warnings.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jan 26 00:20:40 2013 UTC (11 years, 2 months ago) by christos
Branch: MAIN
Diff to selected 1.6 (colored)

add more msdos stuff.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>