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: 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
*
symlink(7): Add lpathconf(2) and *at system calls.
jilles
2010-04-25
1
-2
/
+27
*
symlink(7): The ownership of symlinks is used by the system,
jilles
2010-04-25
1
-3
/
+3
*
ln: Allow a trailing slash when creating a link to a directory.
jilles
2010-04-21
1
-14
/
+13
*
ln: Refuse deleting a directory entry by hardlinking it to itself.
jilles
2010-04-17
1
-2
/
+59
*
sh: On startup of the shell, use PWD from the environment if it is valid.
jilles
2010-04-17
3
-10
/
+24
*
mdoc: order prologue macros consistently by Dd/Dt/Os
uqs
2010-04-14
1
-1
/
+1
*
Update the list of the process flags for P_WKILLED.
kib
2010-04-13
1
-1
/
+2
*
sh: Partially revert r206146, allowing double-quotes in arithmetic.
jilles
2010-04-11
2
-1
/
+5
*
sh: Automatically enable -o emacs in interactive shells with terminals.
jilles
2010-04-05
2
-3
/
+7
*
sh: Document the expansion changes in the man page.
jilles
2010-04-04
1
-2
/
+20
*
sh: Do tilde expansion in substitutions.
jilles
2010-04-03
1
-3
/
+3
*
sh: Allow quoting pattern match characters in ${v%pat} and ${v#pat}.
jilles
2010-04-03
1
-1
/
+3
*
sh: Remove special handling for ' and " in arithmetic.
jilles
2010-04-03
2
-6
/
+1
*
sh: Fix various things about expansions:
jilles
2010-04-03
1
-73
/
+208
*
sh: Treat unexpected newlines in substitutions as a syntax error.
jilles
2010-04-03
1
-0
/
+4
*
Merge OpenBSD revisions 1.4 through 1.9, mostly style cleanups.
delphij
2010-03-30
1
-8
/
+9
*
Remove unused files.
delphij
2010-03-30
3
-617
/
+0
*
Change all our own code to use st_*tim instead of st_*timespec.
ed
2010-03-28
4
-41
/
+41
*
o) Add a keyword to displaying elapsed time in integer seconds, "etimes".
jmallett
2010-03-17
4
-2
/
+25
*
sh: Do not abort on a redirection error on a compound command.
jilles
2010-03-14
1
-4
/
+42
*
sh: Do not abort on a redirection error if there is no command word.
jilles
2010-03-13
1
-1
/
+7
*
sh: Fix longjmp clobber warnings in parser.c.
jilles
2010-03-13
1
-166
/
+162
*
Switch to our preferred license text.
joel
2010-03-07
8
-64
/
+64
*
sh: Make sure to popredir() even if a function caused an error.
jilles
2010-03-06
1
-1
/
+3
*
sh: Make sure to popredir() even if a special builtin caused an error.
jilles
2010-03-06
1
-2
/
+3
*
sh: Improve the command builtin:
jilles
2010-03-06
4
-43
/
+90
[next]