aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ash: prevent mintty from setting HOMERon Yorston2024-05-211-1/+13
* win32: some changes to kill(2)Ron Yorston2024-05-181-26/+27
* win32: implement getppid(2)Ron Yorston2024-05-162-10/+25
* win32: ensure PIDs are read early in procps_scan()Ron Yorston2024-05-162-12/+16
* win32: code shrinkRon Yorston2024-05-151-2/+0
* ps: report unknown parent PID as 1Ron Yorston2024-05-142-2/+23
* kill: killing a zombie process should failRon Yorston2024-05-143-114/+101
* ash: -X option shouldn't alter environment variablesRon Yorston2024-05-101-3/+3
* win32: try to avoid downloading offline filesRon Yorston2024-04-301-2/+5
* ash: fix typoRon Yorston2024-04-301-1/+1
* ash: fix alias expansion followed by '&'Ron Yorston2024-04-301-1/+10
* ash: add 'noiconify' optionRon Yorston2024-04-291-11/+23
* ash: detect console state on every call to options()Ron Yorston2024-04-291-3/+3
* build system: fix ncurses detectionRon Yorston2024-04-281-1/+1
* libbb: make default history size configurableRon Yorston2024-04-287-2/+21
* lineedit: reduce default history sizeRon Yorston2024-04-271-0/+4
* lineedit: increase history size to 1023Ron Yorston2024-04-264-4/+4
* make: code shrinkRon Yorston2024-04-231-1/+1
* make: better determine that a file is up-to-dateRon Yorston2024-04-221-3/+5
* win32: adjust handling of executable extensionsRon Yorston2024-04-222-9/+13
* make: allow mixed macros and targets on command lineRon Yorston2024-04-212-8/+41
* make: change how macros are read from the environmentRon Yorston2024-04-211-2/+6
* make: skip shell -e option when running commandsRon Yorston2024-04-202-2/+8
* win32: make stat(2) fail for /dev/zero, /dev/urandomRon Yorston2024-04-201-1/+2
* yes: code shrinkRon Yorston2024-04-181-5/+0
* free: bloat reductionRon Yorston2024-04-181-1/+1
* ash: move setting of current directoryRon Yorston2024-04-091-5/+7
* time: code shrinkRon Yorston2024-04-091-4/+1
* ash: add title built-inRon Yorston2024-04-093-2/+28
* timeout: fix handling of timeoutsRon Yorston2024-04-081-12/+7
* win32: ascii-optimize winansi_fputc, winansi_putcharAvi Halachmi (:avih)2024-04-061-8/+2
* win32: UTF8_OUTPUT: flush stream before conversionAvi Halachmi (:avih)2024-04-061-1/+3
* time: mitigation for interleaved outputRon Yorston2024-04-061-0/+6
* md5/shaXsum: accept uppercase hex stringsRon Yorston2024-04-031-0/+4
* win32: unicode: new wcwidth: allow enabling bidiAvi Halachmi (:avih)2024-04-021-2/+5
* Revert "unicode: identify emoji width and modifiers"Avi Halachmi (:avih)2024-03-291-8/+0
* win32: unicode: use newer wcwidth by defaultAvi Halachmi (:avih)2024-03-294-0/+683
* ash: strip path from NOFORK applet namesRon Yorston2024-03-261-0/+3
* make: allow '#' to be escaped with a backslashRon Yorston2024-03-112-3/+20
* win32: improvements to realpath(3)Ron Yorston2024-03-091-2/+6
* win32: let realpath(3) work on flaky filesystemsRon Yorston2024-03-081-0/+3
* su: free all allocated memoryRon Yorston2024-03-081-14/+18
* su: handle restricted disk driversRon Yorston2024-03-071-6/+18
* ash: fix 'read' built-in performance regressionRon Yorston2024-03-061-0/+4
* tls: use C code for x86_64 sp_256_sub_8_p256_mod()Ron Yorston2024-03-031-1/+1
* win32: add a comment about LTO to mkreleaseRon Yorston2024-02-251-2/+7
* win32: add BB_VER.h to .gitignoreRon Yorston2024-02-251-0/+1
* Update README.mdRon Yorston2024-02-231-2/+7
* win32: fix uname(2) if ARM architecture is undefinedFRP-5301-gda71f7c57Ron Yorston2024-02-201-0/+2
* build system: fix for older GNU makeRon Yorston2024-02-201-3/+9