3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 14 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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... 3 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
First chunk of mkroot README. Still missing a lot. More... 4 months ago
Move the modules archive under docs. More... 4 months ago
Give tests unique names. More... 4 months ago
Add basic or1k support. (Kernel doesn't know how to exit qemu yet.) More... 4 months ago
Replace panic=1 argument with PANIC_TIMEOUT=1 confg symbol, and automatically enable module plumbing if any $MODULES selected. More... 4 months ago
Add NOTOYBOX variable to optionally skip the toybox build. More... 4 months ago