index
:
init
master
Init scripts for Carbs Linux
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2024-03-04
hooks: add hook directory for simplifying usage
HEAD
master
Cem Keylan
2024-03-04
rc.conf: add newline at the end of file
Cem Keylan
2024-03-04
rc.shutdown: stop sysmgr services before killing
Cem Keylan
2024-03-04
rc.boot: Fix /dev/fd link
Cem Keylan
2024-03-04
LICENSE: update year
Cem Keylan
2021-03-15
rc.boot: fix typo
Cem Keylan
2021-01-12
LICENSE: update year
Cem Keylan
2020-09-17
respawn: handle errors
Cem Keylan
2020-09-17
oops
1.2.2
Cem Keylan
2020-09-16
contrib: fix errors
1.2.1
Cem Keylan
2020-09-16
CHANGELOG: update
1.2.0
Cem Keylan
2020-09-16
parse_cmdline(): skip kernel command line parameters that has a '.'
Cem Keylan
2020-09-16
shalt.c: define _XOPEN_SOURCE on Makefile
Cem Keylan
2020-09-16
respawn: add seperate shell utility instead of running while loops
Cem 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-13
init: bump to 1.1.0
1.1.0
Cem Keylan
2020-09-13
init: add unmount hooks
Cem Keylan
2020-08-16
CHANGELOG: update
1.0.1
Cem Keylan
2020-08-16
rc.boot: fix creating /0755 directory
Cem Keylan
2020-08-15
add changelog
1.0.0
Cem Keylan
2020-08-15
shalt: define '_XOPEN_SOURCE' value
Cem Keylan
2020-08-15
rc.boot: Don't announce the parsing of command line.
Cem Keylan
2020-08-15
rc.boot: Make the welcome message easier to read
Cem Keylan
2020-08-15
link(): remove function
Cem Keylan
2020-08-13
rc.boot: make the operation silent if 'quiet' was specified on the kernel ↵
Cem Keylan
commandline
2020-08-13
rc.boot: better specify dmesg level
Cem Keylan
2020-08-13
out(): If quiet is specified, stop printing messages
Cem Keylan
2020-08-13
rc.lib: specify emacs mode
Cem Keylan
2020-08-13
rc.lib: simplify kernel command line parsing function
Cem Keylan
Instead of specifying each variable, you can now set anything from the kernel command line.
2020-08-13
rc.shutdown: sync before unmounting file systems
Cem Keylan
2020-08-13
Makefile: make way for other C tools
Cem Keylan
2020-08-13
shalt: sync filesystems
Cem Keylan
2020-07-20
shalt: add to gitignore
Cem Keylan
2020-07-20
shalt: change coding style, add response, parse arguments with arg.h
Cem Keylan
2020-07-17
rc.boot: remove handling of rc.local
Cem Keylan
2020-06-01
init: use link function to link IO devices
Cem Keylan
2020-06-01
rc.lib: drop -m flag from 'mkdir'
Cem Keylan
2020-06-01
init: make mnt function similar to KISS
Cem Keylan
2020-06-01
rc.shutdown: seperate functions
Cem Keylan
2020-05-23
rc.boot: use device_helper functions
Cem Keylan
2020-05-23
rc.lib: add device_helper, change out/err functions, sort functions after
Cem Keylan
loggers alphabetically
2020-05-23
rc.lib: define logger at the beginning (if it exists)
Cem Keylan
2020-05-23
rc.conf: drop log_dir variable
Cem Keylan
2020-05-23
rc.lib: drop log_file variable
Cem Keylan
2020-05-22
init: move mnt function rc.lib
Cem Keylan
2020-05-21
init: read rc.conf only if it exists
Cem Keylan
2020-05-21
rc.lib: enable setting loglevel from the kernel command line
Cem Keylan
2020-05-20
add option to log boot and shutdown to a file
Cem Keylan
2020-05-20
rc.boot: read /proc/mounts only if it exists
Cem Keylan
2020-05-20
init: primitive parsing of the command line
Cem Keylan
2020-05-16
shalt: don't check for root
Cem Keylan
[next]