1
0
Fork 0
No description
Find a file
illiliti e988d6f67c implement pthreads
before - 3.870 total
after  - 2.964 total

not really big difference, huh ?
2020-07-28 13:05:51 +03:00
libudev.pc.in add libudev.pc. thanks @E5ten 2020-07-10 20:59:25 +03:00
LICENSE init 2020-07-04 09:25:16 +03:00
Makefile implement pthreads 2020-07-28 13:05:51 +03:00
README.md update readme 2020-07-22 21:19:50 +03:00
udev.c fix gcc 10 2020-07-26 12:34:43 +03:00
udev.h add missing include 2020-07-22 21:04:31 +03:00
udev_device.c no need 2020-07-26 18:50:42 +03:00
udev_enumerate.c implement pthreads 2020-07-28 13:05:51 +03:00
udev_hwdb.c drop UDEV_EXPORT 2020-07-18 05:15:00 +03:00
udev_list.c drop UDEV_EXPORT 2020-07-18 05:15:00 +03:00
udev_list.h change style 2020-07-17 21:36:59 +03:00
udev_monitor.c drop UDEV_EXPORT 2020-07-18 05:15:00 +03:00

Donate with Bitcoin

libudev-zero

Drop-in replacement for libudev intended to work without daemon

What Works

  • xorg-server
  • libinput
  • wlroots
  • weston
  • libusb - broken completely
  • kwin - fix
  • ???

Dependencies

  • C99 compiler (build time)
  • POSIX make (build time)
  • POSIX & XSI libc
  • Linux >= 2.6.39

Installation

make
make PREFIX=/usr install # overwrites existing udev libraries if any

TODO

  • speed up performance
  • implement hotplugging support
  • remove dirty hack. use ioctl()