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
*
Fix a -Wunsequenced warning.
kientzle
2013-06-29
1
-1
/
+1
*
sh: Do not close(-1) if pipe() fails.
jilles
2013-06-28
1
-1
/
+2
*
sh(1): A subshell environment has its own rlimits (ulimit).
jilles
2013-06-14
1
-1
/
+4
*
sleep: Explain in a comment why the [EINTR] check is there.
jilles
2013-06-05
1
-0
/
+6
*
sh(1): Document new features in wait builtin.
jilles
2013-06-05
1
-4
/
+9
*
sh: Return status 127 for unknown jobs in wait builtin.
jilles
2013-06-05
1
-5
/
+19
*
sh: Allow multiple operands in wait builtin.
jilles
2013-06-05
1
-6
/
+18
*
Add 'static' where able.
eadler
2013-06-02
1
-4
/
+4
*
test(1): Add information about replacing -nt/-ot.
jilles
2013-05-31
1
-0
/
+16
*
test(1): List non-standard primaries.
jilles
2013-05-31
1
-1
/
+12
*
test: Remove -ntXY and -otXY primaries.
jilles
2013-05-31
2
-215
/
+27
*
sleep: Improve nanosleep() error handling:
jilles
2013-05-28
1
-2
/
+3
*
Complete revision 243104.
grog
2013-05-17
1
-1
/
+3
*
Constify parameters, no functional or binary change.
delphij
2013-05-15
1
-6
/
+6
*
mdoc sweep.
joel
2013-05-12
1
-2
/
+2
*
sh: Remove linked list of stack marks.
jilles
2013-05-11
2
-18
/
+3
*
Make dd's signal handler async safe.
eadler
2013-05-10
6
-20
/
+22
*
Fix two typos
eadler
2013-05-09
1
-2
/
+2
*
sh: Use O_CLOEXEC and F_DUPFD_CLOEXEC instead of separate fcntl() call.
jilles
2013-05-05
4
-17
/
+11
*
sh: Improve error handling in read builtin:
jilles
2013-05-03
2
-5
/
+29
*
Mark usage() __dead2
eadler
2013-04-28
1
-1
/
+1
*
Remove cast that was only required for K&R C.
eadler
2013-04-28
1
-1
/
+1
*
Add missing static qualifiers
eadler
2013-04-27
1
-2
/
+2
*
sh: Don't consider jobs -s/-p as reporting the status of jobs.
jilles
2013-04-27
1
-7
/
+9
*
Add two more 'static' qualifiers
eadler
2013-04-26
1
-2
/
+2
*
Take some improvements from DragonFlyBSD:
eadler
2013-04-26
1
-17
/
+17
*
Add -x option to avoid crossing mount points when removing a hierarchy.
eadler
2013-04-26
2
-6
/
+13
*
Don't appease clang static analyzer after all and roll back
uqs
2013-04-26
1
-1
/
+0
*
Literally follow POSIX:
kib
2013-04-23
1
-1
/
+1
*
- Add the __dead2 attribute since it is a function that never returns
eadler
2013-04-23
1
-1
/
+2
*
Point users towards nisdomainname and rc.conf.
joel
2013-04-22
1
-6
/
+8
*
Document a few expansions for the $PS1 and $PS2 environmental variables.
joel
2013-04-21
1
-1
/
+25
*
bin/df: Fix unitialized use in prtstat
uqs
2013-04-20
1
-5
/
+7
*
Update chio(1) and ch(4) to support reporting element designators.
ken
2013-04-19
1
-0
/
+70
*
Add the Clang specific -Wmissing-variable-declarations to WARNS=6.
ed
2013-04-19
1
-0
/
+2
*
sh: Don't modify exit status when break/continue/return passes !.
jilles
2013-04-12
1
-0
/
+2
*
sh: Add const to nodesavestr().
jilles
2013-04-07
1
-3
/
+3
*
IFP4 change 222074.
brooks
2013-04-03
1
-0
/
+7
*
sh: Write as much into the heredoc pipe as possible, to avoid forking.
jilles
2013-04-02
1
-5
/
+13
*
sh: Fix various compiler warnings.
jilles
2013-04-01
11
-32
/
+36
*
Mention that read_attributes, write_attributes, read_acl and write_acl
trasz
2013-04-01
1
-1
/
+5
*
Minor mdoc fix.
joel
2013-03-29
1
-1
/
+1
*
sh(1): Mention possible ambiguities with $(( and ((.
jilles
2013-03-24
1
-1
/
+14
*
Fix compiling ed w/ WITHOUT_ED_CRYPTO... These variables aren't
jmg
2013-03-23
1
-3
/
+1
*
- 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
[next]