aboutsummaryrefslogtreecommitdiffstats
path: root/extras/edd_id
AgeCommit message (Collapse)AuthorFilesLines
2012-01-06merge udev/, libudev/, systemd/ files in src/; move extras/ to src/Kay Sievers3-209/+0
2012-01-01remove mknod() logic and rely on 'devtmpfs'Kay Sievers1-1/+1
2010-06-25switch a few left-over from GPLv2 to GPLv2 or laterKay Sievers1-3/+12
2010-04-12replace "add|change" with "!remove"Kay Sievers1-1/+1
2009-08-07Merge libudev, udev, and the unconditional extras in a single Makefile.am.Diego Elio 'Flameeyes' Pettenò1-14/+0
Instead of using multiple recursive Makefile.am files, use a single Makefile.am that sets and builds all the basic suite of libraries and binaries for udev. This reduces the number of files in the source tree, and also reduces drastically the build time when using parallel-make. With this setup, all the compile steps will be executed in parallel, and just the linking stage will be (partially) serialised on the libraries creation.
2009-07-25make: build internal tools against libudev-private.laKay Sievers1-5/+5
2009-06-17extras: delete man pages for private udev toolsKay Sievers2-30/+0
These are mostly dummy man pages, without real content, some even outdated. None of these tools are part of any offered public interface, and they should not pretend to be by offering a man page.
2009-06-17cleanup ./configure installation directory optionsKay Sievers1-3/+1
2009-06-09move syslog wrapper to libudevKay Sievers1-3/+4
2009-06-08libudev: move to top-level directoryKay Sievers1-4/+4
2009-05-20edd_id: use openat()Kay Sievers1-10/+9
2009-05-20use more efficient string copyingKay Sievers1-1/+1
2009-04-22edd_id: add cciss devicesJohn Wright1-1/+1
Since cciss devices can be BIOS boot devices just as well as sd* and hd*, the edd_id program should be run on them so that the later /dev/disk/by-id/edd-* rules will work.
2008-12-06make: do not delete autotools generated file with distcleanKay Sievers1-3/+0
[...] 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-30edd_id: add "change" event matchKay Sievers1-1/+1
2008-10-26do not init string arrays, just clear first byteKay Sievers1-2/+3
2008-10-16libudev: add global property listKay Sievers1-0/+1
2008-10-02libudev: get rid of selinuxKay Sievers1-5/+0
"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-19always include config.h from MakefileKay Sievers1-5/+2
2008-09-10use size definitions from libudevKay Sievers1-1/+1
2008-09-10extras: use libudev codeKay Sievers2-5/+2
2008-09-10libudev: rename libudev-utils.c libudev-util.cKay Sievers1-1/+1
2008-09-10libudev: get rid of udev_utils.cKay Sievers1-0/+1
2008-09-10libudev: get rid of udev_sysfs.cKay Sievers1-1/+0
2008-09-10libudev: add selinuxKay Sievers1-1/+5
2008-09-06use libudev code, unify logging, pass udev context around everywhereKay Sievers2-36/+29
2008-07-30use autotoolsKay Sievers2-1/+25
2008-07-30delete all Makefiles and move udev source to udev/Kay Sievers1-75/+0
2008-07-18move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/Kay Sievers1-3/+3
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-05-20edd_id: call it only for sd* and hd*Kay Sievers1-0/+2
2008-04-20logging: add trailing newline to all stringsKay Sievers1-14/+14
2008-03-15Makefile: do not require GNU installRoy Marples1-3/+6
2007-11-08extras: ignore built and generated filesDan Nicholson1-0/+1
2007-08-14edd_id: move persistent rules to its own fileKay Sievers2-0/+12
2007-01-21fix INSTALL_PROGRAM vs. INSTALL_SCRIPTPeter Breitenlohner1-2/+2
2006-07-04Makefiles: fix .PHONY for man page targetKay Sievers1-1/+1
Thanks to David Härdeman for pointing it out.
2006-05-10edd_id: fix "(null)" output if "mbr_signature" does not existKay Sievers1-14/+18
2006-03-29move all *_id programs to /lib/udev/Kay Sievers1-2/+2
2006-03-28man pages: mention udev(7) not udev(8)Kay Sievers1-1/+1
Thanks to: Henrique de Moraes Holschuh <hmh@debian.org>
2006-03-28remove all stripping codeKay Sievers1-4/+0
2006-01-28replace fancy silent build program by simple kernel build like logicKay Sievers1-5/+10
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-09replace libsysfsKay Sievers2-3/+3
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-16Makefile: remove exec_prefix and srcdirKay Sievers1-5/+4
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-10-31add man pages for *_id programsJan Luebbe2-2/+29
I've written manpages for the *_id binaries, which are attached to this mail.
2005-10-28"STRIPCMD=" for the EXTRASKay Sievers1-0/+2
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-27switch tools and volume_id from LGPL to GPLv2Kay Sievers1-1/+0
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-16edd_id: check that EDD id is uniqueJohn Hull1-5/+15
The attached patch adds a check to edd_id.c to verify that the MBR signature on the device node passed to the program is unique to only that disk. Signed-off-by: John Hull <john_hull@dell.com>
2005-09-14EXTRAS: cleanup and sync all MakefilesKay Sievers1-18/+36
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-14EXTRAS/Makefile: fix install targets to match main MakefileJürg Billeter1-2/+2
2005-09-06add edd_id tool to match BIOS EDD disk informationKay Sievers2-0/+234
Thanks to: John Hull <John_Hull@Dell.com> Matt Domsch <Matt_Domsch@Dell.com> Signed-off-by: Kay Sievers <kay.sievers@suse.de>