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
/
src
/
shared
/
mkdir.c
Age
Commit message (
Expand
)
Author
2015-04-12
shared/mkdir: do not set errno in addition to return value
Zbigniew Jędrzejewski-Szmek
2014-12-01
treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1
Lennart Poettering
2014-10-26
src/shared/mkdir-label.c: move and rename mkdir_label()
Anthony G. Basile
2014-10-26
label: move is_dir() to util.c
Lennart Poettering
2014-08-14
src/shared: some stylistic changes
Anthony G. Basile
2014-08-14
src/shared: import more code cleanups from upstream
Anthony G. Basile
2014-08-05
src/shared: refactor shared code
Anthony G. Basile
2012-11-15
Isolation of udev code from remaining systemd
Anthony G. Basile
2012-10-02
shared: fail mkdir_p if the target exists and is not a directory
Zbigniew Jędrzejewski-Szmek
2012-10-02
nspawn: use automatic cleanup and provide debug info
Zbigniew Jędrzejewski-Szmek
2012-05-31
mkdir: provide all functions with and without selinux label application
Kay Sievers
2012-05-31
mkdir: append _label to all mkdir() calls that explicitly set the selinux con...
Kay Sievers
2012-04-17
mkdir: do not use alloca() in a loop
Kay Sievers
2012-04-17
udev: replace util_create_path() with mkdir_parents()
Kay Sievers
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-10
rename basic.la to shared.la and put selinux deps in shared-selinx.la
Kay Sievers