Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-17 | Restructure src/ as per lu_zero | Anthony G. Basile | |
2012-11-17 | Fix all Makefile.am: work towards 'make distcheck' sanity | Anthony G. Basile | |
2012-11-17 | Rename src/shared to src/include, a saner name | Anthony G. Basile | |
2012-11-17 | src/test: disable for now to get a full build | Anthony G. Basile | |
2012-11-16 | src/udev: restore needed deps from src/share | Anthony G. Basile | |
2012-11-15 | src/libudev: successfully builds | Anthony G. Basile | |
2012-11-15 | Final step of revamping the build system | Anthony G. Basile | |
The structure of the source tree is basically correct and this is about as far as we can go without hacking at the C code. | |||
2012-11-15 | Second step of revamping the build system | Anthony G. Basile | |
The original Makefile.am was drawn to the top level. This commit breaks it out into the various directories with SUBDIRS connecting them. This makes each directory easier to maintain. | |||
2012-11-15 | Isolation of udev code from remaining systemd | Anthony G. Basile | |
This commit is a first attempt to isolate the udev code from the remaining code base. It intentionally does not modify any files but purely delete files which, on a first examination, appear to not be needed. This is a sweeping commit which may easily have missed needed code. Files can be retrieved by doing a checkout from the previous commit: git checkout 2944f347d0 -- <filename> | |||
2012-11-13 | libudev: avoid leak during realloc failure | Mauro Dreissig | |
2012-11-12 | libudev: update copyright headers | Kay Sievers | |
2012-11-12 | udev: use usec_t and now() | Kay Sievers | |
2012-10-28 | libudev: hwdb - cleanup list before getting new properties | Kay Sievers | |
2012-10-28 | udev: get rid of SYSCONFDIR | Kay Sievers | |
2012-10-28 | Tweak TODO | Zbigniew Jędrzejewski-Szmek | |
2012-10-27 | libudev: import hwdb and export lookup interface | Kay Sievers | |
2012-10-08 | udev: remove SYMLINK "unique" option | Kay Sievers | |
2012-09-23 | libudev: check return value of rename | Václav Pavlín | |
2012-09-19 | libudev: remove dead code | Kay Sievers | |
2012-09-17 | build-sys: __secure_getenv lost dunder in libc 2.17 | Zbigniew Jędrzejewski-Szmek | |
2012-09-13 | man: fix a bunch of typos in docs | Thomas Hindoe Paaboel Andersen | |
https://bugs.freedesktop.org/show_bug.cgi?id=54501 | |||
2012-09-03 | shared: in code that might get called from suid programs use ↵ | Lennart Poettering | |
__secure_getenv() rather than getenv() It's better to be safe than sorry. | |||
2012-08-10 | udev: export udev_device_new_from_device_id() | Kay Sievers | |
2012-08-08 | fix a couple of issues found with llvm-analyze | Lennart Poettering | |
2012-07-31 | libudev-queue.c: simplified open_queue_file | Arvydas Sidorenko | |
There is no apparent justification for using util_strscpyl on the filename since it's a plain hardcoded path. Older versions used: util_strscpyl(filename, sizeof(filename), SOME_DIR, "/queue.bin", NULL); and when changed nobody bothered to simplify it. | |||
2012-07-15 | udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /run | Kay Sievers | |
2012-07-14 | udev: avoid creating /dev/kmsg with fopen() to support CONFIG_PRINTK=n | Kay Sievers | |
2012-07-05 | udev: add some O_CLOEXEC | Kay Sievers | |
2012-06-18 | libudev: clarify that udev_monitor_receive_device() is non-blocking | Kay Sievers | |
Based on a patch from: Sam Thursfield <ssssam@gmail.com> https://bugs.freedesktop.org/show_bug.cgi?id=51202 | |||
2012-06-05 | udev: remove remaining selinux labeling for file in /run | Kay Sievers | |
2012-05-31 | mkdir: append _label to all mkdir() calls that explicitly set the selinux ↵ | Kay Sievers | |
context | |||
2012-05-25 | udev: silent gcc warnings | Kay Sievers | |
2012-05-15 | udev: update docs, NEWS | Kay Sievers | |
2012-05-15 | udev: libudev - bump soname, remove deprecated functions, introduce symbol ↵ | Kay Sievers | |
versions | |||
2012-04-29 | udev: use container_of() macro | Lucas De Marchi | |
2012-04-26 | libudev: prefix log macros with 'udev_' | Kay Sievers | |
2012-04-20 | docs: hook-up gtk-doc to 'make check' | Kay Sievers | |
2012-04-17 | selinux: unify systemd and udev code | Kay Sievers | |
2012-04-17 | udev: kill udev_selinux_setfscreateconat() | Kay Sievers | |
2012-04-17 | udev: replace util_create_path() with mkdir_parents() | Kay Sievers | |
2012-04-16 | udev: use startswith() and streq() | Kay Sievers | |
2012-04-16 | udev: remove configuration options for /dev, /sys, /run directories | Kay Sievers | |
2012-04-16 | udev: replace ARRAY_SIZE() with ELEMENTSOF() | Kay Sievers | |
2012-04-15 | udev: udev_monitor_new_from_socket() - log error and remove from public header | Kay Sievers | |
2012-04-13 | update .gitignore | Kay Sievers | |
2012-04-13 | update .gitignore | Kay Sievers | |
2012-04-13 | build-sys: add stub makefiles to all subdirs to ease development with emacs | Lennart Poettering | |
2012-04-13 | udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/ | Kay Sievers | |