summaryrefslogtreecommitdiffstats
path: root/usr.bin/env
Commit message (Expand)AuthorAgeFilesLines
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-112-8/+0
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
* Update the date on the man-page to reflect the date that the '-u name'gad2008-05-061-1/+1
* Add the '-u name' option to the env command, which will completely unsetgad2008-04-172-8/+31
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-041-1/+6
* Back out all POSIXified *env() changes.ache2007-05-011-3/+3
* env calls setenv("name=value", "value", 1); which violates POSIX:ache2007-04-301-3/+3
* Fix minor memory leak when expanding ${variable}sgad2005-07-181-1/+5
* Fix two minor parsing bugs in -S processing:gad2005-07-131-14/+23
* Tidy up the markup.ru2005-06-221-34/+49
* Fix a bug where the value of ${SOMEVAR} would simply disappear if theregad2005-06-211-23/+48
* Put in a more descriptive heading for the `env' command.gad2005-06-211-1/+1
* Undo r1.14 to env.c. While it is unusual for environment variables togad2005-06-212-7/+2
* Add the '-S' and '-P' options. The '-S' option can be used to splitgad2005-06-205-32/+829
* If the `utility' specified starts with a '/' character, then execute itgad2005-06-201-1/+2
* Move the code that clears the environment when `-i' is specified, so it thatgad2005-06-201-5/+9
* Add a '-v' option to `env', to make it easier to discover exactly what stepsgad2005-06-201-4/+25
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
* Language and markup polishing.ru2004-05-191-11/+14
* Fix grammar bogon.schweikh2004-02-291-1/+1
* Removed (after the env(1)/printenv(1) split) extraneous argumentsru2003-11-021-9/+9
* Split the env(1) manpage off from printenv(1); there is not much pointtjr2003-06-012-1/+144
* ANSIify function definitions.dwmalone2002-09-041-4/+2
* Discourage use of env(1)'s "-" flag by moving its description to thetjr2002-06-281-1/+1
* Indicate that env(1) allows you to supply arguments to the utility ittjr2002-06-191-1/+1
* remove __Pimp2002-03-221-1/+1
* Leave the `copyright' variable exposed, since the main purpose of itmike2002-03-071-2/+2
* Use new ID scheme.mike2002-02-211-3/+9
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$dd2001-06-301-2/+3
* Add ``-i'' option, which is the same as ``-''. The -i option is thesheldonh1999-08-271-2/+3
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-062-2/+3
* Add usage().charnier1997-06-301-3/+11
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-272-0/+88
OpenPOWER on IntegriCloud