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: 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
*
Various cleanups, mostly to make the test work on FreeBSD/ZFS.
pjd
2010-08-06
48
-904
/
+1253
*
${GREP} can only be used after loading 'conf'.
pjd
2010-08-06
1
-1
/
+1
*
Don't use egrep directly - use ${GREP}.
pjd
2010-08-06
1
-3
/
+3
*
Check first todo() argument against operating system name and operating system
pjd
2010-08-06
1
-2
/
+1
*
For FreeBSD and Linux use awk's toupper() function.
pjd
2010-08-06
1
-2
/
+2
*
Convert file system type to upper case.
pjd
2010-08-06
1
-2
/
+2
*
Add tests for mknod(2).
pjd
2010-08-06
12
-0
/
+408
*
Add mknod(2) support.
pjd
2010-08-06
1
-0
/
+33
*
Sort includes.
pjd
2010-08-06
1
-6
/
+7
*
open(2) returns EOPNOTSUPP when trying to open a socket.
pjd
2010-08-06
1
-0
/
+17
*
Test for EACCES also when opening FIFO or directory.
pjd
2010-08-06
1
-26
/
+124
*
Test O_RDONLY|O_RDWR flags as potentially invalid.
pjd
2010-08-06
1
-1
/
+2
*
Make description readable.
pjd
2010-08-06
1
-1
/
+1
*
Add missing -U argument to usage.
pjd
2010-08-06
1
-1
/
+1
*
Implement two new syscalls: bind(2) and connect(2) for operating on UNIX
pjd
2010-08-06
1
-0
/
+32
*
sh: Return 0 from eval if no command was given.
jilles
2010-08-03
1
-0
/
+4
*
sh: Add a test for a corner case in eval that already works correctly.
jilles
2010-08-01
1
-0
/
+5
*
Fix a couple of typos.
uqs
2010-07-30
1
-2
/
+2
*
sh: Fix crash due to uninitialized here-document.
jilles
2010-07-25
1
-0
/
+19
*
Add BSD grep to the base system and make it our default grep.
gabor
2010-07-22
2
-2
/
+2
[prev]
[next]