Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-06 | make: do not delete autotools generated file with distclean | Kay Sievers | |
[...] running the command `make maintainer-clean' should not delete `configure' even if `configure' can be remade using a rule in the Makefile. More generally, `make maintainer-clean' should not delete anything that needs to exist in order to run `configure' and then begin to build the program. This is the only exception; `maintainer-clean' should delete everything else that can be rebuilt. | |||
2008-10-21 | cdrom_id: remove ARRAY_SIZE() declaration | Kay Sievers | |
2008-10-16 | libudev: add global property list | 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-09-19 | always include config.h from Makefile | Kay Sievers | |
2008-09-10 | extras: use libudev code | Kay Sievers | |
2008-09-10 | libudev: rename libudev-utils.c libudev-util.c | Kay Sievers | |
2008-09-10 | libudev: get rid of udev_utils.c | Kay Sievers | |
2008-09-10 | libudev: get rid of udev_sysfs.c | Kay Sievers | |
2008-09-10 | update file headers | Kay Sievers | |
2008-09-10 | libudev: add selinux | Kay Sievers | |
2008-09-06 | use libudev code, unify logging, pass udev context around everywhere | Kay Sievers | |
2008-08-22 | vol_id: make the --offset= argument optional | Kay Sievers | |
2008-07-30 | use autotools | Kay Sievers | |
2008-07-30 | delete all Makefiles and move udev source to udev/ | Kay Sievers | |
2008-07-18 | move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/ | Kay Sievers | |
None of these rules is supposed to be changed by users, so move them out of /etc. Custom rules, and automatically generated rules stay in /etc. All rules are still processed in lexical order, regardless which directory they live in. | |||
2008-06-12 | cdrom_id: fix recognition of blank media | Kay Sievers | |
Thanks to David! | |||
2008-06-11 | cdrom_id: export ID_CDROM_MEDIA_TRACK_COUNT_AUDIO=, ↵ | Kay Sievers | |
ID_CDROM_MEDIA_TRACK_COUNT_DATA= Iterate over all tracks, instead of looking only at the first one for audio. Thanks to David! | |||
2008-05-14 | cdrom_id: fix segfault | Matthias Schwarzott | |
2008-04-21 | cdrom_id: add more help text | Kay Sievers | |
2008-04-20 | logging: add trailing newline to all strings | Kay Sievers | |
2008-04-09 | cdrom_id: replace with version which also exports media properties | Kay Sievers | |
This is a 12 track audio CD with additional data session: $ extras/cdrom_id/cdrom_id /dev/dvd ID_CDROM=1 ID_CDROM_CD_R=1 ID_CDROM_CD_RW=1 ID_CDROM_DVD=1 ID_CDROM_DVD_R=1 ID_CDROM_DVD_RW=1 ID_CDROM_DVD_RAM=1 ID_CDROM_DVD_PLUS_R=1 ID_CDROM_DVD_PLUS_RW=1 ID_CDROM_DVD_PLUS_R_DL=1 ID_CDROM_MEDIA_CD=1 ID_CDROM_MEDIA_STATE=complete ID_CDROM_MEDIA_HAS_AUDIO=1 ID_CDROM_MEDIA_SESSION_COUNT=2 ID_CDROM_MEDIA_TRACK_COUNT=13 ID_CDROM_MEDIA_SESSION_LAST_OFFSET=444508160 | |||
2008-03-15 | Makefile: do not require GNU install | Roy Marples | |
2007-11-08 | extras: ignore built and generated files | Dan Nicholson | |
2007-01-21 | fix INSTALL_PROGRAM vs. INSTALL_SCRIPT | Peter Breitenlohner | |
2006-09-05 | cdrom_id: add rules file to call cdrom_id | Kay Sievers | |
2006-07-04 | Makefiles: fix .PHONY for man page target | Kay Sievers | |
Thanks to David Härdeman for pointing it out. | |||
2006-03-29 | move all *_id programs to /lib/udev/ | Kay Sievers | |
2006-03-28 | man pages: mention udev(7) not udev(8) | Kay Sievers | |
Thanks to: Henrique de Moraes Holschuh <hmh@debian.org> | |||
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-11-16 | Makefile: remove exec_prefix and srcdir | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-10-31 | add man pages for *_id programs | Jan Luebbe | |
I've written manpages for the *_id binaries, which are attached to this mail. | |||
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 | add install test to 'make buildtest' | Kay Sievers | |
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-18 | fix typo in cdrom_id syslog | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-17 | cdrom_id: change err() to info() to help with debugging problems | Greg Kroah-Hartman | |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-08-17 | Always open the cdrom drive in non-blocking mode in cdrom_id | Greg Kroah-Hartman | |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-08-12 | added the cdrom.h #defines directly into the cdrom_id.c file | Greg Kroah-Hartman | |
This solves the problem with building the file against old kernel header files. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-08-11 | fix klibc build issue in cdrom_id.c | Greg KH | |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-08-11 | changed cdrom_id exports to be easier to understand and consistant with ↵ | Greg KH | |
other _id programs. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-08-11 | Created cdrom_id program to make it easier to determine cdrom types | Greg KH | |
Based on the framework from ata_id by Kay. Now we can drop the cdsymlinks.sh and .c files Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |