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
*
Touch the man page date after updating the ustar limitations.
brian
2010-08-29
1
-1
/
+1
*
Correct an out-by-one error when earlying out ustar filenames that
brian
2010-08-29
2
-2
/
+4
*
Fix incorrect usage of 'assure' and 'insure'.
brucec
2010-08-28
1
-1
/
+1
*
Fix an off-by-one error where we try to split a path name that's
brian
2010-08-27
1
-1
/
+1
*
sh: Remove remnants of '!!' to negate pattern.
jilles
2010-08-22
1
-17
/
+2
*
sh(1): Add a brief summary of arithmetic expressions.
jilles
2010-08-22
1
-5
/
+36
*
sh: Fix break/continue/return sometimes not skipping the rest of dot script.
jilles
2010-08-15
1
-2
/
+3
*
sh: Add a forgotten const.
jilles
2010-08-13
1
-1
/
+1
*
sh: Fix shadowing of sigset.
jilles
2010-08-13
1
-3
/
+3
*
sh: Fix heap-based buffer overflow in pathname generation.
jilles
2010-08-10
1
-16
/
+15
*
Remove unnecessary duplicate letters in mksyntax.c,
jilles
2010-08-08
1
-2
/
+2
*
sh: Return 0 from eval if no command was given.
jilles
2010-08-03
1
-1
/
+7
*
Document the new argument parser for sleep(1) and SIGINFO behaviour.
kib
2010-08-02
1
-6
/
+7
*
Simplify argument parser by using sscanf(); simplify usage() by not
kib
2010-08-02
1
-72
/
+19
*
sh: Do not enter consecutive duplicates into the history.
jilles
2010-08-01
1
-0
/
+1
*
Spelling fixes.
joel
2010-07-31
1
-1
/
+1
*
Deal with proper format for printing time_t.
kib
2010-07-31
1
-3
/
+5
*
Report the time left for the sleep on SIGINFO.
kib
2010-07-31
1
-19
/
+47
*
kill: Stop processing if a syntactically invalid pid is encountered.
jilles
2010-07-29
1
-4
/
+3
*
Typo fix: s/ommited/omitted
bcr
2010-07-27
1
-2
/
+2
*
sh: Fix crash due to uninitialized here-document.
jilles
2010-07-25
1
-0
/
+3
*
Fix alignment for the 'flags' label, and make more room for 'tdev'.
trasz
2010-07-24
1
-2
/
+2
*
Add P_HASTHREADS flag description.
trasz
2010-07-24
1
-1
/
+2
*
sh: Allow a background command consisting solely of redirections.
jilles
2010-07-18
1
-0
/
+1
*
sh: There cannot be a TNOT in simplecmd(), remove checks.
jilles
2010-07-14
1
-19
/
+3
*
Add -l to the synopsis
brian
2010-07-12
1
-1
/
+1
*
sh: Use $PWD instead of getcwd() for the \w and \W prompt expansions.
jilles
2010-07-02
1
-12
/
+11
*
sh: Forget about terminated background processes sooner.
jilles
2010-06-29
4
-9
/
+66
*
Recognise the -l switch with pkill - list kill command(s) used.
brian
2010-06-20
2
-8
/
+16
*
sh: Fix compilation with -DNO_HISTORY.
jilles
2010-06-19
1
-0
/
+1
*
sh: Add filename completion.
jilles
2010-06-15
1
-0
/
+4
*
More mdoc nitpicking to improve compatibility to mdocml
uqs
2010-06-11
1
-1
/
+1
*
sh: Pass through SIGINT from a child if interactive and job control
jilles
2010-06-06
1
-0
/
+6
*
Don't try to copy a socket after "xxx is a socket (not copied)." message.
trasz
2010-06-05
1
-0
/
+1
*
Explain that setting an absolute day value can fail and that the month should
brian
2010-06-04
1
-3
/
+11
*
sh: Pass TERM changes to libedit.
jilles
2010-06-02
4
-0
/
+22
*
Zero struct before reading from it
uqs
2010-06-02
1
-0
/
+1
*
sh: Fix a crash if a heredoc was not properly ended and parsing continued.
jilles
2010-05-30
1
-0
/
+1
*
sh: Change interaction of command substitution and here documents.
jilles
2010-05-30
1
-4
/
+13
*
sh: Recognize "--" in . and exec.
jilles
2010-05-28
2
-2
/
+14
*
sh(1): Rework documentation of shell variables.
jilles
2010-05-24
1
-87
/
+118
*
sh(1): Improve wording of 'Special Parameters' section.
jilles
2010-05-24
1
-7
/
+3
*
sh: Reap any zombies before forking for a background command.
jilles
2010-05-24
1
-1
/
+13
*
Fix back references in substitute command for pax(1)
uqs
2010-05-24
1
-4
/
+4
*
Update authors and history.
trasz
2010-05-13
1
-1
/
+6
*
sh: Fix pathname expansion with quoted slashes like *\/.
jilles
2010-05-11
1
-9
/
+15
*
sh(1): Fix "reserved word" vs "keyword" inconsistency.
jilles
2010-05-09
1
-9
/
+9
*
sh: Have only one copy of _PATH_STDPATH in the binary.
jilles
2010-05-08
1
-3
/
+2
*
sh: Apply locale vars on builtins, recognize LC_MESSAGES as a locale var.
jilles
2010-05-05
3
-7
/
+74
*
sh: Use stalloc for arith variable names.
jilles
2010-04-25
3
-24
/
+10
[next]