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
/
macro.h
Age
Commit message (
Expand
)
Author
2015-01-25
build-sys: fix build on compilers without static_assert
Zbigniew Jędrzejewski-Szmek
2015-01-25
Move DEFINE_TRIVIAL_CLEANUP_FUNC to macro.h
Zbigniew Jędrzejewski-Szmek
2014-12-11
core: unify how we iterate over inotify events
Lennart Poettering
2014-12-01
treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1
Lennart Poettering
2014-09-18
src/shared: import upstream code needed for recent commits
Anthony G. Basile
2014-08-27
shared: make container_of() use unique variable names
David Herrmann
2014-08-14
src/shared: some stylistic changes
Anthony G. Basile
2014-08-14
src/shared: import many code cleanups from upstream
Anthony G. Basile
2014-08-05
src/shared: refactor shared code
Anthony G. Basile
2012-11-17
Rename src/shared to src/include, a saner name
Anthony G. Basile
2012-11-15
Final step of revamping the build system
Anthony G. Basile
2012-11-15
Isolation of udev code from remaining systemd
Anthony G. Basile
2012-10-17
timedatectl: introduce new command line client for timedated
Lennart Poettering
2012-09-24
macro: increase VA_FORMAT_ADVANCE type array and hit assert when it is reached
Lennart Poettering
2012-09-24
log: fix repeated invocation of vsnprintf()/vaprintf() in log_struct()
Lennart Poettering
2012-09-16
nspawn: use automatic cleanup for umask
Zbigniew Jędrzejewski-Szmek
2012-09-14
util: various additional modernizations
Lennart Poettering
2012-09-14
util: modernize a few functions with automatic cleanup variables
Lennart Poettering
2012-09-13
macro: introduce _cleanup_free_ macro for automatic freeing of scoped vars an...
Lennart Poettering
2012-07-19
use #pragma once instead of foo*foo #define guards
Shawn Landden
2012-07-15
journal: align byte-buffer that gets cased to an object
Kay Sievers
2012-05-08
util: split-out hwclock.[ch]
Kay Sievers
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-10
move list.h, macro.h, ioprio.h to shared/
Kay Sievers