index
:
fases.git
master
packages
Minimal core utilities - mirror of https://git.vitali64.duckdns.org/git/utils/fases.git.
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core/: tput
Ferass El Hafidi
2023-04-14
1
-0
/
+40
*
core/tty: fix compiler error
Ferass El Hafidi
2023-04-11
1
-1
/
+2
*
core/wc: rewind(file) won't work with stdin
Ferass El Hafidi
2023-04-10
1
-1
/
+1
*
treewide: readd copyrights
Ferass El Hafidi
2023-04-10
30
-0
/
+95
*
core/ln: return errno
Ferass El Hafidi
2023-04-09
1
-2
/
+1
*
core/ln: only support 2 arguments (not counting argv[0] before getopt())
Ferass El Hafidi
2023-04-09
1
-1
/
+1
*
core/ln: get rid of useless for loop
Ferass El Hafidi
2023-04-09
1
-15
/
+13
*
core/utilities.csv: remove, not needed
Ferass El Hafidi
2023-04-09
1
-2
/
+0
*
core/: get rid of vi
Ferass El Hafidi
2023-04-08
1
-210
/
+0
*
core/ln: fix error handling!
Ferass El Hafidi
2023-04-08
1
-3
/
+3
*
core/ln: don't use *params
Ferass El Hafidi
2023-04-08
1
-1
/
+1
*
core/ln: get rid of *params, useless
Ferass El Hafidi
2023-04-08
1
-1
/
+1
*
core/ln: handle errors when calling remove()
Ferass El Hafidi
2023-04-08
1
-1
/
+1
*
*/Makefile: reduce duplication
Ferass El Hafidi
2023-04-08
1
-20
/
+2
*
core/Makefile: remove test suite
Ferass El Hafidi
2023-04-08
1
-17
/
+0
*
core/uname: fix argument parsing
Ferass El Hafidi
2023-03-31
1
-2
/
+2
*
core/rm: argv[0] -> argv0 (typo)
Ferass El Hafidi
2023-03-31
1
-1
/
+1
*
core/more: don't exit on EOF
Ferass El Hafidi
2023-03-31
2
-4
/
+2
*
core/ln: TODO -- fix error handling
Ferass El Hafidi
2023-03-31
2
-1
/
+1
*
core/chown: fix argv handling
Ferass El Hafidi
2023-03-30
1
-6
/
+5
*
core/*: Return errprint.
Ferass El Hafidi
2023-03-04
13
-13
/
+29
*
core/touch: Add missing 'return 0'
Ferass El Hafidi
2023-03-04
1
-0
/
+1
*
core/: touch
Ferass El Hafidi
2023-03-04
1
-0
/
+81
*
core/Makefile: Remove shell built-in utils
Ferass El Hafidi
2023-03-04
1
-1
/
+1
*
core/head: Properly handle standard input
Ferass El Hafidi
2023-03-04
1
-12
/
+9
*
core/head: Fix a tiny typo (that introduced a bug) and a segmentation fault
Ferass El Hafidi
2023-03-03
1
-2
/
+2
*
core/[: Check argv[0], don't use basename()
Ferass El Hafidi
2023-03-03
1
-2
/
+1
*
core/[: Use lstat() instead of stat()
Ferass El Hafidi
2023-03-02
1
-1
/
+1
*
core/wc: Fix bug -- see description
Ferass El Hafidi
2023-03-02
1
-1
/
+1
*
core/cat: Fix bug - see description
Ferass El Hafidi
2023-03-02
1
-1
/
+2
*
core/uname: Fix argument parsing
Ferass El Hafidi
2023-03-01
1
-11
/
+7
*
core/: tee
Ferass El Hafidi
2023-02-27
1
-0
/
+53
*
core/: cmp
Ferass El Hafidi
2023-02-21
1
-0
/
+54
*
core/: tty
Ferass El Hafidi
2023-02-19
1
-0
/
+21
*
all: use SPDX identifiers and add a new MAINTAINERS file.
Ferass El Hafidi
2023-02-16
27
-750
/
+27
*
core/ls: Use OPERANDS instead of (char *)params in getopt() and remove the -R...
Ferass El Hafidi
2023-01-28
1
-8
/
+2
*
core/common.*: Move them somewhere else so they can be used by non-POSIX utils
Ferass El Hafidi
2023-01-11
23
-142
/
+56
*
core/: Properly use getopt()
Ferass El Hafidi
2023-01-11
14
-107
/
+86
*
core/mv: Fix error handling
Ferass El Hafidi
2023-01-08
1
-2
/
+3
*
Makefiles: Remove useless `echo`es and don't compile in a subdirectory
Ferass El Hafidi
2023-01-07
2
-5
/
+3
*
core/ls: Fix compiler errors in Alpine Linux
Ferass El Hafidi
2023-01-06
1
-1
/
+1
*
Remove useless file
Ferass El Hafidi
2023-01-06
1
-0
/
+0
*
make: Set CORE to the currently-implemented utils instead
Ferass El Hafidi
2023-01-06
2
-1
/
+2
*
*: Update Copyright date #2
Ferass 'Vitali64' EL HAFIDI
2023-01-05
1
-1
/
+1
*
*: Update Copyright date
Ferass 'Vitali64' EL HAFIDI
2023-01-05
28
-28
/
+28
*
core/Makefile, config.mk: Add all POSIX utilities and ignore those who aren't...
Ferass 'Vitali64' EL HAFIDI
2023-01-05
1
-163
/
+3
*
(happy new year!) sh: Fix compiler errors && core/: Move print_usage to commo...
Ferass 'Vitali64' EL HAFIDI
2023-01-05
25
-117
/
+143
*
branding: Rename 'Ferass' Base System' to just 'fases'.
Ferass 'Vitali64' EL HAFIDI
2022-12-25
1
-1
/
+1
*
core/, Makefile, box: Get rid of version.h and use -DVERSION in CFLAGS instead.
Ferass 'Vitali64' EL HAFIDI
2022-12-25
23
-150
/
+37
*
*/Makefile && config.mk: Simplify and remove unnecessary echoes.
Ferass 'Vitali64' EL HAFIDI
2022-12-25
1
-25
/
+30
[next]