index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
util-lib/systemd-run: implement race-free PTY peer opening (#34953)
Luca Boccassi
2024-11-01
5
-77
/
+165
|
\
|
*
machined: port to pty_open_peer_racefree()
Lennart Poettering
2024-10-30
1
-5
/
+8
|
*
run: port over to new pty_open_peer() call
Lennart Poettering
2024-10-30
1
-25
/
+25
|
*
terminal-util: add pty_open_peer() helper
Lennart Poettering
2024-10-30
3
-3
/
+82
|
*
terminal-util: various minor modernizations
Lennart Poettering
2024-10-30
1
-44
/
+50
*
|
tweaks to ANSI sequence (OSC) handling (#34964)
Luca Boccassi
2024-11-01
6
-20
/
+65
|
\
\
|
*
|
string-util: also check for 0x1b 0x5c ST when stripping ANSI from strings
Lennart Poettering
2024-10-31
2
-3
/
+31
|
*
|
terminal-util: define ANSI_OSC as macro for the OSC terminal sequence prefix
Lennart Poettering
2024-10-31
4
-7
/
+12
|
*
|
ptyfwd: document why we only honour two of the three kinds of ST
Lennart Poettering
2024-10-31
1
-5
/
+10
|
*
|
tree-wide: prefer generating 0x1B 0x5C as ANSI sequence "ST"
Lennart Poettering
2024-10-31
4
-7
/
+14
|
*
|
string-util: it's called OSC sequence, not CSO sequence
Lennart Poettering
2024-10-31
1
-6
/
+6
*
|
|
Homed update policy: user changing own settings (#31153)
Luca Boccassi
2024-11-01
10
-19
/
+440
|
\
\
\
|
*
|
|
test: Test user record selfModifiable behavior
Adrian Vovk
2024-11-01
2
-0
/
+102
|
*
|
|
homed: Allow user to change parts of their record
Adrian Vovk
2024-11-01
6
-18
/
+207
|
*
|
|
user-record: Introduce selfModifiable fields
Adrian Vovk
2024-11-01
4
-1
/
+131
*
|
|
|
network: update tunnel or vxlan with Local=dhcp4 and friends (#34957)
Luca Boccassi
2024-11-01
14
-4
/
+101
|
\
\
\
\
|
*
|
|
|
test-network: add test case for tunnel Local=dhcp4
Yu Watanabe
2024-10-31
4
-2
/
+26
|
*
|
|
|
network: update tunnel or vxlan interface if the local address is changed
Yu Watanabe
2024-10-31
10
-2
/
+75
|
|
/
/
/
*
|
|
|
core: add read-only flag for exec directories
Luca Boccassi
2024-11-01
12
-62
/
+187
*
|
|
|
build(deps): bump actions/checkout from 4.2.0 to 4.2.2
dependabot[bot]
2024-11-01
12
-12
/
+12
*
|
|
|
man: <strong> is not a valid docbook tag, but <emphasis> is
Lennart Poettering
2024-11-01
1
-2
/
+2
*
|
|
|
update NEWS
Lennart Poettering
2024-11-01
1
-0
/
+11
*
|
|
|
coredump: rework protocol between coredump pattern handler and processing ser...
Lennart Poettering
2024-11-01
6
-186
/
+235
|
\
\
\
\
|
*
|
|
|
coredump: make check that all argv[] meta data fields are passed strict
Lennart Poettering
2024-10-31
1
-3
/
+4
|
*
|
|
|
coredump: use memory_startswith() when looking at a data blob
Lennart Poettering
2024-10-31
1
-1
/
+1
|
*
|
|
|
iovw: normalize destructors
Lennart Poettering
2024-10-31
2
-17
/
+15
|
*
|
|
|
iovw: add simpler iovw_done() destructor
Lennart Poettering
2024-10-31
2
-2
/
+6
|
*
|
|
|
coredump: move to _cleanup_ for destroying iovw object
Lennart Poettering
2024-10-31
2
-43
/
+25
|
*
|
|
|
coredump: parse rlimit field at same place as other fields
Lennart Poettering
2024-10-31
1
-7
/
+8
|
*
|
|
|
coredump: parse signal number at the same time as parsing other fields
Lennart Poettering
2024-10-31
3
-31
/
+40
|
*
|
|
|
coredump: rename save_context() → context_parse_iovw()
Lennart Poettering
2024-10-31
1
-6
/
+6
|
*
|
|
|
coredump: acquire some process fields via pidref
Lennart Poettering
2024-10-31
1
-3
/
+3
|
*
|
|
|
coredump: rework protocol between coredump pattern handler and processing ser...
Lennart Poettering
2024-10-31
1
-77
/
+124
|
*
|
|
|
coredump: correct debug log message
Lennart Poettering
2024-10-31
1
-1
/
+1
|
*
|
|
|
coredump: minor modernizations
Lennart Poettering
2024-10-31
1
-10
/
+17
|
*
|
|
|
coredump: rename pid → leader_pid
Lennart Poettering
2024-10-31
1
-6
/
+6
|
/
/
/
/
*
|
|
|
update TODO
Lennart Poettering
2024-10-31
1
-0
/
+10
*
|
|
|
sd-varlink: suppress one log message when callback already successfully enque...
Yu Watanabe
2024-10-31
1
-7
/
+5
*
|
|
|
Rework sysupdate meson options (#34832)
Luca Boccassi
2024-10-31
8
-13
/
+35
|
\
\
\
\
|
*
|
|
|
meson: add separate option for sysupdated, disable in release builds
Zbigniew Jędrzejewski-Szmek
2024-10-31
8
-13
/
+32
|
*
|
|
|
man: warn that sysupdate's API is unstable
Adrian Vovk
2024-10-30
1
-0
/
+3
*
|
|
|
|
Drop trailing NUL in .sbat/.sdmagic sections (#34950)
Lennart Poettering
2024-10-31
3
-8
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
boot: stop appending NUL to .sdmagic and .sbat sections
Zbigniew Jędrzejewski-Szmek
2024-10-31
2
-3
/
+2
|
*
|
|
|
|
test-sbat: separate the two sbat sections
Zbigniew Jędrzejewski-Szmek
2024-10-30
1
-5
/
+14
*
|
|
|
|
|
logind/systemctl: one follow-up for DesignatedMaintenanceWindow (#34966)
Lennart Poettering
2024-10-31
4
-17
/
+18
|
\
\
\
\
\
\
|
*
|
|
|
|
|
bus-common-errors: use more appropriate errno for BUS_ERROR_DESIGNATED_MAINTE...
Mike Yuan
2024-10-31
1
-2
/
+1
|
*
|
|
|
|
|
systemctl: don't fall back to immediate shutdown silently if we cannot schedu...
Mike Yuan
2024-10-31
1
-6
/
+9
|
*
|
|
|
|
|
logind-dbus: return appropriate errno for unexpected errors
Mike Yuan
2024-10-31
1
-5
/
+5
|
*
|
|
|
|
|
systemctl: use the retval of must_be_root()
Mike Yuan
2024-10-31
1
-4
/
+3
*
|
|
|
|
|
|
machine: several follow-ups for recent change (#34882)
Lennart Poettering
2024-10-31
8
-59
/
+141
|
\
\
\
\
\
\
\
[next]