summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* busybox: allow '--install' to install symlinksFRP-3902-g61e53aa93Ron Yorston2021-03-021-43/+39
* ash: correctly identify applet in getopt() error messagesRon Yorston2021-03-021-0/+2
* Post-merge build fixesRon Yorston2021-03-012-1/+2
* Merge branch 'busybox' into mergeRon Yorston2021-03-0121-330/+253
|\
| * bc: typo fix in commentDenys Vlasenko2021-02-261-1/+1
| * dc: more docs in --helpDenys Vlasenko2021-02-261-13/+14
| * dc: document what non-GNU commands doDenys Vlasenko2021-02-261-5/+5
| * bc/dc: fix length(0) and length(0.000nnn) resultDenys Vlasenko2021-02-263-4/+23
| * dc: correct --help textDenys Vlasenko2021-02-261-2/+44
| * trylink: do not drop libs from CONFIG_EXTRA_LDLIBSDenys Vlasenko2021-02-233-10/+13
| * echo: do not assume that free() leaves errno unmodifiedNatanael Copa2021-02-231-5/+5
| * lineedit: support empty PATH entries in tab completionRon Yorston2021-02-231-6/+4
| * diff: code shrinkRon Yorston2021-02-221-1/+1
| * dnsd: check that we don't read past packetDenys Vlasenko2021-02-221-5/+12
| * udhcp: reuse stringsDenys Vlasenko2021-02-213-10/+14
| * ntpd: log responses to clients at log level 3Denys Vlasenko2021-02-211-0/+6
| * ntpd: without INITIAL_FREQ_ESTIMATION code, state variable is not needed tooDenys Vlasenko2021-02-211-52/+36
| * ntpd: remove unused USING_INITIAL_FREQ_ESTIMATION codeDenys Vlasenko2021-02-211-182/+2
| * ntpd: increase loglevel to 3 for "poll:32s sockets:0 interval:64s" messageDenys Vlasenko2021-02-211-1/+1
| * udhcpc: clarify bcast/unicast sends in logs, include server IDDenys Vlasenko2021-02-201-8/+22
| * libbb: fix '--help' handling in FEATURE_SH_NOFORK=yDenys Vlasenko2021-02-183-10/+25
| * ash: placate -Werror=format-securityDenys Vlasenko2021-02-183-3/+21
| * applets/usage_pod.c: placate gccDenys Vlasenko2021-02-151-1/+1
| * Makefile.flags: fix the OS detection for libresolvMartin Kaiser2021-02-071-1/+1
* | libbb: fix detection of relative paths in xreadlink.csymlinkRon Yorston2021-03-012-1/+5
* | Allow `rename()` to work across drivesJohannes Schindelin2021-03-011-1/+2
* | Do not use `rename()` for symlinksJohannes Schindelin2021-03-011-5/+8
* | Fix `xmalloc_readlink()` againRon Yorston2021-03-011-1/+1
* | win32: let `resolve_symlinks()` _really_ resolve symbolic linksJohannes Schindelin2021-03-011-1/+9
* | readlink(): do `NUL`-terminate the resultJohannes Schindelin2021-03-011-2/+3
* | win32(symlink): fix logic to determine the type of the symlinkJohannes Schindelin2021-03-011-1/+10
* | win32: move is_absolute_path()Ron Yorston2021-03-013-3/+10
* | win32: workaround for lazy loading issue on Windows 7Ron Yorston2021-03-011-0/+14
* | which: changes to standalone shell supportRon Yorston2021-02-251-19/+27
* | win32: update sysinfo(2) implementation (again)Ron Yorston2021-02-231-14/+31
* | .gitignore: support building on WindowsJohannes Schindelin2021-02-213-0/+7
* | Add Windows build info to README.mdRon Yorston2021-02-211-3/+7
* | win32: work around MSYS2 toolchain weirdnessRon Yorston2021-02-211-0/+9
* | applet_tables: simulate force-renaming on WindowsJohannes Schindelin2021-02-211-0/+9
* | win32: workaround for '0-bit reloc' on MSYS2Ron Yorston2021-02-212-0/+3
* | win32: fixes to build on Windows/MSYS2/mingw-w64Ron Yorston2021-02-214-6/+8
* | win32: update sysinfo(2) implementationRon Yorston2021-02-192-15/+23
* | win32: add uptime to sysinfo(2), enable uptime appletRon Yorston2021-02-194-8/+5
* | free: implement sysinfo(2) and enable free(1)Ron Yorston2021-02-185-2/+63
* | nproc: port to WIN32 and enable by defaultRon Yorston2021-02-173-4/+34
* | winansi: code shrink and improvementsRon Yorston2021-02-171-41/+15
* | libbb: make banner shorterRon Yorston2021-02-161-2/+2
* | winansi: don't check return from xmallocRon Yorston2021-02-161-3/+0
* | winansi: allow alternative screen buffer to be disabledRon Yorston2021-02-151-0/+7
* | winansi: allow test suite to run on WineRon Yorston2021-02-151-3/+3