Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | udev_list_cleanup() -> udev_list_cleanup_entries() | Kay Sievers | |
2008-10-09 | libudev: also prefix non-exported functions with udev_* | Kay Sievers | |
2008-10-01 | libudev: add queue interface | Kay Sievers | |