aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-17oops1.2.2Cem Keylan
2020-09-16contrib: fix errors1.2.1Cem Keylan
2020-09-16CHANGELOG: update1.2.0Cem Keylan
2020-09-16parse_cmdline(): skip kernel command line parameters that has a '.'Cem Keylan
2020-09-16shalt.c: define _XOPEN_SOURCE on MakefileCem Keylan
2020-09-16respawn: add seperate shell utility instead of running while loopsCem Keylan
Technically, these are the same shell commands, but since they are run by a separate shell, they are easier to predict and easier to kill.
2020-09-13init: bump to 1.1.01.1.0Cem Keylan
2020-09-13init: add unmount hooksCem Keylan
2020-08-16CHANGELOG: update1.0.1Cem Keylan
2020-08-16rc.boot: fix creating /0755 directoryCem Keylan
2020-08-15add changelog1.0.0Cem Keylan
2020-08-15shalt: define '_XOPEN_SOURCE' valueCem Keylan
2020-08-15rc.boot: Don't announce the parsing of command line.Cem Keylan
2020-08-15rc.boot: Make the welcome message easier to readCem Keylan
2020-08-15link(): remove functionCem Keylan
2020-08-13rc.boot: make the operation silent if 'quiet' was specified on the kernel ↵Cem Keylan
commandline
2020-08-13rc.boot: better specify dmesg levelCem Keylan
2020-08-13out(): If quiet is specified, stop printing messagesCem Keylan
2020-08-13rc.lib: specify emacs modeCem Keylan
2020-08-13rc.lib: simplify kernel command line parsing functionCem Keylan
Instead of specifying each variable, you can now set anything from the kernel command line.
2020-08-13rc.shutdown: sync before unmounting file systemsCem Keylan
2020-08-13Makefile: make way for other C toolsCem Keylan
2020-08-13shalt: sync filesystemsCem Keylan
2020-07-20shalt: add to gitignoreCem Keylan
2020-07-20shalt: change coding style, add response, parse arguments with arg.hCem Keylan
2020-07-17rc.boot: remove handling of rc.localCem Keylan
2020-06-01init: use link function to link IO devicesCem Keylan
2020-06-01rc.lib: drop -m flag from 'mkdir'Cem Keylan
2020-06-01init: make mnt function similar to KISSCem Keylan
2020-06-01rc.shutdown: seperate functionsCem Keylan
2020-05-23rc.boot: use device_helper functionsCem Keylan
2020-05-23rc.lib: add device_helper, change out/err functions, sort functions afterCem Keylan
loggers alphabetically
2020-05-23rc.lib: define logger at the beginning (if it exists)Cem Keylan
2020-05-23rc.conf: drop log_dir variableCem Keylan
2020-05-23rc.lib: drop log_file variableCem Keylan
2020-05-22init: move mnt function rc.libCem Keylan
2020-05-21init: read rc.conf only if it existsCem Keylan
2020-05-21rc.lib: enable setting loglevel from the kernel command lineCem Keylan
2020-05-20add option to log boot and shutdown to a fileCem Keylan
2020-05-20rc.boot: read /proc/mounts only if it existsCem Keylan
2020-05-20init: primitive parsing of the command lineCem Keylan
2020-05-16shalt: don't check for rootCem Keylan
2020-05-16init: allow installing hooks to lib directoryCem Keylan
2020-05-16init: set PATH in rc.libCem Keylan
2020-05-16Makefile: use cp instead of installCem Keylan
2020-05-16rc.shutdown: hardcode init directoryCem Keylan
2020-05-16rc.shutdown: use available path if it existsCem Keylan
2020-05-16rc.lib/shutdown: disable shellcheck errorsCem Keylan
2020-05-16rc.boot: drop the usage of findCem Keylan
2020-05-16rc.shutdown: remove cryptsetupCem Keylan