Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2007-01-21 | fix INSTALL_PROGRAM vs. INSTALL_SCRIPT | Peter Breitenlohner | |
2006-07-04 | Makefiles: fix .PHONY for man page target | Kay Sievers | |
Thanks to David Härdeman for pointing it out. | |||
2006-03-28 | remove all stripping code | Kay Sievers | |
2006-01-28 | replace fancy silent build program by simple kernel build like logic | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-09 | replace libsysfs | Kay Sievers | |
We never used any of the libsysfs convenience features. Here we replace it completely with 300 lines of code, which are much simpler and a bit faster cause udev(d) does not open any syfs file for a simple event which does not need any parent device information. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-12-15 | fix segfaulting create_floppy_devices | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-11-22 | move some helpers from extras to /lib/udev | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-11-16 | Makefile: remove exec_prefix and srcdir | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-10-28 | "STRIPCMD=" for the EXTRAS | 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-09-14 | EXTRAS: cleanup and sync all Makefiles | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-09-14 | EXTRAS/Makefile: fix install targets to match main Makefile | Jürg Billeter | |
2005-08-30 | Makefile: remove all the duplicated rules | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-01 | fix GGC signed pointer warnings and switch volume_id to stdint | Kay Sievers | |
Solaris uses volume_id now and they fiddled around with configure scripts to map the linux kernel int types. Adding the types locally to volume_id breaks the klibc build, so just switch to these ugly types and forget it. :) 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 | |