aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/env
Commit message (Expand)AuthorAgeFilesLines
* Document in the synopsis that -0 cannot be used with the utility argumentMateusz Piotrowski2020-11-111-2/+7
* Fix invalid use of macros and two typosMateusz Piotrowski2020-04-241-4/+4
* env(1): grow -L user/class and -U user/class optionsKyle Evans2020-02-053-5/+100
* Add -0 option to ENV(1)Joseph Mingrone2019-11-072-9/+32
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Escape Ss to avoid confusion by mdoc parser with the Ss macroBaptiste Daroussin2017-02-111-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+2
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | env: Fix crash when -S string is not empty but no operand follows.Jilles Tjoelker2015-03-081-2/+2
|/
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Update the date on the man-page to reflect the date that the '-u name'Garance A Drosehn2008-05-061-1/+1
* Add the '-u name' option to the env command, which will completely unsetGarance A Drosehn2008-04-172-8/+31
* Significantly reduce the memory leak as noted in BUGS section forSean Farley2007-07-041-1/+6
* Back out all POSIXified *env() changes.Andrey A. Chernov2007-05-011-3/+3
* env calls setenv("name=value", "value", 1); which violates POSIX:Andrey A. Chernov2007-04-301-3/+3
* Fix minor memory leak when expanding ${variable}sGarance A Drosehn2005-07-181-1/+5
* Fix two minor parsing bugs in -S processing:Garance A Drosehn2005-07-131-14/+23
* Tidy up the markup.Ruslan Ermilov2005-06-221-34/+49
* Fix a bug where the value of ${SOMEVAR} would simply disappear if thereGarance A Drosehn2005-06-211-23/+48
* Put in a more descriptive heading for the `env' command.Garance A Drosehn2005-06-211-1/+1
* Undo r1.14 to env.c. While it is unusual for environment variables toGarance A Drosehn2005-06-212-7/+2
* Add the '-S' and '-P' options. The '-S' option can be used to splitGarance A Drosehn2005-06-205-32/+829
* If the `utility' specified starts with a '/' character, then execute itGarance A Drosehn2005-06-201-1/+2
* Move the code that clears the environment when `-i' is specified, so it thatGarance A Drosehn2005-06-201-5/+9
* Add a '-v' option to `env', to make it easier to discover exactly what stepsGarance A Drosehn2005-06-201-4/+25
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Language and markup polishing.Ruslan Ermilov2004-05-191-11/+14
* Fix grammar bogon.Jens Schweikhardt2004-02-291-1/+1
* Removed (after the env(1)/printenv(1) split) extraneous argumentsRuslan Ermilov2003-11-021-9/+9
* Split the env(1) manpage off from printenv(1); there is not much pointTim J. Robbins2003-06-012-1/+144
* ANSIify function definitions.David Malone2002-09-041-4/+2
* Discourage use of env(1)'s "-" flag by moving its description to theTim J. Robbins2002-06-281-1/+1
* Indicate that env(1) allows you to supply arguments to the utility itTim J. Robbins2002-06-191-1/+1
* remove __PWarner Losh2002-03-221-1/+1
* Leave the `copyright' variable exposed, since the main purpose of itMike Barcroft2002-03-071-2/+2
* Use new ID scheme.Mike Barcroft2002-02-211-3/+9
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$Dima Dorfman2001-06-301-2/+3
* Add ``-i'' option, which is the same as ``-''. The -i option is theSheldon Hearn1999-08-271-2/+3
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-062-2/+3