index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libudev
/
libudev-util-private.c
Age
Commit message (
Expand
)
Author
2011-04-20
timeout handling without alarm()
Kay Sievers
2011-04-18
libudev: run_program() - select() -> epoll
Kay Sievers
2011-04-14
udevd: do not nice processes
Kay Sievers
2011-04-13
trivial cleanups
Kay Sievers
2011-04-08
selinux: do not label files in runtime dir
Kay Sievers
2010-08-03
call util_delete_path() only when we actually deleted stuff
Kay Sievers
2010-05-27
childs -> children
Kay Sievers
2010-05-27
while (1) -> for (;;)
Kay Sievers
2010-05-12
reset process priority before executing RUN+=
Kay Sievers
2009-12-08
util_unlink_secure(): chmod() before chown()
Kay Sievers
2009-10-28
break loops if util_create_path() returns error
Kay Sievers
2009-09-22
util_run_program: *really* restore signal mask before executing event RUN com...
Scott James Remnant
2009-09-08
util_run_program(): fix possible buffer overflow #2
Florian Zumbiehl
2009-09-07
util_run_program(): skip multiple spaces in argv creation
Kay Sievers
2009-09-07
util_run_program: restore signal mask before executing event RUN commands
Jeremy Kerr
2009-08-30
util_create_path(): fix possible out of bounds array access
Florian Zumbiehl
2009-08-29
util_delete_path(): handle multiple leading slashes
Florian Zumbiehl
2009-08-29
util_create_path(): fix errno usage
Kay Sievers
2009-08-29
util_lookup_group(): fix memory leak if realloc() fails
Florian Zumbiehl
2009-08-29
util_delete_path(): use util_strscpy()
Florian Zumbiehl
2009-08-29
util_unlink_secure(): chmod() before chown()
Kay Sievers
2009-08-25
assign errno for getgrnam_r()/getpwnam_r()
Kay Sievers
2009-08-08
fix spelling
Alan Jenkins
2009-08-01
update a few years of copyright
Kay Sievers
2009-08-01
fix util_lookup_group to handle large groups
Eric W. Biederman
2009-07-17
udevd: add timestamp to --debug output
Kay Sievers
2009-07-11
udevd: make sure a worker finishes event handling before exiting
Kay Sievers
2009-07-07
use MIN() MAX() from param.h
Kay Sievers
2009-06-17
cleanup ./configure installation directory options
Kay Sievers
2009-06-09
move common stuff from udev/ to private parts of libudev/
Kay Sievers