Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
reproducible.patch | Allow building without using __DATE__ and __TIME__ __DATE__ and __TIME__ produce a different binary on every build and thus break producing a reproducible build. This patch allows the build system to provide its own time, based on the source tree. =================================================================== |
Tzafrir Cohen <tzafrir@debian.org> | no | |||
man_section.patch | move generated man page to section 1 =================================================================== |
Tzafrir Cohen <tzafrir@debian.org> | no | |||
typos.patch | fix typos (lintian) =================================================================== |
Tzafrir Cohen <tzafrir@debian.org> | no | |||
gitignore.patch | ignore more generated files * sockperf: son't ignore sockperf when not on top-level directory * Ignore .pc, used by quilt * *.o and Makefile.in: more generated files Not useful for the Debian packaging itself, though. =================================================================== |
Tzafrir Cohen <tzafrir@debian.org> | no | |||
buffer_size.patch | A larger buffer for 64bit numbers diff --git a/src/switches.h b/src/switches.h index d70fadf..42b87c3 100644 |
Tzafrir Cohen <tzafrirc@mellanox.com> | no | |||
archs.patch | set "all other" architectures not to use rdtsc Instead of a list of architectures that don't have a timemeassuring register, make it so that "all others" use the default non-functioning option. =================================================================== |
Tzafrir Cohen <tzafrirc@mellanox.com> | no |