summaryrefslogtreecommitdiff
path: root/libbb/appletlib.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-02busybox: allow '--install' to install symlinksFRP-3902-g61e53aa93Ron Yorston1-43/+39
2021-03-02ash: correctly identify applet in getopt() error messagesRon Yorston1-0/+2
2021-03-01Post-merge build fixesRon Yorston2-1/+2
2021-03-01libbb: fix detection of relative paths in xreadlink.csymlinkRon Yorston2-1/+5
2021-03-01Allow `rename()` to work across drivesJohannes Schindelin1-1/+2
2021-03-01Do not use `rename()` for symlinksJohannes Schindelin1-5/+8
2021-03-01Fix `xmalloc_readlink()` againRon Yorston1-1/+1
2021-03-01win32: let `resolve_symlinks()` _really_ resolve symbolic linksJohannes Schindelin1-1/+9
2021-03-01readlink(): do `NUL`-terminate the resultJohannes Schindelin1-2/+3
2021-03-01win32(symlink): fix logic to determine the type of the symlinkJohannes Schindelin1-1/+10
2021-03-01win32: move is_absolute_path()Ron Yorston3-3/+10
2021-03-01win32: workaround for lazy loading issue on Windows 7Ron Yorston1-0/+14
2021-02-26bc: typo fix in commentDenys Vlasenko1-1/+1
2021-02-26dc: more docs in --helpDenys Vlasenko1-13/+14
2021-02-26dc: document what non-GNU commands doDenys Vlasenko1-5/+5
2021-02-26bc/dc: fix length(0) and length(0.000nnn) resultDenys Vlasenko3-4/+23
2021-02-26dc: correct --help textDenys Vlasenko1-2/+44
2021-02-25which: changes to standalone shell supportRon Yorston1-19/+27
2021-02-23trylink: do not drop libs from CONFIG_EXTRA_LDLIBSDenys Vlasenko3-10/+13
2021-02-23echo: do not assume that free() leaves errno unmodifiedNatanael Copa1-5/+5
2021-02-23lineedit: support empty PATH entries in tab completionRon Yorston1-6/+4
2021-02-23win32: update sysinfo(2) implementation (again)Ron Yorston1-14/+31
2021-02-22diff: code shrinkRon Yorston1-1/+1
2021-02-22dnsd: check that we don't read past packetDenys Vlasenko1-5/+12
2021-02-21udhcp: reuse stringsDenys Vlasenko3-10/+14
2021-02-21.gitignore: support building on WindowsJohannes Schindelin3-0/+7
2021-02-21Add Windows build info to README.mdRon Yorston1-3/+7
2021-02-21win32: work around MSYS2 toolchain weirdnessRon Yorston1-0/+9
2021-02-21applet_tables: simulate force-renaming on WindowsJohannes Schindelin1-0/+9
2021-02-21win32: workaround for '0-bit reloc' on MSYS2Ron Yorston2-0/+3
2021-02-21win32: fixes to build on Windows/MSYS2/mingw-w64Ron Yorston4-6/+8
2021-02-21ntpd: log responses to clients at log level 3Denys Vlasenko1-0/+6
2021-02-21ntpd: without INITIAL_FREQ_ESTIMATION code, state variable is not needed tooDenys Vlasenko1-52/+36
2021-02-21ntpd: remove unused USING_INITIAL_FREQ_ESTIMATION codeDenys Vlasenko1-182/+2
2021-02-21ntpd: increase loglevel to 3 for "poll:32s sockets:0 interval:64s" messageDenys Vlasenko1-1/+1
2021-02-20udhcpc: clarify bcast/unicast sends in logs, include server IDDenys Vlasenko1-8/+22
2021-02-19win32: update sysinfo(2) implementationRon Yorston2-15/+23
2021-02-19win32: add uptime to sysinfo(2), enable uptime appletRon Yorston4-8/+5
2021-02-18libbb: fix '--help' handling in FEATURE_SH_NOFORK=yDenys Vlasenko3-10/+25
2021-02-18free: implement sysinfo(2) and enable free(1)Ron Yorston5-2/+63
2021-02-18ash: placate -Werror=format-securityDenys Vlasenko3-3/+21
2021-02-17nproc: port to WIN32 and enable by defaultRon Yorston3-4/+34
2021-02-17winansi: code shrink and improvementsRon Yorston1-41/+15
2021-02-16libbb: make banner shorterRon Yorston1-2/+2
2021-02-16winansi: don't check return from xmallocRon Yorston1-3/+0
2021-02-15winansi: allow alternative screen buffer to be disabledRon Yorston1-0/+7
2021-02-15winansi: allow test suite to run on WineRon Yorston1-3/+3
2021-02-15applets/usage_pod.c: placate gccDenys Vlasenko1-1/+1
2021-02-14ash: code shrinkRon Yorston3-11/+1
2021-02-14bc: handle ^C in interactive modeRon Yorston1-0/+13