Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-27 | while (1) -> for (;;) | Kay Sievers | |
2010-04-22 | add TAG= to improve event filtering and device enumeration | Kay Sievers | |
2010-03-10 | udevadm: monitor - use / as separator in --subsystem-match=subsystem[/devtype] | Kay Sievers | |
2010-02-18 | udevadm: fix untested and broken commit to set buffer size | Kay Sievers | |
2010-02-17 | udevadm monitor: increase netlink buffer size | Scott James Remnant | |
A common use (e.g. in Ubuntu) for udevadm monitor is to log the events received by udev during boot; events can be lost of the buffer size isn't increased as udevd does. Signed-off-by: Scott James Remnant <scott@ubuntu.com> | |||
2009-10-31 | unblock signals we might want to handle | Kay Sievers | |
On Thu, Oct 29, 2009 at 19:15, Christian P. Schmidt <schmidt@digadd.de> wrote: > After the getty replaces itself with login the pam module pam_mount > calls mount. This in turn determines that the partition to be mounted is > LUKS encrypted, and calls cryptsetup. Cryptsetup receives the password, > unlocks the partition, and calls udevadm settle in order to avoid some > problems in interaction with LVM. > > udevadm settle never returns. > > The problem here is that SIGUSR1 and SIGALRM are both blocked in oldmask > already, and never reach udevadm. No care is ever taken to ensure those > signals are not blocked. | |||
2009-08-01 | update a few years of copyright | Kay Sievers | |
2009-07-07 | use MIN() MAX() from param.h | Kay Sievers | |
2009-06-07 | udevadm: monitor --environment -> --property | Kay Sievers | |
2009-05-20 | use more efficient string copying | Kay Sievers | |
2009-05-05 | remove asmlinkage | Kay Sievers | |
2009-04-24 | update NEWS | Kay Sievers | |
2009-04-23 | udevadm: monitor - add <subsytem>:<devtype> support | Kay Sievers | |
2009-04-23 | libudev: monitor - switch to filter_add_match_subsystem_devtype() | Kay Sievers | |
2009-04-22 | udevadm monitor - add --subsystem-match= | Kay Sievers | |
2009-04-22 | udevadm: monitor - print error if we can not bind to socket | Kay Sievers | |
2009-03-29 | "UDEV_MONITOR_KERNEL/UDEV" -> "kernel/udev" | 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: monitor - clarify printed header | Kay Sievers | |
2009-03-07 | udevadm: add text for new options to command and man page | Kay Sievers | |
2008-10-02 | use no_argument, required_argument, optional_argument in longopts | Kay Sievers | |
2008-09-29 | replace strerror() usage with threadsafe "%m" format string | Alan Jenkins | |
strerror() is not threadsafe. It uses a buffer to build messages of the form "Unknown error 387689". syslog() provides a %m format which is equivalent to strerror(errno). As a GNU extension, this is also accepted by printf and friends. At least in the current implementation, it is correctly threadsafe. Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk> | |||
2008-09-28 | libudev: more list rework | Kay Sievers | |
2008-09-26 | libudev: rework list handling | Kay Sievers | |
2008-09-25 | libudev: replace awkward callback list interfaces with list iterators | Kay Sievers | |
2008-09-10 | update file headers | Kay Sievers | |
2008-09-09 | udevadm: monitor - use libudev code to retrieve device data | Kay Sievers | |
2008-09-09 | udevadm: monitor - use libudev for udev monitor | Kay Sievers | |
2008-09-08 | move udev_ctrl to libudev-private | Kay Sievers | |
2008-09-06 | use libudev code, unify logging, pass udev context around everywhere | Kay Sievers | |
2008-09-03 | udevadm: rename internal functions to udevadm_* | Kay Sievers | |
2008-09-03 | udevadm: rename source files | Kay Sievers | |