| 2025-08-05 06:42 | fix various formatting and syntax issues, especially printf syntax issues | mrgrouse | 8 | +98 | -90 |
| 2025-08-04 08:23 | add disclaimer to minecraft service script | mrgrouse | 1 | +2 | -0 |
| 2025-08-04 03:20 | create svc scripts for a minecraft server | mrgrouse | 2 | +39 | -0 |
| 2025-08-04 02:19 | create svc script for setting and saving random seed | mrgrouse | 1 | +19 | -0 |
| 2025-08-03 09:04 | sinit/rc.shutdown: remove saving of sysclock, offload to svc script call | mrgrouse | 1 | +4 | -23 |
| 2025-08-03 09:01 | sinit/rc.mounts: fix shebang | mrgrouse | 1 | +1 | -1 |
| 2025-08-03 08:50 | update service files for new config file's file extension | mrgrouse | 4 | +4 | -4 |
| 2025-08-03 08:48 | moved config files to default/ directory, to be better understood within the context of svc | mrgrouse | 4 | +32 | -0 |
| 2025-08-03 08:21 | fix ifte statement in svc.runservice | mrgrouse | 1 | +1 | -1 |
| 2025-08-03 08:20 | replace BASENAME variable in svc.doservice with $0 variable | mrgrouse | 1 | +3 | -2 |
| 2025-08-03 08:19 | fix case statement's default case in bare.sh | mrgrouse | 1 | +3 | -2 |
| 2025-08-03 08:12 | fix broken ifelse in svc.doservice function | mrgrouse | 1 | +8 | -11 |
| 2025-08-03 08:07 | fix case statement in svc.e and remove BASENAME variable | mrgrouse | 1 | +4 | -9 |
| 2025-08-03 08:01 | fix case statements in network, sdhcp and smdev svc scripts | mrgrouse | 3 | +6 | -3 |
| 2025-08-03 06:43 | fix shebang on all svc services | mrgrouse | 4 | +5 | -4 |
| 2025-08-03 06:41 | remove hwclock permissions, to be added with future Makefile | mrgrouse | 1 | +0 | -0 |
| 2025-08-03 06:40 | svc/services/hwclock: set script as executable and fix broken case statement along with broken shebang | mrgrouse | 1 | +6 | -4 |
| 2025-08-03 05:18 | Create startup oneshot services for hwclock, basic network (unfinished), dhcp amd smdev. | mrgrouse | 6 | +101 | -0 |
| 2025-07-28 01:33 | sinit: move mounting of psuedo-filesystems to separate script without forx loop. move broken forx loop to separate file for later evaluation | mrgrouse | 3 | +70 | -34 |
| 2025-07-28 01:08 | switch SERVICE variable to $0 variable | mrgrouse | 1 | +25 | -24 |
| 2025-07-28 00:18 | change default execlineb location to /usr/bin/execlineb | mrgrouse | 6 | +6 | -6 |
| 2025-07-28 00:14 | create rc.init and add psuedo-fs and swap mounting, along with hostname setting and starting svc. | mrgrouse | 1 | +54 | -0 |
| 2025-07-27 23:17 | fix default cases and if statements in sinit/rc.shutdown | mrgrouse | 1 | +16 | -15 |
| 2025-07-27 23:14 | create svc.e, the interface to the svc-execline system | mrgrouse | 1 | +42 | -0 |
| 2025-07-27 23:14 | add svc doservice function as separate execline script | mrgrouse | 1 | +24 | -0 |
| 2025-07-27 22:55 | create svc.runservice to imitate bash function | mrgrouse | 1 | +11 | -0 |
| 2025-07-27 22:43 | fix if statements in svc/bare.sh | mrgrouse | 1 | +16 | -13 |
| 2025-07-21 04:43 | create svc directory, create bare.sh execline script to replace svc's shell version | mrgrouse | 1 | +38 | -0 |
| 2025-07-21 04:25 | create (UNTESTED) rc.shutdown execline script; create sinit directory | mrgrouse | 1 | +76 | -0 |