quakeforge/libs/console
Bill Currie 4cef9792f4 [util] Make hash-tables semi-thread-safe
They take a pointer to a free-list used for hashlinks so the hashlink
pools can be per-thread. However, hash tables that are not updated are
always thread-safe, so this affects only updates. progs_t has been set
up such that it is easy for multiple progs within one thread can share
hashlinks.
2020-03-25 15:43:16 +09:00
..
Makefile.am Fix a pile of automake deprecation warnings. 2013-11-24 13:11:50 +09:00
bi_inputline.c Improve handling of pr_argc 2020-02-25 17:36:29 +09:00
buffer.c Fix some warnings picked up in an optimized build 2020-02-24 11:28:43 +09:00
client.c Do a pure/const/noreturn/format attribute pass. 2018-10-09 12:42:21 +09:00
complete.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
console.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
filelist.c Fix a pile of sizeof goofs. 2018-09-07 20:00:57 +09:00
inputline.c Use memmove instead of strcpy when deleting chars. 2012-06-23 20:54:55 +09:00
list.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
menu.c [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
server.c [console] Use sig_atomic_t for SIGWINCH 2020-03-23 16:16:50 +09:00
view.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00