3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
find: use S_ISREG() rather than inlining it. More... 6 days ago
Ray Gardner pointed out we were adding the +4 to the wrong side of the strlower() check for unicode facepalm. With test. More... 9 days ago
Doc: fix typos in mkroot README More... 12 days ago
Create generated/tags.h with sed and bash instead of C. More... 16 days ago
Add a little bit on the what and why of help text. More... 16 days ago
Doc tweak: accept -A as an alias for -a but don't try to explain it. More... 16 days ago
Switch most remaining toys.optflags&FLAG_x checks to FLAG(x) More... 16 days ago
Consistently indent help blocks. More... 16 days ago
Only --start-group and --end-group when static linking. More... 17 days ago
Don't rely on (skippable) airlock build to set mkroot VERSION. More... 17 days ago
If /dev/tty was never associated, writing to it produces an error. (That's why ; instead of && there, but suppress the message too.) More... 17 days ago
Fix hwclock to work with current glibc and musl, which have different bugs. More... 18 days ago
The "extra" libraries want to go in a magic order when static linking, and probing them in parallel makes that awkward, so if there are any pass --start-group and --end-group to the linker so it actually resolves crosstalk between them. More... 19 days ago
find -size implies -type f. More... 20 days ago
xxd: buffer input via stdio. More... 24 days ago
Indent the help text block. More... 26 days ago
Two changes to record-commands: 1) busybox find doesn't understand commas in -type so use parentheses and -o, 2) change semantics (sourcing changes variables) so running with no arguments sets up a persistent wrapper and outputs an export line to update variables. More... 26 days ago
The -f doesn't reliably shut up chmod. More... 27 days ago
Add cfspeed2bps() and bsp2cfspeed() conversion functions, and make xsetspeed() use them. More... 28 days ago
Let record-commands be run from an arbitrary directory. More... 28 days ago
Vidar Karlsen says freebsd needs a magic constant. More... about 1 month ago
Add uname to freebsd_miniconfig (pointed out by Vidar Karlsen) More... about 1 month ago
A sufficiently loaded server may not be able to fork()/exec() in .1 seconds (Elliott saw this), so give it a full second. More... about 1 month ago
Version 0.8.11 More... about 1 month ago
Thinko. (Reused a variable one line too early.) More... about 1 month ago
Build armv4l kernel. More... about 1 month ago
Stop forcing CONFIG_EXPERT on to disable other symbols. More... about 1 month ago
Fix powerpc, mips64, and s390x boards under qemu. More... about 1 month ago
Tweak help text and comments. More... about 1 month ago
Fix thinko. More... about 1 month ago