aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: don't use getservbyname, it links in a static bufferDenys Vlasenko2026-02-253-25/+131
* netstat: fix breakage due to last commitDenys Vlasenko2026-02-241-6/+16
* netstat,pscan: don't use getservbyport(), it links in a static bufferDenys Vlasenko2026-02-241-0/+48
* telnetd: if vfork in make_new_session() fails, do close socket.Denys Vlasenko2026-02-241-24/+58
* telnet: rewrite to use ioloop()Denys Vlasenko2026-02-231-0/+2
* telnetd: do not send stray \r\n before /etc/issue.netDenys Vlasenko2026-02-231-2/+0
* libbb: add generic "fd polling and I/O" loop, use it in telnetdDenys Vlasenko2026-02-211-0/+262
* libbb: better comments in read_key()Denys Vlasenko2026-02-151-37/+38
* *: placate warnings where strchr/strstr returns constant pointerDenys Vlasenko2026-02-154-6/+7
* main: !CONFIG_BUSYBOX: "busybox --OPT" is not a call to applet "-OPT"Denys Vlasenko2026-02-081-1/+4
* libbb: introduce and use xasprintf_inplace()Denys Vlasenko2026-02-051-0/+16
* libbb: use narrow isqrt() when 64-bit one is not needed (only "factor" uses it)Denys Vlasenko2026-02-041-3/+55
* fdisk: several fixes for 4K sector sizeDenys Vlasenko2026-02-041-41/+0
* uuidgen: move UUID formatting to libbbDenys Vlasenko2026-02-031-0/+13
* util-linux: add minimal uuidgen implementationOsama Abdelkader via busybox2026-02-011-3/+3
* libbb/loop: fix existence check for LOOP_CONFIGURE ioctlWouter Franken2026-01-261-1/+1
* lineedit: fix PS1='\W' for root directoryDenys Vlasenko2025-11-081-1/+1
* busybox: optional --version supportDenys Vlasenko2025-10-131-4/+12
* nsenter,unshare: don't use xvfork_parent_waits_and_exits(), it SEGVs on ppc64leDenys Vlasenko2025-10-081-0/+9
* *: code shrink using sigprocmask2() where appropriateDenys Vlasenko2025-08-111-9/+9
* ash: eval: Add vfork supportDenys Vlasenko2025-08-091-0/+12
* top,pmap: speed up /smaps parsingDenys Vlasenko2025-08-061-13/+20
* libbb: fix too-narrow variable in procps_read_smaps() causing incorrect sizesDenys Vlasenko2025-08-061-1/+1
* libbb: make read_cmdline() replace chars 1..31 with '?', not spaceDenys Vlasenko2025-08-061-1/+1
* top: simplify command line readingDenys Vlasenko2025-08-061-7/+14
* top,pmap: do not use common code for reading /proc/PID/smapsDenys Vlasenko2025-08-051-82/+48
* top: fix display of very large VSZDenys Vlasenko2025-08-051-3/+22
* libbb: simplify concat_path_file()Denys Vlasenko2025-08-041-2/+2
* libbb: much faster concat_path_file()Denys Vlasenko2025-08-041-0/+75
* shell: fix the check of empty HISTFILEDenys Vlasenko2025-08-031-1/+1
* ftpd: code shrink, move replace_char() to libbbDenys Vlasenko2025-08-021-0/+14
* libbb/dump: much faster formatting of %_u on x86Denys Vlasenko2025-08-011-2/+18
* libbb/yescrypt: code shrinkDenys Vlasenko2025-08-011-4/+9
* ls: fix -Q to match GNUDenys Vlasenko2025-08-012-20/+39
* ls: implement -q, fix -w0, reduce startup timeDenys Vlasenko2025-07-311-2/+11
* sha384sum: new appletAndy Knowles2025-07-301-13/+45
* libbb: SHA-NI - document that unpckhpd also works, no code changesDenys Vlasenko2025-07-222-0/+4
* libbb: SHA-NI code shrinkDenys Vlasenko2025-07-222-34/+66
* libbb: change define names in SHA-NI code to match kernel source more closelyDenys Vlasenko2025-07-212-166/+166
* libbb/yescrypt: de-unroll salsa20()Denys Vlasenko2025-07-202-23/+76
* libbb: crypt_make_pw_salt(): fix yescrypt's random salt last charDenys Vlasenko2025-07-191-3/+11
* cryptpw: fix detection of crypt algo from salt (was broken if default isn't DES)Denys Vlasenko2025-07-191-6/+5
* libbb/yescrypt: code shrinkDenys Vlasenko2025-07-191-28/+25
* libbb/yescrypt: actually, largest allowed salt is 86 chars, support thatDenys Vlasenko2025-07-172-12/+16
* libbb/yescrypt: code shrinkDenys Vlasenko2025-07-151-15/+8
* libbb/yescrypt: code shrinkDenys Vlasenko2025-07-112-10/+7
* libbb/yescrypt: code shrinkDenys Vlasenko2025-07-092-15/+28
* libbb/bitops.c: add inlining commentDenys Vlasenko2025-07-091-0/+20
* libbb: introduce and use block-XOR functionsDenys Vlasenko2025-07-093-0/+116
* libbb: code shrink in sha_crypt()Denys Vlasenko2025-07-081-2/+1