summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2009-05-13version bumpKay Sievers
2009-05-12delete libvolume_idKay Sievers
2009-05-01build: use AC_MSG_RESULTKay Sievers
2009-04-22libudev: monitor - add client socket filter for subsystem valueKay 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-15libudev: path_encode - always return 0 if encoded string does not fit into sizeKay Sievers
2009-04-14version bumpKay Sievers
2009-03-29send monitor events back to netlink socketKay 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-18udevadm: test - handling trailing '/' in devpathKay 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-18version bumpKay Sievers
2009-03-11libudev: ctrl - return error after sending ctrl messageKay Sievers
2009-03-06libvolume_id: bump ageHarald Hoyer
Because you added the symbol volume_id_set_uuid_sub() in commit 14e18278, you have to increase the library minor version.
2009-03-04libudev: queue - use lstat() to check existence of symlinkKay Sievers
2009-03-03volume_id: ntfs - fix uuid settingKay 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-03version bumpKay Sievers
2009-02-26use AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCEKay Sievers
2009-02-26add m4/ subdirKay Sievers
2009-02-24use the event udev_device to disable the watch on "remove"Kay Sievers
2009-02-23version bumpKay Sievers
2009-01-25version bumpKay Sievers
2009-01-15volume_id: support via raid version 2Sven Jost
2009-01-14libudev: use 4096 bytes buffer for attribute readingKay Sievers
2009-01-10version bumpKay Sievers
2009-01-03libudev: bump revisionKay Sievers
2008-12-29build: default to --prefix=/usr --exec-prefix=""Kay Sievers
2008-12-16build: add -lsepolKay Sievers
Harald needs it for static binaries.
2008-12-04make: install serial rules fileKay Sievers
2008-12-02update configure and NEWSKay Sievers
2008-12-02update configure and NEWSKay Sievers
2008-11-22update NEWS TODOKay Sievers
2008-11-18bump versionKay Sievers
2008-11-18update NEWSKay Sievers
2008-11-13volume_id: bump revisionKay Sievers
2008-11-13configure: add linux-hotplug mail addressKay Sievers
2008-11-13update NEWSKay Sievers
2008-11-07release 132Kay Sievers
2008-10-18pass make distcheckKay Sievers
2008-10-13vol_id: update READMEKay Sievers
2008-10-03vol_id: add size= optionKay Sievers
2008-10-01release 129Kay Sievers
2008-09-11release 128Kay Sievers
2008-09-10use size definitions from libudevKay Sievers
2008-09-10volume_id: merge util.h in libvolume_id-private.hKay Sievers
2008-08-29release 127Kay Sievers
2008-08-28volume_id: remove deprecated functions and bump major versionKay Sievers
2008-08-27libudev: add library to access udev informationKay Sievers
2008-08-12add some warningsKay Sievers
2008-08-08build: remove autopoint checkKay Sievers
2008-07-30use autotoolsKay Sievers