Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-06 | volume_id: add more vfat debugging information | Kay Sievers | |
2008-10-05 | don not print error if GOTO jumps just to next rule | Kay Sievers | |
2008-10-05 | libudev: fix --enable-debug | Kay Sievers | |
2008-10-04 | udevd: clarify deprecated sysfs layout warning | Kay Sievers | |
2008-10-03 | volume_id: use PRIu64i, PRIx64 macros | Kay Sievers | |
2008-10-03 | volume_id: add btrfs | Kay Sievers | |
2008-10-03 | volume_id: better DDF raid detection | Kay Sievers | |
2008-10-03 | vol_id: always use the safe string versions for unencoded label and uuid | Kay Sievers | |
2008-10-03 | vol_id: fix logging glue | Kay Sievers | |
2008-10-03 | volume_id: add dbg() as noop to check for compile errors | Kay Sievers | |
2008-10-03 | move selinux noops to udev.h | Kay Sievers | |
2008-10-03 | vol_id: add size= option | Kay Sievers | |
2008-10-03 | udevadm: info - fix --query=all for devices without a device node | Kay Sievers | |
2008-10-02 | usb_id: use libudev | Kay Sievers | |
2008-10-02 | libudev: device - add get_parent_with_subsystem() | Kay Sievers | |
2008-10-02 | libudev: get rid of selinux | Kay Sievers | |
"Hello world!" linked against libselinux parses /proc/mounts and whatever else on startup, even when the lib is not needed at all. Not funny! Get rid of that thing where it's not absolutely needed. | |||
2008-10-02 | use no_argument, required_argument, optional_argument in longopts | Kay Sievers | |
2008-10-02 | volume_id: hpfs - read label and uuid | Kay Sievers | |
2008-10-02 | libudev: enumerate - add_device() -> add_syspath() | Kay Sievers | |
2008-10-02 | fix compile error with --disable-logging | Kay Sievers | |
2008-10-01 | release 129 | Kay Sievers | |
2008-10-01 | udevd: print warning if CONFIG_SYSFS_DEPRECATED is used | Kay Sievers | |
Future udev versions will depend on the current sysfs layout, which includes features which are not available in the deprecated mode. | |||
2008-10-01 | build: include Makefile.am.inc in all Makefile.am | Kay Sievers | |
Many thanks to Chris Spiegel for finding the still current vol_id non-large-file-access bug, because of not including config.h. | |||
2008-10-01 | rules: ieee1394 - create both, by-id/scsi-* and by-id/ieee-* links | Kay Sievers | |
2008-10-01 | udevadm: trigger --type=failed - use libudev queue | Kay Sievers | |
2008-10-01 | libudev: enumerate - ignore regular files while scanning | Kay Sievers | |
2008-10-01 | libudev: device - handle /sys/block/<disk-device-link>/<partition> | Kay Sievers | |
2008-10-01 | udevadm: settle - use libudev queue | Kay Sievers | |
2008-10-01 | libudev: add queue interface | Kay Sievers | |
2008-09-30 | udevadm: trigger fix long option --type= | Kay Sievers | |
2008-09-30 | libudev: device_init() -> device_new() | Kay Sievers | |
2008-09-30 | fix segfault caused by wrong pointer used in dbg() | Kay Sievers | |
2008-09-30 | udevadm: trigger: use libudev | Kay Sievers | |
2008-09-30 | libudev: enumerate - scan devices and subsystems, add subsystem and ↵ | Kay Sievers | |
attribute filter | |||
2008-09-29 | fix dbg() callers | Kay Sievers | |
2008-09-29 | allow compiler to check dbg() arguments on non-debug builds | Alan Jenkins | |
Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk> | |||
2008-09-29 | fix messages (inc. debug compile failure) introduced when optimizing "goto" | Alan Jenkins | |
Signed-off-by: <alan-jenkins@tuffmail.co.uk> | |||
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-29 | test: replace last reference of "/class/*" devpath | Kay Sievers | |
2008-09-29 | gitignore: move *.8 to subdirs | Kay Sievers | |
2008-09-29 | test: add missing pci directory because of .gitignore *.7 | Kay Sievers | |
2008-09-29 | test: replace ancient sysfs tree with recent one | Kay Sievers | |
2008-09-29 | libudev: enumerate - split new() and scan() | Kay Sievers | |
2008-09-28 | libudev: enumerate - scan /sys/block/ if needed | Kay Sievers | |
2008-09-28 | libudev: enumerate "subsystem" | Kay Sievers | |
2008-09-28 | libudev: enumerate - accept list of subsystems to scan, or skip | Kay Sievers | |
2008-09-28 | avoid repeated scans for goto targets (udev_iter_find_label) | Alan Jenkins | |
The scans are now performed up-front at parse-time, instead of being repeated for each event at run-time. Cachegrind reports a 5% reduction in cpu cycles (excluding the time spent in-kernel). | |||
2008-09-28 | trivial cleanup in udev_rules_iter | Alan Jenkins | |
2008-09-28 | lubudev: accept more sys directories as devices, and parent devices | Kay Sievers | |
2008-09-28 | libudev: more list rework | Kay Sievers | |