Age | Commit message (Expand) | Author |
2021-11-11 | remove whitespace | Ricardo Mestre |
2021-11-11 | There's no need to call pledge(2) so many times, or on many places, with the | Ricardo Mestre |
2021-11-10 | remove a pointless call of setlocale(3); | Ingo Schwarze |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2020-08-27 | unveil(_PATH_DEV, "r") when -T or -u is used: who(1) is using stat(2) for det... | Sebastien Marie |
2018-08-08 | pledge with "unveil" at the top, so that the various modes can unveil | Theo de Raadt |
2017-06-19 | Mark up "am i" as Cm, not Ar. | Anthony J. Bentley |
2015-10-21 | Style fixes; from Ilya Kaliman | Todd C. Miller |
2015-10-12 | ttyname() no longer does ioctl TIOCGETA, so pledge("tty") is no longer | Christian Weisgerber |
2015-10-11 | fix regression: ttyname() failure not handled right | Theo de Raadt |
2015-10-10 | another pledge argument reorder for sake of re-audit | Theo de Raadt |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-07 | from previous commit: "ioctl" is used for grab ttyname(0) | Sebastien Marie |
2015-10-07 | enable tame(2) in who(1). | Sebastien Marie |
2014-06-04 | - make note of some xsi options | Jason McIntyre |
2013-12-04 | update HISTORY: this command first appeared in V1 AT&T. | Jason McIntyre |
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther |
2010-11-15 | show more of the host, but be careful not to go over 80 cols; ok krw@ | Otto Moerbeek |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-07-21 | document exit values; from daniel dickman | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |
2004-08-18 | - Xr w 1 | Jason McIntyre |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-14 | strlcat, but i memset 0 before to be safe | Theo de Raadt |
2003-04-07 | inlined strcpy, should be strncpy anyways; millert ok, from Hans-Joerg.Hoexer... | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-24 | fix the history refs | Michael Shalayeff |
2002-01-17 | Sync SYNOPSIS w/ usage(); Brian Poole | Todd C. Miller |
2001-11-19 | kill more registers | Mike Pechkin |
2001-01-31 | move utmp to large format, usernames to 32 chars; downsj | Theo de Raadt |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell |
2000-03-24 | Correct the HISTORY section to note that this command appeared in Version 5 | Aaron Campbell |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell |
2000-03-22 | Avoid the chdir entirely by prefixing _PATH_DEV to the tty name when | Todd C. Miller |
2000-03-21 | only chdir() if needed. This affected having who reading different file | Eric Jackson |
2000-03-14 | Finish off cleanup usr.bin/ man pages. | Aaron Campbell |
2000-03-06 | Some section re-ordering. | Aaron Campbell |
1999-10-17 | More consistent introduction to options. | Aaron Campbell |
1999-07-18 | indent | Theo de Raadt |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1998-11-11 | remove redundant .Pp macros | Aaron Campbell |
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-08-20 | Add -q (quick), the only X/Open option I can work up enthusiasm to implement. | denny |