Accepting request 540201 from benchmark
OBS-URL: https://build.opensuse.org/request/show/540201 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stress-ng?expand=0&rev=21
This commit is contained in:
commit
ba8756b1c9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c25f086b7a97e8c41c0d9bf8f828739b29c6c53d5f634c106bfda54047bfbf09
|
|
||||||
size 450606
|
|
3
stress-ng-0.09.02.tar.gz
Normal file
3
stress-ng-0.09.02.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9fffd8e8157ee969dfe99d1a5b310ff3337b1dbecd276ccaa8c30c1cc14392fd
|
||||||
|
size 451314
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 9 10:00:38 UTC 2017 - mardnh@gmx.de
|
||||||
|
|
||||||
|
- Update to version 0.09.02
|
||||||
|
* Makefile: bump version
|
||||||
|
* Manual: update contributors names and date
|
||||||
|
* README: update, add OS X instructions and add clean rule
|
||||||
|
* shim: cast to int for brk for __APPLE__
|
||||||
|
* stress-ng.h: fix missing _ off __APPLE_ macro name
|
||||||
|
* Use shim_sbrk and shim_brk wrappers
|
||||||
|
* Add shim for brk and sbrk
|
||||||
|
* stress-pthread: use shim_sched_yield instead if pthread_yield
|
||||||
|
* stress-ng.h: use shim spinlock in warn_once inline helper
|
||||||
|
* pthreads: shim spinlocks so we can use mutex if not available
|
||||||
|
* Makefile.config: add missing (
|
||||||
|
* Make BSD library more flexible, especially with __APPLE__ arch
|
||||||
|
* stress-inode-flags: reset flags to zero at end of loop (LP: #1730297)
|
||||||
|
* stress-inode-flags: move counter to bump once per loop iteration
|
||||||
|
* stress-random: enable random stressor for __APPLE__ arch
|
||||||
|
* stress-filename: default to POSIX filename chars for __APPLE__
|
||||||
|
* stress-filename: OS X can't have ':' in filenames
|
||||||
|
* stress-fcntl: fix up incorrect name of failed system call
|
||||||
|
* stress-fcntl: remove need for 2nd fd in F_DUPFD
|
||||||
|
* stress-mmap: add MAC OS X mmap flags
|
||||||
|
* stress-schedpolicy: disable this for __APPLE__ arch
|
||||||
|
* sched: detect __APPLE__ and don't used sched funcs for this arch
|
||||||
|
* stress-zlib: correct text start/end for all OS choices
|
||||||
|
* test/test-libpthread: ensure we check all pthread functionality
|
||||||
|
* Update README.Android notes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 7 15:51:51 UTC 2017 - mardnh@gmx.de
|
Tue Nov 7 15:51:51 UTC 2017 - mardnh@gmx.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: stress-ng
|
Name: stress-ng
|
||||||
Version: 0.09.01
|
Version: 0.09.02
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool to load and stress a computer
|
Summary: Tool to load and stress a computer
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user