Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-11seedrng: fix for glibc <= 2.24 not providing random headerThomas Devoogdt
2023-04-10seedrng: fix for glibc <= 2.24 not providing getrandom()Denys Vlasenko
2023-04-10appletlib: fix "warning: unused variable applet_no"Tomas Paukrt
2023-04-10ash: fix sleep built-in not running INT trap immediately on ^CDenys Vlasenko
2023-04-10mkfs_vfat: do not generate same volume_id when run in rapid successionDenys Vlasenko
2023-04-10seq: accept negative parametersDenys Vlasenko
2023-04-06libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko
2023-04-03ash: sleep builtin with no arguments should not exitDenys Vlasenko
2023-04-03hush: printf builtin with no arguments should not exitDenys Vlasenko
2023-04-03ash: code shrink: do not take address of prefix(), allowing it to inlineDenys Vlasenko
2023-04-03ash: code shrink - reuse is_prefixed_with() from libbbDenys Vlasenko
2023-04-03ash: get rid of separate mail_var_path_changed flag variableDenys Vlasenko
2023-04-03ash: fix still-broken new mail detectionDenys Vlasenko
2023-04-03ash: fix broken new mail detectionDenys Vlasenko
2023-04-02hush (NOMMU): fix LINENO in execed childrenDenys Vlasenko
2023-04-01hush: speed up "big heredoc" codeDenys Vlasenko
2023-04-01hush: add TODO commentDenys Vlasenko
2023-04-01ash: code shrinkDenys Vlasenko
2023-03-31ash: exec: Stricter pathopt parsing - lost chunkDenys Vlasenko
2023-03-31ash: improve trap and jobs builtins in child shellsRon Yorston
2023-03-31modprobe: call finit_module with MODULE_INIT_COMPRESSED_FILE if module name d...Denys Vlasenko
2023-03-29ash: make EPOCH variables work if RANDOM is disabledRon Yorston
2023-03-29lineedit: fix matching of directories when searching PATHRon Yorston
2023-03-29libbb/sha: do not read shaNI variable twice, and factor out its settingDenys Vlasenko
2023-03-29libbb/sha: fix sha-NI instruction detectionDenys Vlasenko
2023-03-28httpd: do not mangle cgi-bin/SCRIPT/params URLsDenys Vlasenko
2023-03-28find: implement -okDavid Leonard
2023-02-27fixdep: avoid underflow when end of entry doesn't coincide with EOFArsen Arsenović
2023-02-23unzip: document some options we might supportDenys Vlasenko
2023-02-22unzip: clear SUID/GID bits, implement -K to not clear themDenys Vlasenko
2023-02-13top: stop using div() from libc, compilers now do it betterDenys Vlasenko
2023-01-30hush: restore SIGHUP handling, this time explain why we do what we doDenys Vlasenko
2023-01-30hush: restore tty pgrp on SIGHUPDenys Vlasenko
2023-01-30hush: remove special handling of SIGHUPDenys Vlasenko
2023-01-26shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256Denys Vlasenko
2023-01-24nmeter: increase maximum /proc file size (needed for large machines)Denys Vlasenko
2023-01-18ntpd: correct comment: 2^-20 is ~1 microsecond (confused with 10^-20)Denys Vlasenko
2023-01-18ntpd: fold d_to_tv() into its only callerDenys Vlasenko
2023-01-17ntpd: correct fixed->float conversions of fractionsDenys Vlasenko
2023-01-17ntpd: make NTP client and server Y2036/2038-readyMiroslav Lichvar
2023-01-05ed: don't use memcpy with overlapping memory regionsSören Tempel
2023-01-03Start 1.37.0 development cycleDenys Vlasenko
2023-01-03Bump version to 1.36.01_36_0Denys Vlasenko
2023-01-03hush: code shrinkDenys Vlasenko
2023-01-03ash: trivial code shrinkDenys Vlasenko
2023-01-03xxd: use bb_simple_perror_msg... where appropriateDenys Vlasenko
2023-01-03shell: fix compile failures in some configsDenys Vlasenko
2023-01-02Makefile.flags: add resolv to LDLIBS for linux compilers too (not only gnu ones)Denys Vlasenko
2023-01-02sed: fix double-free in FEATURE_CLEAN_UP=y configsDenys Vlasenko
2023-01-02mv: fix error in !VERBOSE configsDenys Vlasenko