Commit Graph

101 Commits

Author SHA1 Message Date
888cc3272b Fix bootstrap for all commands 2023-02-13 10:38:02 -05:00
423592973f Revert "Fix bootstrap for all three binaries"
This reverts commit 0450cdfee6.
2023-02-13 10:32:36 -05:00
0450cdfee6 Fix bootstrap for all three binaries 2023-02-13 10:30:46 -05:00
83fcb52d80 Use errno workspace crate for mount and stat workspace crates 2023-02-13 00:41:58 -05:00
05ce5422c0 Add errno workspace crate, fix error handling in unistd workspace
crate
2023-02-13 00:26:13 -05:00
dca08c34bb Add unix-mode (previously a submodule) 2023-02-10 21:59:07 -05:00
ebebf2b4e5 Add swapoff applet 2023-02-08 16:20:25 -05:00
565e2c52d4 Add swaplabel applet 2023-02-07 10:34:09 -05:00
29af667a0f utilbox/umount - add lazy flag, iter through mnt entries in one pass
to filter chosen entries when using `all` options
2023-02-07 00:13:42 -05:00
a468b09816 utilbox/umount - use Vec::retain instead of iter/filter/collect 2023-02-06 23:08:46 -05:00
39c3803acb Add utilbox binary and umount applet; Move blkid mountpoint and
`clear` applets into `utilbox`
2023-02-06 18:57:28 -05:00
06b88d2c24 Refactoring:
- Split into workspace crates
- Split into two binaries `corebox` and `hashbox`
- Add `mount` crate to workspace to prepare for third binary `utilbox`
2023-02-05 23:50:59 -05:00
59b80e3b85 Add ln applet (untested); Switch to _at versions of certain syscalls
due to not existing for every platform
2023-02-05 00:51:11 -05:00
859071698a Use args::file() for input spec - base32/base64/rev 2023-02-04 11:20:45 -05:00
aa89efe63a Do not display default value of "-" for input in hash applets 2023-02-04 11:12:32 -05:00
f0099a2958 Add b2sum applet - switch to blake2b_simd crate to get around
limitations of `blake2` crate, which will not accept a non-const
numerical specifier for length
2023-02-04 11:06:24 -05:00
6b30c356dd Change Cmd::Run signature to take &clap::Options instead of
`Option<&clap::Options>` - saves 10k
2023-02-04 08:54:27 -05:00
5fd1bb1220 Add sha284sum and sha512sum applets 2023-02-04 01:06:54 -05:00
5e0c1141ef Create generic hash module; Add sha1sum, sha224sum and sha256sum
applets
2023-02-04 00:56:02 -05:00
8df1f99f70 Add md5sum applet 2023-02-03 19:12:40 -05:00
bcb5725a5c Add unistd::symlink function 2023-02-02 23:47:46 -05:00
6963ba4a4b Convert several commands to use raw system calls instead of libc
functions
2023-02-02 23:34:37 -05:00
fcc8abb67b Remove some allocations 2023-01-27 00:15:04 -05:00
754f604603 Add mktemp applet 2023-01-24 00:51:36 -05:00
5076dcc350 Add hostid applet 2023-01-23 10:17:17 -05:00
3ef3a8b3aa Use Bitflags trait and Bit enum in which applet;
Move `Bit` and `Who` enums out of `mode` module into submodules
2023-01-23 09:39:02 -05:00
6c0b7cb787 Use Bitflags trait in mode::Parser 2023-01-23 09:10:08 -05:00
71915916a0 Add wc applet; Add Bitflags trait; 2023-01-23 00:43:54 -05:00
9a7af682b7 Add readlink applet 2023-01-22 10:24:21 -05:00
Nathan Fisher
7630e016c9 Add realpath applet 2023-01-22 00:26:26 -05:00
862ad82b47 Add chroot applet 2023-01-21 20:55:59 -05:00
eeb9a61fa3 Add logname applet 2023-01-21 19:34:02 -05:00
d92cb9f208 Add printenv applet 2023-01-21 19:20:30 -05:00
9df197a4b9 Add chgrp applet; Add args module for commonly used args to increase
consistency
2023-01-21 18:25:09 -05:00
f68ae6df91 chmod - implement quiet 2023-01-21 09:11:54 -05:00
Nathan Fisher
71a9f8839a Add mknod applet (untested) 2023-01-21 01:54:52 -05:00
e9e9c53f19 Add mkfifo applet 2023-01-20 23:53:28 -05:00
091bf713bd Add pwd applet 2023-01-20 22:46:16 -05:00
0453acd0de Add chmod applet (untested) 2023-01-20 12:08:04 -05:00
e648a8a83a Cleanup chown applet 2023-01-19 19:08:09 -05:00
7fc064a441 chown - Removed several clones 2023-01-18 21:45:18 -05:00
3016f4c234 Add chown applet (untested not optimized) 2023-01-18 21:42:11 -05:00
fcf416ea3b Add rm to applet list on README 2023-01-17 17:46:05 -05:00
3c27255c5b Fix previous fix - doh! 2023-01-17 17:39:50 -05:00
b94ebaa4bd rm - fix interactive prompts 2023-01-17 17:39:01 -05:00
8a14cfb590 Add rm applet 2023-01-17 17:27:41 -05:00
f7b7fcca16 Add rmdir applet 2023-01-16 23:44:21 -05:00
1ff61def39 New trait Mode, currently just prints the symbolic representation of a
Unix mode, as extracted from u32
2023-01-16 22:30:12 -05:00
97d4fe1947 Relicensed as GPL3, improved documentation and CONTRIBUTING 2023-01-16 19:03:25 -05:00
7da63bb1b5 Improve docs 2023-01-16 18:28:37 -05:00