summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ntfs/mount_ntfs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Remove use of sysexits.h. OK guenther@millert2015-12-301-5/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+4
* cleanup this file a little, review by krwtedu2011-06-271-32/+10
* cleanup the ntfs man page, and enforce readonly operation.tedu2011-06-271-1/+3
* documentation of -o option was missing both in man page and usage()grunk2007-04-141-2/+3
* Correctly handle option '-m', okay mickey@ grunk@pedro2007-04-091-2/+19
* sort options; sync usage;jmc2006-12-151-2/+2
* Sync with recent realpath(3) changes: on failure, don't use the secondjaredy2005-04-081-2/+2
* use realpath() in helpers instead of doing it ourselves every time.tedu2003-07-031-12/+4
* convert strncat -> strlcatavsm2003-07-021-3/+3
* ansificationderaadt2003-06-111-8/+1
* boring cleanupsderaadt2003-06-101-52/+8
* rename export to export_info for c++ safety. report by naddy@tedu2003-05-241-4/+4
* un __Ptedu2003-05-201-4/+4
* $OpenBSD$ tagstedu2003-05-201-1/+1
* mount_ntfs, from NetBSD via Julien Bordettedu2003-05-201-0/+214