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
*
- Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of type
pjd
2013-03-21
2
-6
/
+2
*
sh: Recognize "--" and explicitly reject options in wait builtin.
jilles
2013-03-15
1
-3
/
+4
*
Add a few examples.
joel
2013-03-15
7
-7
/
+102
*
sh: When executing a trap, keep exit status along with evalskip.
jilles
2013-03-03
1
-2
/
+3
*
Enhance test(1) by adding provision to compare any combination of the
peterj
2013-02-25
2
-27
/
+215
*
sh: If a SIGINT or SIGQUIT interrupts "wait", return status 128+sig.
jilles
2013-02-23
5
-20
/
+23
*
sh: Fix a crash with the stackmark code.
jilles
2013-02-19
1
-0
/
+2
*
Fix NFSv4 permission description in setfacl(1) manual page: the 'D'
trasz
2013-02-08
1
-2
/
+2
*
Improve description of the "-m" option to setfacl(1).
trasz
2013-02-08
1
-5
/
+6
*
In the setfacl(1) manual page, make it clear that for NFSv4 ACLs,
trasz
2013-02-08
1
-1
/
+6
*
sh: Simplify mksyntax and make it fit for cross-compiling.
jilles
2013-02-07
1
-88
/
+66
*
sh: Fix a comment.
jilles
2013-02-07
1
-1
/
+1
*
Catch TRACE parameters up with r238888. This change is only needed when
delphij
2013-02-07
1
-1
/
+1
*
Document P_PPTRACE.
kib
2013-02-07
1
-1
/
+2
*
sh: Do not test for digit_contig in mksyntax.
jilles
2013-02-05
1
-46
/
+2
*
sh: Expand here documents in the current process.
jilles
2013-02-03
5
-24
/
+48
*
sh: Prefer our character classification functions to <ctype.h>.
jilles
2013-01-31
2
-3
/
+2
*
sh: Show negated commands (!) in jobs output.
jilles
2013-01-31
1
-0
/
+4
*
Fix date.
joel
2013-01-29
1
-1
/
+1
*
Add -l option to cat(1). This option causes cat(1) to use fcntl(2) to
brooks
2013-01-29
2
-6
/
+30
*
Return with an error from copy_link(), copy_fifo() and copy_special() if
markj
2013-01-27
1
-0
/
+17
*
Don't time travel back and use a present date.
delphij
2013-01-25
1
-1
/
+1
*
- Wrap long line;
delphij
2013-01-24
2
-2
/
+4
*
Return "failure" as we do for 'cp -i' and a "n" answer.
obrien
2013-01-23
1
-1
/
+1
*
Add FILES section.
joel
2013-01-22
1
-2
/
+14
*
Change the $ENV example to use .shrc instead of .shinit. This is consistent
joel
2013-01-20
1
-3
/
+3
*
sh: Move some stackmarks to fix high memory usage in some loops.
jilles
2013-01-20
1
-11
/
+5
*
sh: Remove mkinit's initialization routine.
jilles
2013-01-20
5
-35
/
+12
*
sh: Replace an mkinit use with an initialization.
jilles
2013-01-19
1
-10
/
+5
*
- Move 'showthreads' check out of fmt.c.
jhb
2013-01-19
2
-2
/
+2
*
Include the thread name along with the command name when displaying the
jhb
2013-01-18
3
-10
/
+16
*
Remove useless variable 'Pflag':
eadler
2013-01-17
1
-7
/
+5
*
Use a different way to silence clang analyzer as done in r245494 by
delphij
2013-01-16
1
-2
/
+1
*
Free memory before exiting in order to silence a warning from the clang
eadler
2013-01-16
1
-0
/
+1
*
sh: Simplify cd-hash interaction.
jilles
2013-01-14
2
-40
/
+15
*
sh: Pass $? to command substitution containing compound/multiple commands.
jilles
2013-01-14
1
-2
/
+1
*
sh: Fix crash when parsing '{ } &'.
jilles
2013-01-13
1
-2
/
+2
*
sh: Don't lose $? when backquoted command ends with semicolon or newline.
jilles
2013-01-13
1
-1
/
+2
*
When WCHAR_MIN == 0 the check if a wchar_t value will always be true. In
andrew
2013-01-06
1
-1
/
+4
*
Fix wording nit.
gjb
2012-12-28
1
-1
/
+1
*
test(1): Document == alias for =.
jilles
2012-12-27
1
-1
/
+8
*
sh: Prefer strsignal() to accessing sys_siglist directly.
jilles
2012-12-25
1
-8
/
+13
*
Fix socket calls on error post-r243965.
kevlo
2012-12-21
1
-1
/
+1
*
sh: Detect and flag write errors on stdout in builtins.
jilles
2012-12-12
3
-0
/
+22
*
Use kern.max_pid sysctl to obtain maximum PID number instead of using local
pjd
2012-12-12
1
-3
/
+17
*
Handle large negative block counts correctly.
grog
2012-12-12
1
-1
/
+1
*
Update man pages and clarify a number of options.
grog
2012-11-16
2
-35
/
+65
*
Fix section number for pstat and swapinfo cross references.
pluknet
2012-11-15
1
-3
/
+3
*
Follow the behavior as specified in POSIX:
eadler
2012-11-15
1
-1
/
+1
*
Add , (comma) option to print sizes grouped and separated by thousands
grog
2012-11-15
2
-16
/
+57
[next]