| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-09-07 | more Version 1 AT&T UNIX history: | 1 | -3/+9 | ||
| a few cases that weren't altogether straightforward; tweak and OK jmc@, OK sobrado@ | |||||
| 2018-09-18 | Fix typo in previous: group_from_gid(st->st_gid, 1), not st_uid. | 1 | -2/+2 | ||
| This broke the chmod regression test, as noted and tracked down by bluhm. ok millert | |||||
| 2018-09-16 | Use user_from_uid(3) and group_from_gid(3) to avoid extra passwd | 1 | -32/+33 | ||
| and group file lookups. This required a bit of reordering of the file mode handling bits to deal with the const char *. OK tb@ | |||||
| 2018-03-16 | improve markup quality in the cases found by the new "--" style message | 1 | -5/+5 | ||
| 2015-10-10 | normalize a few more tame request orderings, to help review | 1 | -2/+2 | ||
| 2015-10-09 | Change all tame callers to namechange to pledge(2). | 1 | -3/+3 | ||
| 2015-10-06 | Appears that tame "stdio getpw rpath" will satisfy all code paths. | 1 | -1/+4 | ||
| 2014-11-15 | Reduce instances of `` '' in manuals. | 1 | -15/+28 | ||
| troff displays these as typographic quotes, but nroff implementations almost always print them literally, which rarely has the intended effect with modern fonts, even in stock xterm. These uses of `` '' can be replaced either with more semantic alternatives or with Dq, which prints typographic quotes in a UTF-8 locale (but will automatically fall back to `` '' in an ASCII locale). improvements and ok schwarze@ | |||||
| 2013-11-26 | unsigned char casts for ctype | 1 | -4/+4 | ||
| ok okan | |||||
| 2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | 1 | -4/+4 | ||
| 2010-10-29 | Include the octet of the mode that contains the setuid/setgid/sticky bits | 1 | -2/+2 | ||
| in the output format used for the -x option. Problem observed by LEVAI Daniel | |||||
| 2010-09-03 | add an EXIT STATUS section for /usr/bin; | 1 | -3/+3 | ||
| 2010-09-01 | Remove unused variable: linkfail | 1 | -8/+3 | ||
| ok gilles@ | |||||
| 2010-06-29 | we don't care about keeping rccs_id | 1 | -6/+1 | ||
| 2009-10-22 | replace strftime(3) by ".Xr strftime 3" and syslog(3) by ".Xr syslog 3". | 1 | -3/+5 | ||
| ok jmc@ | |||||
| 2009-06-24 | synchronize synopsis and usage; "-l", "-r", "-s" and "-x" are mutually | 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@ | |||||
| 2009-01-19 | replace standardized text concerning the exit values of applications | 1 | -4/+3 | ||
| with the right mdoc macros. | |||||
| 2008-11-08 | from reed@netbsd: | 1 | -3/+3 | ||
| Be consistent: document the birthtime field of struct stat for the "B" field specifier. | |||||
| 2008-10-06 | give working examples (s/timespec/time/ for variables exported) | 1 | -5/+5 | ||
| please commit from jmc@ | |||||
| 2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2 | -18/+4 | ||
| 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@ | |||||
| 2007-11-05 | relate fields to stat(2). | 1 | -13/+42 | ||
| with help from jmc@ for wording and nroff magic | |||||
| 2007-11-05 | adjust an awkward piece of grammar; | 1 | -4/+4 | ||
| problem spotted by, and ok, jsing | |||||
| 2007-05-31 | convert to new .Dd format; | 1 | -2/+2 | ||
| 2006-05-28 | warn() already prints __progname for us, okay deraadt@ hshoexer@ | 1 | -3/+3 | ||
| 2005-09-30 | deploy .An -nosplit; ok jmc | 1 | -1/+2 | ||
| 2005-06-15 | bye bye whiteouts | 2 | -9/+5 | ||
| 2005-04-22 | Fix a trivial truncation case, and eliminate a corner case that might | 1 | -4/+4 | ||
| print a nul character. From atatat@netbsd | |||||
| 2005-04-11 | pass size of right buffer to strlcat. ok deraadt@ | 1 | -3/+3 | ||
| 2005-04-11 | getting tired of explaining this: snprintf does not return how many | 1 | -8/+14 | ||
| bytes it PUT into the buffer, but how many it WANTED to, so it can be > buflen; ok otto | |||||
| 2005-04-07 | Remove birth time from the default formats, we do not support it (yet), but | 2 | -6/+7 | ||
| leave the B format available for the future. ok tedu@ tdeval@ henning@ | |||||
| 2005-04-04 | +.Xr readlink 1 , | 1 | -1/+2 | ||
| 2005-04-03 | remove readlink stuff; same as otto diff | 1 | -19/+9 | ||
| 2005-04-03 | cleanup; ok otto | 1 | -49/+28 | ||
| 2005-04-03 | we do readlink seperately; ok otto | 2 | -20/+3 | ||
| 2005-04-02 | .Ox history is far more relevant than .Nx history; | 1 | -3/+3 | ||
| 2005-04-02 | update examples; | 1 | -5/+5 | ||
| 2005-04-02 | - .Sx | 1 | -5/+5 | ||
| - no need to talk about linux | |||||
| 2005-04-02 | Undefine some things which are not conditional any more. No binary change. | 1 | -16/+8 | ||
| ok henning@ | |||||
| 2005-04-02 | Mention birthtime. | 1 | -3/+4 | ||
| 2005-04-02 | Enable birthtime. ok tdeval@ henning@ | 1 | -14/+4 | ||
| 2005-04-02 | Unifdef. No binary change. ok henning@ tedu@ | 1 | -52/+2 | ||
| 2005-04-01 | cleanup; | 1 | -42/+37 | ||
| 2005-04-01 | Welcome stat(1), from NetBSD. grrrrrok deraadt@ ok henning@ tdeval@ tedu@ | 3 | -0/+1507 | ||
