index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
man
/
user-system-options.xml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-03-22
man: add a note that nspawn gives access to network by default
Zbigniew Jędrzejewski-Szmek
1
-2
/
+4
2018-03-21
ac-power: add simple getopt() argument parsing to systemd-ac-power (#8516)
Lennart Poettering
1
-2
/
+74
2018-03-21
time-sync-wait: add service (#8494)
Peter A. Bigot
6
-0
/
+319
2018-03-21
dissect: add dissect_image_and_warn() that unifies error message generation f...
Lennart Poettering
5
-47
/
+62
2018-03-21
move MANAGER_IS_RELOADING() check into manager_recheck_{dbus|journal}() (#8510)
Lennart Poettering
2
-7
/
+12
2018-03-21
fileio: port parse_env_file_internal() to use _cleanup_free_ (#8511)
Lennart Poettering
1
-46
/
+26
2018-03-21
v3: Properly parsing SCSI Hyperv devices (#8509)
Long Li
1
-5
/
+8
2018-03-21
selinux: let's fully (and statically) initialize log callback union (#8512)
Lennart Poettering
1
-2
/
+4
2018-03-21
sd-bus: drop fd_nonblock() calls that are implied by rearrange_stdio() (#8514)
Lennart Poettering
1
-3
/
+0
2018-03-21
coredumpctl: drop unnecessary NULL initialization, and use const where possib...
Lennart Poettering
1
-2
/
+2
2018-03-21
doc: update TODO
Yu Watanabe
1
-3
/
+0
2018-03-21
nss-systemd: make dynamic users enumerable by `getent`
Yu Watanabe
2
-0
/
+338
2018-03-21
nss-systemd: define dynamic user properties
Yu Watanabe
1
-10
/
+15
2018-03-21
nss-systemd: cleanup bypassing dbus logic
Yu Watanabe
1
-63
/
+48
2018-03-21
core: add new dbus method GetDynamicUsers
Yu Watanabe
4
-1
/
+51
2018-03-21
Restore naming of IOPRIO_PRIO defines from linux/ioprio.h
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2018-03-21
core/load-fragment: reject overly long paths early
Zbigniew Jędrzejewski-Szmek
3
-4
/
+16
2018-03-21
basic/calendarspec: add check for repeat values that would overflow
Zbigniew Jędrzejewski-Szmek
3
-0
/
+10
2018-03-20
journal: don't insist that the journal file header's boot ID matches the last...
Lennart Poettering
1
-1
/
+1
2018-03-20
journal-file: drop unused tail_entry_monotonic_valid field.
Lennart Poettering
2
-7
/
+0
2018-03-20
journal: make the compression threshold tunable
Alex Gartrell
6
-10
/
+135
2018-03-20
coccinelle: always use fcntl(fd, FD_DUPFD, 3) instead of dup(fd)
Lennart Poettering
2
-2
/
+7
2018-03-20
coccinelle: make use of DIV_ROUND_UP() wherever appropriate
Lennart Poettering
9
-11
/
+30
2018-03-20
journal: provide compress_threshold_bytes parameter
Alex Gartrell
11
-32
/
+141
2018-03-20
basic/fs-util: skip fsync_directory_of_file() if /proc/self/fd/ is not availa...
Zbigniew Jędrzejewski-Szmek
2
-5
/
+23
2018-03-20
nspawn: move network namespace creation to a separate step (#8430)
Zbigniew Jędrzejewski-Szmek
1
-6
/
+7
2018-03-20
mkosi: set file permissions in copy of source tree (#8370)
Filipe Brandenburger
1
-0
/
+8
2018-03-20
seccomp: enable RestrictAddressFamilies on ppc (#8505)
Mathieu Malaterre
1
-1
/
+1
2018-03-20
sysusers: make sure to reset errno before calling fget*ent()
Franck Bui
1
-1
/
+8
2018-03-20
sysusers: also add support for NIS entries in /etc/shadow
Franck Bui
1
-1
/
+19
2018-03-20
v4l_id: check mplane video capture and output capailities (#8464)
Jui-Chi Ricky Liang
1
-2
/
+4
2018-03-20
man: use unicode ellipsis in one more place (#8496)
Zbigniew Jędrzejewski-Szmek
2
-1
/
+3
2018-03-20
hwdb: ThinkPad 4x0s and X1 Carbon 3rd gen LEDs (#8492)
Matteo F. Vescovi
1
-0
/
+12
2018-03-19
hwdb: ThinkPad T560 doesn't have a caps lock led (#8490)
Salvo 'LtWorf' Tomaselli
1
-0
/
+5
2018-03-19
macros: fix sysusers_create_inline (#8489)
Filipe Brandenburger
1
-1
/
+1
2018-03-19
resolve: show more global settings in `systemd-resolve --status`
Yu Watanabe
1
-3
/
+21
2018-03-19
resolve: expose global LLMNR, MulticastDNS, and DNSSEC settings as bus property
Yu Watanabe
3
-4
/
+27
2018-03-19
doc: update TODO
Yu Watanabe
1
-5
/
+0
2018-03-19
bus-util: introduce bus_message_print_all_properties()
Yu Watanabe
5
-222
/
+147
2018-03-19
systemctl: use bus_map_all_properties() in status command
Yu Watanabe
1
-361
/
+229
2018-03-19
systemctl: use string table for show()
Yu Watanabe
1
-27
/
+42
2018-03-19
bus-util: make bus_map_all_properties() not copy string
Yu Watanabe
11
-201
/
+132
2018-03-19
hwdb: ThinkPad T450s doesn't have a caps lock led (#8433)
Paride Legovini
1
-0
/
+4
2018-03-19
bus-util: store boolean message to bool
Yu Watanabe
1
-2
/
+2
2018-03-19
systemctl: use bus_map_all_properties() in list-dependencies command
Yu Watanabe
1
-64
/
+45
2018-03-19
tree-wide: voidify pager_open()
Yu Watanabe
15
-59
/
+57
2018-03-19
man: mention 'status' is the default command for timedatectl
Yu Watanabe
1
-0
/
+5
2018-03-19
timedatectl: use dispatch_verb()
Yu Watanabe
1
-119
/
+45
2018-03-19
man: mention 'status' is the default command for localectl
Yu Watanabe
1
-2
/
+6
2018-03-19
localectl: use dispatch_verb()
Yu Watanabe
1
-125
/
+47
[next]