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
*
Check error of dlfunc(3).
ume
2009-10-17
1
-0
/
+11
*
sh: Show more information about syntax errors in command substitution:
jilles
2009-10-16
1
-0
/
+5
*
Removed redundant WARNS setting.
ru
2009-10-15
2
-2
/
+0
*
ls: Make -p not inhibit following symlinks.
jilles
2009-10-13
1
-1
/
+1
*
Clarify quoting of word in ${v=word} in sh(1).
jilles
2009-10-07
1
-0
/
+3
*
sh: Send the "xyz: not found" message to redirected fd 2.
jilles
2009-10-06
2
-7
/
+3
*
sh: Disallow mismatched quotes in backticks (`...`).
jilles
2009-10-01
1
-7
/
+1
*
Mention that NUL characters are not allowed in sh(1) input.
jilles
2009-09-20
1
-0
/
+4
*
Add NFSv4 support to setfacl(1).
trasz
2009-09-07
6
-221
/
+539
*
Add NFSv4 ACL support to mv(1).
trasz
2009-09-04
1
-12
/
+58
*
Add NFSv4 ACL support to getfacl(1).
trasz
2009-09-04
2
-17
/
+72
*
Fix regression introduced in r196712 - the 'name' string needs
trasz
2009-09-02
1
-5
/
+9
*
Add NFSv4 ACL support to cp(1) and fix a few memory leaks.
trasz
2009-09-02
1
-30
/
+93
*
- Don't include both <sys/types.h> and <sys/param.h>
trasz
2009-09-02
1
-9
/
+6
*
Add NFSv4 ACL support to ls(1).
trasz
2009-08-31
1
-52
/
+54
*
Make the code more readable and fix chmod(1) on symlinks with
trasz
2009-08-31
1
-13
/
+15
*
sh: Fix crash with empty functions (f() { }) introduced in r196483
jilles
2009-08-28
4
-8
/
+17
*
sh: Fix crash when undefining or redefining a currently executing function.
jilles
2009-08-23
5
-18
/
+44
*
Add the -d switch to the usage message.
brian
2009-07-23
1
-1
/
+1
*
Allow creating hard links to symlinks using ln(1).
jilles
2009-07-19
2
-22
/
+41
*
Add manual page links to advertise procstat(1) a little better.
trasz
2009-07-09
1
-1
/
+2
*
With NFSv4 ACLs, it is possible that applying a mode to an ACL which
trasz
2009-07-01
1
-2
/
+30
*
Fix some weirdnesses in the NetBSD IFS code,
jilles
2009-06-25
1
-2
/
+3
*
Improve IFS expansion using code from NetBSD.
jilles
2009-06-25
1
-61
/
+80
*
Designate special builtins as such in command -V and type.
jilles
2009-06-24
2
-3
/
+15
*
Staticify internal routines.
delphij
2009-06-23
4
-7
/
+7
*
Quote -x tracing output so it is unambiguous.
jilles
2009-06-23
1
-2
/
+17
*
Do not fork for a subshell if it is the last thing this shell is doing
jilles
2009-06-23
1
-2
/
+2
*
Usermode portion of the support for swap allocation accounting:
kib
2009-06-23
1
-1
/
+1
*
sh: Improve handling of setjmp/longjmp volatile:
jilles
2009-06-23
4
-61
/
+18
*
Fix race condition in noclobber option.
jilles
2009-06-20
1
-7
/
+19
*
Fix some issues with quoted output and shorten it in some cases.
jilles
2009-06-19
1
-9
/
+15
*
Properly flush input after an error in backquotes in interactive mode.
jilles
2009-06-17
1
-1
/
+1
*
Avoid leaving unnecessary waiting shells in many forms of sh -c COMMAND.
jilles
2009-06-13
5
-9
/
+35
*
Don't skip forking for an external command if any traps are active.
jilles
2009-06-13
3
-1
/
+17
*
Mention the range for the exit status for the exit special builtin.
jilles
2009-06-07
1
-0
/
+1
*
Make "human-readable" (-H/-h) output also "humanize" inode counts.
simon
2009-06-07
2
-6
/
+37
*
use explicit 'unsigned int' instead of just the implicit-style 'unsigned' to ...
rse
2009-06-01
1
-1
/
+1
*
align coding style with style(9) to avoid misunderstandings
rse
2009-06-01
1
-1
/
+2
*
correctly test for __GNUC__ macro (non-GCC compilers do not have it defined a...
rse
2009-06-01
3
-4
/
+4
*
be more type correct and align local ckmalloc() with its underlying malloc(3)...
rse
2009-06-01
4
-5
/
+7
*
sh: Make read's timeout (-t) apply to the entire line, not only the first
jilles
2009-05-31
2
-19
/
+2
*
Fix the eval command in combination with set -e. Before this change the shell
stefanf
2009-05-31
5
-9
/
+11
*
rm, find -delete: fix removing symlinks with uchg/uappnd set.
jilles
2009-05-30
1
-3
/
+3
*
Preserve file flags on symlinks in cp -Rp.
jilles
2009-05-30
1
-1
/
+1
*
Fix various cases with 3 or 4 parameters in test(1) to be POSIX compliant.
jilles
2009-05-26
2
-9
/
+99
*
Fix elapsed (etime) field for swapped out processes in ps:
jilles
2009-05-24
1
-0
/
+4
*
Fix chflags -h in various cases: do not use link target's flags as original.
jilles
2009-05-24
1
-1
/
+1
*
Make 'struct acl' larger, as required to support NFSv4 ACLs. Provide
trasz
2009-05-22
1
-1
/
+1
*
Remove redundant whitespace
brian
2009-05-18
1
-3
/
+2
[next]