aboutsummaryrefslogtreecommitdiff
GNU Guix consists of Scheme code that implements the deployment model
of the Nix package management tool.  In fact, it currently talks to a
build daemon whose code comes from Nix (see the manual for details.)

Nix was initially written by Eelco Dolstra; other people have been
contributing to it.  See `nix/AUTHORS' for details.

The list of GNU Guix contributors is now generated from the output of
'git log' and written to this file, as can be seen in release tarballs.
a>...Ludovic Courtès 2019-10-05syscalls: Add 'add-to-entropy-count'....Ludovic Courtès 2019-06-27syscalls: Add 'terminal-rows'....Ludovic Courtès 2018-07-03syscalls: Define AT_SYMLINK_NOFOLLOW et al....Ludovic Courtès 2018-04-08tests: Skip 'pivot-root' test on Ubuntu's 4.4 kernels....Ludovic Courtès 2017-11-25syscalls: Adjust utmpx test....Ludovic Courtès 2017-07-12syscalls: Add network-interface-running?...Danny Milosavljevic 2017-06-16syscalls: Add 'scandir*'....Ludovic Courtès 2017-05-28syscalls: Add 'thread-name' and 'set-thread-name'....Ludovic Courtès 2017-02-11tests: Relax test on utmpx entries....Ludovic Courtès 2017-01-31tests: Really skip /var/run/utmpx test when needed....Paul Garlick 2017-01-24syscalls: Export 'read-utmpx'....Ludovic Courtès 2017-01-19syscalls: Add utmpx procedures and data structure....Ludovic Courtès 2016-11-21syscalls: Add 'add-network-route/gateway' and 'delete-network-route'....Ludovic Courtès 2016-11-16syscalls: Add bindings for SIOCGIFNETMASK and SIOCSIFNETMASK....Ludovic Courtès 2016-10-27tests: Skip 'pivot-root' test on Linux > 4.7.5....Ludovic Courtès 2016-10-19tests: Make sure child process of 'pivot-root' test exits....Ludovic Courtès