index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicable
Yu Watanabe
2018-08-27
2
-38
/
+7
*
macro: introduce DEFINE_TRIVIAL_REF_UNREF_FUNC() macro and friends
Yu Watanabe
2018-08-27
1
-0
/
+49
*
networkd and sd-netlink: add support for Generic netlink And FooOverUDP to IP...
Susant Sahani
2018-08-23
1
-0
/
+39
*
selinux-util: drop unused variables
Yu Watanabe
2018-08-22
1
-2
/
+0
*
util: do not use stack frame for parsing arbitrary inputs
Yu Watanabe
2018-08-22
1
-4
/
+12
*
random-util: use RDRAND for randomness if the kernel doesn't want to give us any
Lennart Poettering
2018-08-21
2
-2
/
+61
*
Merge pull request #9712 from filbranden/socket1
Zbigniew Jędrzejewski-Szmek
2018-08-21
2
-21
/
+86
|
\
|
*
socket-util: Introduce send_one_fd_iov() and receive_one_fd_iov()
Filipe Brandenburger
2018-08-02
2
-21
/
+86
*
|
Merge pull request #9783 from poettering/get-user-creds-flags
Zbigniew Jędrzejewski-Szmek
2018-08-21
2
-71
/
+113
|
\
\
|
*
|
Rename USER_CREDS_SYNTHESIZE_FALLBACK to …_PREFER_NSS
Zbigniew Jędrzejewski-Szmek
2018-08-20
2
-7
/
+7
|
*
|
user-util: rework get_user_creds()
Lennart Poettering
2018-08-20
2
-71
/
+113
*
|
|
Merge pull request #9809 from poettering/tmpfiles-cleanup
Zbigniew Jędrzejewski-Szmek
2018-08-20
1
-0
/
+15
|
\
\
\
|
*
|
|
btrfs-util: unfuck tmpfiles' subvol creation
Lennart Poettering
2018-08-08
1
-0
/
+15
*
|
|
|
tree-wide: add clickable man page link to all --help texts
Lennart Poettering
2018-08-20
2
-0
/
+10
*
|
|
|
util: improve comments why we ignore EACCES and EPERM
Yu Watanabe
2018-08-20
1
-1
/
+8
*
|
|
|
util: bind_remount_recursive_with_mountinfo(): ignore submounts which cannot ...
Yu Watanabe
2018-08-10
1
-1
/
+6
*
|
|
|
syslog: fix segfault in syslog_parse_priority()
Yu Watanabe
2018-08-08
1
-9
/
+11
*
|
|
|
util: introduce memcmp_safe()
Yu Watanabe
2018-08-08
1
-3
/
+10
|
/
/
/
*
|
|
tree-wide: Convert compare_func's to use CMP() macro wherever possible.
Filipe Brandenburger
2018-08-07
3
-11
/
+8
*
|
|
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
|
/
/
*
|
smack-util: use 'path' paremeter as is if it's already absolute in mac_smack_...
Franck Bui
2018-08-06
1
-4
/
+7
*
|
Merge pull request #9792 from poettering/hashmap-mempool
Zbigniew Jędrzejewski-Szmek
2018-08-06
1
-8
/
+22
|
\
\
|
*
|
hashmap: add an explicit assert() for detecting when objects migrated between...
Lennart Poettering
2018-08-03
1
-2
/
+4
|
*
|
hashmap: add an environment variable to turn off the memory pool used by hash...
Lennart Poettering
2018-08-03
1
-6
/
+18
|
|
/
*
|
resolve: treat some icmp errors as disconnected
Yu Watanabe
2018-08-06
1
-2
/
+6
*
|
Merge pull request #8822 from fbuihuu/rfc-tmpfiles-safe-upstream
Lennart Poettering
2018-08-03
16
-67
/
+217
|
\
\
|
|
/
|
/
|
|
*
path-util: make use of path_join() in path_make_absolute_cwd()
Franck Bui
2018-07-30
1
-4
/
+1
|
*
fs-util: add new CHASE_NOFOLLOW flag to chase_symlinks()
Franck Bui
2018-07-30
2
-2
/
+3
|
*
fs-util: introduce mkfifoat_atomic() helper
Franck Bui
2018-07-30
2
-0
/
+26
|
*
fileio: make tempfn_random_child() accept empty string as path
Franck Bui
2018-07-30
1
-3
/
+5
|
*
basic/stat-util: introduce is_dir_fd()
Franck Bui
2018-07-30
2
-0
/
+12
|
*
btrfs-util: introduce btrfs_subvol_make_fd()
Franck Bui
2018-07-30
2
-7
/
+20
|
*
basic/label: introduce mkdirat_label()/mkdirat_errno_wrapper() helpers
Franck Bui
2018-07-30
4
-0
/
+25
|
*
selinux: introduce mac_selinux_create_file_prepare_at()
Franck Bui
2018-07-30
2
-21
/
+63
|
*
smack: introduce mac_smack_fix_at()
Franck Bui
2018-07-30
2
-30
/
+62
*
|
basic: use FAMILY_ADDRESS_SIZE() macro in hash_ops for in_addr_data
Yu Watanabe
2018-08-02
1
-12
/
+2
*
|
basic: introduce in_addr_data_hash_ops
Yu Watanabe
2018-07-31
2
-0
/
+36
|
/
*
void call of page_size guarantees that sysconf is not called from signal handler
Daniel
2018-07-26
1
-0
/
+4
*
Merge pull request #9504 from poettering/nss-deadlock
Zbigniew Jędrzejewski-Szmek
2018-07-26
2
-3
/
+4
|
\
|
*
path-util: avoid name clashes
Lennart Poettering
2018-07-20
1
-3
/
+3
|
*
env-util: make env-util.h self contained
Lennart Poettering
2018-07-20
1
-0
/
+1
*
|
Merge pull request #9484 from poettering/permille-everywhere
Zbigniew Jędrzejewski-Szmek
2018-07-26
1
-3
/
+4
|
\
\
|
*
|
parse-util: in parse_permille() check negative earlier
Lennart Poettering
2018-07-25
1
-3
/
+4
*
|
|
sd-bus: allow connecting to the pseudo-container ".host"
Lennart Poettering
2018-07-25
1
-0
/
+5
*
|
|
pam_systemd: move socket_from_display() from util.[ch] to pam_systemd.c
Lennart Poettering
2018-07-25
2
-26
/
+0
|
/
/
*
|
Merge pull request #9668 from poettering/open-parent
Zbigniew Jędrzejewski-Szmek
2018-07-25
5
-51
/
+59
|
\
\
|
*
|
tree-wide: port various bits over to open_parent()
Lennart Poettering
2018-07-23
3
-27
/
+11
|
*
|
fs-util: introduce open_parent() helper
Lennart Poettering
2018-07-23
3
-20
/
+34
|
*
|
fileio: add additional safety checks
Lennart Poettering
2018-07-23
1
-4
/
+14
|
|
/
[next]