aboutsummaryrefslogtreecommitdiff
path: root/miscutils/mountpoint.c (unfollow)
Commit message (Expand)AuthorFilesLines
10 daystls: rewrite Schannel codeRFL8902-268/+283
13 daysls: 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-10tls: only show schannel config option on mingwrfl8901-1/+1
2025-08-09ash: fix fallout of no-more-set commandnamebusyboxDenys 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
2025-08-05top: make uppercase 'S' walk topmem in opposite directionDenys Vlasenko1-1/+8
2025-08-05top: show RSS instead of VSF, virtual mapped size is often meaninglessDenys Vlasenko1-15/+15
2025-08-05top: fix display of very large VSZDenys Vlasenko2-5/+37
2025-08-05top: do not rescan processes on second 's'Denys Vlasenko1-1/+3
2025-08-04libbb: simplify concat_path_file()Denys Vlasenko1-2/+2
2025-08-04libbb: much faster concat_path_file()Denys Vlasenko3-2/+77
2025-08-03shell: typo and whitespace fixes, no code changesDenys Vlasenko2-16/+2
2025-08-03hush: fix memory leak caused by compiler optimizing out a storeDenys Vlasenko2-25/+84
2025-08-03hush: disentangle interactiveness/job_control setup codeDenys Vlasenko1-79/+67
2025-08-03hush: fix build failure if !CONFIG_HUSH_JOBDenys Vlasenko1-2/+2
2025-08-03hush: make NORETURN declarations lees verbose, no code changesDenys Vlasenko1-22/+6
2025-08-03hush: do not save history on xfunc error, it's unsafeDenys Vlasenko1-47/+37
2025-08-03docs: Add links to cmd description from cmd listNoelle Leigh2-7/+14