index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
env
/
env.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
1
-4
/
+0
*
Add the '-u name' option to the env command, which will completely unset
gad
2008-04-17
1
-3
/
+10
*
Significantly reduce the memory leak as noted in BUGS section for
scf
2007-07-04
1
-1
/
+6
*
Back out all POSIXified *env() changes.
ache
2007-05-01
1
-3
/
+3
*
env calls setenv("name=value", "value", 1); which violates POSIX:
ache
2007-04-30
1
-3
/
+3
*
Undo r1.14 to env.c. While it is unusual for environment variables to
gad
2005-06-21
1
-2
/
+1
*
Add the '-S' and '-P' options. The '-S' option can be used to split
gad
2005-06-20
1
-3
/
+19
*
If the `utility' specified starts with a '/' character, then execute it
gad
2005-06-20
1
-1
/
+2
*
Move the code that clears the environment when `-i' is specified, so it that
gad
2005-06-20
1
-5
/
+9
*
Add a '-v' option to `env', to make it easier to discover exactly what steps
gad
2005-06-20
1
-4
/
+25
*
ANSIify function definitions.
dwmalone
2002-09-04
1
-4
/
+2
*
Discourage use of env(1)'s "-" flag by moving its description to the
tjr
2002-06-28
1
-1
/
+1
*
Indicate that env(1) allows you to supply arguments to the utility it
tjr
2002-06-19
1
-1
/
+1
*
remove __P
imp
2002-03-22
1
-1
/
+1
*
Leave the `copyright' variable exposed, since the main purpose of it
mike
2002-03-07
1
-2
/
+2
*
Use new ID scheme.
mike
2002-02-21
1
-3
/
+9
*
Add ``-i'' option, which is the same as ``-''. The -i option is the
sheldonh
1999-08-27
1
-2
/
+3
*
Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).
archie
1998-12-06
1
-2
/
+2
*
Add usage().
charnier
1997-06-30
1
-3
/
+11
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+82