OpenBSD CVS

CVS log for src/sbin/mount_ntfs/mount_ntfs.c


[BACK] Up to [local] / src / sbin / mount_ntfs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19 / (download) - annotate - [select for diffs], Sat Aug 20 07:03:24 2022 UTC (21 months, 1 week ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, HEAD
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Align description of -g and -u with mount_tmpfs.8

"Reads better indeed" otto

Revision 1.18 / (download) - annotate - [select for diffs], Sat Aug 20 05:59:57 2022 UTC (21 months, 1 week ago) by otto
Branch: MAIN
Changes since 1.17: +39 -5 lines
Diff to previous 1.17 (colored)

Accept both names and ids for -g and -u and implement missing error
handling. Code from mount_msdos (which got it from chmod/chown).
ok tb@ deraadt@

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jun 28 13:32:45 2019 UTC (4 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

When system calls indicate an error they return -1, not some arbitrary
value < 0.  errno is only updated in this case.  Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Dec 30 21:38:28 2015 UTC (8 years, 5 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.15: +4 -5 lines
Diff to previous 1.15 (colored)

Remove use of sysexits.h.  OK guenther@

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 16 06:39:59 2015 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.14: +4 -3 lines
Diff to previous 1.14 (colored)

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible.  Annotate <sys/param.h> lines with their current reasons.  Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc.  Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution.  These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jun 27 23:40:07 2011 UTC (12 years, 11 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.13: +10 -32 lines
Diff to previous 1.13 (colored)

cleanup this file a little, review by krw

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jun 27 19:47:22 2011 UTC (12 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (colored)

cleanup the ntfs man page, and enforce readonly operation.
ok deraadt jmc krw

Revision 1.12 / (download) - annotate - [select for diffs], Sat Apr 14 17:07:28 2007 UTC (17 years, 1 month ago) by grunk
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored)

documentation of -o option was missing both in man page and usage()

ok jmc@

Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 9 20:22:41 2007 UTC (17 years, 1 month ago) by pedro
Branch: MAIN
Changes since 1.10: +19 -2 lines
Diff to previous 1.10 (colored)

Correctly handle option '-m', okay mickey@ grunk@

Revision 1.10 / (download) - annotate - [select for diffs], Fri Dec 15 12:53:59 2006 UTC (17 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

sort options; sync usage;

Revision 1.9 / (download) - annotate - [select for diffs], Fri Apr 8 20:09:37 2005 UTC (19 years, 1 month ago) by jaredy
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Sync with recent realpath(3) changes:  on failure, don't use the second
argument "resolved", since it is undefined.

ok and help millert, otto

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 3 22:41:40 2003 UTC (20 years, 11 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.7: +4 -12 lines
Diff to previous 1.7 (colored)

use realpath() in helpers instead of doing it ourselves every time.
also fixes pr1662.  from otto moerbeek

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jul 2 22:38:54 2003 UTC (20 years, 11 months ago) by avsm
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

convert strncat -> strlcat
millert@ ok

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jun 11 06:22:14 2003 UTC (20 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.5: +1 -8 lines
Diff to previous 1.5 (colored)

ansification

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jun 10 16:41:29 2003 UTC (20 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +8 -52 lines
Diff to previous 1.4 (colored)

boring cleanups

Revision 1.4 / (download) - annotate - [select for diffs], Sat May 24 21:48:06 2003 UTC (21 years ago) by tedu
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

rename export to export_info for c++ safety.  report by naddy@

Revision 1.3 / (download) - annotate - [select for diffs], Tue May 20 03:38:04 2003 UTC (21 years ago) by tedu
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

un __P

Revision 1.2 / (download) - annotate - [select for diffs], Tue May 20 03:19:57 2003 UTC (21 years ago) by tedu
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

$OpenBSD$ tags

Revision 1.1 / (download) - annotate - [select for diffs], Tue May 20 03:18:23 2003 UTC (21 years ago) by tedu
Branch: MAIN

mount_ntfs, from NetBSD via Julien Bordet

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.