aboutsummaryrefslogtreecommitdiff
path: root/HACKING
blob: 9adef201c259ab28d2e8ad91bf46596a4c4cc3c7 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-*- mode: org; coding: utf-8; -*-

#+TITLE: Hacking GNU Guix and Its Incredible Distro

Copyright © 2012, 2013, 2014, 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org>
Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org>
Copyright © 2017 Leo Famulari <leo@famulari.name>
Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>

  Copying and distribution of this file, with or without modification,
  are permitted in any medium without royalty provided the copyright
  notice and this notice are preserved.

* Contributing

See the manual for useful hacking information, either by running

  info -f doc/guix.info "Contributing"

or by checking the [[https://guix.gnu.org/manual/devel/en/html_node/Contributing.html][web copy of the manual]].
>...Ludovic Courtès 2018-08-21linux-modules: Adjust 'section-contents' procedure....Ludovic Courtès 2018-07-29linux-initrd: Try several file names when looking up modules....Ludovic Courtès 2018-07-29linux-initrd: Improve check of initrd modules....Ludovic Courtès 2018-06-14linux-initrd: Module check correctly handles hyphen vs. underscore....Ludovic Courtès 2018-03-18glob: Add an extra glob pattern compilation stage....Ludovic Courtès 2018-03-18linux-modules: 'load-linux-module*' honors BLACK-LIST in recursive calls....Ludovic Courtès 2018-03-18linux-modules: Add 'current-kernel-directory'....Ludovic Courtès 2018-03-03linux-modules: Add module-aliases....Danny Milosavljevic 2018-03-02linux-modules: Add 'device-module-aliases' and related procedures....Ludovic Courtès 2018-02-28linux-modules: Use 'load-linux-module/fd'....Ludovic Courtès 2017-04-11build: Fix compilation warnings....Mathieu Othacehe 2016-02-21linux-modules: Use normalized module names for 'modprobe.blacklist'....Ludovic Courtès 2016-01-16linux-modules: Support 'modprobe.blacklist' on the command line....Ludovic Courtès 2016-01-05linux-boot: Remove verbose output for module loads....Ludovic Courtès 2014-11-28linux-modules: Correctly propagate error code from 'init_module'....Ludovic Courtès 2014-11-28system: Add (gnu build linux-modules)....Ludovic Courtès