index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
macro.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #10378 from poettering/json-fuzz-fix
Zbigniew Jędrzejewski-Szmek
2018-10-25
1
-0
/
+1
|
\
|
*
macro.h: include assert.h so that static_assert can be properly checked for
Lennart Poettering
2018-10-18
1
-0
/
+1
*
|
tree-wide: replace 'unsigned int' with 'unsigned'
Yu Watanabe
2018-10-19
1
-1
/
+1
|
/
*
macro: rework IN_SET a bit
Lennart Poettering
2018-10-11
1
-2
/
+5
*
macro: drop -Wdeclaration-after-statement exclusion magic, we dropped that wa...
Lennart Poettering
2018-10-11
1
-13
/
+2
*
macro: introduce DEFINE_TRIVIAL_REF_UNREF_FUNC() macro and friends
Yu Watanabe
2018-08-27
1
-0
/
+49
*
macros: add CMP(a, b) macro.
Filipe Brandenburger
2018-08-07
1
-0
/
+9
*
macro: drop __extension__, reformat and reindent
Filipe Brandenburger
2018-08-07
1
-35
/
+35
*
coverity: Add custom assertion macros for Coverity
Filipe Brandenburger
2018-07-19
1
-4
/
+36
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-4
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
Add macro for checking if some flags are set
Zbigniew Jędrzejewski-Szmek
2018-06-04
1
-0
/
+2
*
macro: don't rely on C's downgrade-to-bool feature for numeric comparisons
Lennart Poettering
2018-04-12
1
-1
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
fuzz-unit-file: add __has_feature(memory_sanitizer) when skipping ListenNetlink=
Zbigniew Jędrzejewski-Szmek
2018-03-26
1
-0
/
+11
*
basic/macros: rename noreturn into _noreturn_ (#8456)
Franck Bui
2018-03-15
1
-10
/
+9
*
core: drop unnecessary __useless_struct_to_allow_trailing_semicolon__
Zbigniew Jędrzejewski-Szmek
2018-03-06
1
-2
/
+1
*
coverity: don't use (void)0 under coverity
Zbigniew Jędrzejewski-Szmek
2018-01-04
1
-2
/
+8
*
basic/macros: add STRLEN() to get length of string literal as constant expres...
Thomas Haller
2017-12-13
1
-0
/
+8
*
__attribute__((fallthrough)) only when -Wimplicit-fallthrough (#7448)
Shawn Landden
2017-11-24
1
-0
/
+4
*
tree-wide: adjust fall through comments so that gcc is happy
Shawn Landden
2017-11-20
1
-0
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: drop assert.h includes
Zbigniew Jędrzejewski-Szmek
2017-05-13
1
-1
/
+0
*
networkd: add support to configure VLAN on bridge ports
Tobias Jungel
2016-06-10
1
-0
/
+9
*
Merge pull request #2848 from keszybz/clang-warnings
Daniel Mack
2016-03-17
1
-1
/
+5
|
\
|
*
basic/macros: clang 3.5 doesn't support alloc_size
Zbigniew Jędrzejewski-Szmek
2016-03-16
1
-1
/
+5
*
|
include sys/sysmacros.h in more places
Mike Frysinger
2016-03-15
1
-0
/
+1
|
/
*
Merge pull request #2702 from poettering/resolved-iterate-fix
Zbigniew Jędrzejewski-Szmek
2016-03-01
1
-0
/
+6
|
\
|
*
resolved: fix notification iteration logic when transactions are completed
Lennart Poettering
2016-02-22
1
-0
/
+6
*
|
tree-wide: minor formatting inconsistency cleanups
Vito Caputo
2016-02-23
1
-1
/
+1
|
/
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
macro.h: provide a switch-case statement generator for IN_SET
Daniel Mack
2016-01-11
1
-12
/
+41
*
util-lib: move CONF_DIRS_NULSTR definition to def.h
Lennart Poettering
2015-11-03
1
-15
/
+0
*
util-lib: split out globbing related calls into glob-util.[ch]
Lennart Poettering
2015-10-27
1
-3
/
+0
*
stat-util.h: move F_TYPE_EQUAL() macro definition to stat-util.h
Lennart Poettering
2015-10-27
1
-6
/
+0
*
util-lib: split out printf() helpers to stdio-util.h
Lennart Poettering
2015-10-27
1
-45
/
+0
*
macro.h: move definition of MODE_INVALID to parse-util.h
Lennart Poettering
2015-10-27
1
-2
/
+0
*
macro: move DECIMAL_STR_WIDTH() into macro.h
Lennart Poettering
2015-10-27
1
-0
/
+9
*
socket-util: move CMSG_FOREACH() from macro.h to socket-util.h
Lennart Poettering
2015-10-27
1
-3
/
+0
*
io-util.h: move iovec stuff from macro.h to io-util.h
Lennart Poettering
2015-10-27
1
-39
/
+2
*
process-util: move PID related macros from macro.h to process-util.h
Lennart Poettering
2015-10-27
1
-3
/
+0
*
user-util: move UID/GID related macros from macro.h to user-util.h
Lennart Poettering
2015-10-27
1
-10
/
+0
*
util: drop UID_IS_INVALID() in favour of uid_is_valid()
Lennart Poettering
2015-09-22
1
-12
/
+0
*
basic: nicer assert messages
Michal Schmidt
2015-09-16
1
-9
/
+11
*
basic: make sure argument of ELEMENTSOF is an array
Michal Schmidt
2015-09-16
1
-2
/
+5
*
macro: introduce new PID_TO_PTR macros and make use of them
Lennart Poettering
2015-09-04
1
-0
/
+3
*
Merge pull request #537 from poettering/nss-mymachines-userns
David Herrmann
2015-07-23
1
-0
/
+13
|
\
|
*
nss-mymachines: map userns users of containers to real user names
Lennart Poettering
2015-07-09
1
-0
/
+13
*
|
basic: more optimizable IN_SET macro
Michal Schmidt
2015-07-22
1
-1
/
+1
*
|
basic: better readable IN_SET macro
Michal Schmidt
2015-07-22
1
-4
/
+4
|
/
[next]