1
1
Fork
You've already forked fases
0
fork of ferass's fases found here: https://utils.vitali64.duckdns.org/FASESLINUX.html i hate using mailing lists, so i push changes to branches while tracking upstream in master. i use this to propose patches to f_
C 92.1%
Makefile 7.9%
Find a file
Leah Rowe 77cb89523c core/ln: return errno, not zero
By returning errno, we can know when ln is failing in
unexpected ways, rather than it wrongly assuming non-
zero status.
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023年04月08日 18:12:01 +01:00
box-templates all: use SPDX identifiers and add a new MAINTAINERS file. 2023年02月16日 17:43:06 +01:00
common all: use SPDX identifiers and add a new MAINTAINERS file. 2023年02月16日 17:43:06 +01:00
core core/ln: return errno, not zero 2023年04月08日 18:12:01 +01:00
extras */Makefile: reduce duplication 2023年04月08日 16:25:46 +02:00
man man/: unlink.1 2023年04月06日 17:33:55 +02:00
sh all: use SPDX identifiers and add a new MAINTAINERS file. 2023年02月16日 17:43:06 +01:00
.gitignore Makefiles: Remove useless echoes and don't compile in a subdirectory 2023年01月07日 22:15:36 +01:00
box.c Makefile: Fix box not compiling && man/: cmp.1 2023年02月22日 12:29:17 +01:00
common.mk */Makefile: reduce duplication 2023年04月08日 16:25:46 +02:00
config.mk Makefile: add '-pedantic' to CFLAGS 2023年04月08日 16:02:25 +02:00
COPYING.3BSD *: Update Copyright date 2023年01月05日 20:41:53 +01:00
COPYING.FBDL docs/: Finally add a license. 2022年11月08日 17:55:21 +01:00
COPYING.GPLv3 all: use SPDX identifiers and add a new MAINTAINERS file. 2023年02月16日 17:43:06 +01:00
MAINTAINERS all: use SPDX identifiers and add a new MAINTAINERS file. 2023年02月16日 17:43:06 +01:00
Makefile Makefile: Fix box not compiling && man/: cmp.1 2023年02月22日 12:29:17 +01:00
README.md docs/: Remove all documentation #2 2022年12月17日 14:47:24 +01:00
wip.gif Add a WIP GIF 2022年11月20日 15:34:23 +01:00

┌────────────────────────────────────────────────────────────────────────────┐
│ │
│ m"" │
│ mm#mm mmm mmm mmm mmm │
│ # " # # " #" # # " ___ Simple core utilities for a fully │
│ # m"""# """m #"""" """m functional UNIX-like system. │
│ # "mm"# "mmm" "#mm" "mmm" │
│ │
└────────────────────────────────────────────────────────────────────────────┘

Goal

The fases project tries to provide friendly, functionnal and simple core utilities for a fully functionnal UNIX-like Operating System. It tries to be entirely portable and working on any UNIX-like Operating System and kernel such as OpenBSD and Linux. It also tries to be completly modular and as such one utility should not depend on another in order to work. The coreutils are still a work-in-progress. The fases utilities are currently tested on Artix, Alpine, OpenBSD, OS X and FreeBSD. We expect all utilities to work on all systems implementing POSIX due to us using only POSIX-compliant functions.

See https://utils.vitali64.duckdns.org