index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
coredump
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
src/basic: rename uid-alloc-range.[ch] to uid-classification.[ch]
Zbigniew Jędrzejewski-Szmek
2024-01-09
1
-1
/
+1
*
tree-wide: insert space after for and switch
Yu Watanabe
2023-12-24
1
-1
/
+1
*
test: always call test_setup_logging()
Yu Watanabe
2023-11-17
1
-0
/
+2
*
coredumpctl: propagate SIGTERM to the debugger process
Frantisek Sumsal
2023-11-07
1
-1
/
+16
*
process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...
Lennart Poettering
2023-11-02
2
-2
/
+2
*
coredump: let's always drop privileges
Lennart Poettering
2023-11-01
1
-42
/
+39
*
coredump: tweak coredump log message
Lennart Poettering
2023-11-01
1
-8
/
+19
*
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
Lennart Poettering
2023-10-26
1
-1
/
+1
*
Merge pull request #29601 from yuwata/mmap-check-overflow
Luca Boccassi
2023-10-24
1
-3
/
+3
|
\
|
*
tree-wide: check if return value of lseek() and friends is negative
Yu Watanabe
2023-10-19
1
-3
/
+3
*
|
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
1
-1
/
+1
|
/
*
process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...
Lennart Poettering
2023-10-18
1
-1
/
+1
*
process-util: add pidref_get_cmdline()
Lennart Poettering
2023-10-18
1
-2
/
+2
*
meson: add build option for install path of main config files
Franck Bui
2023-10-17
1
-1
/
+1
*
Merge pull request #29242 from fbuihuu/update-main-config-file-headers
Zbigniew Jędrzejewski-Szmek
2023-10-17
1
-3
/
+5
|
\
|
*
config files: update their header to reflect that they can be installed in /usr
Franck Bui
2023-09-21
1
-3
/
+5
*
|
coredump: add support for forwarding coredump to containers
Nick Rosbrook
2023-10-13
1
-3
/
+247
*
|
process-util: introduce namespace_get_leader helper
Nick Rosbrook
2023-10-13
1
-51
/
+1
*
|
coredump: store crashing process UID and GID in Context
Nick Rosbrook
2023-10-13
1
-19
/
+15
|
/
*
coredump: fix various invalid memory access
Yu Watanabe
2023-08-10
1
-19
/
+14
*
coredump: let's use FOREACH_ARRAY() at once very obvious place
Lennart Poettering
2023-08-10
1
-4
/
+1
*
coredump: fix error path
Lennart Poettering
2023-08-10
1
-1
/
+1
*
coredump: rename gather_pid_metadata() → gather_pid_metadata_from_procfs()
Lennart Poettering
2023-08-10
1
-3
/
+3
*
coredump: add four assert()s
Lennart Poettering
2023-08-10
1
-0
/
+6
*
coredump: use a cleanup handler for destroying iovw objects
Lennart Poettering
2023-08-10
1
-9
/
+5
*
meson: merge declarations of normal and test executables
Yu Watanabe
2023-08-03
1
-9
/
+6
*
meson: move declarations of coredumpd and friends
Yu Watanabe
2023-08-01
1
-1
/
+29
*
coredumpctl: cleanup use of ERRNO_IS_PRIVILEGE()
Dmitry V. Levin
2023-07-28
1
-7
/
+8
*
coredump: use RET_NERRNO and RET_GATHER
Zbigniew Jędrzejewski-Szmek
2023-07-13
1
-5
/
+3
*
tree-wide: "<n>bit" → "<n>-bit"
Zbigniew Jędrzejewski-Szmek
2023-07-02
1
-1
/
+1
*
coredump: clamp JournalSizeMax= to maximum journald would accept
Lennart Poettering
2023-06-23
1
-3
/
+21
*
coredump: use loop_read() for reading coredump into memory
Lennart Poettering
2023-06-23
1
-5
/
+6
*
tree-wide: when in doubt use greek small letter mu rather than micro symbol
Lennart Poettering
2023-06-14
1
-2
/
+2
*
coredump: port over code to new LINK_TMPFILE_SYNC flag
Lennart Poettering
2023-06-13
1
-5
/
+1
*
tmpfile-util: turn last parameter of link_tmpfile() into a proper flags
Lennart Poettering
2023-06-13
1
-1
/
+1
*
tree-wide: use memstream-util
Yu Watanabe
2023-05-31
1
-18
/
+7
*
Merge pull request #27770 from mrc0mmand/more-nallocfuzz-shenanigans
Yu Watanabe
2023-05-25
1
-0
/
+3
|
\
|
*
tree-wide: check memstream buffer after closing the handle
Frantisek Sumsal
2023-05-24
1
-0
/
+3
*
|
tree-wide: use free_and_replace() more
David Tardon
2023-05-24
1
-2
/
+1
|
/
*
dissect-image: port mount_image_privately_interactively() to use /run/systemd...
Lennart Poettering
2023-05-16
1
-1
/
+1
*
Merge pull request #27254 from poettering/cmsg-align-check
Yu Watanabe
2023-04-14
1
-1
/
+1
|
\
|
*
tree-wide: port more code over to CMSG_TYPED_DATA()
Lennart Poettering
2023-04-13
1
-1
/
+1
*
|
image-policy: introduce parse_image_policy_argument() helper
Yu Watanabe
2023-04-13
1
-14
/
+8
|
/
*
tree-wide: hook up image dissection policy logic everywhere
Lennart Poettering
2023-04-05
1
-18
/
+36
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-4
/
+4
*
coredump: split out parse_auxv() to src/shared/
Zbigniew Jędrzejewski-Szmek
2023-03-23
1
-69
/
+5
*
coredump: use unaligned_read_ne{32,64}() to parse auxv
Yu Watanabe
2023-03-22
1
-89
/
+60
*
tree-wide: simplify x ? x : y to x ?: y where applicable
Frantisek Sumsal
2023-03-18
1
-1
/
+1
*
Merge pull request #26784 from DaanDeMeyer/chase-fix
Daan De Meyer
2023-03-15
1
-1
/
+1
|
\
|
*
chase-symlinks: Remove unused ret_fd arguments
Daan De Meyer
2023-03-14
1
-1
/
+1
[prev]
[next]