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
/
bin
/
sh
/
var.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: Remove special code for shell scripts without magic number.
jilles
2011-02-04
1
-42
/
+1
*
sh: Clean up some old comments:
jilles
2011-01-25
1
-6
/
+3
*
sh: Check readonly status for assignments on regular builtins.
jilles
2011-01-01
1
-2
/
+6
*
sh: Code size optimizations to buffered output.
jilles
2010-11-20
1
-9
/
+12
*
sh: Do the additional actions if 'local -' restore changes -i/-m/-E/-V.
jilles
2010-11-13
1
-0
/
+1
*
sh: Tweak some string constants to reduce code size.
jilles
2010-10-29
1
-1
/
+1
*
In the spirit of r90111, depend on c89 and remove the "STATIC" macro
obrien
2010-10-13
1
-8
/
+8
*
Consistently use "STATIC" for all functions in order to be able to set
obrien
2010-10-13
1
-7
/
+7
*
sh: Apply variable assignments left-to-right in bltinlookup().
jilles
2010-09-11
1
-1
/
+5
*
sh: Pass TERM changes to libedit.
jilles
2010-06-02
1
-0
/
+5
*
sh: Apply locale vars on builtins, recognize LC_MESSAGES as a locale var.
jilles
2010-05-05
1
-7
/
+68
*
sh: Do not stat() $MAIL/$MAILPATH in non-interactive shells.
jilles
2010-02-06
1
-1
/
+6
*
sh: Change varinit to use const better.
jilles
2009-12-27
1
-13
/
+13
*
sh: Various warning fixes (from WARNS=6 NO_WERROR=1):
jilles
2009-12-27
1
-4
/
+4
*
sh: Constify various strings.
jilles
2009-12-24
1
-20
/
+19
*
sh: Remove setting variables from dotcmd/exportcmd.
jilles
2009-12-24
1
-1
/
+0
*
Fix various things about SIGINT handling:
jilles
2009-11-22
1
-0
/
+3
*
sh: Improve handling of setjmp/longjmp volatile:
jilles
2009-06-23
1
-5
/
+1
*
correctly test for __GNUC__ macro (non-GCC compilers do not have it defined a...
rse
2009-06-01
1
-1
/
+1
*
Take care that the input to setenv() may actually be a pointer straight
scf
2007-07-06
1
-14
/
+28
*
Significantly reduce the memory leak as noted in BUGS section for
scf
2007-07-04
1
-3
/
+13
*
Back out all POSIXified *env() changes.
ache
2007-05-01
1
-9
/
+4
*
Simplify previous fix and disallow VTEXTFIXED direct pass for putenv() too,
ache
2007-04-30
1
-3
/
+3
*
Put some safeguards:
ache
2007-04-30
1
-4
/
+9
*
Implement the PS4 variable which is defined by the POSIX User Portability
stefanf
2006-06-15
1
-0
/
+3
*
POSIX demands that set's output (when invoked without arguments) should be
stefanf
2006-04-29
1
-9
/
+47
*
s/varable/variable/; s/tored/stored/
schweikh
2006-02-04
1
-2
/
+2
*
- Provide a reasonable error message for `export -p var'.
stefanf
2005-09-09
1
-1
/
+3
*
Use prototypes in the MKINIT lines collected by mkinit.
stefanf
2005-08-13
1
-1
/
+1
*
Attempting to unset an undefined variable or function should not be
des
2004-09-27
1
-1
/
+1
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
1
-4
/
+0
*
Changes following CScout analysis:
dds
2003-07-05
1
-3
/
+3
*
Centralize _PATH_* definitions.
obrien
2003-05-05
1
-1
/
+2
*
Remove bits and pieces of support for atty, which was made obsolete by
tjr
2002-10-01
1
-14
/
+0
*
Set opterr to zero to avoid duplicate warnings from getopt(3) for unknown
tjr
2002-07-25
1
-0
/
+1
*
Consistently use FBSDID
obrien
2002-06-30
1
-2
/
+2
*
Quote the output of the no-argument form of the `set' builtin for re-input
tjr
2002-06-06
1
-2
/
+8
*
Add the SUSv3 -p ("portable") option to both the export and readonly
tjr
2002-06-06
1
-1
/
+27
*
Implement $PPID, the parent process ID of the shell.
tjr
2002-06-01
1
-0
/
+8
*
%.* takes an int, not a size_t.
imp
2002-02-02
1
-1
/
+2
*
o __P has been reoved
imp
2002-02-02
1
-56
/
+36
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
Fix typo in source-explaining comment.
cracauer
1999-04-12
1
-2
/
+2
*
Implement -a flag. A test shell script can be found at
cracauer
1999-04-03
1
-2
/
+4
*
Add rcsid. Spelling.
charnier
1998-05-18
1
-3
/
+5
*
Use the __unused attribute where warranted.
steve
1997-05-19
1
-7
/
+7
*
Nuke register keyword usage and #if -> #ifdef.
steve
1997-04-28
1
-3
/
+3
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Merge in NetBSD mods and -Wall cleaning.
steve
1996-12-14
1
-30
/
+75
[next]