Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find udevd (daemon) source code

Tags:

udev

I know that udev can be split to two parts:

  1. libudev

  2. udevd

To port udev to my platform, I have successfully done the libudev on my platform.

However, I need udevd, the daemon manages the virtual/dev.

I have searched around the source code for udevd but no progress so far.

Please let me know where I can download the source of udevd if you know any.

Thanks

like image 891
Sam Avatar asked Feb 03 '26 07:02

Sam


1 Answers

udev is now part of systemd, but there is also a fork named eudev.

like image 59
yegorich Avatar answered Feb 05 '26 06:02

yegorich