busybox-w32 icon indicating copy to clipboard operation
busybox-w32 copied to clipboard

WIN32 native port of BusyBox.

Results 84 busybox-w32 issues
Sort by recently updated
recently updated
newest added

Building Busybox with the default options enabled works just fine, but when enabling some extra option (nc related), the following errors occur: when enabling Netcat 1.10 compatibility (+2.5k): libbb/udp_io.c: In...

Sorry to bother you again. I was seeing that there are signature files so I thought that it would be nice if the signature was in the exe itself (in...

Please add support for ifconfig. I understand that it may be complicate for the differences in the OS but it would be nice to have it at least partially to...

Add stty applet to allow manipulation of text interface column width, etc

network applets such as ping cannot compile since there are missing files in net folder (for example ip_icmp.h, if_arp.h etc). Is there a soltuin for this? where can I get...

I use busybox-w32 with ConsoleZ (https://github.com/cbucher/console). If i build LLVM with cmake get i an error: ``` C:/LLVM/BUILD_MINGW $ cmake -G "MinGW Makefiles" .. -- The C compiler identification is...

so it won't mess up wide chars. ``` diff --git a/coreutils/ls.c b/coreutils/ls.c index 4fe291d..a37db85 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c @@ -473,14 +473,15 @@ static unsigned print_name(const char *name) uni_stat_t uni_stat;...

Context: busybox-win32 is my default shell on Windows 10. Repro: 1. Run neovim for windows under busybox for windows 2. Run `:checkhealth` Result: ``` provider: health#provider#check ======================================================================== - ERROR: Failed...

I have named a file `a😀a.txt`. ls give `ls: ./a??a.txt: No such file or directory` and the file isn't listed. Could you please list it even if it is just...

Hi, I see them (ENABLE_FLOAT_DURATION and ENABLE_LOCALE_SUPPORT) checked but not set. Where are the set?