File: HISTORY

package info (click to toggle)
reniced 1.23-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: perl: 299; makefile: 2
file content (67 lines) | stat: -rw-r--r-- 1,537 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
reniced HISTORY

----------------------------
2021-06-17  revision 1.23

 - fix error when using BSD::Resource

----------------------------
2020-06-17  revision 1.22

 - fix for PIDs longer than 5 digits
 - fix fallback for missing BSD::Resource
 - add no-op mode (-n)

----------------------------
2016-05-15  revision 1.21

 - clarify license: GNU GPL v2 or later
 - add a README.md

----------------------------
2016-04-05  revision 1.20

 - support newer oom_score_adj kernel interface
   (patch by Michal Hocko <mstsxfx@gmail.com>)
   - fallback to old deprecated oom_adj interface if needed
   - no configuration changes, existing oom_adj values are converted to
     oom_score_adj as needed

- don't print oom adjustment value to STDOUT

- update manpage
   - add LIMITATION section
   - update project homepage

----------------------------
2010-09-19  revision 1.19

 - allow adjustment of OOM killer

----------------------------
2010-06-06  revision 1.18

 - add -o parameter to change ps(1) format to filter on

----------------------------
2007-08-05  revision 1.17

 - documentation updates

----------------------------
2007-08-01  revision 1.15

 - include patch from Mario Galanti <mario_galanti@yahoo.it> to match
   threads as well, not only processes
 - add HISTORY

----------------------------
2007-04-20  revision 1.13

 - enable setting of io priorities through ionice
 - fix PRIO_PROCESS inquiry (pure luck that this has worked so far)

----------------------------
2005-04-17  revision 1.5

 - initial release