aboutsummaryrefslogtreecommitdiff
path: root/coreutils/chmod.c (unfollow)
Commit message (Expand)AuthorFilesLines
25 hoursshells: add tests missing from last commitRon Yorston4-0/+30
27 hoursash: redir: Retry open on EINTRRon Yorston2-69/+93
2 daysash: eval: Reset handler when entering a subshellRon Yorston1-14/+33
4 daysash: jobs: Block signals during tcsetpgrpRon Yorston1-1/+16
4 daysash: eval: Add vfork supportRon Yorston4-36/+128
4 daysash: rename got_sigchld, doing_jobctl, and INT_ON/OFF to match dashRon Yorston1-158/+158
8 daysmake: override commands for single-colon target ruleRon Yorston1-7/+30
14 daystls: rewrite Schannel codeRFL8902-268/+283
2025-08-26ls: add '-g' and '-C' to usage messageRon Yorston1-0/+5
2025-08-22lineedit: fix PS1='\W' for root directoryRon Yorston1-1/+1
2025-08-21tr: an escaped dash doesn't indicate a rangeRon Yorston2-0/+11
2025-08-18tls: various schannel fixesRFL8901-135/+61
2025-08-17win32: fix return value of isatty()Ron Yorston1-1/+1
2025-08-12Use Windows API for checksums on ARM64Ron Yorston1-1/+1
2025-08-12Post-merge fixesRon Yorston3-7/+88
2025-08-10ash: move 100 bytes off global .data / .bss, no logic changesbusyboxDenys Vlasenko1-61/+62
2025-08-10tls: only show schannel config option on mingwrfl8901-1/+1
2025-08-09ash: redir: Retry open on EINTRDenys Vlasenko5-67/+119
2025-08-09ash: eval: Reset handler when entering a subshellDenys Vlasenko1-3/+16
2025-08-09ahs: jobs: Block signals during tcsetpgrpDenys Vlasenko1-1/+16
2025-08-09ash: eval: Add vfork supportDenys Vlasenko4-37/+117
2025-08-09ash: rename got_sigchld, doing_jobctl, and INT_ON/OFF to match dashDenys Vlasenko1-150/+150
2025-08-09ash: fix fallout of no-more-set commandnameDenys Vlasenko1-6/+7
2025-08-09shells: fix a typo in var_backslash1.tests, expand it while at itDenys Vlasenko4-8/+12
2025-08-09ash: eval: Always set exitstatus in evaltreeDenys Vlasenko1-6/+7
2025-08-09ash: options: Do not set commandname in procargsDenys Vlasenko1-3/+2
2025-08-09ash: jobs: drop unused node parameter in makejob()Denys Vlasenko1-6/+6
2025-08-09shells: add testsuite itemDenys Vlasenko4-0/+124
2025-08-08ash: reuse vstype_suffix[] in debug code, shrink itDenys Vlasenko1-35/+37
2025-08-08tls: change build defaultsRon Yorston4-4/+16
2025-08-08tls: whitespace fixesRon Yorston5-8/+8
2025-08-08tls: fix schannel handshake on older WindowsRFL8901-1/+1
2025-08-07ash: fix cmdputs - was showing some variable forms incorrectlyDenys Vlasenko1-20/+35
2025-08-07stty: fix build for Windows XPRon Yorston1-0/+10
2025-08-07tls: add Schannel implementationrfl8906-14/+635
2025-08-07hush: smarter optimization for not-globbing [ and [[Denys Vlasenko1-37/+23
2025-08-07ash: fix heredoc.tests broken by last commitDenys Vlasenko1-15/+19
2025-08-07ash,hush: fix corner cases with backslash-newlines in heredocsDenys Vlasenko14-5/+44
2025-08-07hush: optimization: do not glob words "[" and "[["Denys Vlasenko1-0/+40
2025-08-06showkey: make -a, -k, -s mutually exclusiveDenys Vlasenko1-2/+2
2025-08-06top,pmap: speed up /smaps parsingDenys Vlasenko3-24/+49
2025-08-06libbb: fix too-narrow variable in procps_read_smaps() causing incorrect sizesDenys Vlasenko1-1/+1
2025-08-06libbb: make read_cmdline() replace chars 1..31 with '?', not spaceDenys Vlasenko2-7/+11
2025-08-06top: simplify command line readingDenys Vlasenko2-18/+26
2025-08-06top: disentangle printing logicDenys Vlasenko1-83/+97
2025-08-05top: consistently NOT use the last column of the displayDenys Vlasenko1-56/+51
2025-08-05pmap: increase max handled command line length to 4kDenys Vlasenko1-5/+7
2025-08-05top,pmap: do not use common code for reading /proc/PID/smapsDenys Vlasenko4-131/+178
2025-08-05top: improve response time to keyboard inputDenys Vlasenko1-14/+27
2025-08-05top: reduce flicker: redraw screen with "clear to EOL" commands, not one "cle...Denys Vlasenko1-14/+20