Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-22 | libudev: monitor - add client socket filter for subsystem value | Kay Sievers | |
Messages send back by the udev daemon to the netlink socket are multiplexed by the kernel and delivered to multiple clients. The clients can upload a socket filter to let the kernel drop messages not belonging to a certain subsystem. This prevent needless wakeups and message processing for users who are only interested in a subset of available events. Recent kernels allow untrusted users to listen to the netlink messages. The messages send by the udev daemon are versioned, to prevent any custom software reading them without libudev. The message wire format may change with any udev version update. | |||
2009-04-15 | libudev: path_encode - always return 0 if encoded string does not fit into size | Kay Sievers | |
2009-04-14 | version bump | Kay Sievers | |
2009-03-29 | send monitor events back to netlink socket | Kay Sievers | |
Instead of of our own private monitor socket, we send the processed event back to our netlink socket, to the multicast group 2 -- so any number of users can listen to udev events, just like they can listen to kernel emitted events on group 1. | |||
2009-03-18 | udevadm: test - handling trailing '/' in devpath | Kay Sievers | |
On Wed, Mar 18, 2009 at 16:00, Matthias Schwarzott <zzam@gentoo.org> wrote: found out how the error occurs: It is a difference between A. udevadm test /sys/class/mem/null/ and B. udevadm test /sys/class/mem/null Case A was the case that showed the error behaviour. It seems udevadm is confused by the trailing slash. This behaviour seems to be there since ages. | |||
2009-03-18 | version bump | Kay Sievers | |
2009-03-11 | libudev: ctrl - return error after sending ctrl message | Kay Sievers | |
2009-03-06 | libvolume_id: bump age | Harald Hoyer | |
Because you added the symbol volume_id_set_uuid_sub() in commit 14e18278, you have to increase the library minor version. | |||
2009-03-04 | libudev: queue - use lstat() to check existence of symlink | Kay Sievers | |
2009-03-03 | volume_id: ntfs - fix uuid setting | Kay Sievers | |
In my scenario, the ntfs prober did *not* detect the presence of a ntfs filesystem (i.e. vol_id --probe-all returned *only* ext3). However, if you examine the source of the ntfs prober, it overwrites the uuid field of the volume_id object long before it actually decides there's a valid filesystem there - this resulted in vol_id returning the rather bizarre combination of type=ext3, but a uuid populated by the ntfs prober. https://bugs.edge.launchpad.net/ubuntu/+source/udev/+bug/337015 | |||
2009-03-03 | version bump | Kay Sievers | |
2009-02-26 | use AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCE | Kay Sievers | |
2009-02-26 | add m4/ subdir | Kay Sievers | |
2009-02-24 | use the event udev_device to disable the watch on "remove" | Kay Sievers | |
2009-02-23 | version bump | Kay Sievers | |
2009-01-25 | version bump | Kay Sievers | |
2009-01-15 | volume_id: support via raid version 2 | Sven Jost | |
2009-01-14 | libudev: use 4096 bytes buffer for attribute reading | Kay Sievers | |
2009-01-10 | version bump | Kay Sievers | |
2009-01-03 | libudev: bump revision | Kay Sievers | |
2008-12-29 | build: default to --prefix=/usr --exec-prefix="" | Kay Sievers | |
2008-12-16 | build: add -lsepol | Kay Sievers | |
Harald needs it for static binaries. | |||
2008-12-04 | make: install serial rules file | Kay Sievers | |
2008-12-02 | update configure and NEWS | Kay Sievers | |
2008-12-02 | update configure and NEWS | Kay Sievers | |
2008-11-22 | update NEWS TODO | Kay Sievers | |
2008-11-18 | bump version | Kay Sievers | |
2008-11-18 | update NEWS | Kay Sievers | |
2008-11-13 | volume_id: bump revision | Kay Sievers | |
2008-11-13 | configure: add linux-hotplug mail address | Kay Sievers | |
2008-11-13 | update NEWS | Kay Sievers | |
2008-11-07 | release 132 | Kay Sievers | |
2008-10-18 | pass make distcheck | Kay Sievers | |
2008-10-13 | vol_id: update README | Kay Sievers | |
2008-10-03 | vol_id: add size= option | Kay Sievers | |
2008-10-01 | release 129 | Kay Sievers | |
2008-09-11 | release 128 | Kay Sievers | |
2008-09-10 | use size definitions from libudev | Kay Sievers | |
2008-09-10 | volume_id: merge util.h in libvolume_id-private.h | Kay Sievers | |
2008-08-29 | release 127 | Kay Sievers | |
2008-08-28 | volume_id: remove deprecated functions and bump major version | Kay Sievers | |
2008-08-27 | libudev: add library to access udev information | Kay Sievers | |
2008-08-12 | add some warnings | Kay Sievers | |
2008-08-08 | build: remove autopoint check | Kay Sievers | |
2008-07-30 | use autotools | Kay Sievers | |