Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-17 | cleanup ./configure installation directory options | Kay Sievers | |
2009-06-08 | libudev: move to top-level directory | 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-10-21 | use more appropriate alternatives to malloc() | Alan Jenkins | |
Use calloc to request cleared memory instead. Kernel and libc conspire to make this more efficient. Also, replace one malloc() + strcpy() with strdup(). Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk> | |||
2008-10-18 | pass make distcheck | Kay Sievers | |
2008-10-17 | collect: use udev_list | Kay Sievers | |
2008-10-02 | use no_argument, required_argument, optional_argument in longopts | Kay Sievers | |
2008-09-26 | libudev: rework list handling | Kay Sievers | |
2008-09-19 | always include config.h from Makefile | Kay Sievers | |
2008-09-10 | libudev: do not use any udev source file | Kay Sievers | |
2008-07-30 | use autotools | Kay Sievers | |
2008-07-30 | delete all Makefiles and move udev source to udev/ | Kay Sievers | |
2008-06-18 | collect: fix size_t printf | Kay Sievers | |
2008-06-18 | collect: check realloc return value | Tobias Klauser | |
2008-05-27 | collect: realloc buffer, if needed | Xinwei Hu | |
2008-03-15 | Makefile: do not require GNU install | Roy Marples | |
2007-11-08 | extras: ignore built and generated files | Dan Nicholson | |
2007-07-24 | collect: extra to synchronize actions across events | Hannes Reinecke | |