3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 23 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't leak script filehandles into child process. More... 3 months ago
Fix ps in mkroot (claim tty) and redirect stdout/stderr to real console as well. More... 3 months ago
Teach setsid to grab tty more forcefully, and that -cc means steal. More... 3 months ago
netcat: Implement zero I/O mode More... 3 months ago
Fix "./truncate -s 1e2" to say "not integer" instead of "too large". More... 3 months ago
Switch to newer sed syntax to make generated/config.h, as long as we're using $SED instead of sed anyway (and thus gsed instead of ancient sed on MacOS). Also, yank check and just always rebuild it. More... 3 months ago
grep: add missing flags to usage line. More... 3 months ago
memeater: fixes. More... 3 months ago
My own pending local documentation changes to patch.c, now on top of Elliott's. More... 3 months ago
Cleanup and promote memeater. More... 3 months ago
memeater: consume a given amount of memory. More... 3 months ago
Consistently use xferror() instead of if (fflush()) perror_exit(); and yank an obsolete comment Elliott spotted. More... 3 months ago
docs: stop referring to xflush() after its removal. More... 3 months ago
Switch stdout default to block buffering, replace xflush() with xferror(), change xputs*() to fwrite() instead of write() but add a flush to maintain previous semantics. Then add flushes and TOYFLAG_LINEBUF until the test suite passes. More... 3 months ago
The dtb files wander around the linux source tree, so use find. More... 3 months ago
hexdump: fix NUL character handling More... 3 months ago
Compress help text with gzip. More... 4 months ago
ip: add missing flags. More... 4 months ago
ifconfig: add missing flags. More... 4 months ago
Clean up some version skew in the mkroot instructions. More... 4 months ago
Silence more false positive gcc warnings. More... 4 months ago
Fix sh "exit" command to actually exit (broken in commit 7fac232b4d25). More... 4 months ago
Move the target config if/else staircase into its own function. More... 4 months ago
Stop using oneit, manually redirect console instead. More... 4 months ago
Change findglobals output. More... 4 months ago
date: silence gcc 13.2. More... 4 months ago
file: parse JPEG files enough to pull out their size in pixels. More... 4 months ago
Missed an int64_t in the peek() conversion. More... 4 months ago
Not RFCs of interest, and minor cleanup while I was there. More... 4 months ago
Switch peek() family from int64_t to long long so base types are consistent on 32/64 bit, and switch some 64 bit constants to ULL for 32 bit. More... 4 months ago