summaryrefslogtreecommitdiff
path: root/libudev/libudev-util-private.c
AgeCommit message (Expand)Author
2011-04-20timeout handling without alarm()Kay Sievers
2011-04-18libudev: run_program() - select() -> epollKay Sievers
2011-04-14udevd: do not nice processesKay Sievers
2011-04-13trivial cleanupsKay Sievers
2011-04-08selinux: do not label files in runtime dirKay Sievers
2010-08-03call util_delete_path() only when we actually deleted stuffKay Sievers
2010-05-27childs -> childrenKay Sievers
2010-05-27while (1) -> for (;;)Kay Sievers
2010-05-12reset process priority before executing RUN+=Kay Sievers
2009-12-08util_unlink_secure(): chmod() before chown()Kay Sievers
2009-10-28break loops if util_create_path() returns errorKay Sievers
2009-09-22util_run_program: *really* restore signal mask before executing event RUN com...Scott James Remnant
2009-09-08util_run_program(): fix possible buffer overflow #2Florian Zumbiehl
2009-09-07util_run_program(): skip multiple spaces in argv creationKay Sievers
2009-09-07util_run_program: restore signal mask before executing event RUN commandsJeremy Kerr
2009-08-30util_create_path(): fix possible out of bounds array accessFlorian Zumbiehl
2009-08-29util_delete_path(): handle multiple leading slashesFlorian Zumbiehl
2009-08-29util_create_path(): fix errno usageKay Sievers
2009-08-29util_lookup_group(): fix memory leak if realloc() failsFlorian Zumbiehl
2009-08-29util_delete_path(): use util_strscpy()Florian Zumbiehl
2009-08-29util_unlink_secure(): chmod() before chown()Kay Sievers
2009-08-25assign errno for getgrnam_r()/getpwnam_r()Kay Sievers
2009-08-08fix spellingAlan Jenkins
2009-08-01update a few years of copyrightKay Sievers
2009-08-01fix util_lookup_group to handle large groupsEric W. Biederman
2009-07-17udevd: add timestamp to --debug outputKay Sievers
2009-07-11udevd: make sure a worker finishes event handling before exitingKay Sievers
2009-07-07use MIN() MAX() from param.hKay Sievers
2009-06-17cleanup ./configure installation directory optionsKay Sievers
2009-06-09move common stuff from udev/ to private parts of libudev/Kay Sievers