New in 1.14:
* Avoid overflow in rds_free on 64-bit systems.
New in 1.13:
* Fix rdsinit interactive mode on amd64.
* Additional rdsinit fix.
* On bootstrap, remove the autom4te.cache. (Phil Nelson)
New in 1.12:
* Make sure we don't strip packaged binaries.
* Removed cross-compilation spec files
* FC5 build fixes
changes:
- Updated for current autoconf/gcc build environment.
- Some uninitialized memory references were found by 'valgrind'.
- Slightly improved writeout/commit performance.
- Explicitly yields to other threads during long running RVM operations.
- More portable detection of fdatasync availability.
- Some more memory initialization fixes, and passing an actual iov
struct to readv/writev instead of something that looks like it.
buildlink2.mk files back into the main trunk. This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
returns zeroed data. Discovered by using MALLOC_OPTIONS=J.
coda-server's vice-setup-rvm runs to completition for me with this patch
finally!
bump pkg revision to nb1
* Fixed stray fsync calls when using partitions on BSD platforms.
* Fixed <sys/time.h> vs. <time.h> confusion.
* Fixed off by one bug in the RVM error table.