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
/
tools
/
regression
Commit message (
Expand
)
Author
Age
Files
Lines
*
libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a).
jilles
2013-09-06
2
-0
/
+123
*
libc/stdio: Run mkostemp test using prove.
jilles
2013-09-06
1
-0
/
+10
*
libc/stdio: Provide proper TAP output for fmemopen/open_[w]memstream.
jilles
2013-09-06
3
-3
/
+18
*
sh: Make return return from the closest function or dot script.
jilles
2013-09-04
1
-0
/
+13
*
sh: Recognize "--" as end of options in type builtin.
jilles
2013-08-30
1
-0
/
+3
*
Fix fcntl F_GETFL F_SETFL for files opened execute-only (O_EXEC).
jilles
2013-08-25
3
-0
/
+127
*
sh: Recognize "--" as end of options in alias builtin.
jilles
2013-08-25
1
-0
/
+4
*
sh: Disallow empty simple commands.
jilles
2013-08-25
1
-0
/
+3
*
sh: Reject ++ and -- in arithmetic.
jilles
2013-08-24
1
-0
/
+6
*
sh: Recognize "--" as end of options in bg/fg/jobid builtins.
jilles
2013-08-16
1
-0
/
+9
*
sh: Add test for the non-standard jobid builtin.
jilles
2013-08-16
1
-0
/
+7
*
Add tests for dup3().
jilles
2013-08-16
1
-1
/
+86
*
sh: Recognize "--" as end of options in local builtin.
jilles
2013-08-14
1
-0
/
+12
*
sh: Allow a lone redirection before '|', ';;' or ';&'.
jilles
2013-08-14
3
-0
/
+6
*
fnmatch(): Add test for r254091 (pattern with single backslash).
jilles
2013-08-11
1
-0
/
+4
*
Add mkostemp() and mkostemps().
jilles
2013-08-09
2
-3
/
+167
*
wordexp(): Fix syntax validation for backslashes in single-quotes.
jilles
2013-07-23
1
-0
/
+12
*
Fix several warnings.
kib
2013-07-21
1
-8
/
+10
*
Include stdint.h when use intmax_t.
kevlo
2013-07-18
1
-1
/
+1
*
Replace PRId64 with "jd" in a printf call. Cast the corresponding value to
kevlo
2013-07-18
1
-1
/
+1
*
Add missing headers.
kevlo
2013-07-17
2
-0
/
+3
*
Use PRId64 instead of %gd to print an int64_t.
kevlo
2013-07-17
1
-1
/
+2
*
Need to define NO_MAN here.
kevlo
2013-07-16
1
-0
/
+1
*
Use MAN= instead of NO_MAN=
kevlo
2013-07-16
1
-1
/
+1
*
Add missing header needed by sleep(3).
kevlo
2013-07-16
1
-0
/
+1
*
sh: Do not read from stdin if an error occurs during -i -c cmd.
jilles
2013-07-12
1
-0
/
+3
*
Restore "all rights reserved" (spelled correctly). This was actually part of...
eadler
2013-06-17
8
-0
/
+8
*
Remove lines declaring "All rights reserved" or similar comments: they
eadler
2013-06-16
9
-9
/
+0
*
sh: Add tests for 'local -' (save shell options).
jilles
2013-06-15
2
-0
/
+43
*
Fix some bugs in the complex trig tests so that they test both double
das
2013-06-10
1
-33
/
+68
*
Add testing utility for behavior of atomic ops.
ed
2013-06-08
2
-0
/
+135
*
sh: Return status 127 for unknown jobs in wait builtin.
jilles
2013-06-05
2
-0
/
+8
*
sh: Allow multiple operands in wait builtin.
jilles
2013-06-05
1
-0
/
+7
*
Match the options of the kernel.
obrien
2013-06-04
3
-17
/
+54
*
Add libiconv based versions of *c16*() and *c32*().
ed
2013-06-03
2
-0
/
+75
*
Add more tests for log functions. A few are commented out because the
das
2013-06-03
1
-1
/
+114
*
Factor out some common code from the libm tests. This is a bit messy
das
2013-06-02
15
-628
/
+412
*
test: Remove -ntXY and -otXY primaries.
jilles
2013-05-31
1
-64
/
+1
*
sh: Add test cases for break outside a loop.
jilles
2013-05-31
2
-0
/
+19
*
Different approach to making all compilers happy.
obrien
2013-05-31
1
-2
/
+1
*
Allow building with clang (which is being really stupid here...).
obrien
2013-05-31
1
-0
/
+1
*
Fix some harmless bugs in a test.
das
2013-05-30
1
-2
/
+2
*
Basic tests for complex inverse trig and hyperbolic functions.
das
2013-05-30
2
-1
/
+444
*
Fix cexp regression tests that have an infinite real part. The signs of the
tijl
2013-05-28
1
-12
/
+26
*
Fix some regressions caused by the switch from gcc to clang. The fixes
das
2013-05-27
1
-19
/
+25
*
Add missing #includes, to keep Clang silent.
ed
2013-05-25
3
-0
/
+3
*
Add <uchar.h>.
ed
2013-05-21
3
-1
/
+268
*
popen(): Add 'e' mode character to set close-on-exec on the new fd.
jilles
2013-05-20
1
-4
/
+4
*
Add a test program for popen().
jilles
2013-05-20
2
-1
/
+228
*
Tidy up some CVS workarounds.
peter
2013-05-12
1
-2
/
+0
[next]