aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* cut: tweak --helpDenys Vlasenko2024-12-111-2/+2
* hexdump: fix regression with -n4 -e '"%u"'Natanael Copa2024-12-091-2/+4
* libbb: tidy argument checks in getopt32()Ron Yorston2024-12-091-8/+5
* libbb: modify find_executable() to not temporarily write to PATHDenys Vlasenko2024-10-081-26/+30
* ash: cache more of uid/gid syscallsDenys Vlasenko2024-10-071-0/+14
* libbb: simplify parameter passing in is_in_supplementary_groups()Denys Vlasenko2024-10-071-5/+5
* libbb: move is_in_supplementary_groups() from test to libbbDenys Vlasenko2024-10-071-0/+20
* libbb: fix sha1 on !x86 if CONFIG_SHA1_HWACCEL=yRudi Heitbaum2024-10-061-0/+2
* lineedit: use stdout for shell history builtinRon Yorston2024-09-271-1/+1
* libbb: send usage messages to correct streamRon Yorston2024-09-271-13/+17
* libbb: use full_write1_str() to shrink busybox_main()Ron Yorston2024-09-271-13/+11
* lineedit: make save_history() FAST_FUNCDenys Vlasenko2024-09-271-1/+1
* tls: fix CONFIG_FEATURE_TLS_SHA1=y + CONFIG_SHA1_HWACCEL=yDenys Vlasenko2024-07-121-6/+23
* libbb: add bit counting function, use where appropriateDenys Vlasenko2024-05-312-0/+47
* nproc: prepare for arbitrarily large CPU masksDenys Vlasenko2024-05-312-0/+30
* lineedit: print prompt and editing operations to stderrDenys Vlasenko2024-04-131-28/+34
* start-stop-daemon: do not lose error messages with -bDenys Vlasenko2023-11-081-3/+6
* sleep: fix "sleep -- ARGS"Denys Vlasenko2023-10-021-4/+11
* libbb: rename source files, no code changesDenys Vlasenko2023-07-187-8/+8
* libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko2023-06-151-0/+10
* libbb: pass "" rather than NULL as format string in _nomsg functionsDenys Vlasenko2023-06-123-26/+4
* libbb/dump: code shrinkDenys Vlasenko2023-05-281-5/+7
* libbb/dump: make xxd_displayoff member conditional on xxdDenys Vlasenko2023-05-271-2/+10
* libbb/dump: correct handling of 1-byte signed int formatDenys Vlasenko2023-05-261-20/+17
* libbb/dump: use fputs_stdout where appropriateDenys Vlasenko2023-05-261-2/+2
* od, hexdump: byte 0x11 is "dc1" not "dcl"Denys Vlasenko2023-05-261-2/+4
* libbb/dump: conditionalize code used only by xxd and odDenys Vlasenko2023-05-261-1/+5
* od: stop printing extra trailing spacesDenys Vlasenko2023-05-251-7/+14
* od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -sDenys Vlasenko2023-05-251-8/+22
* lineedit: fix crash when icanon set with -echoAkos Somfai2023-04-121-2/+2
* appletlib: fix "warning: unused variable applet_no"Tomas Paukrt2023-04-101-1/+1
* ash: fix sleep built-in not running INT trap immediately on ^CDenys Vlasenko2023-04-101-9/+7
* libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko2023-04-061-4/+6
* lineedit: fix matching of directories when searching PATHRon Yorston2023-03-291-2/+2
* libbb/sha: do not read shaNI variable twice, and factor out its settingDenys Vlasenko2023-03-291-12/+16
* libbb/sha: fix sha-NI instruction detectionDenys Vlasenko2023-03-291-2/+2
* shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256Denys Vlasenko2023-01-261-7/+10
* shell: fix compile failures in some configsDenys Vlasenko2023-01-031-11/+13
* libbb/loop: fix compile failure (name collision)Denys Vlasenko2023-01-021-2/+2
* libbb: shrink del_loop()Denys Vlasenko2022-12-131-1/+1
* loop: restore the correct return vaule of set_loop()Denys Vlasenko2022-12-131-4/+8
* loop: optionally use ioctl(LOOP_CONFIGURE) to set up loopdevsDenys Vlasenko2022-12-132-9/+65
* loop: refactor: extract subfunction set_loopdev_params()Xiaoming Ni2022-12-131-39/+51
* loop: simplify code of LOOP_SET_FD failureXiaoming Ni2022-12-121-7/+3
* loop: refactor: extract subfunction get_next_free_loop()Xiaoming Ni2022-12-121-30/+26
* loop: fix a race when a free loop device is snatchedXiaoming Ni2022-11-151-1/+10
* libbb: mark stack in assembly files read-onlyLudwig Nussel2022-08-306-0/+18
* fix [ --help ] and [[ --help ]]Denys Vlasenko2022-08-301-0/+3
* ash: optional sleep builtinShawn Landden2022-08-271-0/+6
* libbb: make '--help' handling more consistentRon Yorston2022-08-221-3/+2