Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing %s so that all of the usage message gets printed. | dwmalone | 2004-05-19 | 2 | -1/+2 |
| | | | | Bump WARNS to 6 while I'm here. | ||||
* | Bump document date on behalf of the -M option. | ru | 2004-05-18 | 1 | -1/+1 |
| | |||||
* | Add "-M" argument to id(1), which permits the id command to be used | rwatson | 2004-05-03 | 2 | -3/+46 |
| | | | | | | | | to print the MAC label of the current process. "-M" selected as that's what is used in Trusted IRIX. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research | ||||
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -16/+8 |
| | | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5 | ||||
* | Remove local prototypes for main(). | jmallett | 2002-08-19 | 1 | -1/+0 |
| | |||||
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
| | |||||
* | remove __P | imp | 2002-03-22 | 1 | -8/+8 |
| | |||||
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
| | | | | help the GCC3 transition and CURRENT in general. | ||||
* | Fold groups(1) and whoami(1) into id(1). | ru | 2001-09-14 | 4 | -87/+35 |
| | |||||
* | Now that we have it, replace `afterinstall' target with SCRIPTS. | ru | 2001-09-13 | 1 | -7/+1 |
| | |||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 3 | -9/+3 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Silence warnings (most about constness) and clamp down with WARNS=2. | dd | 2001-05-28 | 2 | -5/+7 |
| | | | | Tested on i386 and alpha. | ||||
* | Print commas in the group list in user(). current() already did this. | dd | 2001-05-20 | 1 | -1/+1 |
| | | | | | Reviewed by: ru, sheldonh Inspired by: OpenBSD, NetBSD | ||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+2 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 3 | -8/+8 |
| | |||||
* | .UC -> .Os | ru | 2000-11-06 | 2 | -2/+2 |
| | |||||
* | DIAGNOSTICS section name missing and .Nm changes | charnier | 2000-03-26 | 3 | -11/+11 |
| | |||||
* | Cast pw_change and pw_expire to long and fix the format specifier accordingly. | billf | 1999-09-06 | 1 | -2/+2 |
| | |||||
* | Remove unused variables. | chris | 1999-09-05 | 1 | -3/+1 |
| | |||||
* | Properly document -P and -p flags. | chris | 1999-09-01 | 2 | -1/+4 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 6 | -6/+6 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Clean up some ambiguous nested if/elses. | billf | 1999-07-04 | 1 | -3/+5 |
| | |||||
* | Add "-P" display the id as a password file entry. | obrien | 1998-08-21 | 2 | -6/+40 |
| | | | | Submitted by: terry | ||||
* | Use `.Nm id' instead of `.Nm' for the synopsis lines. | alex | 1998-02-28 | 1 | -5/+5 |
| | | | | PR: 5876 | ||||
* | Missing newline when euid != ruid. | steve | 1998-02-18 | 1 | -3/+3 |
| | | | | | PR: 5778 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at> | ||||
* | Use err(3) instead of local redefinition. Silent -Wall. | charnier | 1997-07-15 | 1 | -51/+26 |
| | |||||
* | Show the real revision date and not the date that this | steve | 1997-06-23 | 3 | -4/+4 |
| | | | | manpage is being viewed. | ||||
* | ``appears'' -> ``appeared'' (closes PR#3393, Submitted-by: Josh Gilliam) | jmg | 1997-04-27 | 1 | -14/+20 |
| | | | | | add missing Id's other minor clean ups | ||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
| | |||||
* | ${DESTDIR}/usr/bin -> ${DESTDIR}${BINDIR} | wosch | 1997-02-02 | 1 | -2/+2 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -2/+2 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | add PATH variable | wosch | 1996-11-05 | 1 | -2/+4 |
| | |||||
* | add PATH variable | wosch | 1996-11-05 | 1 | -2/+4 |
| | | | | better argument handling | ||||
* | Fixed bug where 'id <user>' output the wrong group name (the user name | dg | 1995-08-28 | 1 | -11/+11 |
| | | | | was output instead). Pointed out by Chael Hall <nowhere@chaos.taylored.com>. | ||||
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-07-25 | 1 | -2/+2 |
| | | | | specified in the top level Makefiles. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
| | |||||
* | Make `id' and `groups' somewhat faster and less cpu-intensive :-) | wollman | 1994-10-11 | 2 | -2/+2 |
| | | | | Really! | ||||
* | More merry makefile munging for man page compatability. | wollman | 1994-08-05 | 1 | -3/+1 |
| | |||||
* | Cleanup so that make install can run, many install: maninstall changed | rgrimes | 1994-05-30 | 1 | -2/+3 |
| | | | | to just install:, sperious targets and CLEANFILES removed. | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 7 | -0/+702 |