aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2026-03-1111-91/+553
|\
| * *: 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
* | Merge branch 'busybox' into mergeRon Yorston2026-02-123-4/+75
|\|
| * 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
* | Update default configurations; include uuid functionsRon Yorston2026-02-101-2/+3
* | Merge branch 'busybox' into mergeRon Yorston2026-02-102-44/+16
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2026-02-041-1/+1
|\|
| * libbb/loop: fix existence check for LOOP_CONFIGURE ioctlWouter Franken2026-01-261-1/+1
* | libbb: fix regression where 'which' output duplicate slashesRon Yorston2026-02-011-0/+8
* | libbb: code shrinkRon Yorston2026-01-282-16/+30
* | libbb: update CNG API config messagerfl8902026-01-281-2/+3
* | libbb: refactor CNG hashing implementationrfl8902026-01-272-26/+79
* | join: add some more testsRon Yorston2026-01-231-1/+1
* | win32: wcwidth_alt.c: update to Unicode 17 (latest)Avi Halachmi (:avih)2025-12-291-16/+24
* | win32: wcwidth_alt.c: update to Unicode 16.0.0Avi Halachmi (:avih)2025-12-291-16/+29
* | win32: wcwidth_alt.c: new generator script, re-generate codeAvi Halachmi (:avih)2025-12-291-20/+18
* | win32: wcwidth_alt.c: remove codepoint comments (no-op)Avi Halachmi (:avih)2025-12-291-450/+450
* | win32: fix printable-chars with no-op utf8 manifestAvi Halachmi (:avih)2025-12-261-0/+18
* | win32: add a config for 32-bit build with UnicodeRon Yorston2025-12-021-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2025-11-112-5/+13
|\|
| * lineedit: fix PS1='\W' for root directoryDenys Vlasenko2025-11-081-1/+1
| * busybox: optional --version supportDenys Vlasenko2025-10-131-4/+12
* | Merge branch 'busybox' into mergeRon Yorston2025-10-091-0/+9
|\|
| * nsenter,unshare: don't use xvfork_parent_waits_and_exits(), it SEGVs on ppc64leDenys Vlasenko2025-10-081-0/+9
* | Merge branch 'busybox' into mergeRon Yorston2025-09-111-9/+9
|\|
| * *: code shrink using sigprocmask2() where appropriateDenys Vlasenko2025-08-111-9/+9
| * ash: eval: Add vfork supportDenys Vlasenko2025-08-091-0/+12
* | ash: eval: Add vfork supportRon Yorston2025-09-071-0/+12
* | Merge branch 'busybox' into mergeRon Yorston2025-09-061-15/+22
|\|
| * 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
* | lineedit: fix PS1='\W' for root directoryRon Yorston2025-08-221-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2025-08-159-133/+305
|\|
| * 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