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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: Fix exit status if return is used within a loop condition.
jilles
2010-09-11
2
-0
/
+9
*
sh: Apply variable assignments left-to-right in bltinlookup().
jilles
2010-09-11
1
-0
/
+3
*
sh: Fix 'read' if all chars before the first IFS char are backslash-escaped.
jilles
2010-09-08
2
-0
/
+18
*
sh: Add simple tests for backslashes in the read builtin.
jilles
2010-09-08
2
-0
/
+20
*
sh: Add a test that 'read' leaves the file pointer at the correct place.
jilles
2010-09-03
1
-0
/
+31
*
We need to copy the ports config files before we launch the prefetch
phk
2010-09-03
1
-3
/
+3
*
Allow / in the NANO_DEVICE
imp
2010-09-03
1
-1
/
+1
*
sh: Weaken builtins/command4 test to only require a nonzero exit status.
jilles
2010-08-29
2
-2
/
+2
*
Add a Makefile for tools/regression/bin and support 'all' in
brian
2010-08-29
2
-1
/
+6
*
Correct an out-by-one error when earlying out ustar filenames that
brian
2010-08-29
2
-0
/
+99
*
Test the poll(2) return value.
kib
2010-08-28
1
-33
/
+52
*
- Change default grep back to GNU version. BSD grep can be built with the
gabor
2010-08-23
2
-2
/
+2
*
sh: Remove remnants of '!!' to negate pattern.
jilles
2010-08-22
1
-0
/
+28
*
sh: Test that all bytes from 128 to 255 can be used in IFS.
jilles
2010-08-22
1
-0
/
+21
*
sh: Add a test for breaking from a loop outside the current function.
jilles
2010-08-22
1
-0
/
+15
*
Update for the new tests.
rpaulo
2010-08-21
1
-263
/
+199
*
More tests.
pjd
2010-08-18
15
-135
/
+120
*
sh: Add a test for break from a trap action.
jilles
2010-08-18
2
-0
/
+13
*
Add simple test to check the functioning of retrieval of
kib
2010-08-17
2
-0
/
+65
*
More tests, especially for lchown(2).
pjd
2010-08-17
6
-13
/
+54
*
sh: Reduce unnecessary testsuite failures with other shells.
jilles
2010-08-16
4
-6
/
+6
*
sh: Split off a more dubious test from parser/heredoc2.0.
jilles
2010-08-16
2
-5
/
+20
*
sh: Get rid of unnecessary non-standard empty lists.
jilles
2010-08-16
10
-0
/
+12
*
Finish renaming fstest to pjdfstest.
pjd
2010-08-15
6
-11
/
+11
*
Give fstest a more unique name: pjdfstest.
pjd
2010-08-15
211
-0
/
+0
*
Update copyright years.
pjd
2010-08-15
2
-2
/
+2
*
More tests.
pjd
2010-08-15
1
-400
/
+419
*
sh: Fix break/continue/return sometimes not skipping the rest of dot script.
jilles
2010-08-15
2
-0
/
+33
*
sh: Test that all bytes from 1 to 127 can be used in IFS.
jilles
2010-08-15
1
-0
/
+24
*
More tests (especially for lchmod(2)), less code duplication.
pjd
2010-08-15
9
-156
/
+285
*
- Use loops to avoid code duplication.
pjd
2010-08-13
3
-133
/
+101
*
More tests.
pjd
2010-08-12
2
-101
/
+63
*
Portable Makefile.
pjd
2010-08-12
1
-20
/
+21
*
Fix copy&pasted code - we want to create character device here.
pjd
2010-08-12
1
-4
/
+4
*
- Use loops where possible to avoid code duplication.
pjd
2010-08-11
14
-733
/
+208
*
Allow to specify uid, gid and mode for create_file().
pjd
2010-08-11
1
-3
/
+13
*
Consistently set us to be SPC3 for our inquiry data.
mjacob
2010-08-11
2
-18
/
+73
*
More and more tests.
pjd
2010-08-11
8
-626
/
+583
*
Move create_file() to misc.sh, as it is going to be used in more places.
pjd
2010-08-11
1
-0
/
+35
*
Make use of recently added dirgen_max() and namegen_max() to implement
pjd
2010-08-11
26
-266
/
+356
*
Instead of hardcoding {NAME_MAX} as 255 and {PATH_MAX} as 1024 obtain those from
pjd
2010-08-11
1
-7
/
+46
*
More tests, mostly related to devices and sockets.
pjd
2010-08-10
12
-217
/
+666
*
sh: Fix heap-based buffer overflow in pathname generation.
jilles
2010-08-10
1
-0
/
+29
*
Linux has no strlcpy().
pjd
2010-08-09
1
-2
/
+4
*
Fix bind(2) and connect(2) support on Solaris.
pjd
2010-08-09
1
-10
/
+8
*
Fix file system type detection on Solaris.
pjd
2010-08-09
1
-1
/
+1
*
Small tweaks.
pjd
2010-08-09
2
-8
/
+8
*
No need to use grep to check if path start with /.
pjd
2010-08-09
1
-4
/
+6
*
Add a multipath oriented test.
mjacob
2010-08-09
3
-1
/
+436
*
sh: Add more testcases for ${var:-word}.
jilles
2010-08-08
1
-0
/
+38
[next]