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
2013-12-10
macro: log assertion at debug level in assert_return()
Lennart Poettering
2013-12-03
macro: better make IN_SET() macro use const arrays
Lennart Poettering
2013-12-02
macro: add a macro to test whether a value is in a specified list
Lennart Poettering
2013-11-30
macro.h: fix typo in comment
Thomas Hindoe Paaboel Andersen
2013-11-25
swap: split state machine state ACTIVATING into two
Lennart Poettering
2013-11-22
macro: fix problem with __LINE__ macro expansion
Lukasz Skalski
2013-11-22
macro: fix assert_cc() fallback
David Herrmann
2013-11-20
macro: add _unlikely_() to assert_return()
Lennart Poettering
2013-11-20
macro: change assert_cc() so that it can appear outside of functions
Lennart Poettering
2013-11-07
util: add circle to special chars we can draw
Lennart Poettering
2013-10-21
bus: remove static introspection file export
Kay Sievers
2013-10-16
macro: clean up usage of gcc attributes
Lennart Poettering
2013-10-11
macro: add new assert_return() macro for early parameter checking in functions
Lennart Poettering
2013-08-22
remove hasprefix(), use startswith()
Shawn Landden
2013-08-20
Rename F_TYPE_CMP() to F_TYPE_EQUAL()
Zbigniew Jędrzejewski-Szmek
2013-06-20
Add hasprefix macro to check prefixes of fixed length
Zbigniew Jędrzejewski-Szmek
2013-05-17
bus: add APIs for negotiating what is attached to messages
Lennart Poettering
2013-05-14
bus: add and use UINT64_TO_PTR()
Kay Sievers
2013-04-25
Make up for attribute malloc with alloc_size
Zbigniew Jędrzejewski-Szmek
2013-04-19
Reintroduce f_type comparison macro
Harald Hoyer
2013-04-18
Revert f_type fixups
Harald Hoyer
2013-04-18
macro.h: let F_TYPE_CMP() macro fail to compile, if second parameter is not c...
Harald Hoyer
2013-04-18
rename CMP_F_TYPE to F_TYPE_CMP
Harald Hoyer
2013-04-18
Add ugly CMP_F_TYPE() macro
Harald Hoyer
2013-04-16
util: make generation of profcs PID paths nicer
Lennart Poettering
2013-04-16
macro: rework how we define cleanup macros
Lennart Poettering
2013-04-12
bus: don't calculate kmsg message too large
Lennart Poettering
2013-04-11
macro: make sure ALIGN() can be calculated constant by the compiler
Lennart Poettering
2013-04-02
macro: add macro for precisely determining length of decimal string formattin...
Lennart Poettering
2013-04-01
Always use our own MAX/MIN definitions
Cristian Rodríguez
2013-03-26
tests: skip bus test if bus cannot be opened
Zbigniew Jędrzejewski-Szmek
2013-03-20
macro: add CHAR_TO_STR macro to make a one character string from a char
Lennart Poettering
2013-03-20
macro: don't redefine CLAMP if it is already defined by glib or some other li...
Lennart Poettering
2013-03-18
journal,shared: add _cleanup_journal_close_
Zbigniew Jędrzejewski-Szmek
2013-01-29
shared: introduce _cleanup_set_free_free_
Zbigniew Jędrzejewski-Szmek
2013-01-25
Add _cleanup_pclose_ and fix mismatching pipe close opened by popen()
Zbigniew Jędrzejewski-Szmek
2013-01-07
localectl: use automatic cleanup
Zbigniew Jędrzejewski-Szmek
2012-12-31
macro: use C11 static_assert() macro for static assertions
Lennart Poettering
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