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
*
Remove useless check - ki_loginclass is an array; can't be NULL.
trasz
2013-10-04
1
-1
/
+0
*
Sweep man pages replacing ad -> ada.
pluknet
2013-10-01
1
-3
/
+3
*
sh: Make return return from the closest function or dot script.
jilles
2013-09-04
4
-15
/
+10
*
sh: Fix race condition with signals and wait or set -T.
jilles
2013-09-02
4
-31
/
+20
*
sh: Simplify list() in the parser.
jilles
2013-08-30
1
-21
/
+22
*
sh: Separate out nbinary allocation into a function.
jilles
2013-08-30
1
-21
/
+22
*
sh: Use makename() where possible.
jilles
2013-08-30
1
-22
/
+5
*
sh: Add a function for the case where one token is required in the parse.
jilles
2013-08-30
1
-31
/
+23
*
sh: Recognize "--" as end of options in type builtin.
jilles
2013-08-30
1
-0
/
+2
*
sh: Cast -1 to pointer rather than pointer to variable of wrong type.
jilles
2013-08-30
2
-5
/
+3
*
Add the ability to display the default FIB number for a process to the
will
2013-08-26
2
-0
/
+4
*
sh: Recognize "--" as end of options in alias builtin.
jilles
2013-08-25
1
-3
/
+5
*
sh: Disallow empty simple commands.
jilles
2013-08-25
1
-8
/
+4
*
sh: Reject ++ and -- in arithmetic.
jilles
2013-08-24
1
-0
/
+4
*
sh: Do not prematurely discard stopped jobs in a wait builtin.
jilles
2013-08-24
1
-5
/
+1
*
Expand the use of stat(2) flags to allow storing some Windows/DOS
ken
2013-08-21
2
-3
/
+22
*
sh: Remove unnecessary reset functions.
jilles
2013-08-16
6
-25
/
+1
*
sh: Recognize "--" as end of options in bg/fg/jobid builtins.
jilles
2013-08-16
1
-6
/
+9
*
sh: Recognize "--" as end of options in local builtin.
jilles
2013-08-14
1
-0
/
+1
*
sh: Allow a lone redirection before '|', ';;' or ';&'.
jilles
2013-08-14
1
-0
/
+3
*
Add -c flag to pgrep(1) and pkill(1), to match login classes.
trasz
2013-08-09
2
-8
/
+42
*
sh: Remove an incorrect comment.
jilles
2013-07-25
1
-1
/
+1
*
sh: Remove #define MKINIT.
jilles
2013-07-25
7
-11
/
+9
*
sh: Remove mkinit.
jilles
2013-07-25
14
-576
/
+32
*
sh: Remove output.c's reset() handler.
jilles
2013-07-25
1
-19
/
+0
*
sh: Do not read from stdin if an error occurs during -i -c cmd.
jilles
2013-07-12
1
-1
/
+1
*
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
[next]