summaryrefslogtreecommitdiffstats
path: root/sbin/mount_udf/mount_udf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
| | | | | | 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.
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+4
| | | | | | | | | 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)
* add a variety of missing prototypesderaadt2013-11-121-1/+5
|
* update pedro's email address, at his request;jmc2007-12-091-2/+2
|
* sync usage();jmc2006-12-151-2/+2
|
* Make the mounting process pass a hint to the kernel of where to find the VATpedro2006-07-111-1/+30
|
* Sync with recent realpath(3) changes: on failure, don't use the secondjaredy2005-04-081-2/+2
| | | | | | argument "resolved", since it is undefined. ok and help millert, otto
* mount_udf, okay deraadt@pedro2005-03-291-0/+72