DJ Delorie
DJ Delorie's contributions

The state of documentation for the GNU C library and kernel
Dive into the state of software documentation for the GNU C library and kernel and explore ways developers can help improve docs.

Parallel programming: When concurrency meets Murphy's law
Parallel programming isn't always parallel. This article examines examples of failed concurrency assumptions in the GNU C Library glibc.

Coming in glibc 2.33: Reloadable nsswitch.conf
Learn how glibc version 2.33 will support reloading nsswitch.conf changes without having to stop and start your application.

How the GNU C Library handles backward compatibility
The GNU C Library handles backward compatibility like a champ. Learn how to use compat symbols to control which version of glibc the linkers use.

The Non-complexity of /etc/nsswitch.conf
An overview of the current nsswitch.conf behavior and a request for input on the future behavior of the name services switch interface in glibc.

Microcontainers for Unit Testing
Containers offer new testing opportunities, especially for foundational system software like GLIBC or tests that depend on system changes for exercising code paths

Why you should care about RISC-V

Malloc Internals and You