Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -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 where | 2015-01-16 | 1 | -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 prototypes | 2013-11-12 | 1 | -1/+5 | |
| | |||||
* | update pedro's email address, at his request; | 2007-12-09 | 1 | -2/+2 | |
| | |||||
* | sync usage(); | 2006-12-15 | 1 | -2/+2 | |
| | |||||
* | Make the mounting process pass a hint to the kernel of where to find the VAT | 2006-07-11 | 1 | -1/+30 | |
| | |||||
* | Sync with recent realpath(3) changes: on failure, don't use the second | 2005-04-08 | 1 | -2/+2 | |
| | | | | | | argument "resolved", since it is undefined. ok and help millert, otto | ||||
* | mount_udf, okay deraadt@ | 2005-03-29 | 1 | -0/+72 | |