Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-19 | rules: first simple step merging with Ubuntu rules | Kay Sievers | |
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-11-04 | firmware.sh: record missing files in /dev/.udev/firmware-missing/ | Kay Sievers | |
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-08-29 | firmware.sh: lookup lookup kernel provided firmware directory | Kay Sievers | |
2008-07-30 | use autotools | Kay Sievers | |
2008-07-30 | delete all Makefiles and move udev source to udev/ | Kay Sievers | |
2008-03-15 | Makefile: do not require GNU install | Roy Marples | |
2007-10-16 | firmware: do not print error if logger is missing | Kay Sievers | |
2007-10-16 | firmware: remove hardcoded path to logger | Matthias Schwarzott | |
2007-01-21 | fix INSTALL_PROGRAM vs. INSTALL_SCRIPT | Peter Breitenlohner | |
2006-07-11 | firmware.sh: remove needless '/' | Kay Sievers | |
2006-07-04 | Makefiles: fix .PHONY for man page target | Kay Sievers | |
Thanks to David Härdeman for pointing it out. | |||
2006-05-28 | replace binary firmware helper with shell script | Kay Sievers | |
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-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-09-09 | firmware_helper: fix write count | Duncan Sands | |
2005-08-30 | Makefile: remove all the duplicated rules | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-25 | fix typo in firmware_helper | Amir Shalem | |
The wrong string is being nullifed. | |||
2005-08-09 | more distro rules updates | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-09 | add firmware_helper to load firmware | Kay Sievers | |
From: Bill Nottingham <notting@redhat.com> Changed reading of firmware blob to mmap and let firmware_helper follow the setting of the log level with UDEV_LOG. |