index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
utmp-wtmp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: use UTMPX_FILE rather than _PATH_UTMPX
Lennart Poettering
2024-09-06
1
-2
/
+2
*
core/exec: do not crash with UtmpMode=user without User= setting
Yu Watanabe
2024-02-19
1
-0
/
+1
*
utmp-wtmp: fix wrong suffix assignment on putting dead process
Yu Watanabe
2023-11-28
1
-1
/
+1
*
utmp-wtmp: remove unneeded include
Mike Yuan
2023-09-08
1
-5
/
+0
*
shared/wall: use logind if build without utmp support
Thorsten Kukuk
2023-09-06
1
-127
/
+0
*
various: use _NEG_ macros to reduce indentation
Zbigniew Jędrzejewski-Szmek
2023-08-16
1
-4
/
+3
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
utmp-wtmp: handle EINTR gracefully when waiting to write to tty
Lennart Poettering
2022-11-22
1
-4
/
+7
*
utmp-wtmp: fix error in case isatty() fails
Lennart Poettering
2022-11-22
1
-1
/
+3
*
logind: do not emit beep in wall messages
Zbigniew Jędrzejewski-Szmek
2022-10-11
1
-1
/
+1
*
shared/utmp-wtmp: pass information if entry is local to filter function
Zbigniew Jędrzejewski-Szmek
2022-05-31
1
-4
/
+7
*
tree-wide: mark set-but-not-used variables as unused to make LLVM happy
Frantisek Sumsal
2021-09-15
1
-4
/
+4
*
Get rid of dangling setutxent()
MertsA
2021-08-11
1
-2
/
+4
*
tree-wide: use FORMAT_TIMESTAMP()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-2
/
+1
*
core: drop references to Upstart
Zbigniew Jędrzejewski-Szmek
2021-02-07
1
-11
/
+3
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
update-utmp: do not fail on EROFS
Zbigniew Jędrzejewski-Szmek
2020-07-05
1
-16
/
+20
*
Define _cleanup_ helper for setutxent()+endutxent()
Zbigniew Jędrzejewski-Szmek
2020-07-05
1
-26
/
+11
*
tree-wide: port to fd_wait_for_event()
Lennart Poettering
2020-06-10
1
-10
/
+5
*
tree-wide: check POLLNVAL everywhere
Lennart Poettering
2020-06-10
1
-1
/
+2
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
shared/utmp-wtmp: silence gcc warning about strncpy truncation
Zbigniew Jędrzejewski-Szmek
2019-05-07
1
-1
/
+1
*
shared/utmp-wtmp: avoid gcc warning about strncpy truncation
Zbigniew Jędrzejewski-Szmek
2019-05-07
1
-12
/
+10
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-1
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
coccinelle: O_NDELAY → O_NONBLOCK
Lennart Poettering
2018-01-24
1
-1
/
+1
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-1
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
shared: include what we use
Thomas Hindoe Paaboel Andersen
2015-12-06
1
-0
/
+6
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out user/group/uid/gid calls into user-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-4
/
+5
*
core: optionally create LOGIN_PROCESS or USER_PROCESS utmp entries
Lennart Poettering
2015-08-24
1
-2
/
+22
*
util: split all hostname related calls into hostname-util.c
Lennart Poettering
2015-05-18
1
-1
/
+2
*
shared/utmp-wtmp: add parameter for origin tty and callback userdata
Daniel Mack
2015-04-24
1
-5
/
+14
*
shared: add terminal-util.[ch]
Ronny Chevalier
2015-04-11
1
-0
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-1
/
+0
*
include <poll.h> instead of <sys/poll.h>
Thomas Hindoe Paaboel Andersen
2015-02-12
1
-1
/
+1
*
shared: wtmp-utmp - don't clear store_wtmp in utmp_put_dead_process()
Tom Gundersen
2014-09-19
1
-14
/
+14
*
utmp-wtmp: allow overriding username on wall
Sebastian Thorarensen
2014-03-14
1
-4
/
+8
*
utmp: make sure we don't write the utmp reboot record twice on each boot
Lennart Poettering
2014-01-30
1
-33
/
+26
*
Get rid of our reimplementation of basename
Zbigniew Jędrzejewski-Szmek
2013-12-07
1
-1
/
+1
*
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-05-03
1
-1
/
+1
*
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-18
1
-1
/
+1
[next]