- 08 May, 2017 1 commit
-
-
Poul-Henning Kamp authored
-
- 07 May, 2017 8 commits
-
-
Federico G. Schwindt authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 05 May, 2017 13 commits
-
-
Federico G. Schwindt authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Retune SHA2 code for improved performance on CPUs with more ILP and a preference for memory load instructions over large code footprints with embedded immediate variables. On amd64 CPUs from 2007-2008 there is not a significant change, but amd64 CPUs from 2009-2010 get roughly 10% more throughput with this code; amd64 CPUs from 2011-2012 get roughly 15% more throughput; and AMD64 CPUs from 2013-2015 get 20-25% more throughput. The Raspberry Pi 2 increases its throughput by 6-8%. Sponsored by: Tarsnap Backup Inc.
-
Poul-Henning Kamp authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
The generated code needs a larger stack when optimizations are disabled, i.e. with --enable-debugging-symbols.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
(One of the thing you'd think ISO-C had solved long time ago...)
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
put a pid-file in the workdir. Improve the collision error message for -P by including the other pid.
-
- 04 May, 2017 1 commit
-
-
Enerdhil authored
-
- 02 May, 2017 3 commits
-
-
Dridi Boukelmoune authored
Because of Transient storage being a special-case stevedore, the STV_Foreach logic would only work after the child's startup once all storage backends are defined. So during the setup, collisions would only be detected for the Transient storage. The underlying STV__iter function is now pretty much like a plain VTAILQ_FOREACH loop with an additional CHECK_OBJ_ORNULL step on all iterations. As a result, the transient storage is appended to the list at the end of the manager's setup and is now reported last in the CLI's storage.list command. Error messages related to the -s option are slightly more helpful. Fixes #2321
-
Dridi Boukelmoune authored
-
- 29 Apr, 2017 4 commits
-
-
Federico G. Schwindt authored
From upstream: Avoid left shift of a negative value in flush rank calculation. The C standard permits an undefined result for a left shift of a negative value.
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
- 28 Apr, 2017 9 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
more characters are necessary.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Use fprintf(stderr,...) for progress messages. I doubt we need a VUT_Msg() for that, given that only one use was from outside vut.c, and that is probably an API mistake.
-
Poul-Henning Kamp authored
-
- 27 Apr, 2017 1 commit
-
-
Poul-Henning Kamp authored
-