| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Repeating the default WARNS here makes it slightly more difficult to
experiment with default WARNS changes, e.g. if we did something absolutely
bananas and introduced a WARNS=7 and wanted to try lifting the default to
that.
Drop most of them; there is one in the blake2 kernel module, but I suspect
it should be dropped -- the default WARNS in the rest of the build doesn't
currently apply to kernel modules, and I haven't put too much thought into
whether it makes sense to make it so.
Notes:
svn path=/head/; revision=366304
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
reconnect.c:
- Convert the K&R prototype of main to an ANSI prototype to mute a
warning from gcc 4.2.1
- Close s_sock2 after finishing off the last test to plug a leak and
mute a warning from gcc 5.0 about a -Wunused-but-set variable
sendfile.c:
- Fix a -Wunused-but-set warning with gcc 5.0 with pagesize in main(..)
MFC after: 5 days
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=294126
|
| |
|
|
|
|
|
| |
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=291738
|
| |
|
|
|
|
|
|
|
|
|
| |
- Replace a hardcoded PATH_MAX value with sizeof(path)
- Use path like an array, not a pointer, and always try to unlink it in cleanup
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=281394
|
| |
|
|
|
|
|
|
|
| |
and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simple mechanical change, and will be
addressed in a future commit.
Notes:
svn path=/head/; revision=264400
|
| |
|
|
|
|
|
|
|
|
| |
This test identified the issue fixed in FreeBSD-SA-13:11.sendfile.
Sponsored by: The FreeBSD Foundation
Approved by: re (glebius)
Notes:
svn path=/head/; revision=255451
|
| |
|
|
|
|
|
| |
This allows to specify selected file system and not only /tmp/.
Notes:
svn path=/head/; revision=216379
|
| |
|
|
| |
Notes:
svn path=/head/; revision=204311
|
| |
|
|
|
|
|
|
|
|
|
| |
TAP format.
Add a checksum to verify that the data hasn't been corrupted between
being read from disk and being received.
Approved by: rrs (mentor)
Notes:
svn path=/head/; revision=204294
|
| |
|
|
| |
Notes:
svn path=/head/; revision=182903
|
| |
|
|
| |
Notes:
svn path=/head/; revision=168912
|
| |
|
|
| |
Notes:
svn path=/head/; revision=168911
|
| |
|
|
|
|
|
| |
The correct format specifier for ssize_t is %zd.
Notes:
svn path=/head/; revision=168855
|
| |
|
|
|
|
|
| |
than a page size and nbytes=0.
Notes:
svn path=/head/; revision=168854
|
| |
|
|
| |
Notes:
svn path=/head/; revision=160202
|
| |
|
|
|
|
|
|
|
| |
test binary.
Reported by: maxim
Notes:
svn path=/head/; revision=158911
|
|
|
lengths of headers and data and makes sure it receives about the right
number of bytes.
Notes:
svn path=/head/; revision=158910
|