204
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 12 hours ago.
Oct 15, 2024 — Oct 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
busybox: optional --version support More... 2 days ago
ntpd: set tmx.maxerror properly - avoid STA_UNSYNC More... 4 days ago
nsenter,unshare: don't use xvfork_parent_waits_and_exits(), it SEGVs on ppc64le More... 7 days ago
cp: fix `cp -aT` overwriting symlink to directories More... 9 days ago
chrt: support passing `-p 0` to operate on self More... 9 days ago
selinux: fix potential segfault in sestatus More... 9 days ago
vi: warn about range in ':!' command More... 22 days ago
archival/libarchive: sanitize filenames on output (prevent control sequence attacks More... 22 days ago
ash: change procargs() to match recent dash change More... 23 days ago
hush: changes to comments and whitespace, no code changes More... about 1 month ago
ash: implement <<<here_string syntax More... about 1 month ago
hush: fix several syntax corner cases with function definitions More... about 2 months ago
hush: shrink "function" code More... about 2 months ago
hush: do not SEGV on if { echo foo; } then { echo bar; } fi More... about 2 months ago
hush: disentangle keyword detection, no logic changes More... about 2 months ago
hush: make "function" keyword support optional More... about 2 months ago
hush: with --login, errors /etc/profile in must not exit shell More... about 2 months ago
hush: recognize "function FUNC { cmd; }" syntax More... about 2 months ago
hush: remove always-true conditional More... about 2 months ago
hush: fix infinite loop expanding alias a="nice&&a" More... about 2 months ago
hush: comment fixes More... about 2 months ago
hush: make "alias" print aliases in properly escaped form More... about 2 months ago
hush: fix nested alias expansion More... about 2 months ago
hush: optional alias support More... about 2 months ago
hush: optimization in set_local_var() More... 2 months ago
hush: implement <<<here_string syntax More... 2 months ago
hush: allow faster parsing for "./:@" characters More... 2 months ago
hush: shrink syntax error handling More... 2 months ago
hush: undo incorrect change which allows a'b'=c to be assignment More... 2 months ago
hush: explain "empty quoted str marker" trick More... 2 months ago