summaryrefslogtreecommitdiff
path: root/win32/nice.c
Commit message (Collapse)AuthorAgeFilesLines
* Trailing whitespacesGabriel Caruso2018-01-031-6/+6
| | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Updated the comment regarding what priority modes that are left out for the ↵Kalle Sommer Nielsen2016-11-191-1/+12
| | | | nice() implementation on Windows
* Remove support for REALTIME_PRIORITY_CLASS in proc_nice() on Windows.Kalle Sommer Nielsen2016-11-191-5/+3
| | | | The reasoning for this is because that it requires special permissions and can in the end be dangerous, discovered by Anatol.
* Make proc_nice() more in line with that of Unix, as discussed with AnatolKalle Sommer Nielsen2016-10-181-16/+13
|
* Change the semantics of proc_nice() for Windows to better match the values ↵Kalle Sommer Nielsen2016-10-161-12/+18
| | | | of the wmic output
* Implemented proc_nice() for Windows (FR #49806)Kalle Sommer Nielsen2016-10-161-0/+80
The core implementation details are described in win32/nice.c for values sent to proc_nice(), these can however be discussed to maybe comply with those of wmic, Anatol, thoughts? The test supplied uses wmic for testing the functionality, it could potentially fail on systems where either wmic is not available or the system language is not english (as Microsoft tends to translate even CLI programs).