nixpkgs/modules
Eelco Dolstra 362d1389d3 * mountall: make the "console output" Upstart stanza do its work. We
were redirecting output to /var/log/upstart/<job>, so it didn't work
  properly.
* mountall-ip-up: send the USR1 signal to the mountall process by
  looking up its PID, rather than doing "pkill -USR1 mountall".  This
  prevents a very subtle race condition where USR1 is delivered to a
  child process of mountall (such as fsck), if pkill sees the child
  just before its execve().  There is actually still a race condition
  because mountall installs its USR1 handler *after* daemonising, so
  mountall-ip-up could accidentally kill mountall.  Should report this
  to upstream.

svn path=/nixos/trunk/; revision=33236
2012-03-18 17:48:19 +00:00
..
config * Use boot.kernelModules everywhere instead of explicit calls to 2012-03-17 17:26:17 +00:00
hardware * Move the implementation of boot.kernelModules to udev's postStart. 2012-03-18 14:03:42 +00:00
installer Add a kernel patch for the efi boot stub to read a config file when booted without arguments, and base removable media booting off of that patch 2012-03-18 17:14:52 +00:00
misc Fixing the mkOverride for the kernelPackages in crashdump (I misunderstood 2012-03-18 10:02:58 +00:00
profiles * Modularise vfat support. Also add fsck.vfat to the initrd. This 2012-03-09 16:17:37 +00:00
programs * Virtualbox: use the right set of kernel packages. 2012-03-10 14:34:40 +00:00
security keep NIX_PATH in sudo env 2012-03-10 16:11:40 +00:00
services * Move the implementation of boot.kernelModules to udev's postStart. 2012-03-18 14:03:42 +00:00
system * mountall: make the "console output" Upstart stanza do its work. We 2012-03-18 17:48:19 +00:00
tasks * mountall: make the "console output" Upstart stanza do its work. We 2012-03-18 17:48:19 +00:00
testing * Don't use the non-existent "never" condition in stopOn. 2012-03-17 18:00:20 +00:00
virtualisation * Allow Upstart jobs to declare that they shouldn't be restarted by 2012-03-18 02:10:39 +00:00
module-list.nix Adding a module to get crash dumps using kexec. 2012-03-17 22:21:37 +00:00
rename.nix * wpa_supplicant: automatically figure out the wireless interface(s) 2012-03-04 17:21:14 +00:00