Dominique Leuenberger 2017-11-08 14:11:02 +00:00 committed by Git OBS Bridge
commit 1422238d17
4 changed files with 60 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0d64b2b45c66cf48601ac51423dcd0c492a401244b9404ce7cbfb1e2dba0b84
size 448997

3
stress-ng-0.09.01.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c25f086b7a97e8c41c0d9bf8f828739b29c6c53d5f634c106bfda54047bfbf09
size 450606

View File

@ -1,3 +1,59 @@
-------------------------------------------------------------------
Tue Nov 7 15:51:51 UTC 2017 - mardnh@gmx.de
- Update to version 0.09.01
* 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
-------------------------------------------------------------------
Wed Nov 1 09:35:04 UTC 2017 - mardnh@gmx.de
- Update to version 0.09.00:
* Makefile: bump major version
* Makefile Add perf-event.c and usr.bin.pulseaudio.eg to dist rule
* test/test-mathfunc.c: ensure link fails if function is not available
* Add exporting of MATHFUNC for BSD builds
* stress-ng: fix typo in comment
* shim: remove leading tab on empty line
* Add hrtimers stressor
* sched: use pr_* logging and quiet flags rather than fprintf
* Add CFLAGS and add -I to path so that stress-ng.h can be included
* Add ioport (port 0x80) stressor
* stress-resources: don't abort early on cleanup, fixes msg leaking
* stress-cpu: use L suffix for all long double constants
* stress-bigheap: cast uint8_t ptr to void * for %p format
* stress-af-alg: remove unused macro SEMI_BLOCK_SIZE
* stress-affinity: cast return type from stress_get_processors_configured
* Remove ; at end of macro STRESS
* Makefile: remove the rm of test-decimal.c, it is now redundant
* Makefile: remove cpu decimal float test, it is in the Makefile.config
* Move test config sources to test directory
* stress-dev: catch SIGKILL et al on device access breakage
* debian/control: change Priority to optional
-------------------------------------------------------------------
Fri Oct 20 13:04:05 UTC 2017 - mardnh@gmx.de

View File

@ -18,7 +18,7 @@
Name: stress-ng
Version: 0.08.18
Version: 0.09.01
Release: 0
Summary: Tool to load and stress a computer
License: GPL-2.0