Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v239-45
/
src
fcd9a14
pam-systemd: use secure_getenv() rather than getenv()
by Lennart Poettering
· 7 years ago
v239-45
1f3165b
udev: run link_update() with increased retry count in second invocation
by Michal Sekletar
· 4 years, 10 months ago
5173720
core: prevent excessive /proc/self/mountinfo parsing
by Michal Sekletár
· 5 years ago
c35ba62
test: add ratelimiting test
by Michal Sekletár
· 5 years ago
395eb77
sd-event: add ability to ratelimit event sources
by Lennart Poettering
· 5 years ago
188465c
sd-event: increase n_enabled_child_sources just once
by Zbigniew Jędrzejewski-Szmek
· 5 years ago
deb9e6a
sd-event: update state at the end in event_source_enable
by Zbigniew Jędrzejewski-Szmek
· 5 years ago
97f599b
sd-event: remove earliest_index/latest_index into common part of event source objects
by Lennart Poettering
· 5 years ago
846b1dd
sd-event: follow coding style with naming return parameter
by Lennart Poettering
· 5 years ago
441684c
sd-event: ref event loop while in sd_event_prepare() ot sd_event_run()
by Lennart Poettering
· 5 years ago
4c5fdbd
sd-event: refuse running default event loops in any other thread than the one they are default for
by Lennart Poettering
· 6 years ago
5b5a590
sd-event: let's suffix last_run/last_log with "_usec"
by Lennart Poettering
· 5 years ago
1aae57f
sd-event: fix delays assert brain-o (#17790)
by Vito Caputo
· 5 years ago
88b2618
sd-event: split out code to add/remove timer event sources to earliest/latest prioq
by Lennart Poettering
· 5 years ago
6cc0022
sd-event: split clock data allocation out of sd_event_add_time()
by Lennart Poettering
· 5 years ago
e8904b5
sd-event: mention that two debug logged events are ignored
by Lennart Poettering
· 5 years ago
d7ad6ad
sd-event: split out enable and disable codepaths from sd_event_source_set_enabled()
by Lennart Poettering
· 5 years ago
4ce10f8
sd-event: split out helper functions for reshuffling prioqs
by Michal Sekletár
· 5 years ago
8c82f3a
udev-test: skip the test only if it can't setup its environment
by Evgeny Vereshchagin
· 7 years ago
1d5f966
udev: make algorithm that selects highest priority devlink less susceptible to race conditions
by Michal Sekletar
· 4 years, 12 months ago
29c5b8d
basic/stat-util: make mtime check stricter and use entire timestamp
by Michal Sekletár
· 5 years ago
fb58a56
udev/net_id: give RHEL-8.4 naming scheme a name
by Michal Sekletar
· 4 years, 12 months ago
4e48673
selinux: add trigger for policy reload to refresh internal selabel cache
by Christian Göttsche
· 6 years ago
4f4e8bb
selinux: introduce mac_selinux_create_file_prepare_at()
by Franck Bui
· 7 years ago
c67be1c
core: reload SELinux label cache on daemon-reload
by Christian Göttsche
· 6 years ago
af9f03b
cgroup: Also set blkio.bfq.weight
by Pavel Hrdina
· 5 years ago
a11334f
unit: make UNIT() cast function deal with NULL pointers
by Lennart Poettering
· 7 years ago
6ece87b
resolved: tweak cmsg calculation
by Lennart Poettering
· 6 years ago
v239-43
905a97c
core: add new PassPacketInfo= socket unit property
by Lennart Poettering
· 6 years ago
9668172
socket-util: add generic socket_pass_pktinfo() helper
by Lennart Poettering
· 6 years ago
8cff80d
introduce setsockopt_int() helper
by Lennart Poettering
· 7 years ago
db2816e
shared/install: fix preset operations for non-service instantiated units
by Zbigniew Jędrzejewski-Szmek
· 5 years ago
7444c6e
test: fix a memleak
by Yu Watanabe
· 7 years ago
eacb511
install: small refactor to combine two function calls into one function
by Ruixin Bao
· 7 years ago
4c41ad9
install: allow instantiated units to be enabled via presets
by Ruixin Bao
· 7 years ago
5813180
tree-wide: port various bits over to locale_is_installed()
by Lennart Poettering
· 6 years ago
3d08c79
test: add test case for locale_is_installed()
by Lennart Poettering
· 6 years ago
f0d9e0c
locale-util: add new helper locale_is_installed()
by Lennart Poettering
· 6 years ago
b14c82d
log: Prefer logging to CLI unless JOURNAL_STREAM is set
by Daan De Meyer
· 6 years ago
bb6114a
udev/net_id: don't generate slot based names if multiple devices might claim the same slot
by Michal Sekletár
· 5 years ago
462420b
udev/net_id: parse _SUN ACPI index as a signed integer
by Michal Sekletár
· 5 years ago
af528dc
man: describe naming schemes in a new man page
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
8c26375
meson: make net.naming-scheme= default configurable
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
08ac9f7
udev: introduce udev net_id "naming schemes"
by Michal Sekletár
· 5 years ago
33b851f
user-util: rework how we validate user names
by Lennart Poettering
· 6 years ago
v239-42
7569168
user-util: switch order of checks in valid_user_group_name_or_id_full()
by Lennart Poettering
· 6 years ago
40dff18
shared/user-util: allow usernames with dots in specific fields
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
f06434c
user-util: Allow names starting with a digit
by Balint Reczey
· 6 years ago
fa1fa19
shared/user-util: emit a warning on names with dots
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
1e4ec1b
shared/user-util: add compat forms of user name checking functions
by David Tardon
· 5 years ago
457eada
tests: beef up integer parsing tests
by Lennart Poettering
· 6 years ago
e67e29d
parse-util: also parse integers prefixed with 0b and 0o
by Lennart Poettering
· 6 years ago
50b103a
strv: add new macro STARTSWITH_SET()
by Lennart Poettering
· 7 years ago
87c22d3
user-util: be stricter in parse_uid()
by Lennart Poettering
· 6 years ago
147a369
parse-util: rewrite parse_mode() on top of safe_atou_full()
by Lennart Poettering
· 6 years ago
91ed5ed
parse-util: make return parameter optional in safe_atou16_full()
by Lennart Poettering
· 6 years ago
1c8e507
parse-util: allow '-0' as alternative to '0' and '+0'
by Lennart Poettering
· 6 years ago
1d11e79
parse-util: allow tweaking how to parse integers
by Lennart Poettering
· 6 years ago
bd47a98
basic/parse-util: add safe_atoux64()
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
2fd9a21
parse-util: sometimes it is useful to check if a string is a valid integer, but not actually parse it
by Lennart Poettering
· 6 years ago
57d2e6e
basic/user-util: always use base 10 for user/group numbers
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
1a822db
core: add support for setting CPUAffinity= to special "numa" value
by Michal Sekletár
· 6 years ago
1730f7b
dbus-execute: make transfer of CPUAffinity endian safe (#12711)
by Michal Sekletar
· 7 years ago
1c8d1c3
mount-setup: fix segfault in mount_cgroup_controllers when using gcc9 compiler
by Wen Yang
· 5 years ago
9c0ed82
core: remove support for API bus "started outside our own logic"
by Alan Jenkins
· 8 years ago
262544a
socket: New option 'FlushPending' (boolean) to flush socket before entering listening state
by Renaud Métrich
· 5 years ago
cacf7a6
systemctl: add new --show-transaction switch
by Lennart Poettering
· 7 years ago
cfb1242
systemctl: split out extra args generation into helper function of its own
by Lennart Poettering
· 7 years ago
7569756
systemctl: clean up start_unit_one() error handling
by Lennart Poettering
· 7 years ago
91c83bd
systemctl: Only wait when there's something to wait for.
by Filipe Brandenburger
· 7 years ago
26d2d89
systemctl: reindent table
by Lennart Poettering
· 7 years ago
8b34041
systemctl: replace switch statement by table of structures
by Lennart Poettering
· 7 years ago
7155c01
core: add new API for enqueing a job with returning the transaction data
by Lennart Poettering
· 7 years ago
6a50c73
sd-bus: break the loop in bus_ensure_running() if the bus is not connecting
by Zbigniew Jędrzejewski-Szmek
· 5 years ago
8607490
vconsole-setup: downgrade log message when setting font fails on dummy console
by Franck Bui
· 5 years ago
8cc497e
seccomp: rework how the S[UG]ID filter is installed
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
2f584bd
basic/virt: try the /proc/1/sched hack also for PID1
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
a6d76bf
build: use simple project version in pkgconfig files
by Jan Synacek
· 5 years ago
65e9632
logind: don't print warning when user@.service template is masked
by Michal Sekletar
· 7 years ago
45d093a
cgroup: freezer action must be NOP when cgroup v2 freezer is not available
by Michal Sekletár
· 5 years ago
v239-41
37f2576
core: make sure to restore the control command id, too
by Lennart Poettering
· 6 years ago
v239-40
a4cefc9
device: don't emit PropetiesChanged needlessly
by Michal Sekletár
· 6 years ago
v239-39
91dddaa
device: make sure we emit PropertiesChanged signal once we set sysfs
by Michal Sekletár
· 6 years ago
8e1cc94
fix mis-merge
by David Tardon
· 6 years ago
4da9dfa
core: fix the return value in order to make sure we don't dipatch method return too early
by Michal Sekletár
· 6 years ago
abf2fb6
core/cgroup: fix return value of unit_cgorup_freezer_action()
by Michal Sekletar
· 6 years ago
046ea98
core: introduce support for cgroup freezer
by Michal Sekletár
· 6 years ago
48ab0db
shared: add NULL callback check in one more place
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
e607286
shared: Don't try calling NULL callback in bus_wait_for_units_clear
by Balint Reczey
· 6 years ago
63b5df7
shared: fix assert call
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
5e422a9
shared: add generic logic for waiting for a unit to enter some state
by Lennart Poettering
· 7 years ago
5aefc15
basic/cgroup-util: introduce cg_get_keyed_attribute_full()
by Michal Sekletár
· 6 years ago
7301b17
selinux: do preprocessor check only in selinux-access.c
by Michal Sekletár
· 6 years ago
4134661
core: don't consider SERVICE_SKIP_CONDITION for abnormal or failure restarts
by Anita Zhang
· 6 years ago
0065f2b
meson: allow setting the version string during configuration
by Jan Synacek
· 6 years ago
v239-33
v239-34
v239-35
4e7a3af
cgroup: Mark memory protections as explicitly set in transient units
by Chris Down
· 6 years ago
9c04746
cgroup: Respect DefaultMemoryMin when setting memory.min
by Chris Down
· 6 years ago
49c9900
cgroup: Check ancestor memory min for unified memory config
by Chris Down
· 6 years ago
ef4157d
cgroup: Test that it's possible to set memory protection to 0 again
by Chris Down
· 7 years ago
614b43f
cgroup: Support 0-value for memory protection directives
by Chris Down
· 7 years ago
Next »