fiss

Friedel's Initialization and Service Supervision
Log | Files | Refs | LICENSE

ModeNameSize
-rw-r--r--.clang-format46L
-rw-r--r--.github/workflows/check.yml25L
-rw-r--r--.github/workflows/website.yml24L
-rw-r--r--LICENSE17L
-rw-r--r--Makefile30L
-rw-r--r--assets/github-mark-white.svg1L
-rw-r--r--assets/github-mark.svg1L
-rw-r--r--assets/style.css71L
-rw-r--r--assets/template.html30L
-rw-r--r--config.h57L
-rw-r--r--config.mk19L
-rwxr-xr-xconfigure269L
-rw-r--r--contrib/command.txt23L
-rw-r--r--contrib/death.txt13L
-rw-r--r--contrib/dependency.txt4L
-rw-r--r--contrib/docs.txt45L
-rw-r--r--contrib/event.txt9L
-rw-r--r--contrib/exit-codes.txt4L
-rw-r--r--contrib/serialize.txt54L
-rw-r--r--contrib/supervise.txt18L
-rw-r--r--docs/Makefile6L
-rw-r--r--docs/index.txt384L
-rw-r--r--etc/crypt.awk105L
-rwxr-xr-xetc/resume5L
-rwxr-xr-xetc/start22L
-rwxr-xr-xetc/stop16L
-rwxr-xr-xetc/suspend5L
-rw-r--r--etc/utils54L
-rw-r--r--fiss.svg28L
-rw-r--r--lib/Makefile6L
-rw-r--r--lib/libbio/Makefile25L
-rw-r--r--lib/libbio/NOTICE23L
-rw-r--r--lib/libbio/README5L
-rw-r--r--lib/libbio/bbuffered.c19L
-rw-r--r--lib/libbio/bcat.c43L
-rw-r--r--lib/libbio/bfildes.c8L
-rw-r--r--lib/libbio/bflush.c34L
-rw-r--r--lib/libbio/bgetc.c50L
-rw-r--r--lib/libbio/bgetd.c33L
-rw-r--r--lib/libbio/bgetrune.c44L
-rw-r--r--lib/libbio/binit.c141L
-rw-r--r--lib/libbio/bio.3371L
-rw-r--r--lib/libbio/bio.h85L
-rw-r--r--lib/libbio/boffset.c24L
-rw-r--r--lib/libbio/bprint.c13L
-rw-r--r--lib/libbio/bputc.c19L
-rw-r--r--lib/libbio/bputrune.c22L
-rw-r--r--lib/libbio/brdline.c91L
-rw-r--r--lib/libbio/brdstr.c109L
-rw-r--r--lib/libbio/bread.c44L
-rw-r--r--lib/libbio/bseek.c62L
-rw-r--r--lib/libbio/bvprint.c36L
-rw-r--r--lib/libbio/bwrite.c37L
-rw-r--r--lib/libbio/lib9.h24L
-rw-r--r--lib/libfmt/Makefile47L
-rw-r--r--lib/libfmt/NOTICE22L
-rw-r--r--lib/libfmt/README5L
-rw-r--r--lib/libfmt/charstod.c73L
-rw-r--r--lib/libfmt/dofmt.c584L
-rw-r--r--lib/libfmt/dorfmt.c49L
-rw-r--r--lib/libfmt/errfmt.c15L
-rw-r--r--lib/libfmt/fltfmt.c805L
-rw-r--r--lib/libfmt/fmt.c232L
-rw-r--r--lib/libfmt/fmt.h116L
-rw-r--r--lib/libfmt/fmtdef.h103L
-rw-r--r--lib/libfmt/fmtfd.c33L
-rw-r--r--lib/libfmt/fmtfdflush.c21L
-rw-r--r--lib/libfmt/fmtinstall.3379L
-rw-r--r--lib/libfmt/fmtlocale.c51L
-rw-r--r--lib/libfmt/fmtlock.c12L
-rw-r--r--lib/libfmt/fmtnull.c30L
-rw-r--r--lib/libfmt/fmtprint.c34L
-rw-r--r--lib/libfmt/fmtquote.c245L
-rw-r--r--lib/libfmt/fmtrune.c27L
-rw-r--r--lib/libfmt/fmtstr.c15L
-rw-r--r--lib/libfmt/fmtvprint.c35L
-rw-r--r--lib/libfmt/fprint.c16L
-rw-r--r--lib/libfmt/nan.h4L
-rw-r--r--lib/libfmt/nan64.c71L
-rw-r--r--lib/libfmt/plan9.h37L
-rw-r--r--lib/libfmt/pow10.c106L
-rw-r--r--lib/libfmt/print.3482L
-rw-r--r--lib/libfmt/print.c16L
-rw-r--r--lib/libfmt/runefmtstr.c15L
-rw-r--r--lib/libfmt/runeseprint.c17L
-rw-r--r--lib/libfmt/runesmprint.c17L
-rw-r--r--lib/libfmt/runesnprint.c17L
-rw-r--r--lib/libfmt/runesprint.c17L
-rw-r--r--lib/libfmt/runevseprint.c27L
-rw-r--r--lib/libfmt/runevsmprint.c82L
-rw-r--r--lib/libfmt/runevsnprint.c27L
-rw-r--r--lib/libfmt/seprint.c16L
-rw-r--r--lib/libfmt/smprint.c16L
-rw-r--r--lib/libfmt/snprint.c16L
-rw-r--r--lib/libfmt/sprint.c29L
-rw-r--r--lib/libfmt/strtod.c511L
-rw-r--r--lib/libfmt/test.c52L
-rw-r--r--lib/libfmt/test2.c7L
-rw-r--r--lib/libfmt/test3.c48L
-rw-r--r--lib/libfmt/vfprint.c20L
-rw-r--r--lib/libfmt/vseprint.c26L
-rw-r--r--lib/libfmt/vsmprint.c80L
-rw-r--r--lib/libfmt/vsnprint.c27L
-rw-r--r--lib/libutf/Makefile28L
-rw-r--r--lib/libutf/NOTICE22L
-rw-r--r--lib/libutf/README5L
-rw-r--r--lib/libutf/isalpharune.357L
-rw-r--r--lib/libutf/plan9.h31L
-rw-r--r--lib/libutf/rune.3194L
-rw-r--r--lib/libutf/rune.c205L
-rw-r--r--lib/libutf/runestrcat.374L
-rw-r--r--lib/libutf/runestrcat.c24L
-rw-r--r--lib/libutf/runestrchr.c34L
-rw-r--r--lib/libutf/runestrcmp.c34L
-rw-r--r--lib/libutf/runestrcpy.c27L
-rw-r--r--lib/libutf/runestrdup.c29L
-rw-r--r--lib/libutf/runestrecpy.c31L
-rw-r--r--lib/libutf/runestrlen.c23L
-rw-r--r--lib/libutf/runestrncat.c31L
-rw-r--r--lib/libutf/runestrncmp.c36L
-rw-r--r--lib/libutf/runestrncpy.c32L
-rw-r--r--lib/libutf/runestrrchr.c29L
-rw-r--r--lib/libutf/runestrstr.c43L
-rw-r--r--lib/libutf/runetype.c1119L
-rw-r--r--lib/libutf/utf.799L
-rw-r--r--lib/libutf/utf.h53L
-rw-r--r--lib/libutf/utfdef.h35L
-rw-r--r--lib/libutf/utfecpy.c37L
-rw-r--r--lib/libutf/utflen.c36L
-rw-r--r--lib/libutf/utfnlen.c40L
-rw-r--r--lib/libutf/utfrrune.c44L
-rw-r--r--lib/libutf/utfrune.c43L
-rw-r--r--lib/libutf/utfutf.c41L
-rw-r--r--lib/libutil.old/Makefile8L
-rw-r--r--lib/libutil.old/common.h24L
-rw-r--r--lib/libutil.old/open.h9L
-rw-r--r--lib/libutil.old/openwrite.c17L
-rw-r--r--lib/libutil.old/types.h27L
-rw-r--r--lib/libutil.old/util.c169L
-rw-r--r--lib/libutil.old/util.h27L
-rw-r--r--lib/libutil/Makefile8L
-rw-r--r--lib/libutil/arg.c3L
-rw-r--r--lib/libutil/arg.h41L
-rw-r--r--lib/libutil/common.h22L
-rw-r--r--mk/lib.mk16L
-rw-r--r--mk/object.mk17L
-rw-r--r--mk/phony.mk3L
-rw-r--r--mk/prog.mk97L
-rw-r--r--mk/subdir.mk6L
-rw-r--r--readme.md74L
-rw-r--r--src/Makefile7L
-rw-r--r--src/chpst/Makefile12L
-rw-r--r--src/chpst/chpst.8.txt93L
-rw-r--r--src/chpst/chpst.c349L
-rw-r--r--src/chpst/envuidgid.lnk1L
-rw-r--r--src/chpst/parse.c81L
-rw-r--r--src/chpst/parse.h6L
-rw-r--r--src/chpst/pgrphack.lnk1L
-rw-r--r--src/chpst/setlock.lnk1L
-rw-r--r--src/chpst/setuidgid.lnk1L
-rw-r--r--src/chpst/softlimit.lnk1L
-rw-r--r--src/finit/LICENSE21L
-rw-r--r--src/finit/Makefile14L
-rw-r--r--src/finit/README26L
-rw-r--r--src/finit/finit.c88L
-rw-r--r--src/fsvc/Makefile12L
-rw-r--r--src/fsvc/fsvc.8.txt109L
-rw-r--r--src/fsvc/fsvc.c326L
-rw-r--r--src/fsvc/signame.c198L
-rw-r--r--src/fsvc/signame.h4L
-rw-r--r--src/fsvs/Makefile14L
-rw-r--r--src/fsvs/dependency.c60L
-rw-r--r--src/fsvs/encode.c52L
-rw-r--r--src/fsvs/fsvs.8.txt36L
-rw-r--r--src/fsvs/fsvs.c69L
-rw-r--r--src/fsvs/handle_command.c74L
-rw-r--r--src/fsvs/handle_exit.c104L
-rw-r--r--src/fsvs/message.c52L
-rw-r--r--src/fsvs/message.h19L
-rw-r--r--src/fsvs/register.c96L
-rw-r--r--src/fsvs/service.c86L
-rw-r--r--src/fsvs/service.h115L
-rw-r--r--src/fsvs/start.c112L
-rw-r--r--src/fsvs/status.c94L
-rw-r--r--src/fsvs/stop.c48L
-rw-r--r--src/fsvs/supervise.c170L
-rw-r--r--src/halt/Makefile12L
-rw-r--r--src/halt/halt.8.txt45L
-rw-r--r--src/halt/halt.c83L
-rw-r--r--src/halt/poweroff.lnk1L
-rw-r--r--src/halt/reboot.lnk1L
-rw-r--r--src/halt/shutdown.8.txt79L
-rw-r--r--src/halt/shutdown.sh69L
-rw-r--r--src/halt/wtmp.c41L
-rw-r--r--src/halt/wtmp.h11L
-rw-r--r--src/modules-load/Makefile12L
-rw-r--r--src/modules-load/modules-load.8.txt54L
-rw-r--r--src/modules-load/modules-load.c144L
-rw-r--r--src/seedrng/Makefile12L
-rw-r--r--src/seedrng/seedrng.c473L
-rw-r--r--src/serdo/Makefile12L
-rw-r--r--src/serdo/builtins.c81L
-rw-r--r--src/serdo/serdo.8.txt31L
-rw-r--r--src/serdo/serdo.c144L
-rw-r--r--src/serdo/test.serdo0B
-rw-r--r--src/sigremap/Makefile12L
-rw-r--r--src/sigremap/sigremap.8.txt39L
-rw-r--r--src/sigremap/sigremap.c282L
-rw-r--r--src/supervise/Makefile28L
-rw-r--r--src/supervise/defs.h95L
-rw-r--r--src/supervise/encode.c102L
-rw-r--r--src/supervise/need_restart.c25L
-rw-r--r--src/supervise/rotate_state.c73L
-rw-r--r--src/supervise/state_functions.c14L
-rw-r--r--src/supervise/supervise.c86L
-rw-r--r--src/supervise/write_status.c24L
-rw-r--r--src/vlogger/Makefile12L
-rw-r--r--src/vlogger/vlogger.8.txt119L
-rw-r--r--src/vlogger/vlogger.c199L
-rw-r--r--src/zzz/Makefile12L
-rw-r--r--src/zzz/ZZZ.lnk1L
-rw-r--r--src/zzz/zzz.8.txt50L
-rw-r--r--src/zzz/zzz.c136L
-rw-r--r--state-next.md12L
-rw-r--r--supervise/lock0B
-rw-r--r--supervise/pid0B
-rw-r--r--supervise/stat1L
-rw-r--r--supervise/status20B
-rw-r--r--tools/make-docs.py88L
-rw-r--r--tools/make-man.py47L