about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* zzz.8: ZZZ_MODE can be 'hibernate' too. HEAD 20231124 masterRoberto Ricci2023-11-051-1/+13
* core-services/99-cleanup.sh: also create lastlogLeah Neukirchen2023-06-161-0/+3
* shutdown.d/90-kexec.sh: check for +x bit on noexec mounts properlyLeah Neukirchen2023-06-151-1/+4
* functions: inform user that encrypted volume was successfully closed 20230413wolfboxpen2023-04-131-1/+1
* Makefile: create /etc/runit/shutdown.dclassabbyamp2023-04-131-0/+1
* Makefile: install shutdown.d/*.shclassabbyamp2023-04-131-0/+1
* crypt.awk: enable dm-crypt perf-* optionslemmi2023-04-131-0/+4
* shutdown.d/90-kexec.sh: only try to run kexec on rebootPhilipp David2023-04-131-1/+1
* core-services/01-static-devnodes: simplify parsingclassabbyamp2023-04-131-1/+1
* rc.local, rc.shutdown: add shebang.Leah Neukirchen2023-02-082-0/+2
* Split run-level 3 script into separate files.Bas Ploeger2023-01-0910-48/+45
* functions: fix indentationCameron Nemo2022-12-291-17/+17
* cryptsetup,crypttab - Optional performance enhacement for fast ssdswolfboxpen2022-12-141-0/+2
* seedrng: incorporate various improvementsJason A. Donenfeld2022-04-241-73/+120
* functions/detect_virt: use container env variable 20220329Cameron Nemo2022-03-291-5/+2
* seedrng: fix up exit path and styleJason A. Donenfeld2022-03-291-6/+8
* Activate mdadm arrays on bootAntonio Gurgel2022-03-271-0/+5
* Print message when seeding RNGJason A. Donenfeld2022-03-262-0/+2
* core-services/00-pseudofs: mount /sys/firmware/efi/efivars when appropriateLeah Neukirchen2022-03-251-0/+4
* Use seedrng for seeding the random number generatorJason A. Donenfeld2022-03-256-4/+446
* Fix missing dashTristan2021-08-141-1/+1
* Support pure v2 cgroup mounts 20210314ap4y2021-03-132-4/+37
* vlogger: behave like logger(1) if argv[0] is "logger"Duncan Overbruck2021-03-132-8/+17
* vlogger: pass empty tag to /etc/vlogger if tag is NULLDuncan Overbruck2021-03-131-1/+1
* halt: switch __progname tests to use strncmpColin Booth2021-03-101-3/+3
* core-services/03-filesystems.sh: respect auto_activation_volume_listAndrew Benson2021-02-121-2/+2
* vlogger: default to daemon.notice if linked as runit log serviceDuncan Overbruck2021-02-122-1/+7
* services/agetty-generic: use chpst -P instead of setsidColin Booth2021-02-121-1/+1
* Use global substitution on commas in modules-loadneeshy2021-01-171-1/+1
* core-services/03-filesystems.sh: load keys as necessary when mountingAndrew J. Hesford2021-01-031-1/+1
* zzz: suspend is S1Leah Neukirchen2020-10-012-2/+2
* rc.conf: add note recommending /etc/localtimeÉrico Rolim2020-07-281-1/+7
* ctrlaltdel: trigger a reboot properly. 20200720Érico Rolim2020-07-201-1/+4
* 3: remove /run/runit/reboot handling.Érico Rolim2020-07-201-4/+0
* 1: only create /run/runit directory.Érico Rolim2020-07-201-2/+4
* core-services/03-filesystems.sh: initialize ZFS even with no cachefileAndrew J. Hesford2020-07-171-3/+8
* crypt.awk: support PARTUUID in /etc/crypttabAndrew J. Hesford2020-07-141-1/+1
* core-services/00-pseudofs.sh: mount cgroup v2 unified file systemAndrew J. Hesford2020-07-121-0/+4
* vlogger.8: fix typojacereda2020-01-231-1/+1
* Merge pull request #13 from josephg5/patch-3Juan RP2019-12-281-1/+1
|\
| * Update README.mdJoseph George2018-11-111-1/+1
* | Merge pull request #26 from Duncaen/vlogger-loggerJuan RP2019-12-282-19/+45
|\ \
| * | vlogger: force to use syslog if message arguments are givenDuncan Overbruck2019-08-252-11/+32
| * | vlogger.8: fix -f descriptionDuncan Overbruck2019-08-251-1/+3
| * | vlogger: no need to duplicate the tag name from service pathDuncan Overbruck2019-08-251-1/+1
| * | vlogger: fix uninitialized value warnings found with clang scan-buildDuncan Overbruck2019-08-251-1/+1
| * | vlogger: use the same defaults as logger(1)Duncan Overbruck2019-08-252-5/+8
* | | Merge pull request #30 from CameronNemo/urandomJuan RP2019-12-281-1/+0
|\ \ \
| * | | fix(urandom): avoid uninitialized read during bootCameron Nemo2019-10-031-1/+0
* | | | Merge pull request #31 from CameronNemo/sysctloctJuan RP2019-12-281-5/+9
|\ \ \ \