Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-25 | switch a few left-over from GPLv2 to GPLv2 or later | Kay Sievers | |
2009-06-09 | move common stuff from udev/ to private parts of libudev/ | Kay Sievers | |
2009-06-09 | move syslog wrapper to libudev | Kay Sievers | |
2008-11-23 | floppy: use ARRAY_SIZE() | Kay Sievers | |
2008-11-23 | floppy: fix array bounds check and minor calculation | Peter Breitenlohner | |
Fix off-by-4 bug in floppy minors for fd[4-7]. Avoid segmentation fault for bad CMOS type. Print mode in human readable, i.e., octal form. | |||
2008-10-18 | prefix udev-util.c functions with util_* | 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-09-10 | libudev: add selinux | Kay Sievers | |
2008-09-06 | use libudev code, unify logging, pass udev context around everywhere | Kay Sievers | |
2008-07-30 | use autotools | Kay Sievers | |
2007-12-17 | create_floppy_devices: fix logic for more than one floppy device | Kay Sievers | |
2007-05-15 | create_floppy_devices: remove dead "unlink" code | Kay Sievers | |
2007-04-12 | create_floppy_devices: create nodes with correct selinux context | Harald Hoyer | |
2007-03-08 | create_floppy_devices: apply specified mode without umask | Kay Sievers | |
2007-02-14 | create_floppy_devices: add option for owner/group | Kay Sievers | |
2005-12-15 | fix segfaulting create_floppy_devices | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-09-27 | switch tools and volume_id from LGPL to GPLv2 | Kay Sievers | |
After beeing hit by proprietary applications which statically link the LGPL'd libusb, which needs a patch to reflect the recent kernel changes, I decided not to provide LGPL code anymore. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-19 | create_floppy_devices: add tool to create floppy nodes based on sysfs info | Hannes Reinecke | |