index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
firstboot
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: acquire /dev/console lock around any attempts to reset TTY
Lennart Poettering
2024-07-19
1
-1
/
+1
*
tree-wide: reset stdout not stdin
Lennart Poettering
2024-07-19
1
-1
/
+1
*
terminal-util: add new helper terminal_reset_defensive() that combines reset-...
Lennart Poettering
2024-07-19
1
-1
/
+1
*
firstboot: Make the option list fit 80 columns
Fabian Vogt
2024-07-08
1
-1
/
+1
*
stat-util: generalize is_* and verify_* handling
Mike Yuan
2024-03-04
1
-3
/
+1
*
dissect-image: add flag for explicitly enabling userspace verity signature ch...
Lennart Poettering
2024-02-28
1
-1
/
+2
*
ask-password: rework how we pass request meta info when asking passwords
Lennart Poettering
2024-02-20
1
-2
/
+8
*
firstboot: validate keymap entry
Eric Daigle
2024-02-12
1
-1
/
+17
*
user-util: add get{pw,gr}{uid,gid,name}_malloc() helpers
Lennart Poettering
2024-01-22
1
-5
/
+4
*
firstboot: fix memory leak
Antonio Alvarez Feijoo
2024-01-10
1
-0
/
+2
*
firstboot: fix typo and add missing option to help text
Antonio Alvarez Feijoo
2024-01-10
1
-1
/
+3
*
tree-wide: drop space between variable and an increment/decrement
Yu Watanabe
2023-12-24
1
-1
/
+1
*
dbus-wait-for-jobs: change 'quiet' flag to enum
Matteo Croce
2023-12-19
1
-1
/
+1
*
firstboot: adjust what systemd.firstboot=no on the kernel cmdline does
Lennart Poettering
2023-12-18
1
-2
/
+2
*
firstboot: remove /etc/localtime on --reset
Nick Rosbrook
2023-12-08
1
-1
/
+2
*
firstboot: reset terminal settings right before asking a question
Lennart Poettering
2023-11-22
1
-0
/
+2
*
locale,firstboot: add headers to vconsole.conf
Yu Watanabe
2023-10-31
1
-1
/
+1
*
env-util: make write_env_file() optionally take headers
Yu Watanabe
2023-10-31
1
-2
/
+2
*
various: use _NEG_ macros to reduce indentation
Zbigniew Jędrzejewski-Szmek
2023-08-16
1
-7
/
+5
*
proc-cmdline: make proc_cmdline_get_bool() take flags
Yu Watanabe
2023-08-09
1
-1
/
+1
*
meson: move declarations of fsck, firstboot, machine-id-setup, and remount-fs
Yu Watanabe
2023-08-01
1
-0
/
+11
*
bus-unit-util: add common code for reloading PID 1
Lennart Poettering
2023-07-10
1
-3
/
+4
*
shared: add password quality check abstraction layer to support both pwqualit...
Egor Ignatov
2023-07-06
1
-2
/
+2
*
pwquality: add old password argument to quality_check_password
Dmitry V. Levin
2023-07-06
1
-1
/
+1
*
pwquality: fix quality_check_password return value
Dmitry V. Levin
2023-07-06
1
-2
/
+7
*
man: make sure credentials properly show up in directives index
Lennart Poettering
2023-07-04
1
-1
/
+1
*
firstboot: fix typo
Antonio Alvarez Feijoo
2023-06-26
1
-1
/
+1
*
firstboot: synchronously wait for systemd-vconsole-setup.service/restart job
Zbigniew Jędrzejewski-Szmek
2023-05-26
1
-2
/
+18
*
firstboot: reload manager after writing /etc/locale.conf
Zbigniew Jędrzejewski-Szmek
2023-05-23
1
-1
/
+22
*
firstboot: do vconsole setup after configuring keymap
Zbigniew Jędrzejewski-Szmek
2023-05-23
1
-3
/
+29
*
firstboot: process the root account after sysusers created it
Zbigniew Jędrzejewski-Szmek
2023-05-23
1
-4
/
+59
*
firstboot: clarify that machine-id options are only offline, add missing docs
Zbigniew Jędrzejewski-Szmek
2023-05-23
1
-13
/
+18
*
dissect-image: port mount_image_privately_interactively() to use /run/systemd...
Lennart Poettering
2023-05-16
1
-3
/
+3
*
image-policy: introduce parse_image_policy_argument() helper
Yu Watanabe
2023-04-13
1
-13
/
+8
*
Merge pull request #25608 from poettering/dissect-moar
Lennart Poettering
2023-04-12
1
-1
/
+18
|
\
|
*
tree-wide: hook up image dissection policy logic everywhere
Lennart Poettering
2023-04-05
1
-1
/
+18
*
|
firstboot: Use root directory file descriptor for everything
Daan De Meyer
2023-04-11
1
-39
/
+57
|
/
*
firstboot: Add --reset option
Daan De Meyer
2023-04-01
1
-0
/
+54
*
firstboot: Do not dereference symlinks
Daan De Meyer
2023-04-01
1
-4
/
+4
*
firstboot: Refactor should_configure()
Daan De Meyer
2023-03-29
1
-6
/
+7
*
firstboot: Check for errors returned by dir_fd_is_root()
Daan De Meyer
2023-03-29
1
-5
/
+21
*
user-util: Rename ETC_PASSWD_LOCK_NAME to ETC_PASSWD_LOCK_FILENAME
Daan De Meyer
2023-03-29
1
-1
/
+1
*
firstboot: Modernize path handling
Daan De Meyer
2023-03-29
1
-146
/
+227
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-2
/
+2
*
copy: Move chattr arguments to full function signatures
Daan De Meyer
2023-03-21
1
-2
/
+2
*
dissect-image: Return mount point fd if requested
Daan De Meyer
2023-02-17
1
-0
/
+1
*
basic/user-util: create /etc from take_etc_passwd_lock
Zbigniew Jędrzejewski-Szmek
2023-02-01
1
-2
/
+0
*
tree-wide: unify how we pick OS pretty name to display
Lennart Poettering
2023-01-24
1
-2
/
+3
*
tree-wide: use -EBADF more
Yu Watanabe
2022-12-20
1
-1
/
+1
*
basic: move version() to build.h+c
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+1
[next]