10

I'm trying to find a changelog or commit history for udevd, but I can't seem to find the official source. Where is that?

Shawn J. Goff
  • 46,081

2 Answers2

14

udev was merged into the systemd source tree at some point. (Mailing list article)

Mailing list:

Git repository (and directories):

Documentation:

Lekensteyn
  • 20,830
6

Mailing list archives: http://www.spinics.net/lists/hotplug/

Git repository: http://git.kernel.org/?p=linux/hotplug/udev.git;a=summary

Documentation: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev/ It's also in the source.

Shawn J. Goff
  • 46,081