| Commit message (Expand) | Author | Files | Lines |
2021-03-02 | ash: correctly identify applet in getopt() error messages | Ron Yorston | 1 | -0/+2 |
2021-03-01 | Post-merge build fixes | Ron Yorston | 2 | -1/+2 |
2021-03-01 | libbb: fix detection of relative paths in xreadlink.csymlink | Ron Yorston | 2 | -1/+5 |
2021-03-01 | Allow `rename()` to work across drives | Johannes Schindelin | 1 | -1/+2 |
2021-03-01 | Do not use `rename()` for symlinks | Johannes Schindelin | 1 | -5/+8 |
2021-03-01 | Fix `xmalloc_readlink()` again | Ron Yorston | 1 | -1/+1 |
2021-03-01 | win32: let `resolve_symlinks()` _really_ resolve symbolic links | Johannes Schindelin | 1 | -1/+9 |
2021-03-01 | readlink(): do `NUL`-terminate the result | Johannes Schindelin | 1 | -2/+3 |
2021-03-01 | win32(symlink): fix logic to determine the type of the symlink | Johannes Schindelin | 1 | -1/+10 |
2021-03-01 | win32: move is_absolute_path() | Ron Yorston | 3 | -3/+10 |
2021-03-01 | win32: workaround for lazy loading issue on Windows 7 | Ron Yorston | 1 | -0/+14 |
2021-02-26 | bc: typo fix in comment | Denys Vlasenko | 1 | -1/+1 |
2021-02-26 | dc: more docs in --help | Denys Vlasenko | 1 | -13/+14 |
2021-02-26 | dc: document what non-GNU commands do | Denys Vlasenko | 1 | -5/+5 |
2021-02-26 | bc/dc: fix length(0) and length(0.000nnn) result | Denys Vlasenko | 3 | -4/+23 |
2021-02-26 | dc: correct --help text | Denys Vlasenko | 1 | -2/+44 |
2021-02-25 | which: changes to standalone shell support | Ron Yorston | 1 | -19/+27 |
2021-02-23 | trylink: do not drop libs from CONFIG_EXTRA_LDLIBS | Denys Vlasenko | 3 | -10/+13 |
2021-02-23 | echo: do not assume that free() leaves errno unmodified | Natanael Copa | 1 | -5/+5 |
2021-02-23 | lineedit: support empty PATH entries in tab completion | Ron Yorston | 1 | -6/+4 |
2021-02-23 | win32: update sysinfo(2) implementation (again) | Ron Yorston | 1 | -14/+31 |
2021-02-22 | diff: code shrink | Ron Yorston | 1 | -1/+1 |
2021-02-22 | dnsd: check that we don't read past packet | Denys Vlasenko | 1 | -5/+12 |
2021-02-21 | udhcp: reuse strings | Denys Vlasenko | 3 | -10/+14 |
2021-02-21 | .gitignore: support building on Windows | Johannes Schindelin | 3 | -0/+7 |
2021-02-21 | Add Windows build info to README.md | Ron Yorston | 1 | -3/+7 |
2021-02-21 | win32: work around MSYS2 toolchain weirdness | Ron Yorston | 1 | -0/+9 |
2021-02-21 | applet_tables: simulate force-renaming on Windows | Johannes Schindelin | 1 | -0/+9 |
2021-02-21 | win32: workaround for '0-bit reloc' on MSYS2 | Ron Yorston | 2 | -0/+3 |
2021-02-21 | win32: fixes to build on Windows/MSYS2/mingw-w64 | Ron Yorston | 4 | -6/+8 |
2021-02-21 | ntpd: log responses to clients at log level 3 | Denys Vlasenko | 1 | -0/+6 |
2021-02-21 | ntpd: without INITIAL_FREQ_ESTIMATION code, state variable is not needed too | Denys Vlasenko | 1 | -52/+36 |
2021-02-21 | ntpd: remove unused USING_INITIAL_FREQ_ESTIMATION code | Denys Vlasenko | 1 | -182/+2 |
2021-02-21 | ntpd: increase loglevel to 3 for "poll:32s sockets:0 interval:64s" message | Denys Vlasenko | 1 | -1/+1 |
2021-02-20 | udhcpc: clarify bcast/unicast sends in logs, include server ID | Denys Vlasenko | 1 | -8/+22 |
2021-02-19 | win32: update sysinfo(2) implementation | Ron Yorston | 2 | -15/+23 |
2021-02-19 | win32: add uptime to sysinfo(2), enable uptime applet | Ron Yorston | 4 | -8/+5 |
2021-02-18 | libbb: fix '--help' handling in FEATURE_SH_NOFORK=y | Denys Vlasenko | 3 | -10/+25 |
2021-02-18 | free: implement sysinfo(2) and enable free(1) | Ron Yorston | 5 | -2/+63 |
2021-02-18 | ash: placate -Werror=format-security | Denys Vlasenko | 3 | -3/+21 |
2021-02-17 | nproc: port to WIN32 and enable by default | Ron Yorston | 3 | -4/+34 |
2021-02-17 | winansi: code shrink and improvements | Ron Yorston | 1 | -41/+15 |
2021-02-16 | libbb: make banner shorter | Ron Yorston | 1 | -2/+2 |
2021-02-16 | winansi: don't check return from xmalloc | Ron Yorston | 1 | -3/+0 |
2021-02-15 | winansi: allow alternative screen buffer to be disabled | Ron Yorston | 1 | -0/+7 |
2021-02-15 | winansi: allow test suite to run on Wine | Ron Yorston | 1 | -3/+3 |
2021-02-15 | applets/usage_pod.c: placate gcc | Denys Vlasenko | 1 | -1/+1 |
2021-02-14 | ash: code shrink | Ron Yorston | 3 | -11/+1 |
2021-02-14 | bc: handle ^C in interactive mode | Ron Yorston | 1 | -0/+13 |
2021-02-13 | bc: fix to build on WIN32 and enable in default configurations | Ron Yorston | 3 | -12/+14 |