-
Notifications
You must be signed in to change notification settings - Fork 6
/
TODO
46 lines (37 loc) · 1.11 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
- The following programs in coreutils are missing from our source tree:
b2sum
base32
base64
chcon
cksum
link
md5sum
numfmt
ptx
runcon
seq
sha1sum
sha224sum
sha256sum
sha384sum
sha512sum
shred
shuf
stdbuf
sum
timeout
truncate
unlink
- FIXME Darwin:
- Join doesn't build (I don't know what it lacks, but however I am fixing it)
- Maybe incorporate find in to the tree.
- Maybe incorporate bc and dc in to the tree.
- Maybe incorporate diffutils in to the tree (diff, diff3, sdiff).
- Update import-src.sh to be able to import new versions and overlay them
in the source tree so the tree can try to keep up with upstream.
- FIXME:
- df claims "permission denied" on statvfs, probably because of docker file systems? Maybe we should skip the
- entries we get permission denied on, regardless, GNU's df does not list Docker volumes
- The following utilities don't have CMakeFiles and dont build:
- tail
- Make a ORIGIN file, that says where did we get each port from