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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: Remove the "exp" builtin.
jilles
2011-05-27
2
-2
/
+2
*
sh: Correct criterion for using CDPATH in cd.
jilles
2011-05-27
1
-1
/
+4
*
sh: Various updates to the TOUR document.
jilles
2011-05-27
1
-29
/
+8
*
sh: Fix unquoted $@/$* if IFS=''.
jilles
2011-05-27
1
-2
/
+5
*
sh: Show errno messages in cd.
jilles
2011-05-25
1
-1
/
+4
*
sh: Remove obsolete token type TENDBQUOTE.
jilles
2011-05-22
1
-1
/
+0
*
Fix some typos under bin/
uqs
2011-05-22
3
-4
/
+4
*
Fix a bunch of typos and a couple of whitespace nits.
uqs
2011-05-22
12
-47
/
+47
*
sh: Fix bss-based buffer overflow in . builtin.
jilles
2011-05-22
1
-4
/
+7
*
sh: Expand aliases after assignments and redirections.
jilles
2011-05-21
4
-12
/
+29
*
sh: Implement the cd -e flag proposed for the next POSIX issue.
jilles
2011-05-20
2
-10
/
+28
*
sh: Allow terminating a heredoc with a terminator at EOF without a newline.
jilles
2011-05-20
1
-3
/
+5
*
Spelling in P_HADTHREADS.
pluknet
2011-05-20
1
-1
/
+1
*
Fix the description of the "paddr" keyword. It shows a process
pluknet
2011-05-20
1
-1
/
+1
*
sh: Minor optimization to output from ulimit/export/readonly.
jilles
2011-05-15
2
-8
/
+7
*
sh: Avoid close(-1) when evaluating a multi-command pipeline.
jilles
2011-05-15
1
-1
/
+2
*
Update sticky(7) cross references.
pluknet
2011-05-13
2
-7
/
+7
*
sh: Add \u/\U support (in $'...') for UTF-8.
jilles
2011-05-08
5
-4
/
+37
*
sh: Optimize variable code by storing the length of the name.
jilles
2011-05-08
2
-124
/
+125
*
sh(1): Update BUGS section for UTF-8 support.
jilles
2011-05-08
1
-2
/
+7
*
sh: Add UTF-8 support to pattern matching.
jilles
2011-05-08
1
-12
/
+50
*
sh: Add UTF-8 support to ${#var}.
jilles
2011-05-07
1
-3
/
+13
*
sh: Track if the current locale's charset is UTF-8 or not.
jilles
2011-05-06
3
-0
/
+24
*
sh: Change the CTL* bytes to ones invalid in UTF-8.
jilles
2011-05-06
1
-8
/
+8
*
sh: Add $'quoting' (C-style escape sequences).
jilles
2011-05-05
3
-8
/
+212
*
sh: Apply set -u to variables in arithmetic.
jilles
2011-05-04
1
-0
/
+2
*
sh: Detect an error for ${#var<GARBAGE>}.
jilles
2011-05-04
1
-0
/
+2
*
Don't call -f option's argument "stdin".
ru
2011-05-03
1
-1
/
+4
*
sh: Set $? to 0 for background commands.
jilles
2011-04-25
1
-3
/
+6
*
sh: Check setuid()/setgid() return values.
jilles
2011-04-25
1
-2
/
+4
*
sh: Remove duplicate code resetting uid/gid for set +p/+o privileged.
jilles
2011-04-25
1
-10
/
+5
*
sh: Allow EV_EXIT through function calls, make {...} <redir more consistent.
jilles
2011-04-23
3
-13
/
+16
*
sh: Do not word split "${#parameter}".
jilles
2011-04-20
1
-2
/
+2
*
Document problems with -d/-w and the fact that -X is the default.
trasz
2011-04-18
1
-2
/
+9
*
Get rid of DSIZ; instead just call the sizing function if provided.
trasz
2011-04-12
3
-16
/
+15
*
Make it possible to use permission sets (full_set, modify_set, read_set
trasz
2011-04-09
1
-2
/
+17
*
Add proper width calculation for time fields (time, cputime and usertime).
trasz
2011-03-24
3
-5
/
+52
*
Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space.
trasz
2011-03-24
3
-5
/
+34
*
sh(1): Describe subshell environment, command substitution more correctly.
jilles
2011-03-20
1
-7
/
+19
*
Implement the usertime and systime keywords for ps, printing the
kib
2011-03-17
4
-21
/
+63
*
bin: Prefer strrchr() to rindex().
jilles
2011-03-15
3
-3
/
+3
*
sh: Fix some parameter expansion variants ${#...}.
jilles
2011-03-13
1
-19
/
+30
*
Remove unnecessary cast.
stefanf
2011-03-07
1
-1
/
+1
*
sh(1): Reduce excessive semicolon-separated sentences.
jilles
2011-03-06
1
-4
/
+4
*
Export login class information via kinfo and make it possible to view
trasz
2011-03-05
4
-1
/
+28
*
sh: Fix some warnings in code for arithmetic expressions.
jilles
2011-03-05
2
-3
/
+5
*
kill: Note that this is used both as a normal program and a shell builtin.
jilles
2011-03-01
1
-0
/
+4
*
Accept == as an alias of = which is a popular GNU extension.
delphij
2011-02-27
1
-0
/
+1
*
When WITH_ICONV is set, use our in-tree iconv.
ume
2011-02-26
2
-13
/
+23
*
mdoc(7) markup.
pluknet
2011-02-21
1
-1
/
+1
[next]