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
*
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
*
Add simple testcases for fcntl(F_DUP2FD_CLOEXEC).
jilles
2013-05-11
1
-1
/
+47
*
Add simple testcases for fcntl(F_DUPFD_CLOEXEC).
jilles
2013-05-11
1
-1
/
+23
*
Add missing argument to fcntl(F_DUPFD) in regression test.
jilles
2013-05-11
1
-2
/
+6
*
Add a few xargs tests related to -0, -n and quoting.
stefanf
2013-05-04
11
-1
/
+71
*
sh: Remove racy test case for read builtin.
jilles
2013-05-03
1
-13
/
+0
*
sh: Improve error handling in read builtin:
jilles
2013-05-03
2
-0
/
+18
*
Style cleanups.
pjd
2013-04-17
1
-11
/
+23
*
- Correct mispellings of the word occurrence
gabor
2013-04-17
2
-2
/
+2
*
sh: Don't modify exit status when break/continue/return passes !.
jilles
2013-04-12
2
-0
/
+10
*
sh: Add a variation on builtins/eval4.0 where the cmdsubst returns 0.
jilles
2013-04-06
1
-0
/
+5
*
wordexp(): Remove wrong IFS usage.
jilles
2013-04-01
1
-0
/
+19
*
Update regression tests after adding chflagsat(2).
pjd
2013-03-21
3
-7
/
+23
*
- Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of type
pjd
2013-03-21
1
-1
/
+2
*
Update the tests now that absence of the O_APPEND flag requires CAP_SEEK
pjd
2013-03-16
1
-13
/
+46
*
The mode argument for open(2)/openat(2) only makes sense if the O_CREAT flag
pjd
2013-03-16
1
-6
/
+6
*
sh: Recognize "--" and explicitly reject options in wait builtin.
jilles
2013-03-15
2
-0
/
+7
[next]