aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2023-07-28 14:48:16 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2023-07-28 14:48:16 +0200
commitd73f4cee37b0a43edadf9709289798ee4bfccc0e (patch)
tree8c5ce974f9b148e343756d7c667125bee7b22351 /CHANGES
parent886eb0365f38d455ca2c9ff8dd3ddf12fedb6960 (diff)
downloadlanes-d73f4cee37b0a43edadf9709289798ee4bfccc0e.tar.gz
lanes-d73f4cee37b0a43edadf9709289798ee4bfccc0e.tar.bz2
lanes-d73f4cee37b0a43edadf9709289798ee4bfccc0e.zip
tweaks to linux thread priority management
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 568f6db..3b333b2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 155: BGe 28-Jul-23
4 * tweaks to linux thread priority management: do nothing if not super-user. if super-user, do nothing if nothing is provided (instead of trying to force a prio when LINUX_SCHED_RR is defined).
5
6CHANGE 154: eligovision 1-Mar-22
7 * Fix 3-parametrized __lanesclone
8
3CHANGE 153: BGe 17-Feb-22 9CHANGE 153: BGe 17-Feb-22
4 * NEVER use allocator obtained from lua_getallocf to allocate stuff manually when compiling for LuaJIT 10 * NEVER use allocator obtained from lua_getallocf to allocate stuff manually when compiling for LuaJIT
5 11