summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | fix(sysctl): behave more like sysctl --systemCameron Nemo2019-10-031-5/+9
| |/ / /
* / / / services: add agetty services for hvc0 and hvsi0q662019-10-218-0/+17
|/ / /
* | | halt: forgotten include for musl 20190906Leah Neukirchen2019-09-061-0/+1
* | | core-services/05-misc.sh: create utmp earlyLeah Neukirchen2019-09-062-1/+1
* | | halt: styleLeah Neukirchen2019-09-061-5/+5
* | | halt: also update utmpLeah Neukirchen2019-09-061-0/+11
* | | core-services/05-misc.sh: log boot in wtmpLeah Neukirchen2019-09-062-1/+3
* | | halt: add support for wtmpLeah Neukirchen2019-09-062-10/+60
|/ /
* | urandom: don't seed/store in containersCameron Nemo2019-03-162-5/+9
* | functions: add missing new line in msg_warnYpnose2019-01-151-1/+1
|/
* Makefile: actually install vlogger 20180623Duncaen2018-06-231-0/+1
* vlogger: fix exit statusDuncaen2018-06-231-1/+1
* vlogger: add message argument for POSIX logger compatibilityDuncaen2018-06-232-2/+38
* vlogger: use static buffer and add -f flagDuncaen2018-06-222-25/+30