Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unsigned char casts for ctype | 2013-11-26 | 1 | -4/+4 | |
| | | | | ok okan | ||||
* | Include the octet of the mode that contains the setuid/setgid/sticky bits | 2010-10-29 | 1 | -2/+2 | |
| | | | | | | in the output format used for the -x option. Problem observed by LEVAI Daniel | ||||
* | Remove unused variable: linkfail | 2010-09-01 | 1 | -8/+3 | |
| | | | | ok gilles@ | ||||
* | we don't care about keeping rccs_id | 2010-06-29 | 1 | -6/+1 | |
| | |||||
* | synchronize synopsis and usage; "-l", "-r", "-s" and "-x" are mutually | 2009-06-24 | 1 | -3/+4 | |
| | | | | | | | | | exclusive; while here, slightly improve spacing in the source code so it fits on a 80-column display again. diff greatly improved by martynas@; ok jmc@, martynas@ | ||||
* | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2008-06-26 | 1 | -9/+2 | |
| | | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | ||||
* | warn() already prints __progname for us, okay deraadt@ hshoexer@ | 2006-05-28 | 1 | -3/+3 | |
| | |||||
* | bye bye whiteouts | 2005-06-15 | 1 | -6/+2 | |
| | |||||
* | Fix a trivial truncation case, and eliminate a corner case that might | 2005-04-22 | 1 | -4/+4 | |
| | | | | print a nul character. From atatat@netbsd | ||||
* | pass size of right buffer to strlcat. ok deraadt@ | 2005-04-11 | 1 | -3/+3 | |
| | |||||
* | getting tired of explaining this: snprintf does not return how many | 2005-04-11 | 1 | -8/+14 | |
| | | | | | bytes it PUT into the buffer, but how many it WANTED to, so it can be > buflen; ok otto | ||||
* | Remove birth time from the default formats, we do not support it (yet), but | 2005-04-07 | 1 | -5/+5 | |
| | | | | leave the B format available for the future. ok tedu@ tdeval@ henning@ | ||||
* | remove readlink stuff; same as otto diff | 2005-04-03 | 1 | -19/+9 | |
| | |||||
* | cleanup; ok otto | 2005-04-03 | 1 | -49/+28 | |
| | |||||
* | Undefine some things which are not conditional any more. No binary change. | 2005-04-02 | 1 | -16/+8 | |
| | | | | ok henning@ | ||||
* | Enable birthtime. ok tdeval@ henning@ | 2005-04-02 | 1 | -14/+4 | |
| | |||||
* | Unifdef. No binary change. ok henning@ tedu@ | 2005-04-02 | 1 | -52/+2 | |
| | |||||
* | Welcome stat(1), from NetBSD. grrrrrok deraadt@ ok henning@ tdeval@ tedu@ | 2005-04-01 | 1 | -0/+1031 | |