Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-08 | libudev: move to top-level directory | Kay Sievers | |
2009-03-16 | create_floppy_devices: expand manpage | Adam Buchbinder | |
Include a table of what the CMOS types are, and note that nothing will be created unless the -t option is specified. Also clean up the formatting and bump the date. Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> | |||
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-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-11-21 | man: fix typos | Peter Breitenlohner | |
2008-10-22 | add util_resolve_subsys_kernel() | Kay Sievers | |
2008-10-18 | prefix udev-util.c functions with util_* | Kay Sievers | |
2008-10-16 | rename udev source files | Kay Sievers | |
2008-10-16 | libudev: add global property list | Kay Sievers | |
2008-10-03 | move selinux noops to udev.h | 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-19 | always include config.h from Makefile | Kay Sievers | |
2008-09-10 | get rid of udev_sysdeps.c | Kay Sievers | |
2008-09-10 | convert to libudev and delete udev_utils_string.c | 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 | 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 | |
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-12-17 | create_floppy_devices: fix logic for more than one floppy device | Kay Sievers | |
2007-11-08 | extras: ignore built and generated files | Dan Nicholson | |
2007-05-15 | create_floppy_devices: remove dead "unlink" code | Kay Sievers | |
2007-05-13 | create_floppy_devices: add man page | Miklos Vajna | |
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 | |