Skip to content

Commit

Permalink
add to todolist
Browse files Browse the repository at this point in the history
  • Loading branch information
heliumhydride committed Jan 6, 2025
1 parent 48dd32d commit 00ae65e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ coreutils: o/bin/cat o/usr/bin/nproc o/bin/ls o/usr/bin/uname o/usr/bin/seq o/bi
# for mkswap/swapon/swapoff on windows: do we have functions in the win32 api to change pagefile settings ?
# for login on windows: use as a frontend to LogonUI/runas.exe maybe ? kind of a strech but I don't see what else login.exe would do...
# fsck on windows: do we just 'execvp("chkdsk.exe", ...);' ?
util-linux: o/usr/bin/rev o/usr/sbin/nologin o/usr/bin/uuidgen o/usr/bin/lscpu o/bin/kill o/usr/bin/blkid o/usr/bin/cal o/usr/bin/cfdisk o/usr/bin/chsh o/usr/bin/col o/usr/bin/dmesg o/usr/bin/eject o/usr/bin/fallocate o/sbin/fdisk o/usr/bin/findfs o/sbin/fsck o/usr/bin/getopt o/usr/bin/hexdump o/usr/bin/ionice o/usr/bin/last o/usr/bin/login o/usr/sbin/losetup o/usr/bin/lsblk o/usr/bin/lslogins o/usr/bin/mcookie o/sbin/mkfs o/sbin/mkswap o/bin/more o/sbin/mount o/usr/bin/mountpoint o/usr/sbin/pivot_root o/usr/bin/renice o/usr/bin/write o/usr/bin/whereis o/usr/bin/swapon o/usr/bin/swapoff
util-linux: o/usr/bin/rev o/usr/sbin/nologin o/usr/bin/uuidgen o/bin/kill o/usr/bin/lscpu o/usr/bin/column o/usr/bin/blkid o/usr/bin/cal o/usr/bin/cfdisk o/usr/bin/chsh o/usr/bin/col o/usr/bin/dmesg o/usr/bin/eject o/usr/bin/fallocate o/sbin/fdisk o/usr/bin/findfs o/sbin/fsck o/usr/bin/getopt o/usr/bin/hexdump o/usr/bin/ionice o/usr/bin/last o/usr/bin/login o/usr/sbin/losetup o/usr/bin/lsblk o/usr/bin/lslogins o/usr/bin/mcookie o/sbin/mkfs o/sbin/mkswap o/bin/more o/sbin/mount o/usr/bin/mountpoint o/usr/sbin/pivot_root o/usr/bin/renice o/usr/bin/write o/usr/bin/whereis o/usr/bin/swapon o/usr/bin/swapoff

findutils: o/usr/bin/xargs o/usr/bin/find

Expand Down
5 changes: 5 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ the following bug only seem to happen on win7 x86 ?: fix garbeled output for uui

fix slightly off values for wc (fix word counting method)
fix rev behaviour
use openbsd pledge everywhere (#ifdef __OpenBSD__ pledge(...,NULL); #endif)
seq implement -s -w -f (reimplement with getopt), support floating point numbers (use strtod)
coreutils/head and coreutils/cat: read from stdin correctly (with no arg and with '-' as file)
coreutils/{mkdir,rmdir}: recursive directory creation/destruction (-p)
Expand All @@ -16,6 +17,10 @@ coreutils/wc: take multiple files like cat, if multiple files are provided, prin
remove as much warnings as possible
coreutils/{dos2unix,unix2dos} (read stream of data and replace '\r\n' to '\n' and vice versa)
coreutils/tail
util-linux/column
procutils/kill
procutils/pkill
util-linux/hexdump
coreutils/printf
coreutils/tee
coreutils/groups
Expand Down

0 comments on commit 00ae65e

Please sign in to comment.