Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core-services/03-filesystems.sh: initialize ZFS even with no cachefile | Andrew J. Hesford | 2020-07-17 | 1 | -3/+8 |
| | |||||
* | crypt.awk: support PARTUUID in /etc/crypttab | Andrew J. Hesford | 2020-07-14 | 1 | -1/+1 |
| | |||||
* | core-services/00-pseudofs.sh: mount cgroup v2 unified file system | Andrew J. Hesford | 2020-07-12 | 1 | -0/+4 |
| | |||||
* | vlogger.8: fix typo | jacereda | 2020-01-23 | 1 | -1/+1 |
| | |||||
* | Merge pull request #13 from josephg5/patch-3 | Juan RP | 2019-12-28 | 1 | -1/+1 |
|\ | | | | | Update README.md | ||||
| * | Update README.md | Joseph George | 2018-11-11 | 1 | -1/+1 |
| | | | | | | list not the link, but inside the linked dir. | ||||
* | | Merge pull request #26 from Duncaen/vlogger-logger | Juan RP | 2019-12-28 | 2 | -19/+45 |
|\ \ | | | | | | | Vlogger | ||||
| * | | vlogger: force to use syslog if message arguments are given | Duncan Overbruck | 2019-08-25 | 2 | -11/+32 |
| | | | |||||
| * | | vlogger.8: fix -f description | Duncan Overbruck | 2019-08-25 | 1 | -1/+3 |
| | | | |||||
| * | | vlogger: no need to duplicate the tag name from service path | Duncan Overbruck | 2019-08-25 | 1 | -1/+1 |
| | | | |||||
| * | | vlogger: fix uninitialized value warnings found with clang scan-build | Duncan Overbruck | 2019-08-25 | 1 | -1/+1 |
| | | | |||||
| * | | vlogger: use the same defaults as logger(1) | Duncan Overbruck | 2019-08-25 | 2 | -5/+8 |
| | | | |||||
* | | | Merge pull request #30 from CameronNemo/urandom | Juan RP | 2019-12-28 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | fix(urandom): avoid uninitialized read during boot | ||||
| * | | | fix(urandom): avoid uninitialized read during boot | Cameron Nemo | 2019-10-03 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regenerating the stored seed was an attempt to prevent hard shutdowns from leading to seed reuse. Unfortunately, this practice depletes any entropy that was added by the seed. Furthermore on newer kernels which do not credit entropy added from userspace, the operation is often an uninitialized read of urandom. | ||||
* | | | | Merge pull request #31 from CameronNemo/sysctloct | Juan RP | 2019-12-28 | 1 | -5/+9 |
|\ \ \ \ | | | | | | | | | | | fix(sysctl): behave more like sysctl --system | ||||
| * | | | | fix(sysctl): behave more like sysctl --system | Cameron Nemo | 2019-10-03 | 1 | -5/+9 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Loading of sysctl.d directories should follow the same ordering and overriding rules as xbps, modules-load, and most importantly, `sysctl --system`. This change ensures proper ordering of files loaded by building the selected files then operating on them, and it allows for masking system level configuration from /etc and even /run. | ||||
* / / / | services: add agetty services for hvc0 and hvsi0 | q66 | 2019-10-21 | 8 | -0/+17 |
|/ / / | | | | | | | | | | | | | | | | | | | These are used for virtual terminal/serial console on some hypervisors (Xen) as well as many POWER based machines (the OPAL firmware emulates these for serial as the OS has no physical access to that). | ||||
* | | | halt: forgotten include for musl 20190906 | Leah Neukirchen | 2019-09-06 | 1 | -0/+1 |
| | | | |||||
* | | | core-services/05-misc.sh: create utmp early | Leah Neukirchen | 2019-09-06 | 2 | -1/+1 |
| | | | |||||
* | | | halt: style | Leah Neukirchen | 2019-09-06 | 1 | -5/+5 |
| | | | |||||
* | | | halt: also update utmp | Leah Neukirchen | 2019-09-06 | 1 | -0/+11 |
| | | | |||||
* | | | core-services/05-misc.sh: log boot in wtmp | Leah Neukirchen | 2019-09-06 | 2 | -1/+3 |
| | | | |||||
* | | | halt: add support for wtmp | Leah Neukirchen | 2019-09-06 | 2 | -10/+60 |
|/ / | | | | | | | | | | | This implements -w and -d. Also add -B to create boot-time wtmp entries. | ||||
* | | urandom: don't seed/store in containers | Cameron Nemo | 2019-03-16 | 2 | -5/+9 |
| | | |||||
* | | functions: add missing new line in msg_warn | Ypnose | 2019-01-15 | 1 | -1/+1 |
|/ | |||||
* | Makefile: actually install vlogger 20180623 | Duncaen | 2018-06-23 | 1 | -0/+1 |
| | |||||
* | vlogger: fix exit status | Duncaen | 2018-06-23 | 1 | -1/+1 |
| | |||||
* | vlogger: add message argument for POSIX logger compatibility | Duncaen | 2018-06-23 | 2 | -2/+38 |
| | |||||
* | vlogger: use static buffer and add -f flag | Duncaen | 2018-06-22 | 2 | -25/+30 |
| | |||||
* | vlogger: pass level and facility to /etc/vlogger | Duncaen | 2018-06-22 | 2 | -3/+17 |
| | |||||
* | vlogger: add logger(1) compatible -s and -i flag, and -S to force syslog | Duncaen | 2018-06-22 | 2 | -7/+36 |
| | |||||
* | vlogger: add default tag | Duncaen | 2018-06-22 | 1 | -4/+1 |
| | |||||
* | vlogger: a couple of bugfixes. | Christopher Brannon | 2018-06-22 | 1 | -2/+3 |
| | | | | | | | | | | | * Don't store the return value of getopt in a char. Storing in a char and comparing against -1 breaks on ARM, where char is unsigned. * The line argument to getline should point at a NULL char *. Otherwise, getline will treat *line as a pointer to an allocated buffer. With a little extra work, we could reuse the buffer, but always calling getline with *line == NULL is safe. Closes: #2 [via git-merge-pr] | ||||
* | vlogger.8: reference runit(8) 20180620 | Duncaen | 2018-06-20 | 1 | -1/+3 |
| | |||||
* | vlogger: style changes/cleanup | Duncaen | 2018-06-20 | 1 | -23/+15 |
| | |||||
* | vlogger.8: fix mdoc warnings | Duncaen | 2018-06-20 | 1 | -3/+3 |
| | |||||
* | vlogger: remove on make clean | Duncaen | 2018-06-20 | 1 | -1/+1 |
| | |||||
* | vlogger: Fix symlinked ./run handling, make sure tag is initialized. | Christopher Brannon | 2018-06-20 | 1 | -6/+25 |
| | | | | | | | | | If vlogger is symlinked to foo/log/run for some service foo, it's invoked as ./run with $SERVICEDIR/foo/log as the cwd. So extract the service name from cwd if argv[0] is ./run. Also tag is initialized to the generic "vlogger" if it is not given on the command line and servicename couldn't be extracted from cwd. | ||||
* | vlogger: exit if exec fails | Duncaen | 2018-06-20 | 1 | -1/+4 |
| | |||||
* | vlogger: strdup error check | Duncaen | 2018-06-20 | 1 | -4/+6 |
| | |||||
* | vlogger: run /etc/vlogger with the same argv[0] | Duncaen | 2018-06-20 | 1 | -2/+4 |
| | |||||
* | vlogger: dont define _* namespace | Duncaen | 2018-06-20 | 1 | -1/+1 |
| | |||||
* | Add vlogger(8) | Duncaen | 2018-06-20 | 4 | -0/+252 |
| | | | | | | | | | | | | | | | | | vlogger(8) is a alternative to logger(1), by default it sends messages from stdin to syslog. The main reason to replace logger(1) is, that logger only connects once to the syslog socket in default mode and puts all messages into the void if syslog is not running at the time. logger(1) has a new `--socket-errors=on` mode which would work, but some void uses don't use syslog at all and in this case the log service would constantly restart. As a bonus vlogger(8) looks for /etc/vlogger and if its executable it just executes it and is replaced by it. This can be used to avoid syslog and just write all logs to files with svlogd(8) as example, without having to edit all log services. | ||||
* | Merge pull request #64 from dne/patch-1 | Enno Boland | 2018-06-13 | 1 | -1/+1 |
|\ | | | | | core-services/01-static-devnodes.sh: Honour modprobe blacklists | ||||
| * | core-services/01-static-devnodes.sh: Honour modprobe blacklists | Daniel Néri | 2017-02-12 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #76 from Aloz1/crypt_no_devices_found 20171102 | Enno Boland | 2017-11-01 | 1 | -1/+1 |
|\ \ | | | | | | | Fix "No devices found" error during shutdown | ||||
| * | | Fix "No devices found" error during shutdown | Aloz1 | 2017-10-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | This fixes an issue introduced by voidlinux/void-runit#75 whereby dmsetup returns "No devices found" on shutdown on systems with no encrypted volumes, which is then interpreted as integral vaules "No", "devices" and "found", resulting in Illegal number errors. | ||||
* | | | Adjust options for cp command during install (#71) | Khem Raj | 2017-10-25 | 1 | -2/+2 |
|/ / | | | | | | | | | | | | | | | | | | | | | cp -a copies the attributes of build user which may be different from the user on target in cross compile environment Fixes errors like /runit-services/etc/sv/sulogin/run is owned by uid 1000, which is the same as the user running bitbake Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | | Merge pull request #67 from coredumb/apparmor_implementation | Toyam Cox | 2017-09-27 | 1 | -0/+1 |
|\ \ | | | | | | | core-services/00-pseudofs.sh: Add securityfs mountpoint - Needed for … | ||||
| * | | core-services/00-pseudofs.sh: Add securityfs mountpoint - Needed for LSM support | Olivier Mauras | 2017-03-21 | 1 | -0/+1 |
| |/ |