index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
sigbus.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-01
test: Test user record selfModifiable behavior
Adrian Vovk
2
-0
/
+102
2024-11-01
homed: Allow user to change parts of their record
Adrian Vovk
6
-18
/
+207
2024-11-01
user-record: Introduce selfModifiable fields
Adrian Vovk
4
-1
/
+131
2024-11-01
build(deps): bump actions/checkout from 4.2.0 to 4.2.2
dependabot[bot]
12
-12
/
+12
2024-11-01
man: <strong> is not a valid docbook tag, but <emphasis> is
Lennart Poettering
1
-2
/
+2
2024-11-01
update NEWS
Lennart Poettering
1
-0
/
+11
2024-10-31
coredump: make check that all argv[] meta data fields are passed strict
Lennart Poettering
1
-3
/
+4
2024-10-31
coredump: use memory_startswith() when looking at a data blob
Lennart Poettering
1
-1
/
+1
2024-10-31
iovw: normalize destructors
Lennart Poettering
2
-17
/
+15
2024-10-31
iovw: add simpler iovw_done() destructor
Lennart Poettering
2
-2
/
+6
2024-10-31
coredump: move to _cleanup_ for destroying iovw object
Lennart Poettering
2
-43
/
+25
2024-10-31
coredump: parse rlimit field at same place as other fields
Lennart Poettering
1
-7
/
+8
2024-10-31
coredump: parse signal number at the same time as parsing other fields
Lennart Poettering
3
-31
/
+40
2024-10-31
coredump: rename save_context() → context_parse_iovw()
Lennart Poettering
1
-6
/
+6
2024-10-31
coredump: acquire some process fields via pidref
Lennart Poettering
1
-3
/
+3
2024-10-31
coredump: rework protocol between coredump pattern handler and processing ser...
Lennart Poettering
1
-77
/
+124
2024-10-31
coredump: correct debug log message
Lennart Poettering
1
-1
/
+1
2024-10-31
coredump: minor modernizations
Lennart Poettering
1
-10
/
+17
2024-10-31
coredump: rename pid → leader_pid
Lennart Poettering
1
-6
/
+6
2024-10-31
update TODO
Lennart Poettering
1
-0
/
+10
2024-10-31
sd-varlink: suppress one log message when callback already successfully enque...
Yu Watanabe
1
-7
/
+5
2024-10-31
meson: add separate option for sysupdated, disable in release builds
Zbigniew Jędrzejewski-Szmek
8
-13
/
+32
2024-10-31
sd-json: don't accidentally convert between unsigned/signed when parsing signal
Lennart Poettering
1
-4
/
+3
2024-10-31
posix_spawn_wrapper: do not set POSIX_SPAWN_SETSIGDEF flag
Mike Gilbert
1
-1
/
+1
2024-10-31
bus-common-errors: use more appropriate errno for BUS_ERROR_DESIGNATED_MAINTE...
Mike Yuan
1
-2
/
+1
2024-10-31
systemctl: don't fall back to immediate shutdown silently if we cannot schedu...
Mike Yuan
1
-6
/
+9
2024-10-31
logind-dbus: return appropriate errno for unexpected errors
Mike Yuan
1
-5
/
+5
2024-10-31
systemctl: use the retval of must_be_root()
Mike Yuan
1
-4
/
+3
2024-10-31
boot: stop appending NUL to .sdmagic and .sbat sections
Zbigniew Jędrzejewski-Szmek
2
-3
/
+2
2024-10-31
mkosi: Install gdb in centos/fedora build image
Daan De Meyer
1
-0
/
+1
2024-10-31
string-util: also check for 0x1b 0x5c ST when stripping ANSI from strings
Lennart Poettering
2
-3
/
+31
2024-10-31
terminal-util: define ANSI_OSC as macro for the OSC terminal sequence prefix
Lennart Poettering
4
-7
/
+12
2024-10-31
ptyfwd: document why we only honour two of the three kinds of ST
Lennart Poettering
1
-5
/
+10
2024-10-31
tree-wide: prefer generating 0x1B 0x5C as ANSI sequence "ST"
Lennart Poettering
4
-7
/
+14
2024-10-31
string-util: it's called OSC sequence, not CSO sequence
Lennart Poettering
1
-6
/
+6
2024-10-31
resolve: do not try to send varlink error more than once
Yu Watanabe
1
-70
/
+36
2024-10-31
test-network: add test case for tunnel Local=dhcp4
Yu Watanabe
4
-2
/
+26
2024-10-31
network: update tunnel or vxlan interface if the local address is changed
Yu Watanabe
10
-2
/
+75
2024-10-31
machine: lookup_machine_by_name_or_pidref() returns negative errno on failure
Yu Watanabe
2
-5
/
+3
2024-10-31
machine: use JSON_BUILD_PAIR_STRV_ENV_PAIR_NON_EMPTY()
Yu Watanabe
1
-4
/
+4
2024-10-31
sd-json: introduce JSON_BUILD_PAIR_STRV_ENV_PAIR_NON_EMPTY() macro
Yu Watanabe
2
-2
/
+13
2024-10-31
sd-json: use strv_env_get_merged()
Yu Watanabe
1
-12
/
+4
2024-10-31
env-util: introduce strv_env_get_merged()
Yu Watanabe
3
-0
/
+40
2024-10-31
env-util: replace 'char **' with 'char**'
Yu Watanabe
2
-4
/
+4
2024-10-31
TEST-13-NSPAWN: add test cases for listing multiple machines
Yu Watanabe
1
-1
/
+17
2024-10-31
TEST-13-NSPAWN: trivially kill all processes in the container on termination
Yu Watanabe
1
-4
/
+4
2024-10-31
TEST-13-NSPAWN: check returned machine list
Yu Watanabe
1
-1
/
+15
2024-10-31
TEST-13-NSPAWN: fix race between container exit and varlink call
Yu Watanabe
1
-0
/
+19
2024-10-31
machined: ACQUIRE_METADATA_NO is zero
Yu Watanabe
1
-2
/
+1
2024-10-31
machine: use sd_json_variant_append_arraybo() and JSON_BUILD_PAIR_VARIANT_NON...
Yu Watanabe
1
-24
/
+17
[next]