openocd: fix SPDX tag format for files .c
[fw/openocd] / src / rtos / linux.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-07-23 Antonio Borneoopenocd: src/rtos: replace the GPL-2.0-or-later license tag
2022-02-14 Antonio Borneotarget/smp: use a struct list_head to hold the smp...
2021-09-18 Antonio Borneoopenocd: remove last NULL comparisons
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2]
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-02 Antonio Borneortos: rename CamelCase symbols
2021-03-10 Marc Schinkrtos: Remove typedef'd struct
2020-11-04 Antonio Borneortos: declare local symbols as static
2020-09-05 Antonio Borneoopenocd: use proper format with uint32_t
2020-09-05 Antonio Borneoopenocd: avoid checking for non NULL pointer to free it
2020-07-26 Antonio Borneortos: fix minor typos
2020-06-06 Antonio Borneocoding style: fix multi-line dereferencing
2020-05-09 Antonio Borneocoding style: add missing space when split strings
2020-05-09 Antonio Borneocoding style: avoid unnecessary line continuations
2020-03-07 Tomas Vanekrtos/linux: fix use of memory after it is freed
2018-10-16 Steven Stallionrtos: support gdb_get_register_packet
2018-08-21 Tomas Vanekrtos/linux.c: fix clang static analyzer warning
2017-12-06 Marc Schinkrtos: Use 'bool' as return type for detect_rtos()
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-12-08 Marc Schinkhelper: Code cleanup for hexify()
2016-12-08 Steven Stalliongdb_server: support qXfer:threads:read packet
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-01-09 Spencer Oliverrtos: free gdb packet allocated memory
2014-11-24 Paul Fertserrtos: allow symbols to be optional for a particular...
2014-10-06 Spencer Oliverrtos: constify symbol names and lists
2014-03-30 Andreas FritiofsonDon't cast return value of [cm]alloc
2014-03-04 Christian EggersConstify received GDB packet
2014-01-15 Hsiangkai WangConform to C99 integer types format specifiers
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting
2013-09-08 Spencer Oliverrtos: Do not dereference null pointers
2013-08-07 Hsiangkai Wanggdb_server: support gdb target description
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-03-13 Andreas Fritiofsontarget: Remove read_memory_imp
2013-03-12 Øyvind Harboertos: fixes warning
2013-02-26 Spencer Olivergdbserver: use common hexify/unhexify routines
2012-10-28 Spencer Olivergdb: use strncmp rather than strstr
2012-10-27 Matthias Blaicherrtos: Fix wrong allocation in linux_get_symbol_list_to_...
2012-10-05 Peter Stugertos: Rewrite rtos_qsymbol() and fix auto-detect false...
2012-08-24 Spencer Oliverbuild: fix memory leaks
2012-05-04 Spencer Oliverbuild: remove clang unused variable assignment warnings
2012-05-04 Spencer Oliverbuild: remove clang unused variable increments warnings
2012-02-06 Spencer Oliverbuild: cleanup src/rtos directory
2012-01-15 Michel JAOUENrtos : linux awareness