summaryrefslogtreecommitdiffstats
path: root/usr.bin/id (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage and order tweaks from jmctedu2017-05-302-4/+5
* id -R: make current rdomain more easily accessible to the shelltedu2017-05-302-8/+23
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* tame "stdio getpw" right at the top; this runs the whole gamut ofderaadt2015-10-051-1/+4
* small KNFderaadt2015-10-051-3/+5
* Add -c flag to display the user's login class. OK espie@millert2015-05-192-11/+39
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-10/+9
* Eliminate a warning from -Wformat=2 by using an additional 'prefix'guenther2014-07-141-17/+15
* teach id(1) about whoami(1) and groups(1) run modes; removes shell wrappersokan2013-09-064-26/+39
* Document what remains of the 2BSD heritage.schwarze2012-01-151-2/+7
* add an EXIT STATUS section for /usr/bin;jmc2010-09-033-9/+9
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-12/+1
* source code can fit on a 80-column display, no binary change.sobrado2009-10-121-4/+4
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* replace hardcoded exit values with .Ex macros;sobrado2009-01-043-15/+9
* convert to new .Dd format;jmc2007-05-313-6/+6
* - use a consistent text for STANDARDSjmc2007-05-301-3/+8
* -p supports optional [user] arg;jmc2004-11-162-4/+5
* use strtonum with proper bounds instead of abusing strtoul; ok millertpvalchev2004-07-191-5/+5
* zap unused variables, ok beck@pedro2004-05-311-3/+2
* Proper use of uid_t and did_t types instead of a generic int.tdeval2004-01-071-44/+49
* .Ic Nm -> .Icjmc2003-07-141-2/+2
* mostly ansi cleanup; pval okderaadt2003-06-101-16/+9
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-034-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.millert2002-02-161-8/+8
* kill more registersmpech2001-11-191-5/+5
* first pass at a -Wall cleanupderaadt2001-07-121-4/+6
* use execpjanzen2001-06-201-2/+2
* Remove unnecessary .Nm arguments; mpech@prosoft.org.lvaaron2001-06-052-8/+8
* Get rid of bogus .UC macro, likely an artifact of old mdoc conversions.aaron2001-03-271-2/+1
* Various cleanup.aaron2000-03-073-16/+22
* In Unix land we prefer "whitespace" to "white space" or "white-space". Ataaron2000-03-041-2/+2
* use execpjanzen1999-09-251-2/+2
* Fix a printf() so `id' and `id username' produce similar output; inspired byaaron1999-08-181-3/+3
* - Missing newline when euid != ruid; from FreeBSDaaron1999-07-231-4/+5
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-072-2/+4
* correct use of .Nm; some other formatting nitsaaron1999-07-041-5/+5
* consistent .Dd usage; proper format is: .Dd Month DD, YYYYaaron1999-07-023-6/+6
* - remove trailing white spaceaaron1999-06-051-2/+2
* usr.bin/ man page fixes, f-m.aaron1998-09-263-6/+6
* use err(3)mickey1997-07-251-38/+9
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-5/+5
* Wall, and seperate uid and gid typesderaadt1997-06-301-25/+26
* for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \deraadt1997-05-303-6/+6
* COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPmillert1997-04-271-3/+3
* I wrote these public domain versions. They are faster due to two optimizationsderaadt1997-02-072-72/+6
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* install -> ${INSTALL}, -c -> ${COPY}downsj1996-12-081-3/+3
* rcsidderaadt1996-06-267-7/+9
* initial import of NetBSD treederaadt1995-10-187-0/+708