| Commit message (Expand) | Author | Age | Files | Lines |
* | usage and order tweaks from jmc |  tedu | 2017-05-30 | 2 | -4/+5 |
* | id -R: make current rdomain more easily accessible to the shell |  tedu | 2017-05-30 | 2 | -8/+23 |
* | Change all tame callers to namechange to pledge(2). |  deraadt | 2015-10-09 | 1 | -3/+3 |
* | tame "stdio getpw" right at the top; this runs the whole gamut of |  deraadt | 2015-10-05 | 1 | -1/+4 |
* | small KNF |  deraadt | 2015-10-05 | 1 | -3/+5 |
* | Add -c flag to display the user's login class. OK espie@ |  millert | 2015-05-19 | 2 | -11/+39 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -10/+9 |
* | Eliminate a warning from -Wformat=2 by using an additional 'prefix' |  guenther | 2014-07-14 | 1 | -17/+15 |
* | teach id(1) about whoami(1) and groups(1) run modes; removes shell wrappers |  okan | 2013-09-06 | 4 | -26/+39 |
* | Document what remains of the 2BSD heritage. |  schwarze | 2012-01-15 | 1 | -2/+7 |
* | add an EXIT STATUS section for /usr/bin; |  jmc | 2010-09-03 | 3 | -9/+9 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -12/+1 |
* | source code can fit on a 80-column display, no binary change. |  sobrado | 2009-10-12 | 1 | -4/+4 |
* | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few |  jmc | 2009-02-08 | 1 | -3/+3 |
* | replace hardcoded exit values with .Ex macros; |  sobrado | 2009-01-04 | 3 | -15/+9 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 3 | -6/+6 |
* | - use a consistent text for STANDARDS |  jmc | 2007-05-30 | 1 | -3/+8 |
* | -p supports optional [user] arg; |  jmc | 2004-11-16 | 2 | -4/+5 |
* | use strtonum with proper bounds instead of abusing strtoul; ok millert |  pvalchev | 2004-07-19 | 1 | -5/+5 |
* | zap unused variables, ok beck@ |  pedro | 2004-05-31 | 1 | -3/+2 |
* | Proper use of uid_t and did_t types instead of a generic int. |  tdeval | 2004-01-07 | 1 | -44/+49 |
* | .Ic Nm -> .Ic |  jmc | 2003-07-14 | 1 | -2/+2 |
* | mostly ansi cleanup; pval ok |  deraadt | 2003-06-10 | 1 | -16/+9 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-03 | 4 | -25/+9 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -8/+8 |
* | kill more registers |  mpech | 2001-11-19 | 1 | -5/+5 |
* | first pass at a -Wall cleanup |  deraadt | 2001-07-12 | 1 | -4/+6 |
* | use exec |  pjanzen | 2001-06-20 | 1 | -2/+2 |
* | Remove unnecessary .Nm arguments; mpech@prosoft.org.lv |  aaron | 2001-06-05 | 2 | -8/+8 |
* | Get rid of bogus .UC macro, likely an artifact of old mdoc conversions. |  aaron | 2001-03-27 | 1 | -2/+1 |
* | Various cleanup. |  aaron | 2000-03-07 | 3 | -16/+22 |
* | In Unix land we prefer "whitespace" to "white space" or "white-space". At |  aaron | 2000-03-04 | 1 | -2/+2 |
* | use exec |  pjanzen | 1999-09-25 | 1 | -2/+2 |
* | Fix a printf() so `id' and `id username' produce similar output; inspired by |  aaron | 1999-08-18 | 1 | -3/+3 |
* | - Missing newline when euid != ruid; from FreeBSD |  aaron | 1999-07-23 | 1 | -4/+5 |
* | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. |  aaron | 1999-07-07 | 2 | -2/+4 |
* | correct use of .Nm; some other formatting nits |  aaron | 1999-07-04 | 1 | -5/+5 |
* | consistent .Dd usage; proper format is: .Dd Month DD, YYYY |  aaron | 1999-07-02 | 3 | -6/+6 |
* | - remove trailing white space |  aaron | 1999-06-05 | 1 | -2/+2 |
* | usr.bin/ man page fixes, f-m. |  aaron | 1998-09-26 | 3 | -6/+6 |
* | use err(3) |  mickey | 1997-07-25 | 1 | -38/+9 |
* | #if __STDC__ --> #ifdef __STDC__ |  mickey | 1997-07-25 | 1 | -5/+5 |
* | Wall, and seperate uid and gid types |  deraadt | 1997-06-30 | 1 | -25/+26 |
* | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ |  deraadt | 1997-05-30 | 3 | -6/+6 |
* | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP |  millert | 1997-04-27 | 1 | -3/+3 |
* | I wrote these public domain versions. They are faster due to two optimizations |  deraadt | 1997-02-07 | 2 | -72/+6 |
* | getopt(3) returns -1 when out of args, not EOF, whee! |  millert | 1997-01-15 | 1 | -3/+3 |
* | install -> ${INSTALL}, -c -> ${COPY} |  downsj | 1996-12-08 | 1 | -3/+3 |
* | rcsid |  deraadt | 1996-06-26 | 7 | -7/+9 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 7 | -0/+708 |