| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove the .t wrappers
Rename all of the TAP test applications from test-<test> to
<test>_test to match the convention described in the TestSuite
wiki page
humanize_number_test.c:
- Fix -Wformat warnings with counter variables
- Fix minor style(9) issues:
-- Header sorting
-- Variable declaration alignment/sorting in main(..)
-- Fit the lines in <80 columns
- Fix an off by one index error in the testcase output [*]
- Remove unnecessary `extern char * optarg;` (this is already provided by
unistd.h)
Phabric: D555
Approved by: jmmv (mentor)
MFC after: 2 weeks
Obtained from: EMC / Isilon Storage Division [*]
Submitted by: Casey Peel <cpeel@isilon.com> [*]
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=269904
|
|
|
|
|
|
|
| |
also be removed with a little more work.
Notes:
svn path=/head/; revision=199212
|
|
|
|
| |
Notes:
svn path=/head/; revision=199134
|
|
|
|
| |
Notes:
svn path=/head/; revision=198225
|
|
|
|
| |
Notes:
svn path=/head/; revision=198224
|
|
|
|
| |
Notes:
svn path=/head/; revision=193592
|
|
|
|
|
|
|
|
|
| |
it relies on non-portable flock(2) semantics. Not only is flock(2) not
portable, but on some OSes that do have it, it is implemented in terms
of fcntl(2) locks, which are per-process rather than per-descriptor.
Notes:
svn path=/head/; revision=184090
|
|
Approved by: re (blanket)
Notes:
svn path=/head/; revision=171707
|