-rw-r--r-- | .clang-format | 46L |
-rw-r--r-- | .github/workflows/check.yml | 25L |
-rw-r--r-- | .github/workflows/website.yml | 24L |
-rw-r--r-- | LICENSE | 17L |
-rw-r--r-- | Makefile | 30L |
-rw-r--r-- | assets/github-mark-white.svg | 1L |
-rw-r--r-- | assets/github-mark.svg | 1L |
-rw-r--r-- | assets/style.css | 71L |
-rw-r--r-- | assets/template.html | 30L |
-rw-r--r-- | config.h | 57L |
-rw-r--r-- | config.mk | 19L |
-rwxr-xr-x | configure | 269L |
-rw-r--r-- | contrib/command.txt | 23L |
-rw-r--r-- | contrib/death.txt | 13L |
-rw-r--r-- | contrib/dependency.txt | 4L |
-rw-r--r-- | contrib/docs.txt | 45L |
-rw-r--r-- | contrib/event.txt | 9L |
-rw-r--r-- | contrib/exit-codes.txt | 4L |
-rw-r--r-- | contrib/serialize.txt | 54L |
-rw-r--r-- | contrib/supervise.txt | 18L |
-rw-r--r-- | docs/Makefile | 6L |
-rw-r--r-- | docs/index.txt | 384L |
-rw-r--r-- | etc/crypt.awk | 105L |
-rwxr-xr-x | etc/resume | 5L |
-rwxr-xr-x | etc/start | 22L |
-rwxr-xr-x | etc/stop | 16L |
-rwxr-xr-x | etc/suspend | 5L |
-rw-r--r-- | etc/utils | 54L |
-rw-r--r-- | fiss.svg | 28L |
-rw-r--r-- | lib/Makefile | 6L |
-rw-r--r-- | lib/libbio/Makefile | 25L |
-rw-r--r-- | lib/libbio/NOTICE | 23L |
-rw-r--r-- | lib/libbio/README | 5L |
-rw-r--r-- | lib/libbio/bbuffered.c | 19L |
-rw-r--r-- | lib/libbio/bcat.c | 43L |
-rw-r--r-- | lib/libbio/bfildes.c | 8L |
-rw-r--r-- | lib/libbio/bflush.c | 34L |
-rw-r--r-- | lib/libbio/bgetc.c | 50L |
-rw-r--r-- | lib/libbio/bgetd.c | 33L |
-rw-r--r-- | lib/libbio/bgetrune.c | 44L |
-rw-r--r-- | lib/libbio/binit.c | 141L |
-rw-r--r-- | lib/libbio/bio.3 | 371L |
-rw-r--r-- | lib/libbio/bio.h | 85L |
-rw-r--r-- | lib/libbio/boffset.c | 24L |
-rw-r--r-- | lib/libbio/bprint.c | 13L |
-rw-r--r-- | lib/libbio/bputc.c | 19L |
-rw-r--r-- | lib/libbio/bputrune.c | 22L |
-rw-r--r-- | lib/libbio/brdline.c | 91L |
-rw-r--r-- | lib/libbio/brdstr.c | 109L |
-rw-r--r-- | lib/libbio/bread.c | 44L |
-rw-r--r-- | lib/libbio/bseek.c | 62L |
-rw-r--r-- | lib/libbio/bvprint.c | 36L |
-rw-r--r-- | lib/libbio/bwrite.c | 37L |
-rw-r--r-- | lib/libbio/lib9.h | 24L |
-rw-r--r-- | lib/libfmt/Makefile | 47L |
-rw-r--r-- | lib/libfmt/NOTICE | 22L |
-rw-r--r-- | lib/libfmt/README | 5L |
-rw-r--r-- | lib/libfmt/charstod.c | 73L |
-rw-r--r-- | lib/libfmt/dofmt.c | 584L |
-rw-r--r-- | lib/libfmt/dorfmt.c | 49L |
-rw-r--r-- | lib/libfmt/errfmt.c | 15L |
-rw-r--r-- | lib/libfmt/fltfmt.c | 805L |
-rw-r--r-- | lib/libfmt/fmt.c | 232L |
-rw-r--r-- | lib/libfmt/fmt.h | 116L |
-rw-r--r-- | lib/libfmt/fmtdef.h | 103L |
-rw-r--r-- | lib/libfmt/fmtfd.c | 33L |
-rw-r--r-- | lib/libfmt/fmtfdflush.c | 21L |
-rw-r--r-- | lib/libfmt/fmtinstall.3 | 379L |
-rw-r--r-- | lib/libfmt/fmtlocale.c | 51L |
-rw-r--r-- | lib/libfmt/fmtlock.c | 12L |
-rw-r--r-- | lib/libfmt/fmtnull.c | 30L |
-rw-r--r-- | lib/libfmt/fmtprint.c | 34L |
-rw-r--r-- | lib/libfmt/fmtquote.c | 245L |
-rw-r--r-- | lib/libfmt/fmtrune.c | 27L |
-rw-r--r-- | lib/libfmt/fmtstr.c | 15L |
-rw-r--r-- | lib/libfmt/fmtvprint.c | 35L |
-rw-r--r-- | lib/libfmt/fprint.c | 16L |
-rw-r--r-- | lib/libfmt/nan.h | 4L |
-rw-r--r-- | lib/libfmt/nan64.c | 71L |
-rw-r--r-- | lib/libfmt/plan9.h | 37L |
-rw-r--r-- | lib/libfmt/pow10.c | 106L |
-rw-r--r-- | lib/libfmt/print.3 | 482L |
-rw-r--r-- | lib/libfmt/print.c | 16L |
-rw-r--r-- | lib/libfmt/runefmtstr.c | 15L |
-rw-r--r-- | lib/libfmt/runeseprint.c | 17L |
-rw-r--r-- | lib/libfmt/runesmprint.c | 17L |
-rw-r--r-- | lib/libfmt/runesnprint.c | 17L |
-rw-r--r-- | lib/libfmt/runesprint.c | 17L |
-rw-r--r-- | lib/libfmt/runevseprint.c | 27L |
-rw-r--r-- | lib/libfmt/runevsmprint.c | 82L |
-rw-r--r-- | lib/libfmt/runevsnprint.c | 27L |
-rw-r--r-- | lib/libfmt/seprint.c | 16L |
-rw-r--r-- | lib/libfmt/smprint.c | 16L |
-rw-r--r-- | lib/libfmt/snprint.c | 16L |
-rw-r--r-- | lib/libfmt/sprint.c | 29L |
-rw-r--r-- | lib/libfmt/strtod.c | 511L |
-rw-r--r-- | lib/libfmt/test.c | 52L |
-rw-r--r-- | lib/libfmt/test2.c | 7L |
-rw-r--r-- | lib/libfmt/test3.c | 48L |
-rw-r--r-- | lib/libfmt/vfprint.c | 20L |
-rw-r--r-- | lib/libfmt/vseprint.c | 26L |
-rw-r--r-- | lib/libfmt/vsmprint.c | 80L |
-rw-r--r-- | lib/libfmt/vsnprint.c | 27L |
-rw-r--r-- | lib/libutf/Makefile | 28L |
-rw-r--r-- | lib/libutf/NOTICE | 22L |
-rw-r--r-- | lib/libutf/README | 5L |
-rw-r--r-- | lib/libutf/isalpharune.3 | 57L |
-rw-r--r-- | lib/libutf/plan9.h | 31L |
-rw-r--r-- | lib/libutf/rune.3 | 194L |
-rw-r--r-- | lib/libutf/rune.c | 205L |
-rw-r--r-- | lib/libutf/runestrcat.3 | 74L |
-rw-r--r-- | lib/libutf/runestrcat.c | 24L |
-rw-r--r-- | lib/libutf/runestrchr.c | 34L |
-rw-r--r-- | lib/libutf/runestrcmp.c | 34L |
-rw-r--r-- | lib/libutf/runestrcpy.c | 27L |
-rw-r--r-- | lib/libutf/runestrdup.c | 29L |
-rw-r--r-- | lib/libutf/runestrecpy.c | 31L |
-rw-r--r-- | lib/libutf/runestrlen.c | 23L |
-rw-r--r-- | lib/libutf/runestrncat.c | 31L |
-rw-r--r-- | lib/libutf/runestrncmp.c | 36L |
-rw-r--r-- | lib/libutf/runestrncpy.c | 32L |
-rw-r--r-- | lib/libutf/runestrrchr.c | 29L |
-rw-r--r-- | lib/libutf/runestrstr.c | 43L |
-rw-r--r-- | lib/libutf/runetype.c | 1119L |
-rw-r--r-- | lib/libutf/utf.7 | 99L |
-rw-r--r-- | lib/libutf/utf.h | 53L |
-rw-r--r-- | lib/libutf/utfdef.h | 35L |
-rw-r--r-- | lib/libutf/utfecpy.c | 37L |
-rw-r--r-- | lib/libutf/utflen.c | 36L |
-rw-r--r-- | lib/libutf/utfnlen.c | 40L |
-rw-r--r-- | lib/libutf/utfrrune.c | 44L |
-rw-r--r-- | lib/libutf/utfrune.c | 43L |
-rw-r--r-- | lib/libutf/utfutf.c | 41L |
-rw-r--r-- | lib/libutil.old/Makefile | 8L |
-rw-r--r-- | lib/libutil.old/common.h | 24L |
-rw-r--r-- | lib/libutil.old/open.h | 9L |
-rw-r--r-- | lib/libutil.old/openwrite.c | 17L |
-rw-r--r-- | lib/libutil.old/types.h | 27L |
-rw-r--r-- | lib/libutil.old/util.c | 169L |
-rw-r--r-- | lib/libutil.old/util.h | 27L |
-rw-r--r-- | lib/libutil/Makefile | 8L |
-rw-r--r-- | lib/libutil/arg.c | 3L |
-rw-r--r-- | lib/libutil/arg.h | 41L |
-rw-r--r-- | lib/libutil/common.h | 22L |
-rw-r--r-- | mk/lib.mk | 16L |
-rw-r--r-- | mk/object.mk | 17L |
-rw-r--r-- | mk/phony.mk | 3L |
-rw-r--r-- | mk/prog.mk | 97L |
-rw-r--r-- | mk/subdir.mk | 6L |
-rw-r--r-- | readme.md | 74L |
-rw-r--r-- | src/Makefile | 7L |
-rw-r--r-- | src/chpst/Makefile | 12L |
-rw-r--r-- | src/chpst/chpst.8.txt | 93L |
-rw-r--r-- | src/chpst/chpst.c | 349L |
-rw-r--r-- | src/chpst/envuidgid.lnk | 1L |
-rw-r--r-- | src/chpst/parse.c | 81L |
-rw-r--r-- | src/chpst/parse.h | 6L |
-rw-r--r-- | src/chpst/pgrphack.lnk | 1L |
-rw-r--r-- | src/chpst/setlock.lnk | 1L |
-rw-r--r-- | src/chpst/setuidgid.lnk | 1L |
-rw-r--r-- | src/chpst/softlimit.lnk | 1L |
-rw-r--r-- | src/finit/LICENSE | 21L |
-rw-r--r-- | src/finit/Makefile | 14L |
-rw-r--r-- | src/finit/README | 26L |
-rw-r--r-- | src/finit/finit.c | 88L |
-rw-r--r-- | src/fsvc/Makefile | 12L |
-rw-r--r-- | src/fsvc/fsvc.8.txt | 109L |
-rw-r--r-- | src/fsvc/fsvc.c | 326L |
-rw-r--r-- | src/fsvc/signame.c | 198L |
-rw-r--r-- | src/fsvc/signame.h | 4L |
-rw-r--r-- | src/fsvs/Makefile | 14L |
-rw-r--r-- | src/fsvs/dependency.c | 60L |
-rw-r--r-- | src/fsvs/encode.c | 52L |
-rw-r--r-- | src/fsvs/fsvs.8.txt | 36L |
-rw-r--r-- | src/fsvs/fsvs.c | 69L |
-rw-r--r-- | src/fsvs/handle_command.c | 74L |
-rw-r--r-- | src/fsvs/handle_exit.c | 104L |
-rw-r--r-- | src/fsvs/message.c | 52L |
-rw-r--r-- | src/fsvs/message.h | 19L |
-rw-r--r-- | src/fsvs/register.c | 96L |
-rw-r--r-- | src/fsvs/service.c | 86L |
-rw-r--r-- | src/fsvs/service.h | 115L |
-rw-r--r-- | src/fsvs/start.c | 112L |
-rw-r--r-- | src/fsvs/status.c | 94L |
-rw-r--r-- | src/fsvs/stop.c | 48L |
-rw-r--r-- | src/fsvs/supervise.c | 170L |
-rw-r--r-- | src/halt/Makefile | 12L |
-rw-r--r-- | src/halt/halt.8.txt | 45L |
-rw-r--r-- | src/halt/halt.c | 83L |
-rw-r--r-- | src/halt/poweroff.lnk | 1L |
-rw-r--r-- | src/halt/reboot.lnk | 1L |
-rw-r--r-- | src/halt/shutdown.8.txt | 79L |
-rw-r--r-- | src/halt/shutdown.sh | 69L |
-rw-r--r-- | src/halt/wtmp.c | 41L |
-rw-r--r-- | src/halt/wtmp.h | 11L |
-rw-r--r-- | src/modules-load/Makefile | 12L |
-rw-r--r-- | src/modules-load/modules-load.8.txt | 54L |
-rw-r--r-- | src/modules-load/modules-load.c | 144L |
-rw-r--r-- | src/seedrng/Makefile | 12L |
-rw-r--r-- | src/seedrng/seedrng.c | 473L |
-rw-r--r-- | src/serdo/Makefile | 12L |
-rw-r--r-- | src/serdo/builtins.c | 81L |
-rw-r--r-- | src/serdo/serdo.8.txt | 31L |
-rw-r--r-- | src/serdo/serdo.c | 144L |
-rw-r--r-- | src/serdo/test.serdo | 0B |
-rw-r--r-- | src/sigremap/Makefile | 12L |
-rw-r--r-- | src/sigremap/sigremap.8.txt | 39L |
-rw-r--r-- | src/sigremap/sigremap.c | 282L |
-rw-r--r-- | src/supervise/Makefile | 28L |
-rw-r--r-- | src/supervise/defs.h | 95L |
-rw-r--r-- | src/supervise/encode.c | 102L |
-rw-r--r-- | src/supervise/need_restart.c | 25L |
-rw-r--r-- | src/supervise/rotate_state.c | 73L |
-rw-r--r-- | src/supervise/state_functions.c | 14L |
-rw-r--r-- | src/supervise/supervise.c | 86L |
-rw-r--r-- | src/supervise/write_status.c | 24L |
-rw-r--r-- | src/vlogger/Makefile | 12L |
-rw-r--r-- | src/vlogger/vlogger.8.txt | 119L |
-rw-r--r-- | src/vlogger/vlogger.c | 199L |
-rw-r--r-- | src/zzz/Makefile | 12L |
-rw-r--r-- | src/zzz/ZZZ.lnk | 1L |
-rw-r--r-- | src/zzz/zzz.8.txt | 50L |
-rw-r--r-- | src/zzz/zzz.c | 136L |
-rw-r--r-- | state-next.md | 12L |
-rw-r--r-- | supervise/lock | 0B |
-rw-r--r-- | supervise/pid | 0B |
-rw-r--r-- | supervise/stat | 1L |
-rw-r--r-- | supervise/status | 20B |
-rw-r--r-- | tools/make-docs.py | 88L |
-rw-r--r-- | tools/make-man.py | 47L |