summaryrefslogtreecommitdiff
path: root/usr.bin/env/env.c
AgeCommit message (Expand)Author
2024-10-08env: Check the status of stdout.Dag-Erling Smørgrav
2024-10-08env: Add an option to change the directory.Dag-Erling Smørgrav
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2021-03-03env: style(9) fix, add a spaceKyle Evans
2021-03-03service(8): use an environment more consistent with init(8)Andrew Gierth
2020-02-05env(1): grow -L user/class and -U user/class optionsKyle Evans
2019-11-07Add -0 option to ENV(1)Joseph Mingrone
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2008-04-17Add the '-u name' option to the env command, which will completely unsetGarance A Drosehn
2007-07-04Significantly reduce the memory leak as noted in BUGS section forSean Farley
2007-05-01Back out all POSIXified *env() changes.Andrey A. Chernov
2007-04-30env calls setenv("name=value", "value", 1); which violates POSIX:Andrey A. Chernov
2005-06-21Undo r1.14 to env.c. While it is unusual for environment variables toGarance A Drosehn
2005-06-20Add the '-S' and '-P' options. The '-S' option can be used to splitGarance A Drosehn
2005-06-20If the `utility' specified starts with a '/' character, then execute itGarance A Drosehn
2005-06-20Move the code that clears the environment when `-i' is specified, so it thatGarance A Drosehn
2005-06-20Add a '-v' option to `env', to make it easier to discover exactly what stepsGarance A Drosehn
2002-09-04ANSIify function definitions.David Malone
2002-06-28Discourage use of env(1)'s "-" flag by moving its description to theTim J. Robbins
2002-06-19Indicate that env(1) allows you to supply arguments to the utility itTim J. Robbins
2002-03-22remove __PWarner Losh
2002-03-07Leave the `copyright' variable exposed, since the main purpose of itMike Barcroft
2002-02-21Use new ID scheme.Mike Barcroft
1999-08-27Add ``-i'' option, which is the same as ``-''. The -i option is theSheldon Hearn
1998-12-06Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs
1997-06-30Add usage().Philippe Charnier
1997-03-29compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes